/*
 * Legal Disclaimer for Web licence
 *
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 *
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * 
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 *
 * frauenhaus.li (monthly pageviews: <50K)
 *
 */

/* complete */
body {
	color:rgb(35, 35, 35);
	font-family: 'OpenSans', sans-serif;
	font-size:1.2rem;
	font-weigth:400;
	margin:0;
	padding:0;
	line-height:150%;
	letter-spacing: 0.01em;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}
body.noscroll {
	margin: 0; 
	height: 100vh;
	overflow:hidden;
}
html {
	overflow-x:hidden;
}
p {
	margin:0;
}
ul,li {
	padding:0;
	margin:0;
	list-style: none;
}
h1 {
	font-size: 4.25rem;
	color:#fff;
	margin-top: 40px;
	margin-bottom:20px;
	line-height:120%;
	font-weight:700;
	text-align:center;
}
h2 {
	font-size: 3rem;
	color:#004647;
	color:#000;
	padding-top: 10px;
	margin-top:0;
	margin-bottom:0px;
	padding-bottom:10px;
	line-height:120%;
	font-weight:200;
	text-align: center;
}
.section_content>h2 {
	text-transform:uppercase;
}
.nooverflow {
	overflow:hidden;
	position: fixed;
}
h3 {
	margin-top:10px;
}
h4 {
	
}
h5 {
	font-weight:normal;
	font-size: inherit;
	margin:0;
}
a,
a:link,
a:hover,
a:active,
a:visited {
	color:#9eb28f;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#646363;
}
b {
	font-weight: 700;
}
.header {
	position: relative;
	height:7rem;
}
.content {
	padding:0 60px;
}
.logo {
	background-image:url(images/logo-eltern-kind-forum-rgb-farbig-352x204.png);
	background-size: contain;
	background-repeat: no-repeat;
	width:10rem;
	height:6rem;
	position:absolute;
	top:10px;
	left:20px;
}
.logo a {
	display:block;
	width:100%;
	height:100%;
}
button.navbar-toggler {
	outline: none;
	width: 31px;
	height: 20px;
	cursor: pointer;
	transition: all .2s;
	position: absolute;
	-webkit-align-self: center;
	align-self: center;
	border:0px;
	background:white;
	right:0px;
	align-self: center;
	top:33px;
	right:20px;
}
.hamburger {
	display:none;
	width:30px;
	height:30px;
}
.hamburger span:nth-child(1) {
	top: 0px;
	transition: all .25s;
}
.hamburger.aktiv span:nth-child(1) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.hamburger.aktiv span:nth-child(4) {
	top: 8px;
	width: 0;
	opacity: 0;
	right: 50%;
	transition: all .2s;
}
.hamburger.aktiv span:nth-child(2) {
	transform: rotate(-45deg);
	transition: all .25s;
}
.hamburger.aktiv span:nth-child(3) {
	transform: rotate(45deg);
	transition: all .25s;
}
.hamburger span:nth-child(2) {
	top: 8px;
	transition: all .12s;
}
.hamburger span:nth-child(3) {
	top: 8px;
	transition: all .12s;	
}
.hamburger span:nth-child(4) {
	top: 16px;
	transition: all .25s;	
}
.hamburger span {
	position: absolute;
	right: 0;
	width: 30px;
	height: 2px;
	border-right: 5px;
	background-color: #232323;
}
.menu_wrapper {
	position: absolute;
	top:3rem;
	right: 2rem;
}
.menu_wrapper ul.menu {
	display:flex;
}
.menu_wrapper>ul>li {
	margin-left:2.5rem;
	position: relative;
}
.menu_wrapper ul.menu li.has_children:after {
	display: inline-block;
	position:absolute;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid #000;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	top:12px;
}
.menu_wrapper a,
.menu_wrapper a:link {
	color:#000;
}
.menu_wrapper a:hover {
	color:#9eb28f
}
.menu_wrapper ul.menu li ul {
	display:none;
	position:absolute;
	top:40px;
	left:-20px;
	width:200px;
	background-color:#fff;
	border-top:2px solid #000;
}
.menu_wrapper ul.menu li ul li {
	display:block;
	padding:0px 40px 0px 20px;
	border-bottom:1px solid #eaeaea;
	background-color:#fff;
	line-height: 220%;
}

.menu_wrapper ul.menu {
	display:flex;
}
.menu_wrapper ul.menu li {
	font-size:0.85rem;
	padding: 10px 0 20px;
}

.topbild {
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom:90px;
	padding-top:135px;
	line-height: 2rem;
}
.footer {
	background-color:#9eb28f;
	padding-bottom:50px;
	margin-top: 60px;
}
.inner_container {
	max-width:1190px;
	margin: 0px auto;
}


.menu_wrapper ul.menu li.has_children:after {
	display: inline-block;
	position:absolute;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid #000;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	top:25px;
}
.section {
	margin:50px 0 20px;
}
.linie {
	height:2px;
	width:100%;
	margin-bottom:50px;
}
.linie .hrlinie {
	width:280px;
	height:3px;
	margin: 0 auto;
	background-color:#9eb28f;
}

.section_content.editorials {
	margin-top:40px;
}
.spalten {
	display:flex;
	justify-content: space-between;
}
.spalten .spalte {
	width:49%;
}
.spalten .spalte img {
	width:100%;
	height:auto;
}
ul.links li {
	margin-bottom:10px;
}
.editorial h3 {
	margin-top:20px;
}
.editorial {
	margin-top:30px;
}
ul.termine>li>h3.dropdown:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: -.1em;
	content: "";
	border-top: .3em solid #000;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
	top:12px;
	
}
ul.termine>li>h3.dropdown.aktiv:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: -.1em;
	content: "";
	border-top: 0;
	border-right: .3em solid transparent;
	border-bottom: .3em solid #000;
	border-left: .3em solid transparent;
	top:12px;
	
}
ul.termine>li>h3.dropdown {
	cursor:pointer;
	user-select: none;
}
ul.termine>li>h3.dropdown .text {
	display:none;
}

ul.termine>li>.wrapper {
	display:none;
}
.anmeldelink {
	color:#9eb28f;
	cursor:pointer;
	margin-top:20px;
	margin-bottom:20px;
}
.footer .inner_container img {
	width:150px;
	height:auto;
}
.footer .inner_container a {
	color:#fff;
}
.footer .inner_container {
	display:flex;
	color:#fff;
	align-content: space-between;
	position: relative; 
}
.footer .inner_container>div {
	margin:40px 0;
	width:calc(25% - 0px);
}
.footer a {
	
}
.footer a:hover {
	color:#000;
}
.footer .inner_container div.rechts { 
	position:absolute;
	margin:0;
	right:0px;
	text-align:right;
}
.layer {
	display:none;
	position: fixed;
	left:50%;
	transform: translate(-50%, 0);
	top:5vh;
	border: 1px solid #9eb28f;
	background:white;
	padding:20px;
	width: clamp(400px,95%,1100px);
	height: 90vh;
	overflow-y: auto;
}
.layer .close {
	cursor:pointer;
	position: absolute;
	right:10px;
	top:10px;
	width:20px;
	height:20px;
	background-image: url(images/close.png);
	background-size:20px 20px;
}

.form_wrapper {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	padding-bottom:100px;
}
.form_wrapper>li.halb {
	width:calc(50% - 22px);
	padding:10px;
}
.form_wrapper>li.ganz {
	width:calc(100% - 22px);
	padding:10px;
}
.form_wrapper input,select {
	width:calc(100% - 44px);
	padding:20px;
	margin:0;
	font-size:1.17em;
}
.form_wrapper textarea {
	width:calc(100% - 44px);
	padding:20px;
	margin:0;
	font-size:1.17em;
	
}
.form_wrapper .error_message {
	display:none;
	color:#f00;
}
.form_wrapper select {
	width: 100%;
}
.form_wrapper .feld {
	position: relative;
}
.form_wrapper input[type=submit] {
	position: absolute;
	cursor:pointer;
	width: auto;
	padding: 20px 40px;
	border-radius: 40px;
	border-width:1px;
	left:50%;
	transform: translate(-50%, 0);
}
.form_wrapper input[type=submit]:hover {
	background-color:#9eb28f;
}
ul.team {
	
}
ul.team li {
	margin-bottom:30px;
}
.team_member_content {
	display:flex;
	justify-content: center;
	margin:50px 0 50px;
}
.team_member_content>div {
	width:250px;
	max-width:250px;
}
.team_member_content img {
	width:100%;
}
ul.boxen {
	display:flex;	
	justify-content: center;
	flex-wrap: wrap;
}
ul.boxen li.box {
	background-color:#9eb28f;
	padding:20px;
	margin:0 20px 20px;
	width:clamp(200px,20vw,300px);
}
ul.boxen li.box a,
ul.boxen li.box a:link,
ul.boxen li.box a:active,
ul.boxen li.box a:visited {
	color:rgba(77, 88, 68, 1)
}
ul.boxen li.box a:hover {
	color:#fff;
}