/* 
    light grey #ccc;
	dark grey #333;
    middle grey #bbb;
    dark grey background #bbb;
    dark green: #080; rgb(0, 136, 0);
    green #7cb15f;
*/

/*@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@100;200;300;400;500;700;800;900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600&display=swap');*/

@import "fonts/fonts.css";

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

/* genericon
--------------------------------------------------------------------------- */

.genericon {
	display: none;
}

.genericon-menu {
	display: table-cell;
	vertical-align: middle;
}

.container_genericon {
	display: table;
	height: 85px;
}

.genericon-menu:before {
	content: '\f419';
    float: right;
    -webkit-font-smoothing: antialiased;
    font-family: 'Genericons';
    font-style: normal;
	font-size: 35px;
	margin-top: 7%;
	margin-right: 3%;
}

/* typography
--------------------------------------------------------------------------- */

html {
    font-family: 'Roboto', sans-serif;
}

p {
    margin-bottom: 0.8em;
	line-height: 1.6em;
    font-weight: 300;
    font-size: 1.1em;
}

h1 {
    font-family: 'Arima Madurai', cursive, sans-serif;
	color: #333;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 0;
}

h2 {
	font-size: 1.4em;
    font-weight: 400;
    line-height: 1.1em;
    margin: 0;
}

h3{
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.6em;
    text-transform: uppercase;
}

h4{
    font-size: 1.1em;
    font-weight: 400;
    line-height: 1.6em;
}

a {
	color: #333;
}

a:hover {
	cursor: pointer;
}

li {
     font-family: 'Roboto', sans-serif; 
	line-height: 1.6em;
    font-weight: 300;
    font-size: 1.1em;     
}

#kontakt, #kontakt a, #kontakt h1{
    color: #fff;
}

footer h1, footer a, footer p, footer h3 {
	color: #fff;
}

footer h3{
        margin-bottom: 3em;
}

footer a{
    text-decoration: none;
}

iframe{
    margin-top: 2%;
}

.zitat{
    font-family: 'Arima Madurai', cursive;
    font-weight: 100;
    font-size: 1.2em;
    color: #fff;
    padding-bottom: 0!important;
    margin: 1% 0;
}

.center{
    text-align: center;
}


/* body
--------------------------------------------------------------------------- */
body {
    line-height: 1.3em;
	font-family: 'Roboto', sans-serif;
	color: #333;
	background-image: url("img/tropfen_hg.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    margin: 0;
}

/* header + menu
--------------------------------------------------------------------------- */

#header {
    width: 100%;
    background-color: #fff;
	z-index: 1000;
}

#header .wrapper {
	position: relative; 
}

#leistungen {
	position: absolute;
	top: 75px;
    /*top: 95px*/
    left: 440px;
	width: 480px;
	transition: opacity 1.5s;	
    line-height: 1.6em;
}

#leistungen a {
    font-size: 1.25em;
    font-weight: 400;
	margin-right: 4%;
	color: #333;
	text-transform: uppercase;
    text-decoration: none;
}

#leistungen a:hover, #leistungen .aktiv{
    color: #080;
    font-weight: 700;
}

.leistungen-default {
    opacity: 1.0;
}

.leistungen-fixed {
    opacity: 0;
}

.clear {
	clear: both;
}

.teaser{	
    width: 100%;
    border-top: #080 4px solid;
	-webkit-transition: opacity 1.5 ease;
	transition: opacity 1.5s ease;
    z-index: 50;
    position: static;
	height: 320px;
}

#teaser .wrapper {
	position: relative;
	height: 100%;
}

.teaser_pict{
    width: 100%;
    height: 320px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; 
}

.pict_01{
	background-image: url("img/osteopathie.jpg");    
}

.pict_02{
	background-image: url("img/physiotherapie.jpg");    
}

.pict_03{
	background-image: url("img/weitere_therapieformen.jpg");    
}

.pict_04{
	background-image: url("img/judith_brucker.jpg");    
}

.tropfenfrei{
    width: 65%;
}

.tropfen-hide{
    opacity: 0.2;
}

.tropfen-show{
    opacity: 1.0;
}

#tropfen {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 1.5s ease;
}

#textbox {
    z-index: 1;
	color: #fff;
	position: absolute;
    right: 0;
	bottom: 40px;
    width: 420px;
    height: 45px;
    padding: 5%;
    text-align: center;
}

#textbox h1 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 1.7em; 
}

#textbox h2 {
   font-family: 'Roboto', sans-serif;  
    color: #fff;
    font-weight: 300;
    font-size: 1.2em; 
}

.logo{
    width: 300px;
    margin: 1%;
}

.logo img{
    width: 100%;
}

.logo-show {
	opacity: 1;
}

.logo-hide {
	opacity: 0;
}

/* main
--------------------------------------------------------------------------- */ 

#main {
    width: 100%;
    height: auto;
	position: relative;
}

.wrapper{
    max-width: 980px;
    margin: 0 auto;
}

.section {
    padding-bottom: 3%;
}

.one_col{
   width: 100%;
   margin: 0;
}

.two_col{
    width: 47.5%;
    margin: 0 0 3% 0;
    text-align: left;
}

.three_col{
    width: 27%;
    height: 27%;
    margin: 1% 3%;
    text-align: left; 
}

.side_col{
    width: 72%;
    margin: 1% 3%;
    text-align: left;  
    display: inline-block;
    background-color: #fff;
    min-height: 350px;
}

 .one_col, .two_col, .three_col{
    display: inline-block;
    vertical-align: top; 
    background-color: #fff;    
}

.vod{
    padding-bottom: 0;
}

.portrait{
    width: 100%;
}

#vod img{
    width: 40%;
}

.color_light {
	background-color: #ccc;
}

.color_white {
    background-color: #fff;
}

.color_middle {
 	background-color: #bbb;   
}

.color_transparent{
    background-color: transparent;
}

.color_dark{
     background-color: #555;
}

footer {
    border-top: #fff 4px solid;
}

.margin_03{
  margin: 0 3%; 
}

.left{
    margin-right: 2%;
}

.right{
    margin-left: 2%;
}

.fill {
    margin: 0;
    line-height: 0;
    padding-bottom: 0!important;
}
.content{
    padding: 3% 5%;
}

.two_col .content{
    padding: 10%;
}

footer .one_col .content{
    color: #fff;
}

.box{
    height: 320px;
    position: relative;  
}

.box1{
	background-image: url("img/osteopathie-01.jpg");    
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.box2{
	background-image: url("img/physiotherapie-02.jpg");    
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.box_inside{
    width: 100%;
    height: 95px;
    position: absolute;
    bottom: 0px;
    background-color: rgba(0, 136, 0, 0.8);
}

.box_inside p{
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
}

.box1 p{
    padding: 2.5%;
}

.box2 p{
    padding: 0%;
}

.box1 a:hover .box_inside, .box2 a:hover .box_inside{
    background-color: rgba(0, 136, 0, 1);
   transition: background-color .05s;
}


.heading{
    background-color: transparent;
    text-align: center;
}

.image{
    background-color: transparent;
}

.info{
    text-align: left;
}

.divide{
    width: 25px;
    margin-top: 2%;
}

footer {
	clear: both;
    width: 94%;
	background-color: #080;
	color: #ffffff;
	padding: 0 3% 0% 3%;
    line-height: 1.4em;
	z-index: -10;
}


/* media queries
--------------------------------------------------------------------------- */

@media only screen and (max-width: 919px){
    .logo{
        margin-top: 4%;
        margin-left: 4%;
        margin-bottom: 2%;
    }
        
    #leistungen {
        display: none;
        position: absolute;
        top: 160px;
        left: 0px;
        z-index: 800;
        width: 100%;
    }
        
    #leistungen a{
        color: #fff;
        font-size: 100%;
        display: block;
        line-height: 2.8em;
        padding: 1% 0 1% 11.5%;
        border-bottom: 1px solid #fff;
        margin: 0;
        z-index: 100;
        background-color: #333;
    }
        
    #leistungen a:hover{
        background-color: #111;  
        color: #fff;        
    } 

    .genericon {
        display: block;
        position: absolute;
        right: 5%;
        top: 5%;
    }   

    .one_col{
        width: 94%;
        margin: auto 3%;
    }   

    .two_col{
        width: 44.7%;
    }    
        
    .left{
        margin-left: 3%;
    }
        
    .right{
        margin-right: 3%;
    }
}  

@media only screen and (max-width: 712px){    
    .teaser{
        height: 230px;
    }
    
    .teaser_pict{
        height: 230px;
    }
    
    .divide{
        margin-top: 5%;
    }
    
    #vod img {
        width: 65%;
        margin-top: 5%;
    }
    
    iframe{
        margin-top: 5%;
    }
    
    h1{
        font-size: 2.1em;
    }      
    
    h2{
        margin-top: 5%;
       font-size: 1.6em;
    }
    
    .one_col{
        margin-bottom: 5%;
    }
    
    .three_col{
        width: 100%;
    }
    
    #textbox{
        display: none;
    }
    
    .tropfenfrei{
        width: 85%;
    }

    .divide {
        width: 23px;
    }

    .zitat {
        font-size: 1.2em;
    }

    .two_col, .side_col {
        width: 94%;
        margin: 0 3% 3% 3%;
    }

    .teaser{
        height: 320px;
    }

    .teaser_pict{
        height: 320px;
    }
    
} 

@media only screen and (max-width: 618px){   
    .teaser{
        height: 220px;
    }
    
.teaser_pict{
        height: 220px;
    }
}
    
@media only screen and (max-width: 510px){   
    .teaser{
        height: 160px;
    }
    
.teaser_pict{
        height: 160px;
    }    
}


