@import url(https://fonts.googleapis.com/css?family=Alegreya+Sans);
/*@import url(http://fonts.googleapis.com/css?family=Cambria);*/
/*@font-face {
  font-family: 'Cambria';
  font-style: normal;
  font-weight: 400;
  src: local('Cambria'), url(cambria.woff) format('woff');
}*/


body, html {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    /*font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;*/
    font-family: Cambria, Georgia, serif;
    height: 100%;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    width: 100%;
    font-size: 20px;
}
div{
    display: block;
    user-select: none;
    -o-user-select: none;
    -ms-user-select:none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.select{
    user-select: initial;
    -o-user-select: initial;
    -ms-user-select: initial;
    -moz-user-select: initial;
    -khtml-user-select: initial;
    -webkit-user-select: initial;
}
*{
    -moz-box-sizing:border-box;box-sizing:border-box;
}
.header{
    padding: 20px 0 40px;
}
.haie{
    background: url(./_pix/haie.gif) no-repeat center center;
    background-size: 150px auto;
    height: 180px;
}
.haie img{
    width: 0;
    height: 0;
}
.title{
    color: #3498db;
    /*font-family: Pacifico;*/
    font-family: 'Alegreya Sans', sans-serif !important;
    /*font-size: 72px;*/
    font-size: 43px;
    /*font-weight: 400;*/
    /*line-height: 1.2;*/
    /*margin: 0 30px 10px;*/
    margin: 0 0px 10px;
    text-align: center;
}
.subheading{
    color: #555;
    /*font-size: 12px;*/
    /*font-style: italic;*/
    font-weight: 400;
    /*margin: 10px auto;*/
    margin: 0 10px auto;
    text-align: center;
    font-size: 1.1em;
}
.address{
    color: #555;
    margin: 20px auto 0;
    text-align: center;
    font-size: 1.1em;
}
.telefon{
    font-weight: bold;
    color: #3498db;
    font-size: 40px;
    font-family: 'Alegreya Sans', sans-serif;
}
.fon{
    font-size: 1.2em;
}
a{
    text-decoration: none;
    color: inherit;
}
h2{
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 48px;
    /*line-height: 0px;*/
}
.impressum h2{
    font-size: 20px;
}

.claim{
    color: #3498db;
    padding-top: 20px;
    margin-bottom: 0px;
    font-size: 1.2em;
    font-weight: bold;
}



#content{
    width: 100%;
    position: relative;
}
.blue{
    background: #3498db;
    color: #fff;
}
.content{
    border: 0px solid #f00;
    margin: auto;
    padding: 20px 10px;
    max-width: 360px;
}
.content:after{
    clear: both;
    content: "";
    display: table;
}
.time{
    line-height: 1.5;
    font-size: 1.2em;
}
.freitag{
    padding-right: 38px;
}
.donnerstag{
    padding-right: 5px;
}

.white h2{
    color: #3498db;
}

a.implink{
    text-decoration: underline;
    /*font-size: 16px;*/
}
a.implink:hover{
    color: white;
}





#slides1 img{
    max-width: 100%;
}
#slides1, #slides2 {
  display: none;
}
#slides1 .slidesjs-navigation {
  display: none !important;
}
.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none;
  display: none;
}


.team{
    border: 0px solid #f00;
    /*width: 320px;*/
    margin-top: -20px;
    color: #555;
    height: 40px;
    font-size: 1.1em;
}
.teamnext{
    float: right;
    color: #3498db;
    font-weight: bold;
    font-size: 30px;
    text-decoration: none;
}



.grey{
    background: #555;
    color: #ccc;
    margin-top: 10px;
    font-size: 12px;
}

#content.white {
    padding-bottom: 10px;
}





/** This class will hide all the body by default **/
#accordion .acc-body, #accordion2 .acc-body {
   /*display : none;*/
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.35s ease-out;
   transition-delay: .25s;
}
/** This class will show the body if it has "active" parent class. "active" class will be added to panel div **/
#accordion .active .acc-body, #accordion2 .active .acc-body {
   display : block;
   max-height: 500px;
   transition: max-height 0.55s ease-in;
}
.acc-body {
    margin-top: 5px;
    font-size: .7em;
    line-height: 1.2em;
}
.panel {
    font-size: 1.2em;
    margin-bottom: 10px;
}
#accordion .acc-header::before, #accordion2 .acc-header::before {
    content: "•";
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.white .panel{
    color: #555;
}

#corona .acc-header {
    font-size: 20px;
}
#corona ul {
    margin-left: -20px;
}
#corona .panel {
    cursor: default !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #accordion .acc-body, #accordion2 .acc-body {
       height:0;
    }
    #accordion .active .acc-body, #accordion2 .active .acc-body {
       height: unset;
    }
}
@supports (-ms-accelerator:true) {
    /* IE Edge 12+ CSS styles go here */ 
    #accordion .acc-body, #accordion2 .acc-body {
       height:0;
    }
    #accordion .active .acc-body, #accordion2 .active .acc-body {
       height: unset;
    }
}

/* Only iPhone 4/4S (portrait mode) */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-device-pixel-ratio: 2) and (orientation:portrait)
{
    h2{
        font-size: 42px;
    }

    .telefon{
        font-size: 34px;
    }
}




