/* open-sans-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/open-sans-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* open-sans-800 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('/fonts/open-sans-v35-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }

body, html {
	width: 100%;
    min-width: 320px;
	min-height: 100%;
	padding: 0;
	margin: 0;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    font-size: 16px;
}

body {
    height: 100%;
}

div, a, section, article, p  {
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}


a {text-decoration: none; color: inherit; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
a:hover {color: #00A4B5; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out;}


h1,h2,h3,h4,h5 {
    text-decoration: none;
    font-weight: bold;
    margin: 0.5em 0;
}

h1,h2,h3,h4 {font-weight: bold;
}

h1, div:not(.ism-slider) h2,h3 {
    border-bottom: 2px dotted #064; margin: 0 0 0.3em;
}

h4 {
    border-bottom: 1px solid #ddd;
}

p {margin: 0 0 1em 0;}

ul{    list-style: none;
    margin: 0 0 0 -1.0em;
    
}

ol {
    list-style: decimal;
    margin: 0 0 0 0;
}

ul li:before {
    content:"";
    display: inline-block;
    margin: 0 0.3em 0.05em -0.8em;
    border-left: 0.5em solid #800;
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    -webkit-border-radius: 3px;
            border-radius: 3px
}


table.hours {
    border-collapse: collapse;
    text-align: center;
}
table.hours tr {border-bottom: 1px solid #ddd;}
table.hours tr:first-of-type th:nth-of-type(n+7) {display: none;}



.bar_green {
    display: block;
    width: 100%;
    height: 1em;
    
}


.container {
    width: 100%;
    height: auto;
    background: rgb(0,58,94);
    background:-webkit-linear-gradient(45deg, rgba(0,58,94,1) 0%,rgba(0,156,179,1) 53%,rgba(0,74,112,1) 100%);
    background:-o-linear-gradient(45deg, rgba(0,58,94,1) 0%,rgba(0,156,179,1) 53%,rgba(0,74,112,1) 100%);
    background:linear-gradient(45deg, rgba(0,58,94,1) 0%,rgba(0,156,179,1) 53%,rgba(0,74,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a5e', endColorstr='#004a70',GradientType=1 );
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-background-size: cover;
            background-size: cover;
    padding: 0.1em 0 0.1em 0;
    background: #fff;
}


.container > .content_text {
    width: 60%;
    min-width: 320px;
    margin: 6em auto;
    overflow: auto;
    
}




.gallery_team {
    font-size: 0;
    text-align: center;
    overflow:hidden !important;
}

.gallery_team a {
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    width: 23%;
    width: -webkit-calc(25% - 2rem);
    width: calc(25% - 2rem);
    max-width: 20rem;
    margin: 1rem;
    text-align: center;
    overflow: hidden;
    background-color: rgba(0,90,105,1);
    color: #fff;
}

.gallery_team a img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(1) contrast(1) brightness(1.0);
    filter: grayscale(1) contrast(1) brightness(1.0);
}

.gallery_team a:hover {
   background-color: #00A4B5; 
}

.gallery_team a:nth-of-type(1) {display: block; margin: 0 auto;}


 
    
.leistungen {
    width: 100%;
    color: #000;
    overflow: auto;
    display: block; 
}
.leistungen > div {
    width: 100%;
    padding: 1em 0;
    border-left: 1px solid #fff;
    border-right: 1.5px solid #fff;
    color: #000;
    overflow: auto;
}

.leistungen input[type="checkbox"] {
    display: none;
}

.leistungen input[type="checkbox"] ~ label {
    cursor: pointer;}

.leistungen input[type="checkbox"] ~ label h3:before {
    content:"";
    display: inline-block;
    height: 0;
    width: 0;
    -webkit-border-radius: 0.2em;
            border-radius: 0.2em;
    border-top: 0.8em solid #a00;
    border-right: 0.4em solid transparent;
    border-bottom: none;
    border-left: 0.4em solid transparent;
    margin: 0 0.3em 0 0;
}

.leistungen input[type="checkbox"]:checked ~ label h3:before {
    border-top: none;
    border-right: 0.4em solid transparent;
    border-bottom: 0.8em solid #a00;
    border-left: 0.4em solid transparent;
}

.leistungen > div > input ~ div {display:none}

.leistungen > div > input:checked ~ div {display:block}



.kontakt {
    text-align: center;
}


.bar_image {
    position: relative;
    width: 100%; 
    height: 400px;
    height: 40vh;
    min-height: 400px; 
    margin: 0;
    background: #fff;
}

.bar_image:after {
    content:"";
    display: block;
    width: 100%;
    height: 1em;
    background: rgb(0,58,94);
    background-image:url(res/texture_stripes_tile.png), -webkit-linear-gradient(45deg, rgba(0,58,94,1) 0%,rgba(0,156,179,1) 53%,rgba(0,74,112,1) 100%);
    background-image:url(res/texture_stripes_tile.png), -o-linear-gradient(45deg, rgba(0,58,94,1) 0%,rgba(0,156,179,1) 53%,rgba(0,74,112,1) 100%);
    background-image:url(res/texture_stripes_tile.png), linear-gradient(45deg, rgba(0,58,94,1) 0%,rgba(0,156,179,1) 53%,rgba(0,74,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a5e', endColorstr='#004a70',GradientType=1 );
    background-repeat: repeat, no-repeat;
    -webkit-background-size: 500px 250px, cover;
            background-size: 500px 250px, cover; 
}

.bar_image > div {
    position: relative;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover; 
    opacity:1.0;
    
}

.bar_image#mobile > div {background-image: url(img/salz_wismar_DSC_6243_leuchtend_02.jpg); background-position: 50% 35%}

.bar_image#two > div {background-image: url(img/hno_wismar_leuchtend_DSC_7575.jpg); background-position: 50% 20%;}
.bar_image#three > div {background-image: url(img/hno_wismar_leuchtend_DSC_8793.jpg);}
.bar_image#four > div {background-image: url(img/SALZ_Fotolia_658075_S.jpg);}
.bar_image#five > div {background-image: url(img/salz_wismar_2.jpg); background-position: 50% 65%;}




.bar_image  p {
    font-size: 2rem;
    font-size: 4vw;
    color: #903;
    text-transform: uppercase;
    position:absolute;
    bottom: 0;
    line-height: 0.9em; 
    font-weight: bold;
    width: 100%; 
    text-align: center;
    z-index: 90;
    margin: 0;
    padding: 0;
    text-shadow:
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
     2px 2px 0 #fff; 
}







.nav_main {
    font-size: 0;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    text-transform: uppercase;
    width: 100%;
    height: 5.4rem;
    top: 0;
    z-index: 100;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.7);
            box-shadow: 0 1px 2px rgba(0,0,0,0.7);
    text-align: right;
    border-top: 0.8rem solid #eee;
    border-bottom: 1px solid #fff;
}

.nav_main a.main{
    color: rgba(255,255,255,0.8);    
    font-size: 1rem;
    position: relative;
    display: inline-block;
    padding: 3.1rem 1.5em 0 1.5em;
    border-left: 1px solid #fff;
    overflow: hidden;
    z-index: 99;
    
}

.nav_main a.main:first-of-type { border-left: none; }

.nav_main a.main:hover {color: #fff; text-shadow: 0px 0px 0.5px #fff;}



.logo_top {
    position: fixed;
    top: 0;
    margin: 0.3% 1em 0 4%;
    float: left;
    width: 11%;
    min-width: 100px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
            box-shadow: 0 1px 3px rgba(0,0,0,0.7);
    -webkit-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
            transform: rotate(-6deg);
    z-index: 102;
    background-image: url(res/logo.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 83% 83%;
            background-size: 83%;   
    background-position: 45% 70%;
}

.logo_top:before {
    content: "";
    float: left;
    padding-bottom: 100%;
}






.phone_top {
    width: 100%; 
    height: 1.5em; 
    background-color: #e0e0e0;
    z-index: 101; 
    position: fixed;
    top: 0;
    font-size: 1.1em;
    font-weight: bold;
    float: right;
    padding: 0 1em 0 0;
    text-align: right;
    color: rgba(0,90,105,1);
}












.gallery_praxis {
    font-size: 0;
    text-align: center;
    overflow:hidden !important;
}

.gallery_praxis a {
    font-size: 1rem;
    display: inline-block;
    width: 30%;
    width: -webkit-calc(33% - 0.4em);
    width: calc(33% - 0.4em);
    margin: 0 0.2em 0.5em 0.2em;
    padding: 0 0 0.3em 0;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background: rgba(0,90,105,1);
}



.gallery_praxis a:hover {
    background: #00A4B5;
}

.gallery_praxis a img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.gallery_praxis a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.gallery_praxis a img {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
}


.vita > div {
    float: left; 
    display: inline-block;
    width: 70%;
    
}


.map {
    display: block;
    width: 100%;
    min-height: 500px;
    height: 500px;
    height: 50vh;
}




.arrow_down {
    display: block;
    margin: 1em auto 1em auto;
    width: 5em;
    min-width: 60px;
    -webkit-background-size: contain;
            background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(res/arrow_down.svg);
    -webkit-filter: brightness(1) drop-shadow(0 1px 2px rgba(0,0,0,0.5));
    filter: brightness(1) drop-shadow(0 1px 2px rgba(0,0,0,0.5));
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.arrow_down:hover {
    -webkit-filter: brightness(1.2) drop-shadow(0 1px 2px rgba(0,0,0,0.5));
    filter: brightness(1.2) drop-shadow(0 0px 1px rgba(0,0,0,0.5));
}

.arrow_down:before {
    content: "";
    float: left;
    padding-bottom: 68%;
}

.arrow_down:after, .logo_top:after {
    content: "";
    display: table;
    clear: both;
}

.tel:before {
    content: "";
    display: inline-block;
    margin: 0em 0.3em -0.1em 0;
    height: 0.85em;
    width: 0.85em;
    background-image: url(res/phone.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
}

.location:before {
    content: "";
    display: inline-block;
    margin: 0em 0.2em -0.1em 0;
    height: 0.85em;
    width: 0.585em;
    background-image:url(res/location_pin.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
}

.bar_header {
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #fff; 
    width: 100%;
    padding: 0.3em 0;
    margin: 0;
    letter-spacing: 0.3em;
    background-color: #9a9a9a;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    z-index: 99;
}


.nav_main, .bar_green, .bar_header {
    background: rgb(0,58,94);
    background-image:url(res/texture_stripes_tile.png), -webkit-linear-gradient(45deg, rgba(0,58,94,1) 0%,rgba(0,156,179,1) 53%,rgba(0,74,112,1) 100%);
    background-image:url(res/texture_stripes_tile.png), -o-linear-gradient(45deg, rgba(0,58,94,1) 0%,rgba(0,156,179,1) 53%,rgba(0,74,112,1) 100%);
    background-image:url(res/texture_stripes_tile.png), linear-gradient(45deg, rgba(0,58,94,1) 0%,rgba(0,156,179,1) 53%,rgba(0,74,112,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a5e', endColorstr='#004a70',GradientType=1 );
    background-repeat: repeat, no-repeat;
    -webkit-background-size:90px 25px, cover;
            background-size:90px 25px, cover;
}


.bar_image#mobile {display: none;}


@media screen and (max-width:960px) {
    
    .sliderWrapper{display: none !important;}
    
    .bar_image > div:nth-of-type(1) {background-image: url(img/salz_wismar_DSC_6243_leuchtend_02_960px.jpg)}
    .bar_image > div:nth-of-type(2) {background-image: url(img/hno_wismar_leuchtend_DSC_7575_960px.jpg); background-position: 50% 20%;}
    .bar_image > div:nth-of-type(3) {background-image: url(img/hno_wismar_leuchtend_DSC_8793_960px.jpg);}
    .bar_image > div:nth-of-type(4) {background-image: url(img/SALZ_Fotolia_658075_S_960px.jpg);}
    .bar_image > div:nth-of-type(5) {background-image: url(img/salz_wismar_2_960px.jpg); background-position: 50% 65%;}  
    
    .container > .content_text {
        width: 80%; 
        margin: 3em auto;
    }
}

@media screen and (max-width:800px) {
    .hours tr { display: block; float: left;  }
    .hours th, .hours td { display: block; padding: 0.5rem; border-bottom:1px solid #ccc;}
    
}


@media screen and (max-width:400px) {
    table.hours tr:first-of-type th:nth-of-type(n+7) { display: block; padding: 0.5rem; border-bottom:1px solid #ccc;}
    table.hours tr:first-of-type th:nth-of-type(-n+6) {display: none;}
}


@media screen and (max-width: 640px) {
    .ism-slider {
        display: none;
    }
    .bar_image#mobile {
        display: block;
    }    
    .container > .content_text {
        width: 97%; 
        margin: 2em auto;
    }
    .container:first-of-type {
        margin: 3em auto 2em auto;
    }
    .gallery_team a {
        width: 45%;
        width: -webkit-calc(50% - 0.9rem);
        width: calc(50% - 0.9rem);
    }
    .gallery_team a:nth-of-type(n) {
        display: inline-block; margin: 0.3rem; 
        vertical-align: top;
    }
    .gallery_team a:before {
        content: "";
        float: left;
        padding-bottom: 220%;
    }
    
    .bar_image p {
        font-size: 2rem;  bottom:0;
    }
    .bar_image {
        height: 200px;
    }
}


@media (max-width:900px) {
    .nav_main {
        height: 0; 
        padding: 3rem 1rem 0.3rem 0; 
        overflow: hidden;
    }
    
    .nav_main:after {
        content: "";
        position: absolute;
        background-image: url(res/hamburger.svg);
        -webkit-background-size: contain;
                background-size: contain;
        width: 1.5rem;
        height: 1.5rem;
        bottom: 0.5rem;
        right: 0.5rem;
    }
    .nav_main:hover {
        height: auto; 
        padding: 1rem 1rem 0.3rem 0;
    }
    .nav_main:hover:after {
        display: none;
    }
    .nav_main a.main {
        display: list-item; 
        width: auto;
        height: auto; 
        margin: 0; 
        padding: 0;}
    
}

@media screen and (max-width:620px) {
    .phone_top .location {display: none;}
}

@media screen and (max-width:450px) {
    .phone_top {font-size: 1.2em;}
    .logo_top {width: 25%;}
}

@media screen and (max-width:1280px) {
    .gallery_praxis {overflow: hidden;}
    .gallery_praxis a {
        width: 45%;
        width: -webkit-calc(50% - 0.9em);
        width: calc(50% - 0.9em);
    }
}

@media screen and (max-height:720px) {
    .map {
        min-height:300px; 
        height: 300px; 
        height: 60vh;
    }
}
