/*
 Theme Name:   Ose Loesmann UnderStrap Child
 Theme URI:    https://www.understrap.com
 Description:  UnderStrap Child Theme
 Author:       C2 Friedrichstadt
 Author URI:   https://c2-cl.de
 Template:     understrap
 Version:      0.5.5
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
*/
/* ### FONTS ### */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto/roboto-v19-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto/roboto-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto/roboto-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto/roboto-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto/roboto-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto/roboto-v19-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto/roboto-v19-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto/roboto-v19-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto/roboto-v19-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto/roboto-v19-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto/roboto-v19-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto/roboto-v19-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* proza-libre-regular - latin */
@font-face {
  font-family: 'Proza Libre';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/proza/proza-libre-v3-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Proza Libre'), local('ProzaLibre-Regular'),
       url('fonts/proza/proza-libre-v3-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/proza/proza-libre-v3-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/proza/proza-libre-v3-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/proza/proza-libre-v3-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/proza/proza-libre-v3-latin-regular.svg#ProzaLibre') format('svg'); /* Legacy iOS */
}
/* proza-libre-800 - latin */
@font-face {
  font-family: 'Proza Libre';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/proza/proza-libre-v3-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Proza Libre ExtraBold'), local('ProzaLibre-ExtraBold'),
       url('fonts/proza/proza-libre-v3-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/proza/proza-libre-v3-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/proza/proza-libre-v3-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/proza/proza-libre-v3-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/proza/proza-libre-v3-latin-800.svg#ProzaLibre') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: "JustActCasual";
  src: url("fonts/JustActCasual/fonts/JustActCasual.eot"); /* IE9 Compat Modes */
  src: url("fonts/JustActCasual/fonts/JustActCasual.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/JustActCasual/fonts/JustActCasual.otf") format("opentype"), /* Open Type Font */
    url("fonts/JustActCasual/fonts/JustActCasual.svg") format("svg"), /* Legacy iOS */
    url("fonts/JustActCasual/fonts/JustActCasual.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/JustActCasual/fonts/JustActCasual.woff") format("woff"), /* Modern Browsers */
    url("fonts/JustActCasual/fonts/JustActCasual.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ClearlyGothic";
  src: url("fonts/ClearlyGothic/fonts/clearlygothicregular.eot"); /* IE9 Compat Modes */
  src: url("fonts/ClearlyGothic/fonts/clearlygothicregular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/ClearlyGothic/fonts/clearlygothicregular.otf") format("opentype"), /* Open Type Font */
    url("fonts/ClearlyGothic/fonts/clearlygothicregular.svg") format("svg"), /* Legacy iOS */
    url("fonts/ClearlyGothic/fonts/clearlygothicregular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/ClearlyGothic/fonts/clearlygothicregular.woff") format("woff"), /* Modern Browsers */
    url("fonts/ClearlyGothic/fonts/clearlygothicregular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
body{
  position: relative;
  font-size: 1.5rem;
  color: #5F265F;
}

a {
	color:#5F265F;
	}

a:hover {
    color: #a3195b;
	}
	
body,p,a{
  font-family: 'ClearlyGothic', sans-serif!important;
  }
.h1,h1{
  font-family: 'ClearlyGothic', sans-serif!important;
  font-weight:bold!important;
  }
h1.entry-title{
  font-family: 'ClearlyGothic', sans-serif!important;
  font-weight:bold!important;
  color:#a3195b;
  }
.h2,h2,.h3,h3,.h4,h4{
  font-family: 'ClearlyGothic', sans-serif!important;
  color: #5f265f;
  font-weight:bold!important;
  }
h2.sectiontitle{
  font-size: 3rem;
  font-family: 'ClearlyGothic', sans-serif!important;
  font-weight:bold!important;
  color:#a3195b;
  padding-bottom: 30px;
  }
h2.sectiontitle.invpeffect{
  color:#A3195B;
}
.h5,.h6,h5,h6{
  font-family: 'ClearlyGothic', sans-serif!important;
  font-weight:bold!important;
  }
/* ### ANIMATION ### */
.delayonesecond {
animation-delay: 1s;
}
/* ### GENERIC ###*/
    .entry-content .alignwide {
        margin-left  : -80px;
        margin-right : -80px;
    }
    .entry-content .alignfull {
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
    }
.ghostkit-grid-gap-md {
    margin-right: 0;
    margin-left: 0;
}    
/* ### COLORS ### */
.color_manz{
    color:#e8f083;
}
.bg_color_manz{
    background-color:#e8f083;
}
.bgwhite{
    background-color: #fff;
}
.color_eresheggplant{
  color: #a3195b;
  }
.bg_color_eresheggplant{
  background-color: #a3195b;
  }
.color_cosmic{
  color: #5f265f;
  }
.bg_color_cosmic{
  background-color: #5f265f;
  }
/* ##### BODY BG ##### */
img#olbgleft {
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    /*transform: scale(1.2);*/
}
img#olbgright{
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    /*transform: scale(1.2);*/
}
/* ### STYLES ### */
.white{
	color: #fff!important;
}
.center{
	text-align: center;
}
/* ### SECTIONS ### */
#home{
    min-height: 110vh;
}
#startsection,
#cst,
#symptomesection,
#vitasection,
#kontaktsection{
	min-height: 100vh;
}
#kontaktsection {
    padding: 75px;
}
#start,
#cst,
#symptome,
#vita,
#kontakt{
  padding-top: 200px;
	margin-top:-200px;
  }
#impressum{
  padding-top: 200px;
  margin-top:-200px;
  }  
  
#telicon {
	margin-right: 15px;
}
.wpcf7 input,
.wpcf7 textarea {
	width: 100%;
}

.wpcf7 label {
	display: block;
}

div.wpcf7 {
	max-width: 60em;
	margin-left: auto;
	margin-right: auto;
}
.wpcf7 .wpcf7-form label {
    text-align: center;
}
/* ### TOPBAR ### */
/*
#c2_containertopbar {
    background-color: #fff;
}
.c2_col_topbar {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    }
.c2_col_topbar p,
.c2_col_topbar a{
    margin:0!important;
    color: #333;
    }
*/
/* ### NAVBAR ### */
#c2navbarhome {
  background-color: transparent!important;
  z-index: 1030;
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease;
  margin-bottom: -225px;
  }
#c2navbarhome.navbar-center div#navbarNavDropdown,
#c2navbarsubpages.navbar-center div#navbarNavDropdown {
  /*
  display: flex!important;
  justify-content: space-around;
  flex-basis: auto;
  */
  }
#c2navbarhome li a,
#c2navbarsubpages li a{
  font-family: 'ClearlyGothic', sans-serif!important;
  color: #a3195b;
  text-transform: none;
  font-weight: bold!important;
  font-size: 1.4rem;
  letter-spacing: 2px;
  border-bottom: 3px solid transparent;
  padding: 8px 20px!important;
  }
#c2navbarhome li a:hover,
#c2navbarsubpages li a:hover{
  color: #5f265f;
  border-bottom: 3px solid #5f265f;
  }
#c2navbarhome a.navbar-brand.custom-logo-link img {
  visibility: hidden;
  width: 0;
  margin: 0;
  }  
/* --- CLICKED --- */
#c2navbarhome li.clicked a,
#c2navbarsubpages li.clicked a{
    color: #5f265f;
    border-bottom: 3px solid #5f265f;
    }
/* --- STICKY --- */
.affix {
  padding-top: 0.2em !important;
  padding-bottom: 0.2em !important;
  -webkit-transition:padding 0.2s linear;
  -moz-transition:padding 0.2s linear;  
  -o-transition:padding 0.2s linear;         
  transition:padding 0.2s linear;  
  }
/* --- FIXED --- */
/* - centered - */
#c2navbarhome.navbar-center.fixedtopnav div#navbarNavDropdown,
#c2navbarsubpages.navbar-center.fixedtopnav div#navbarNavDropdown {
  /*
  display: flex!important;
  justify-content: space-around;
  flex-basis: auto;
  */
  }
#c2navbarhome.navbar-center.fixedtopnav,
#c2navbarsubpages.navbar-center.fixedtopnav{
  position: fixed;
  z-index: 1030;
  top: 0;
  width: 100%;
  background-color: #fff!important;
  margin-bottom: 0px;
  }
#c2navbarhome.fixedtopnav a.navbar-brand.custom-logo-link img,
#c2navbarsubpages.fixedtopnav a.navbar-brand.custom-logo-link img {
  visibility: visible;
  width: 56px;
  margin: 16px;
  }
#c2navbarhome.fixedtopnav > a.navbar-brand.custom-logo-link img.img-fluid,
#c2navbarsubpages.fixedtopnav > a.navbar-brand.custom-logo-link img.img-fluid {
    height: 50px!important;
    width: auto!important;
    margin:0;
}  
#c2navbarhome.fixedtopnav li a.nav-link,
#c2navbarsubpages.fixedtopnav li a.nav-link{
  color: #a3195b;
  font-size: 1.2rem!important;
  letter-spacing: 1px;
  border-bottom: 3px solid transparent;
  padding: 8px 25px 3px 25px!important;
  }
#c2navbarhome.fixedtopnav li a.nav-link:hover,
#c2navbarsubpages.fixedtopnav li a.nav-link:hover{
  color: #5f265f;
  border-bottom: 3px solid #5f265f;
  } 
#c2navbarhome.fixedtopnav li.clicked a,
#c2navbarsubpages.fixedtopnav li.clicked a{
    color: #5f265f;
    border-bottom: 3px solid #5f265f;
    }    
/* ### SEARCHBAR ### */
button.btn.btn-primary.navisearchbtn {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}
/* ### TOGGLER	### */
#c2navbarhome .navbar-toggler,
#c2navbarsubpages .navbar-toggler {
    background-color: white!important;
    border: 0px;
}
/*############## HOME ############## */
h2#sitetitle {
    font-size: 6rem;
    font-family: 'JustActCasual', sans-serif!important;
    line-height: 1;
    color:#a3195b!important;
    font-weight: normal!important;
    text-shadow: 1px 1px 5px #ffffff;
}
h3#sitedescription{
  font-family: 'ClearlyGothic', sans-serif!important;
  font-size: 2.4rem;
  font-weight: normal!important;
  color:#5f265f!important;
}
h4#phoneno {
  font-size: 4rem;
  padding-top: 20px;
  }
span#telicon img {
    height: 40px;
    padding-bottom: 5px;
    margin-top: -10px;
}  
h4#phoneno span#telicon{
  font-weight: normal!important;
  color:#a3195b!important;
  padding-right: 10px;
}
h4#phoneno a#notag{
  font-weight: normal!important;
  color:#5f265f!important;
}
h4#phoneno a#notag:hover{
  text-decoration: none!important;
}
/*############## PAGES ############## */
.row.pagetitlerow {
    margin-top: 200px;
}
/*############## CONTENT ############## */
#symptomecolumns{}
ul.customlist{
  list-style-image: url('images/oloesmann_logo_draft_190618_x20.jpg');
}
/*############## KONTAKT SECTION ############## */
div#kontakt ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
div.wpcf7 {
    margin: 0!important;
}
span.wpcf7-list-item{
    margin: 0!important;
}
span.wpcf7-list-item label {
    line-height: 1;
    font-size: 1rem;
}
.wpcf7 input[type=text],
.wpcf7 textarea,
.wpcf7 input[type=email],
.wpcf7 input[type=submit] {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #A3195B!important;
}
.wpcf7 input[type=text]:focus,
.wpcf7 textarea:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=submit]:visited {
  box-shadow: 0 0 5px #A3195B!important;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #A3195B!important;
}
div#contactform-btn-wrapper {
    text-align: center;
}
input.wpcf7-form-control.wpcf7-submit {
  padding: 3px 10px 3px 10px!important;
  width: auto;
  background-color: #5F265F;
  border:none!important;
  color: white;
  }
input.wpcf7-form-control.wpcf7-submit:hover {
  width: auto;
  background-color:#A3195B;
  border:none!important;
  color: white;
  }
.wpcf7-form input#OL_Quiz {
  max-width: 50px;
  margin: 0 auto;
  }
span.wpcf7-form-control.wpcf7-acceptance label {
  display: flex;
  flex-direction: row;
  }
span.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  height: 30px;
  width: 30px;
  }
@media (min-width: 768px) {
  span.wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
    height: 18px;
    width: 18px;
    margin-right: 5px;
    }
}
#contactform-btn-wrapper .wpcf7-spinner{
  display: block;
  left: 50%;
  transform: translateX(-50%);
  }
/*############## FOOTER ############## */
div#wrapper-footer {
    display: none;
}
div#wrapper-footer {
    background-color: #fff;
}
p#sbfootercredit {
  margin: 0;
  font-size: 12px;
  text-align: center;
  }
p.sitecredits {
    font-size: 12px;
}
/* #################### SMOKE ANIMATIONS #################### */


/* ##### MEDIA QUERIES ##### */
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  body{
    font-size: 1rem;
    }
  #c2navbarhome.navbar-center ul#main-menu,
  #c2navbarsubpages.navbar-center ul#main-menu {
    background-color: #fff;
    }
  #home {
      margin-top: 130px;
  }
  h2#sitetitle {
    font-size: 2.5rem;
    }
  h3#sitedescription {
    font-size: 1.4rem;
    }    
  h2.sectiontitle {
    font-size: 1.25rem;
    }
  h4#phoneno {
    font-size: 1.5rem;
    }
  /* ##### BODY BG ##### */
  img#olbgleft,
  img#olbgright {
    width: 60px;
    height: 5000px;
  }    
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  /* ##### BODY BG ##### */
  img#olbgleft,
  img#olbgright {
    width: 100px;
    height: 5000px;
  }
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  /* ##### BODY BG ##### */
  img#olbgleft,
  img#olbgright {
    width: 200px;
    height: 5000px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 767px) {
	div#home {
		padding-top: 170px;
	}
	#start,
	#cst,
	#symptome,
	#vita,
	#kontakt{
		padding-top: 150px;
		margin-top:-150px;
	}	
}
/* APPENDIX 31/07/19 */
.footable-filter-container {
    display: none!important;
}
input.footable-filter {
    display: none!important;
}
.tablepress ul.customlist {
    line-height: 1!important;
}
.tablepress tbody td,
.tablepress tfoot th{
    border: none!important;
	border-top:0px!important;
}