/*
	Theme Name: Haus Conradshoehe
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* open-sans-300 - latin */
@font-face {
  font-family: 'OpenSansLight';
  font-style: normal;
  font-weight: 300;
  src: url('webfonts/open-sans-v22-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/open-sans-v22-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/open-sans-v22-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('.webfonts/open-sans-v22-latin-300.woff') format('woff'), /* Modern Browsers */
       url('webfonts/open-sans-v22-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/open-sans-v22-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'OpenSansRegular';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/open-sans-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/open-sans-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/open-sans-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/open-sans-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/open-sans-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/open-sans-v22-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'OpenSansSemiBold';
  font-style: normal;
  font-weight: 600;
  src: url('webfonts/open-sans-v22-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/open-sans-v22-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/open-sans-v22-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/open-sans-v22-latin-600.woff') format('woff'), /* Modern Browsers */
       url('webfonts/open-sans-v22-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/open-sans-v22-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'OpenSansBold';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/open-sans-v22-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/open-sans-v22-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/open-sans-v22-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/open-sans-v22-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/open-sans-v22-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/open-sans-v22-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'OpenSansExtraBold';
  font-style: normal;
  font-weight: 800;
  src: url('webfonts/open-sans-v22-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/open-sans-v22-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/open-sans-v22-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/open-sans-v22-latin-800.woff') format('woff'), /* Modern Browsers */
       url('webfonts/open-sans-v22-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/open-sans-v22-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	  font-family: 'OpenSansRegular';
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1200px;
	
	margin:0 auto;
	position:relative;
}
.headers {position: absolute;top: 0;width: 100%;max-width: 1280px;margin: 0 auto;z-index: 300}
header.topHead {position: relative;width: 100%;height: 40px;color: #6C6764; font-family: 'OpenSansRegular';font-size: 14px;padding: 10px 0 15px 0;background: white;}
header.topHead a {color: #6C6764;}
.topLineEl {margin-right: 20px;}
.topLineEl.spenden{margin-right: 0px;}
header.topHead a.topLineButton.red {color: #FF0047;}
.navbar-collapse.collapse.show {background: white;}
header.header {transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;}
.nav-link:hover {color: black;}
header.header img.logo-img {transition: width 0.4s ease-in-out;
  -webkit-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;margin: 0 auto;display: block;}

@media only screen and (max-width:1200px) {
header.header .container {max-width: 1200px;}
}

header.header.shrink img.logo-img {width: 50%;}
header.header.shrink {position: fixed;top: 0;width: 100%;background-color: rgba(255, 255, 255, 0.9);left: 0}
.pageStartHolder {position: relative;}
.pageStartHolder::after {
    position: absolute;
    bottom: 0px;
    width: 100%;
    content: '';
    background: url('img/ellipses.svg');
        background-repeat: repeat;
        background-size: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 25%;
    left: 0px;
    right: 0px;
    z-index: 120;
    background-position: bottom;
}
@media only screen and (max-width:576px) {
header.header img.logo-img {width: 30%;margin-left: 0}
header.header.shrink img.logo-img {width: 30%;}


}
.navbar-dark .navbar-nav .nav-link {color: #231F1E;  font-family: 'OpenSansSemiBold';font-size: 12px;}
.navbar-dark .navbar-nav .nav-link:hover {color: #231F1E;}
.navbar-toggler {font-size: 25px;color: rgba(0,0,0,.55);
border-color: rgba(0,0,0,.1);}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0,0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


ul.navbar-nav li.menu-item {
    margin-left: 1vW;
    margin-right: 1vW;
}
ul.navbar-nav li.menu-item ul.dropdown-menu li.menu-item {
    margin-left: 0;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 15px;
}
.dropdown-menu { margin-top: 15px;}

@media only screen and (min-width:992px) {
.dropdown-menu::before {
    border-bottom: 15px solid rgba(0, 0, 0, 0.2);
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%;
    position: absolute;
    top: -15px;
}
.dropdown-menu::after {
    border-bottom: 14px solid #FFFFFF;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 5%;
    position: absolute;
    top: -14px;
}
}

.dropdown-menu {
    color: #212529;
    background-color: rgba(255,255,255,0.9);
    background-clip: padding-box;
    border: 1px solid rgba(255,255,255,0.9);
    border-radius: .25rem;
}

a#menu-item-dropdown-62.dropdown-toggle.nav-link:hover {color: #A60E22}
a#menu-item-dropdown-62.dropdown-toggle.nav-link.show {color: #A60E22}
.current-menu-item a#menu-item-dropdown-62 {color: #A60E22}
.current-page-ancestor a#menu-item-dropdown-62 {color: #A60E22}
.dropdown-item {
  font-family: 'OpenSansSemiBold';font-size: 11px;text-transform: uppercase;border-bottom: 1px solid #9A9B9F;
}

li#menu-item-377 .dropdown-item {padding: 10px 1rem;color: #A60E22;border-bottom: 1px solid #9A9B9F;}
li#menu-item-376 .dropdown-item {padding: 10px 1rem;color: #0C8A2D;border-bottom: 1px solid #9A9B9F;}


ul#menu-main-left {background: rgba(255,255,255,0.8);border-radius: 3px;}
ul#menu-main-right {background: rgba(255,255,255,0.8);border-radius: 3px;}

header.shrink ul#menu-main-left {background: rgba(255,255,255,0)}
header.shrink ul#menu-main-right {background: rgba(255,255,255,0)}


#menu-item-174 a:hover {color: #1E78C1;}
.current-menu-item#menu-item-174 a {color: #1E78C1;}

.current-page-ancestor#menu-item-373 a {color: #0C8A2D;}
/*#menu-item-376 a {color: #0C8A2D;}*/
#menu-item-376 a:hover {color: #A60E22;}

.current-menu-item#menu-item-373 a {color: #A60E22;}
#menu-item-212 a:hover {color: #A60E22;}
.current-menu-item#menu-item-212 a {color: #A60E22;}
/*#menu-item-377 a {color: #A60E22;}*/
#menu-item-377 a:hover {color: #A60E22;}
.current-menu-item#menu-item-377 a {color: #A60E22;}

#menu-item-376 a:hover {color: #0C8A2D;}
.current-menu-item#menu-item-376 a {color: #0C8A2D;}



li#menu-item-14 a.dropdown-item {color: #A60E22;}

.blueBG {background-color: #E5F5F5;padding-bottom: 30px;}
.startTextContainer h1 {color: #2B2A2A; font-family: 'OpenSansRegular';font-size: 44px;padding-bottom: 20px;}
blockquote p {color: #A60E22;font-size: 36px;font-style: italic;}
.startTextContainer p {font-size: 24px;color: #000000;font-style: italic;}
.FrontButton .ow-button-base a {font-family: 'OpenSansSemiBold';font-size: 25px!important;}

.footerCircle {
    position: relative;
    width: 90%;
    height: 0;
    padding: 45% 0;
    margin: 1em auto;
    border-radius: 50%;
    background: #E5F5F5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.circleIcon {display: block;padding-bottom: 15px;}
.footerCircle h3 {color: #100202;font-size: 26px;font-family: 'OpenSansRegular';}
footer {padding: 40px 0;margin-top: 40px;}
footer p{font-size: 16px;font-family: 'OpenSansRegular';}
footer p.bolder {font-size: 16px;font-family: 'OpenSansSemiBold';}

ul#menu-footernav {font-family: 'OpenSansRegular';font-size: 16px;position: relative;margin: 0 auto;list-style-type: none;width: 55%;}
ul#menu-footernav li {display: block;padding: 3px 0 10px 0}
ul#menu-footernav li a {border-bottom: 1px solid #9A9B9F;padding-bottom: 10px;}
ul#menu-footernav li a {position: relative;padding-left: 15px;width: 200px;display: block;}
ul#menu-footernav li a:before {position: absolute;content: '·';font-size: 16px;font-family: 'OpenSansExtraBold';color: black;left: 0;top: 2px;}
ul#menu-footernav li:last-child a {border-bottom: none;}
a.footerSocialIcon {margin-left: 15px;display: inline-block;}


/* SubPages */
@media only screen and (min-width:1116px) {
.subPageTextContainer {max-width:1115px;}
}
body.angebote .subPageTextContainer h1 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;}
body.angebote .subPageTextContainer h2 {color: #A60E22;font-size: 24px;font-family: 'OpenSansBold';padding-bottom: 0;margin-bottom: 0;text-transform: uppercase;}
body.angebote .subPageTextContainer h2 a {color: #A60E22;}
body.angebote .subPageTextContainer ul {padding: 0;margin: 0;list-style-type: none;}
body.angebote .subPageTextContainer ul li {position: relative;display: block;font-family: 'OpenSansSemiBold';font-size: 24px;color: black;padding-left: 20px;}
body.angebote .subPageTextContainer ul li a {color: black;}
body.angebote .subPageTextContainer ul li:before {position: absolute;top: 3px;content: '·';left: 0;line-height: 1;
font-size: 30px;
font-family: 'OpenSansExtraBold';
color: #A60E22;}
.withBorderBottom {border-bottom: 1px solid #9A9B9F;}

.subPageTextContainer p {font-size: 24px;font-family: 'OpenSansRegular';padding-bottom: 30px;}

body.unsere-angebote .subPageTextContainer h2 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-top: 50px;padding-bottom: 20px;}
body.unsere-angebote .subPageTextContainer.startOhneAbstand h2 {padding-top: 0}

body.unsere-angebote .subPageTextContainer h2 a {color: #A60E22;}
body.unsere-angebote .subPageTextContainer.redList ul {padding: 0;margin: 0;list-style-type: none;}
body.unsere-angebote .subPageTextContainer.redList ul li {position: relative;display: block;font-family: 'OpenSansSemiBold';font-size: 24px;color: #A60E22;padding-left: 20px;}
body.unsere-angebote .subPageTextContainer.redList ul li a {color: #A60E22;}
body.unsere-angebote .subPageTextContainer.redList ul li:before {position: absolute;top: 3px;content: '·';left: 0;line-height: 1;
font-size: 30px;
font-family: 'OpenSansExtraBold';
color: #A60E22;}

.absatzMitListen p {padding-bottom: 0;margin-bottom}
.absatzMitListen ul {font-size: 24px;font-family: 'OpenSansRegular';padding-left: 25px;padding-bottom: 20px;}
.subPageTextContainer ul {font-size: 24px;font-family: 'OpenSansRegular';padding-left: 25px;padding-bottom: 20px;}
.withBorderBottom {border-bottom: 1px solid #9A9B9F;}
body.psychosozialer-dienst h1 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.musikpaedagogik h1 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.psychosozialer-dienst .whiteBG {padding-top: 30px;}
body.musikpaedagogik .whiteBG {padding-top: 30px;}
body.psychosozialer-dienst .whiteBG.withBorderBottom {padding-bottom: 70px;}
body.musikpaedagogik .whiteBG.withBorderBottom {padding-bottom: 70px;}
.biografie p {padding-bottom: 0;margin-bottom: 0;}
.biografie .ow-button-base a { text-align: left;padding-top: 10px!important;padding-bottom: 0important;padding-left: 20px;font-size: 24px;font-family: 'OpenSansRegular';}

body.freizeitangebote .subPageTextContainer h1 {color: #1E78C1;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;}
body.aktuelles .subPageTextContainer h1 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;}
body.aktuelles h2 {color: #A60E22;font-family: 'OpenSansSemiBold';font-size: 24px;margin-bottom: 0;padding-bottom: 0;text-transform: uppercase;}

span.date {font-size: 24px;
font-family: 'OpenSansRegular';
padding-bottom: 30px;display: block;}

.loopPage h2 {color: #A60E22;font-family: 'OpenSansSemiBold';font-size: 24px;margin-bottom: 0;padding-bottom: 0;text-transform: uppercase;}
.loopPage h2 a {color: #A60E22;}
.loopPage img {width: 100%;height: auto;}
.newsSingle h1 {color: #A60E22;font-family: 'OpenSansSemiBold';font-size: 24px;margin-bottom: 0;padding-bottom: 0;text-transform: uppercase;}


body.jobs .subPageTextContainer h1 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.jobs h2 {color: #A60E22;font-family: 'OpenSansSemiBold';font-size: 24px;margin-bottom: 0;padding-bottom: 0;text-transform: uppercase;}

body.jobs .ow-button-base a {
    box-sizing: border-box;
    font-size: 24px;
    padding: 0 0 0 25px;
    background: transparent;
    color: #000000 !important;
    border: 0px solid #ffffff;
       
   font-family: 'OpenSansRegular';
   
    text-shadow: none;
}

body.ueber-uns .ow-button-base a {
    box-sizing: border-box;
    font-size: 24px;
    padding: 0 0 0 25px;
    background: transparent;
    color: #000000 !important;
    border: 0px solid #ffffff;
       
   font-family: 'OpenSansRegular';
   
    text-shadow: none;
}
body.kontakt  .ow-button-base a {
    box-sizing: border-box;
    font-size: 24px;
    padding: 0 0 0 25px;
    background: transparent;
    color: #000000 !important;
    border: 0px solid #ffffff;
       
   font-family: 'OpenSansRegular';
   
    text-shadow: none;
}
.biografie .ow-button-base a {
    box-sizing: border-box;
    font-size: 24px;
    padding: 0 0 0 25px;
    background: transparent;
    color: #000000 !important;
    border: 0px solid #ffffff;
       
   font-family: 'OpenSansRegular';
   
    text-shadow: none;
}

body.jobs .whiteBG {padding-top: 30px;}

body.spenden .subPageTextContainer h1 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.spenden .whiteBG {padding-top: 30px;}
body.kontakt .subPageTextContainer h1 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.impressum .subPageTextContainer h1 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.datenschutz .subPageTextContainer h1 {color: #A60E22;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.impressum .whiteBG {padding-top: 35px;}

body.haus-conradshoehe h1 {color: #0C8A2D;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.haus-conradshoehe h2 {color: #0C8A2D;font-family: 'OpenSansSemiBold';font-size: 24px;margin-bottom: 0;padding-bottom: 25px;text-transform: uppercase;}
body.haus-conradshoehe h2 a {color: #0C8A2D;}


body.ueber-uns .subPageTextContainer h1 {color: #0C8A2D;font-size: 40px;font-family: 'OpenSansSemiBold';text-transform: uppercase;}
body.ueber-uns .subPageTextContainer h2 {color: #0C8A2D;font-size: 40px;font-family: 'OpenSansBold';padding-bottom: 0;margin-bottom: 20px;text-transform: uppercase;}
body.ueber-uns .subPageTextContainer h2 a {color: #0C8A2D;}
body.ueber-uns .whiteBG {padding-top: 40px;}
body.ueber-uns .textwidget ul {font-size: 24px;
font-family: 'OpenSansRegular';
padding-bottom: 30px;}
@media only screen and (max-width:760px) {
    ul.navbar-nav li.menu-item:first-child {
    margin-left: 2vW;
}



body.kontakt  .ow-button-base a {
    padding-top: 10px!important;padding-bottom: 0important;padding-left: 20px;font-size: 13px;font-family: 'OpenSansRegular';
}
.biografie .ow-button-base a {
   padding-top: 10px!important;padding-bottom: 0important;padding-left: 20px;font-size: 13px;font-family: 'OpenSansRegular';
}

	.biografie .ow-button-base a {padding-top: 10px!important;padding-bottom: 0important;padding-left: 20px;font-size: 13px;font-family: 'OpenSansRegular';}

	body.unsere-angebote .subPageTextContainer h2 {font-size: 16px;}
	.subPageTextContainer p {font-size: 12px;}
	body.unsere-angebote .subPageTextContainer.redList ul li {font-size: 12px;}
	body.psychosozialer-dienst h1 {font-size: 18px;}
	body.angebote .subPageTextContainer h1 {color: #A60E22;font-size: 18px;font-family: 'OpenSansSemiBold';text-transform: uppercase;}
body.angebote .subPageTextContainer h2 {color: #A60E22;font-size: 16px;font-family: 'OpenSansBold';padding-bottom: 0;margin-bottom: 0;text-transform: uppercase;}
body.angebote .subPageTextContainer h2 a {color: #A60E22;}
body.angebote .subPageTextContainer ul {padding: 0;margin: 0;list-style-type: none;}
body.angebote .subPageTextContainer ul li {position: relative;display: block;font-family: 'OpenSansSemiBold';font-size: 14px;color: black;padding-left: 20px;}
body.angebote .subPageTextContainer ul li a {color: black;}
.absatzMitListen ul {font-size: 12px;font-family: 'OpenSansRegular';padding-left: 25px;padding-bottom: 20px;}
body.unsere-angebote .subPageTextContainer.redList ul li::before {font-size: 14px;}
body.unsere-angebote .subPageTextContainer.redList ul li {padding-left: 10px;}

body.freizeitangebote .subPageTextContainer h1 {color: #1E78C1;font-size: 18px;font-family: 'OpenSansSemiBold';text-transform: uppercase;}

body.aktuelles .subPageTextContainer h1 {color: #A60E22;font-size: 18px;font-family: 'OpenSansSemiBold';text-transform: uppercase;}
body.aktuelles h2 {color: #A60E22;font-family: 'OpenSansSemiBold';font-size: 14px;margin-bottom: 0;padding-bottom: 0;text-transform: uppercase;}
body.jobs .ow-button-base a {
    box-sizing: border-box;
    font-size: 14px;}
body.ueber-uns .ow-button-base a {
    box-sizing: border-box;
    font-size: 14px;}
body.kontakt .subPageTextContainer h1 {color: #A60E22;font-size: 18px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.spenden .subPageTextContainer h1 {color: #A60E22;font-size: 18px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}

body.impressum .subPageTextContainer h1 {color: #A60E22;font-size: 18px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.datenschutz .subPageTextContainer h1 {color: #A60E22;font-size: 18px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}

body.haus-conradshoehe h1 {color: #0C8A2D;font-size: 18px;font-family: 'OpenSansSemiBold';text-transform: uppercase;padding-bottom: 25px;}
body.haus-conradshoehe h2 {color: #0C8A2D;font-family: 'OpenSansSemiBold';font-size: 16px;margin-bottom: 0;padding-bottom: 0;text-transform: uppercase;}

body.ueber-uns .subPageTextContainer h2 {font-size: 18px;}

}


/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
