/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v20-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('fonts/roboto-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'Droid Serif';
    src: url('fonts/DroidSerif-Regular-webfont.eot');
    src: url('fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/DroidSerif-Regular-webfont.woff2') format('woff2'),
         url('fonts/DroidSerif-Regular-webfont.woff') format('woff'),
         url('fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
         url('fonts/DroidSerif-Regular-webfont.svg#droid_serifregular') format('svg');
    font-weight: normal;
    font-style: normal;

} 


body{
    font-family: 'Roboto', sans-serif;
    color: #333;
    background: #fdf0d8;
}

b, strong {
  font-weight: 500;
}

a, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #f99d1c;
}


.button-warning {
   background: #facd7f;
}

.fon-info{
   background: #facd7f;
   padding: 4px 10px 5px;
   display: inline; 
}


.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.pure-g [class *="pure-u"] {
    font-family: 'Roboto', sans-serif;  
    letter-spacing: 0.01em;
}

/*
This is the parent `<div>` that contains the menu and the content area.
*/
#layout {
    position: relative;
    padding-left: 0;
}
    #layout.active #menu {
        left: 150px;
        width: 202px;
    }

    #layout.active .menu-link {
        left: 150px;
        height: auto;
    }

/* menu text */

#menu #menu-text{
  bottom: 0px;
  position: absolute;
  color: #fee7c6;
  padding: 0.6em 0 0.6em 0em;
  font-size: 14px;
  margin: 0 15px; 
}

#menu #menu-text a{
  color: #fee7c6;
}



/*
The content `<div>` is where all your content goes.
*/
.content {
    margin: 0 auto;
    padding: 2em;
    max-width: 980px;
    margin-bottom: 0px;
    line-height: 1.6em;
}

.header_wrapper{
     background: #fff;  
}

.header {
     margin: 0;
     text-align: center;
     padding: 2.5em 2em 0;
     max-width: 980px;   
 }
    .header h1 {
        margin: 0.2em 0;
        font-size: 3em;
        font-weight: 300;
    }
     .header h2 {
        font-weight: 300;
        color: #ccc;
        padding: 0;
        margin-top: 0;
    }

.content-subhead {
    margin: 50px 0 20px 0;
    font-weight: 300;
    color: #888;
}



#main{
    margin-left: 40px;
}


.header{
    height: 200px;
    padding: 0 !important;
    overflow: hidden;
    margin: 0 auto;
}

    #logo{
      text-align: left;
      margin-top: 20px;
    }

    #logo .pure-img-responsive{
      width: 90%;
    }

    #logo h1{
      font-size: 16px;
      color: #606a71; 
      line-height: 1.3em;         
    }

    #info_text{
      text-align: left;
      margin-top: 77px;
      font-size: 16px;  
      color: #606a71;   
    }

    #info_text ul li{
      color: #606a71;
      line-height: 1.3em;  
    }

#visual_wrapper{
      position: relative;
      padding-bottom: 0px;
}

    #visual{
      height: 800px;
      max-width: 100%;
      text-align: center;
      overflow: hidden;
      background: url(../images/sunset.jpg) no-repeat center top;  
      position: relative;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    #visual .text{
      /* width: 40%; */
      height: 30%;
      overflow: auto;
      margin: auto;
      position: absolute;
      top: 0; left: 0; bottom: 0; right: 0;
      color: #fff;
    }

    #visual .text h1{
      font-family: 'Droid Serif', serif;
      font-weight: 300;
      font-size: 260%;
    }

    #visual_wrapper .boxen{
        margin: 0 auto;
        padding: 0 2em;
        max-width: 980px;
        line-height: 1.6em;
        margin-top: -70px;
    }


    #visual_wrapper .boxen .box_content{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#facd7f+0,f9e3bd+99 */
        background: #facd7f; /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhY2Q3ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2Y5ZTNiZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top,  #facd7f 0%, #f9e3bd 99%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#facd7f), color-stop(99%,#f9e3bd)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #facd7f 0%,#f9e3bd 99%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #facd7f 0%,#f9e3bd 99%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #facd7f 0%,#f9e3bd 99%); /* IE10+ */
        background: linear-gradient(to bottom,  #facd7f 0%,#f9e3bd 99%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#facd7f', endColorstr='#f9e3bd',GradientType=0 ); /* IE6-8 */
        margin: 0 0.5em 1em 0;
        padding: 20px;
        font-size: 14px;
        height: 275px; 
        line-height: 1.3em; 
        position: relative;   
    }

    #visual_wrapper .boxen .box_content h2{
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
        padding-bottom: 10px;
        margin-bottom: 25px;
        border-bottom: 1px solid #333;
    }

    #visual_wrapper .boxen .box_content a.box_link{
        display: block;
        bottom: 20px;
        position: absolute;
    }    


/* Visuals im Content */

    .visual{
      position: relative;
      text-align: center;
    }

    .visual .text{
      /* width: 50%; */
      height: 30%;
      overflow: auto;
      margin: auto;
      position: absolute;
      top: 0; left: 0; bottom: 0; right: 0;
      color: #fff;
    }

    .visual .text h1{
      font-family: 'Droid Serif', serif;
      font-weight: 300;
      font-size: 260%;
      letter-spacing: 0.01em;
    }


/* content */

   #behandlungsmethode,
   #impressum{
    background: #fff;
   }




/* Tables */

   table.pure-table{
    border: none;
   }

   table.pure-table td:first-child{
    width: 100px;
    padding-left: 0;
    font-weight: 500;    
   }

   table.pure-table td{
    vertical-align: top;
    border: none;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
   }  



.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(247, 166, 0, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #f7a600;
  opacity: 1;
}




/* lageplan */

  .iframe-rwd  {
  position: relative;
  padding-bottom: 40%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  }
  .iframe-rwd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  }


/* contact */

.pure-form-aligned .pure-control-group label{
  text-align: left;
  width: 40%;
}

.pure-form-aligned .pure-control-group label.bold{
  font-weight: 500;
}

.pure-form-aligned .pure-controls {
  margin: 1.5em 0 0 16em;
}

.pure-form-aligned textarea{
  width: 50%;
  height: 120px;
}

.pure-form input[type=text],
.pure-form input[type=email]{
  width: 50%; 
}

.pure-form-aligned hr{
  border: none;
  border-top: 0px solid #fff;
  color: #FFFFFF;
  background-color: #FFFFFF;
  height: 1px;
}

.check-send{
  margin-left: 42% !important;
}


.custom-wrapper {
    background-color: #ffd390;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper.open {
    height: 22em;
}

.custom-menu-3 {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #fff;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 15px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle .bar:last-child {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}


.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



@media only screen and (max-height: 860px) {

  #menu .pure-menu, #menu .pure-menu ul{
    top: 85px !important;
  }

}



@media only screen and (max-width: 1103px) {


    .header {
        margin-left: 40px;
    }
    #visual .text{
      width: 90%;
      font-size: 90%;
    }

    #visual_wrapper .boxen .box_content h2{
      font-size: 14px;
    }    

    #visual_wrapper .boxen .box_content{
        height: 550px;      
    }
}


/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {


    .custom-menu-3 {
        text-align: left;
    }

    .custom-toggle,
    #menu_mobile{
        display: block !important;
    }


    h2{
      font-size: 16px;
      -webkit-margin-before: 0em;
      -webkit-margin-after: 0em;
    }


    #menuLink{
      display: none;
    }

    #main{
      margin-left: 0;
    }

    .header{
      margin-left: 20px;
      height: auto;
    }

    #info_text{
      margin-top: 0;
    }

      #info_text ul{
        padding-left: 20px;
      }


    .content{
      padding: 10px;
    }  

    #visual .text,
    .visual .text{
      /* width: 100%; */
      height: 50%;
      font-size: 50%;
      padding: 0 10px;
    }    

    #visual_wrapper{
      padding-bottom: 0;
    }

    #visual_wrapper .boxen{
       position: relative;
       padding: 0px;  
       bottom: 0px;  
       margin-top: 10px;  
    }


    #visual_wrapper .boxen .box_content{
        background: #facd7f;
        margin: 0 0.5em 2em;
        padding: 20px;
        font-size: 14px;
        height: auto;        
    }

    #visual_wrapper .boxen .box_content a.box_link{
        position: relative;
        display: inline;
        bottom: 0;
    }     



    #visual_wrapper .boxen .box_content h2{
      font-size: 14px;
    }
 

    .pure-form-aligned .pure-controls{
      margin: 0;
    }

    .pure-form input[type=text],
    .pure-form input[type=email],
    .pure-form-aligned textarea,
    .pure-form-aligned .pure-control-group label,
    .pure-form-aligned select
    {
     width: 100%;
    }

    .check-send{
      margin-left: 0 !important;
    }

}

