/*  
Theme Name: Cooperative Praxis München
Theme URL: http://www.cooperative-praxis.de/
Version: 1.0
Author: Veronika Sattler
*/

/* --------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------

	INHALT:
	
	1. BASICS
	2. LAYOUT
	3. KOMPONENTEN
	4. MEDIA QUERIES
	5. PLUGINS

/* 1. BASICS
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 1.1. Fonts
-----------------------------------------------------------------------------------------------*/

@font-face {
  font-family: 'PT Sans Narrow';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../../files/layout/css/fonts/pt-sans-narrow-v10-latin-regular.eot'); 
  src: local('PT Sans Narrow'), local('PTSans-Narrow'),
       url('../../files/layout/css/fonts/pt-sans-narrow-v10-latin-regular.eot?#iefix') format('embedded-opentype'), 
       url('../../files/layout/css/fonts/pt-sans-narrow-v10-latin-regular.woff2') format('woff2'),
       url('../../files/layout/css/fonts/pt-sans-narrow-v10-latin-regular.woff') format('woff'), 
       url('../../files/layout/css/fonts/pt-sans-narrow-v10-latin-regular.ttf') format('truetype'),
       url('../../files/layout/css/fonts/pt-sans-narrow-v10-latin-regular.svg#PTSansNarrow') format('svg'); 
}

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url('../../files/layout/css/fonts/pt-sans-v10-latin-regular.eot');
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../../files/layout/css/fonts/pt-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
       url('../../files/layout/css/fonts/pt-sans-v10-latin-regular.woff2') format('woff2'), 
       url('../../files/layout/css/fonts/pt-sans-v10-latin-regular.woff') format('woff'), 
       url('../../files/layout/css/fonts/pt-sans-v10-latin-regular.ttf') format('truetype'), 
       url('../../files/layout/css/fonts/pt-sans-v10-latin-regular.svg#PTSans') format('svg');
}


@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  font-display: auto;
  src: url('../../files/layout/css/fonts/pt-sans-v10-latin-italic.eot'); 
  src: local('PT Sans Italic'), local('PTSans-Italic'),
       url('../../files/layout/css/fonts/pt-sans-v10-latin-italic.eot?#iefix') format('embedded-opentype'), 
       url('../../files/layout/css/fonts/pt-sans-v10-latin-italic.woff2') format('woff2'),
       url('../../files/layout/css/fonts/pt-sans-v10-latin-italic.woff') format('woff'), 
       url('../../files/layout/css/fonts/pt-sans-v10-latin-italic.ttf') format('truetype'), 
       url('../../files/layout/css/fonts/pt-sans-v10-latin-italic.svg#PTSans') format('svg'); 
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: auto;
  src: url('../../files/layout/css/fonts/pt-sans-v10-latin-700.eot');
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../../files/layout/css/fonts/pt-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'),
       url('../../files/layout/css/fonts/pt-sans-v10-latin-700.woff2') format('woff2'), 
       url('../../files/layout/css/fonts/pt-sans-v10-latin-700.woff') format('woff'), 
       url('../../files/layout/css/fonts/pt-sans-v10-latin-700.ttf') format('truetype'), 
       url('../../files/layout/css/fonts/pt-sans-v10-latin-700.svg#PTSans') format('svg');
}



/* 1.2. HTML 5
-----------------------------------------------------------------------------------------------*/
article,aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
	}

/* 1.3. Reset
-----------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}

/* 1.4. Allgemeines
-----------------------------------------------------------------------------------------------*/
html, body {
	background:#fff;
	color:#666666;
	font-family: 'PT Sans', sans-serif;
	}
#main {
	max-width: 100%;
	overflow: hidden;
		}
.inside {
	display: block;
	width: 92%;
	margin:auto;
	position: relative;
	}

.inside:after, .clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}	
.invisible {
	 position: absolute; 
	  overflow: hidden; 
	  clip: rect(0 0 0 0); 
	  height: 1px; width: 1px; 
	  margin: -1px; padding: 0; border: 0; 
	}
.margin_40 {
	margin-top: 40px;
	margin-bottom: 40px;
	}	
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap; 
	} 	
	
/* 1.4.1. Links
-----------------------------------------------------------------------------------------------*/
a {
	text-decoration:none; 
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
	color:#cc1617;
	}
a:hover, a:focus {
	}	
a:visited {
	text-decoration:none;
	}
a:focus {
	text-decoration: underline;
	}
.more:before, .teaser a:before {
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
	content:url('../../files/layout/images/right-arrow.svg');
	display: inline-block;
	margin-right: 14px;
	vertical-align:-2px;
	}	
.more:hover:before, .more:focus:before, .teaser a:hover:before, .teaser a:focus:before {
	margin-left: 10px;
	margin-right: 4px;
	}	
.button, .button.red:hover, .button.red:focus {
	display: inline-block;
	background:#bfd7db;
	padding: 9px 12px;
	border-radius: 7px;
	color:#666;
	margin-top: 10px;
	margin-right: 10px;
	color:#666666;
	font-family: 'PT Sans', sans-serif;
	border: none;
	}
.button.red, .button:hover, .button:focus {
	color: #fff;
	background:#cc1617;
	}			

/* 1.4.2. Listen
-----------------------------------------------------------------------------------------------*/
ul {
	list-style: none;
	}
.ce_text ul {
	padding-bottom: 11px;
	padding-left:15px;
	}
.ce_text ul ul {
	padding-top:4px;
	padding-bottom:0px;
	}		
.ce_text li {
	text-indent:-16px;
	padding-bottom: 4px;
	}	
.ce_text li:before {
	content:'●';
	color:#cc1617;
	margin-right: 6px;
	}
.ce_text li li:before {
	content:'○';
	}	
		

/* 1.4.3. Typographie
-----------------------------------------------------------------------------------------------*/
p 	{
	padding-bottom: 16px;
	}
h1, h2, h3, h4 {
	font-family: 'PT Sans Narrow', sans-serif;
	color:#cc1617;
	}
h1 {
	font-size: 200%;
	width: 100%;
	margin-bottom: 40px;
    line-height: 1.2;
	color: #cc1617;
	text-align: center;
	text-transform:uppercase;
	}	
h2 { 
	font-size: 180%;
	margin-bottom: 16px;
	line-height: 1.2;
	color: #cc1617;
	 } 	
h3 {
	font-size: 140%;
	margin-bottom: 12px;
	color: #cc1617;
	}	
h4 {
	font-size: 105%;
	color: #cc1617;
	margin-bottom:5px;
	}	
	
						

/*1.4.4. Media
-----------------------------------------------------------------------------------------------*/

/*1.4.4.1. Iframes
-----------------------------------------------------------------------------------------------*/
object, embed, video, iframe {
max-width:100%;
}

	
/*1.4.3.2. Bilder
-----------------------------------------------------------------------------------------------*/
img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	}
figure {
	position: relative;
	}
	 		

/*1.4.7. Formulare
-----------------------------------------------------------------------------------------------*/
legend {
	color: #cc1617;
	font-size: 110%;
	margin-bottom: 15px;
	}
label {
	display: block;
	padding-bottom: 5px;
	}
input, select, textarea {
	border: 1px solid #bfd7db;
	border-radius: 7px;
	width: 100%;
	height: 36px;
	padding: 5px;
	color:#666666;
	font-family: 'PT Sans', sans-serif;
    font-size: 100%;
	}
textarea {
	height: 100px;
	}	
select {
	 -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
  }	
.widget-select:after, .select:after  {
	content:'';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #bfd7db transparent transparent transparent;
	position: absolute;
	right: 10px;
	top: 38px;
  }
 .widget-select:focus-within:after,  .select:focus-within:after {
	border-color: #fff transparent transparent transparent;
  } 
input:focus, select:focus, textarea:focus {
	background: #bfd7db;
	}
input[type="checkbox"] {
	width: auto;
	height: auto;
	display: inline-block;
	}
.checkbox_container label {
	display: inline-block;
	}						
.formbody {
	max-width: 1000px;
	margin: 50px 0px;
	}
.stretch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	}	
.widget {
    width: 46.333%;
    position: relative;
	margin-bottom: 25px;
	}
.widget.long {
    width: 100%;
	}	
.widget-submit {
	text-align: right;
	width: 100%;
	}
.mod_lostPassword .widget-submit {
	text-align: left;
	}	
.button.submit {
	min-width: 140px;
	margin-right:0px;
	}	
.password_forgot {
	position:relative;
	display: block;
	top:-20px;
	font-size: 90%;
	text-align: right;
	}

.qq-upload-button {
    display: inline;
    width: 100%;
    margin-bottom: 10px;
    padding: 7px 10px;
    text-align: center;
    float: left;
    background: #bfd7db;
    color: #666666;
    border-radius: 2px;
    border: none;
    box-shadow: none;
}

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/*2.1. Header
-----------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	top:0px;
	width: 100%;
	background:#fff;
	z-index:999;
	}
#header a {
	color:#666;
	}
#header a:hover, #header a:focus {	
	color:#d60f16;
	}	
#logo {
	padding:30px 0px;
	width: auto;
	float: left;
	}
	

/*2.1.1. Service-Navigation
-----------------------------------------------------------------------------------------------*/
.navi_sub {
	padding-top:10px;
	float: right;
	font-size: 87%;
	}
.navi_sub a, .navi_sub strong {
	padding: 3px 0px;
	display: inline-block;
	}	
.navi_sub strong {
	color:#d60f16;
	} 	
#header .login a,  #header .login strong {
	padding: 3px 10px;
	background: #bfd7db;
	border-radius: 7px;
	}
#header .login a:hover, #header .login a:focus, #header .login strong {		
	background:#d60f16;
	color: #fff;
	}		
.navi_sub li {
	display: inline-block;
	margin-left: 1rem;
	}

/*2.1.2. Haupt-Navigation
-----------------------------------------------------------------------------------------------*/
.navi_main {
	margin-top:60px;
	clear: right;
	float: right;
	}
.navi_main li {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 3rem;
	}
.navi_main li.mobile {
	display: none;
	}
.navi_main li.submenu:after {
	content:'';
	border-style: solid;
	color:#cc1617;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.35em;
	left: 0.15em;
	position: relative;
	top: 0.25em;
	-webkit-transform: rotate(135deg);
	    -ms-transform: rotate(135deg);
	        transform: rotate(135deg);
	vertical-align: top;
	width: 0.40em;
	}	
.navi_main li a, .navi_main li strong {
	display: inline-block;
	padding-bottom: 8px;
	}
.navi_main a:after, .navi_main strong:after, .navi_main a.trail:after {
	content:'';
	position: absolute;
	background: #cc1617;
	height: 3px;
	left:0px;
	bottom:0px;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
	}	
.navi_main a:after {
	width:0px;
	}
.navi_main a:hover:after, .navi_main a:focus:after, .navi_main strong:after, .navi_main a.trail:after {
	width: 100%;
	}	
.navi_main .level_2 a:after, .navi_main .level_2 strong:after {
	display: none;
	}		
.navi_main .level_2 {
	margin-top:-3px;
	border-top: 3px solid #cc1617;
	-webkit-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out; 
	background:#fff;
	white-space: nowrap;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(102,102,102,0.5);
	        box-shadow: 3px 3px 5px 0px rgba(102,102,102,0.5);
	position: absolute;
	opacity:0;
	overflow: hidden;
	max-width:0px;
	}
.navi_main li:hover .level_2 {
	opacity:1;
	max-width:500px;
	}	
.navi_main li:focus-within .level_2 {
	opacity:1;
	max-width:500px;
	}	
.navi_main .level_2 li {
	text-transform: none;
	margin-left:0px;
	}
.navi_main .level_2 a, .navi_main .level_2 strong {
	display: block;
	padding: 10px 20px;
	}
.navi_main .level_2 a:hover, .navi_main .level_2 a:focus, .navi_main .level_2 strong {
	background:#bfd7db;
	}	
.navi_main .level_2 li.last a, .navi_main .level_2 li.last strong {
	border: none;
	}		
.navi_main .level_2 li {
	display: block;
	}
.navi_main .level_2 a:before {
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
	content:url('../../files/layout/images/right-arrow-small.svg');
	display: inline-block;
	margin-right: 14px;
	vertical-align:-1px;
	}

/*2.1.1. Menü-Button
-----------------------------------------------------------------------------------------------*/
.menu {
	position: absolute;
	right:0px;
	top: 50px;
	display: none;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	z-index:2000;
	}
.menu:hover {
	opacity: 0.7; 
	}
.menu-box {
	width: 26px;
	height: 20px;
	display: inline-block;
	position: relative; 
	}
.menu-inner {
	display: block;
	top: 50%;
	margin-top: -2px; 
	-webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	-o-transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; 
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; 
	transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	}
.menu-inner, .menu-inner::before, .menu-inner::after {
	width: 26px;
	height: 3px;
	background-color: #cc1617;
	border-radius: 4px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: 0.15s;
	     -o-transition-duration: 0.15s;
	        transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease; 
	}
  .menu-inner::before, .menu-inner::after {
    content: "";
    display: block; 
	}
  .menu-inner::before {
    top: -8px; 
	-webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	-o-transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	}
  .menu-inner::after {
	  bottom: -8px; 
	  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	  -o-transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
	  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	  }	
.menu.active .menu-inner {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .menu.active .menu-inner:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	}
  .menu.active .menu-inner:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
	-webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); 
	}	  



/*2.2. Footer
-----------------------------------------------------------------------------------------------*/
.zone {
	padding: 80px 0px;
	background: #bfd7db;
	}
.zone h2 {
	color:#666;
	}
.zone h3 {
	font-size: 110%;
	margin-bottom:5px;
	}	
.zone .more {
	margin-left: 7px;
	}
.left {
	width: auto;
	float: left;
	max-width: 45%;
	}	
.right {
	width: auto;
	float: right;
	max-width: 45%;
	}
.zone .mod_customnav a {
	color:#fff;
	}
.zone .mod_customnav a:hover, .zone .mod_customnav a:focus {
	color:#cc1617;
	}	
.zone .mod_customnav li {
	border-bottom: thin dotted #fff;
	padding: 4px 0px;
	}	
.zone .mod_customnav li.second {
	border-bottom: none;
	padding: 2px 0px 2px 10px;
	}	
.zone .mod_customnav {
	background:#8db3b9;
	border-radius: 7px;
	margin-top: 20px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width: 250px;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	}
.zone #footermenu {
	background:#8db3b9;
	border-radius: 7px;
	margin-top: 20px;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	width: 220px;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	}
.zone #footermenu.show {
	max-height: none;
	}		
.zone #footermenu ul {
	display: none;
	padding: 15px;
	}
.zone #footermenu.show ul {
	display: block;
	}		
.button.toggle {
	text-align: center;
	width: 220px;
	background:#8db3b9;
	color:#fff;
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	} 
.button.toggle:after {
	content:'';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #fff transparent transparent transparent;
	margin-left: 10px;
	-webkit-transition: all 344ms linear;
	-o-transition: all 344ms linear;
	transition: all 344ms linear;
	-webkit-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	        transform: rotate(0deg);
	}	
.button.toggle:hover, .button.toggle:focus {
	background-color:#cc1617;
	}	
.button.toggle.close:after {					
	-webkit-transform: rotate(180deg);					
	    -ms-transform: rotate(180deg);					
	        transform: rotate(180deg);
	}
.imprint {
	padding: 20px 0px;
	}
.imprint img {
	display: inline-block;
	width: auto;
	max-width: 220px;
	}	
.imprint a {
	color:#666;
	}
.logolink {
	float: right;
	}			

	
/* 3. Komponenten
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/*3.1. Slider
-----------------------------------------------------------------------------------------------*/
.heroslider {
	position: relative;
	max-width: 100%;
	}
.slides {
	height: 740px;
	}	
.heroslider li {
	height: 100%;
	overflow: hidden;
	}	
.heroslider figure {
	height: 660px;
	position:relative;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: center top;
	}
.heroslider img {
	position: absolute; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height: 1px; width: 1px; 
	margin: -1px; padding: 0; border: 0; 
  }	
.heroslider .caption {
	left:-6%;
	padding:150px 8% 150px 10%;
	border-radius: 50%;
	position: absolute;
	background:#bfd7db;
	color:#fff;
	height: 660px;
	width: 660px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	top:50px;
	} 	
.heroslider h2 {
	font-size: 270%;
	line-height: 1.2;
	color:#fff;
	text-transform: uppercase;
	margin-bottom: 50px;
	} 
.heroslider p {
	font-size: 170%;
	margin-bottom:40px;
	}
	
/*3.2. Teaser
-----------------------------------------------------------------------------------------------*/	
.teaser {
	position: relative;
	width: 31%;
	padding-left: 130px;
	}
.teaser h2 {
	font-size: 150%;
	margin-bottom:10px;
	}	
.teaser img {
	left:-130px;
	width: auto;
	position: absolute;
	}
.teaser .textwrap {
	padding-top: 30px;
	}	
.teaser strong {
	display: block;
	font-weight: 700;
	}
	
/*3.3. Bubble Bild
-----------------------------------------------------------------------------------------------*/			
.bubble {
	position: relative;
	z-index:10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 120px 0px;
	}
.bubble img {
	width: auto;
	max-width: none;
	height: 430px;
	margin-left: 50px;
	}
.bubble figcaption {
	margin-left: 50px;
	margin-top: 10px;
	}
.bubble.invers img {
	margin-left: 0px;
	margin-right: 50px;
	}
.bubble.invers figcaption {
	margin-right: 50px;
	}	
.bubble figure:before {
	z-index:-1;
	content:'';
	padding:150px 8% 150px 10%;
	border-radius: 50%;
	position: absolute;
	background:#bfd7db;
	color:#fff;
	height: 600px;
	width: 600px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	top:-80px;
	right:-20%;
	}
.bubble.invers figure:before {
	padding:150px 10% 150px 8%;
	left:-20%;
	right: auto;
	}
	
	
/*3.4. Headerbild
-----------------------------------------------------------------------------------------------*/	
.headerbild {
	width: 100%;
	background:#bfd7db;
	color:#fff;
	overflow: hidden;
	font-size: 150%;
	}
.headerbild .bubble {
	padding: 80px 0px;
	}	
.headerbild h1 {
	text-align: left;
	color:#fff;
	}			
.headerbild .bubble figure:before {
	background:#a2c5cb;
	height: 720px;
	width: 720px;
	top:-140px
	}
	
/*3.5. Text Standard
-----------------------------------------------------------------------------------------------*/
.stripe {
	background:#bfd7db;
	color:#fff;
	overflow: hidden;
	text-align: left;
	padding: 20px 0px;
	margin-bottom:50px;
	}
.max {
	position:relative;
	max-width: 1000px;
	}	
.maintext {
	max-width: 1000px;
	margin: auto;
	text-align: center;
	margin: 80px auto;
	}
.defaultext	{
	max-width: 1000px;
	margin: 80px 0px;
	}
.defaultext h1 {
	text-align: left;
	}
.flextext	{
	margin: 80px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
.flextext div {
	max-width: 45%;
	margin-right: 5%;
	}
.flextext h2 {
	width: 100%;
	}
.bubbletext {
	position: relative;
	min-height: 600px;
	margin-bottom:50px;
	}	
.bubbletext:before {
	content:'';
	padding:150px 8% 150px 10%;
	border-radius: 50%;
	position: absolute;
	background:#bfd7db;
	color:#fff;
	height: 600px;
	width: 600px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	right:-20%;
	}
	

	
/*3.6. Accordion
-----------------------------------------------------------------------------------------------*/
.toggler {
	position: relative;
	font-size: 108%;
	border-bottom: 1px solid #bfd7db;
	padding-bottom: 12px;
	margin-bottom: 12px;
	padding-left: 25px;
	}
.toggler:before {
	content:'+';
	margin-right: 10px;
	display: inline-block;
	font-size: 160%;
	position: absolute;
	left:0px;
	margin-top:-6px;
	-webkit-transition: all 330ms linear;
	-o-transition: all 330ms linear;
	transition: all 330ms linear;
	}	
.toggler.ui-state-active:before {
	-webkit-transform: rotate(405deg);
	-ms-transform: rotate(405deg);
	transform: rotate(405deg);
	}
.accordion {
	padding: 20px;
	max-width: 1000px;
	}	

/*3.7. Experten - View
-----------------------------------------------------------------------------------------------*/	

.flexcatalog {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: 80px;
	margin-left:-2%;
	}
.ctlg_teaser {
	position: relative;
	width: 23%;
	margin-left:2%;
	background:#fff;
	padding: 30px 30px 80px 30px;
	border-radius: 20px;
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	margin-bottom: 25px;
	}
  	
.profilteaser .flexcatalog {
	margin-top: 80px;
	}
.ctlg_form_field {
	position: relative;
	width: 23%;
	margin-left:2%;
	}	
.ctlg_teaser a {
	color:#666;
	}	
.ctlg_teaser img {
	border-radius: 20px;
	max-width: 260px;
	margin: 0px auto 20px auto;
	}
.ctlg_teaser h2 {
	font-size: 170%;
	text-align: center;
	margin-bottom: 5px;
	}	
.ctlg_teaser h3 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 130%;
	}
.profilteaser .ctlg_teaser h3 {
	text-align: left;
	font-size: 170%;
	}					
.ctlg_teaser strong {	
	color:#cc1617;
	display: block;
	}
.ctlg_teaser .button {
	position: absolute;
	bottom: 30px;
	right:30px;
	}
.filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-left:-2%;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	}	
.ctlg_form_field {
	position: relative;
	width: 23%;
	margin-left:2%;
	}
.reset {
	text-align: right;
	width: 100%;
	margin-top:30px;
	padding-left:2%;
	}			
	
/*3.8. Experten - Profil
-----------------------------------------------------------------------------------------------*/	
.profil .textwrap {
	width: 100%;
	}	
.profil .bubble img {
	height: 350px;
	}
.profil .bubble figure:before {
	right: -40%;
	}
.profil h1 {
	margin-bottom: 12px;
	}
.profil h2 {
	color:#fff;
	font-size: 135%;
	}

/*3.9. Expertenbereich
-----------------------------------------------------------------------------------------------*/	
.navi_user {
	margin-bottom: 20px;
	}
.navi_user li {
	display: inline-block;
	margin-right: 20px;
	position: relative;
	} 
.navi_user a, .navi_user strong {
	color:#666;
	display: block;
	padding-bottom:7px;
	}
.navi_user a:after, .navi_user strong:after {
	content:'';
	position: absolute;
	background: #cc1617;
	height: 2px;
	left:0px;
	bottom:0px;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
	}	
.navi_user a:after {
	width:0px;
	}
.navi_user a:hover:after, .navi_user a:focus:after, .navi_user strong:after {
	width: 100%;
	}
.info {
	width: 100%;
	background:#e5eff1;
	padding: 20px;
	border-radius: 7px;
	margin-bottom: 20px;
	}		
.ce_downloads {
	margin-bottom: 25px;
	}
.ce_downloads a {
	color:#666666;
	}
.ce_downloads a:before {
	content:url('../../files/layout/images/right-arrow-small.svg');
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
	display: inline-block;
	margin-right: 14px;
	vertical-align:-2px;
	}
.ce_downloads:hover:before, .ce_downloads:focus:before {
	margin-left: 10px;
	margin-right: 4px;
	}
.mf_foto img {
    width: auto;
    margin-bottom:20px;
}

/*3.10. News und Termine
-----------------------------------------------------------------------------------------------*/	
.mod_newslist {
	margin-top: 50px;
	}

/* 4. Media Queries
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
@media only screen and (max-width: 1280px) {
	.navi_main li {
		margin-left: 2rem;
		}
	.slides {
		height: 600px;
	}	
	.heroslider figure {
		height: 500px;
	}
	.heroslider .caption {
		padding:100px 8% 100px 10%;
		height: 500px;
		width: 500px;
		} 	
	.heroslider h2 {
		font-size: 240%;
		margin-bottom: 40px;
		} 
	.heroslider p {
		font-size: 140%;
		}
	.teaser {
		width: 31%;
		padding-left: 100px;
		}
	.teaser img {
		left:-100px;
		width: 80px;
		}
	.bubbletext:before {
		display: none;
		}
	.ctlg_teaser, .ctlg_form_field  {
		width: 31.333%;
		}
	}
@media only screen and (max-width: 1100px) {
    .navi_sub li.mobile {
		display: none;
		}
     .menu {
            display: block;
        }
    .navi_main { 
		top: 60px;
		margin-right:-350px;
		position: fixed;
		right: 0px;
		background:#fff;
		overflow-y:auto;
		overflow-x:hidden;
		height: auto;
		max-height: calc(100vh - 120px);
    }
    .navi_main.show {
        margin-right:0px;
    }
    .navi_main li {
		display: block;
		margin-left:0px;
		border-bottom: dotted thin #bfd7db;
		position: relative;
		width: 100%;
		}
	.navi_main li.submenu:after  {
		display: block;
		position: absolute;
		top: 15px;
		left: 95%;
		}	
	.navi_main li.mobile {
		display: block;
		}	
	.navi_main li a, .navi_main li strong {
		padding: 10px 40px;
		display: block;
		}
	.navi_main li strong {	
		background:#bfd7db;
		}
	.navi_main a:after, .navi_main strong:after, .navi_main a.trail:after {
		display: none;
		}
	.navi_main .level_2 {
		border-top: dotted thin #bfd7db;
		display: none;
		opacity: 1;
		max-width: none;
		margin-top:0px;
		background:#fff;
		white-space: nowrap;
		-webkit-box-shadow: none;
		        box-shadow: none;
		position: relative;
		}
	.navi_main li:hover .level_2, .navi_main li:focus-within .level_2 {
		display: block;
		}	
	.navi_main .level_2 li a, .navi_main .level_2 li strong {
		padding-left: 45px;
		}	
	.teaser {
		width: 48%;
		}
	.headerbild {
		font-size: 135%;
		}	
	.headerbild .bubble figure:before {
		height: 450px;
		width: 450px;
		top:-100px
		}
	.bubble img {
		height: 300px;
		}
	.bubble figure:before {
		padding:100px 8% 150px 10%;
		height: 420px;
		width: 420px;
		}
	.bubble.invers figure:before {
		padding:100px 10% 100px 8%;
		}
}				
    @media only screen and (max-width: 1024px) {
  
        .ctlg_teaser {
			width: 48%;
			}
		.bubble {
			-webkit-box-align: start;
			    -ms-flex-align: start;
			        align-items: flex-start;
			padding: 60px 0px;
			}	
		.headerbild .bubble {
			-webkit-box-align: center;
			    -ms-flex-align: center;
			        align-items: center;
			}		
		.bubble img {
			height: 240px;
			}
		.bubble figure:before {
			padding:100px 8% 150px 10%;
			height: 400px;
			width: 400px;
			margin-right:-30%;
			}
		.bubble.invers figure:before {
			padding:100px 10% 100px 8%;
			margin-left:-30%;
			}			
		}
	@media only screen and (max-width: 800px) {
		.slides {
			height: 500px;
		}	
		.heroslider figure {
			height: 400px;
		}
		.bubble {
			display: block;
			padding: 0px 0px 20px 0px;
			}
		.bubble figure {
			padding: 110px 50px;
			height: 500px;
			width: 500px;
			background: #bfd7db;
			border-radius: 50%;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			margin:20px auto;
			}
		.headerbild {
			font-size: 125%;
			text-align: center;
			}		
		.headerbild .bubble figure {
			position: relative;
			background:#a2c5cb;
			margin:20px auto;
			margin-bottom:-120px;
			}	
		.bubble img {
			height:280px;
			margin:auto;
			}
		.bubble figure:before {
			display: none;
			}
		.heroslider .caption {
			padding:80px 8% 80px 10%;
			height: 400px;
			width: 400px;
			} 	
		.heroslider h2 {
			font-size: 210%;
			margin-bottom: 30px;
			} 
		.heroslider p {
			font-size: 120%;
			}
		.teaser {
			width: 100%;
			padding-left: 85px;
			}	
		.teaser img {
			left:-85px;
			width: 70px;
			}
		.widget {
			width: 100%;
		}
		.logolink {
			float: none;
			clear: both;
			display: block;
			margin-top: 20px;
			}
		}
	@media only screen and (max-width: 600px) {
		.slides {
			height: 400px;
		}	
		.heroslider figure {
			height: 300px;
		}
		.heroslider .caption {
			padding:50px 8% 50px 10%;
			height: 300px;
			width: 300px;
			} 	
		.heroslider h2 {
			font-size: 160%;
			margin-bottom: 20px;
			} 
		.heroslider p {
			font-size: 100%;
			margin-bottom: 20px;
			}
		.ctlg_teaser, .ctlg_form_field {
			width: 98%;
			}	
		#logo {
			max-width: 220px;
			}	
        .navi_main { 
		    top: 50px;
	    }
		.left, .right {
			max-width: none;
			float: none;
			}
		.bubble figure {
			padding: 100px 50px;
			height: 400px;
			width: 400px;
			background: #bfd7db;
			border-radius: 50%;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			margin:20px auto;
			}	
		.bubble img {
			height:200px;
			margin:auto;
			}		
		}
	@media only screen and (max-width: 480px) {
		.bubble figure {
			padding: 70px 0px;
			height: 290px;
			width: 290px;
			background: #bfd7db;
			border-radius: 50%;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
			margin:20px auto;
			}	
		.bubble img {
			height:150px;
			margin:auto;
			}		
		}
		
/* 5. Plugins
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/*5.1. Flexslider
-----------------------------------------------------------------------------------------------*/	
	
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../../files/layout/css/fonts/flexslider-icon.eot');
  src: url('../../files/layout/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../files/layout/css/fonts/flexslider-icon.woff') format('woff'), url('../../files/layout/css/fonts/flexslider-icon.ttf') format('truetype'), url('../../files/layout/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0px;
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: auto;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top:-60px;
}
.flex-control-nav li {
  margin: 10px 0px;
  display: block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 18px;
  height: 18px;
  display: block;
  background: #aecdd2;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #cd1618;
}
.flex-control-paging li a.flex-active {
  background: #cd1618;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
					
