/* iPhone Portrait */
@media (max-width: 479px) {
	
}
/* Bootstrap XS */
@media (max-width: 767px) {
    
}
/* Bootstrap SM */
@media (min-width: 768px) and (max-width: 991px) {
    
}

::-moz-selection{ background: #3e3c3c; color:#fff; text-shadow: none; }
::selection { background:#3e3c3c; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #3e3c3c; }

.ie7 img { -ms-interpolation-mode: bicubic; }


/* FONTS */
/* sanchez-regular - latin */
@font-face {
    font-family: 'Sanchez';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/sanchez-v7-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Sanchez'), local('Sanchez-Regular'),
    url('fonts/sanchez-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/sanchez-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/sanchez-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/sanchez-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/sanchez-v7-latin-regular.svg#Sanchez') format('svg'); /* Legacy iOS */
}

/* sanchez-italic - latin */
@font-face {
    font-family: 'Sanchez';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/sanchez-v7-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Sanchez Italic'), local('Sanchez-Italic'),
    url('fonts/sanchez-v7-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/sanchez-v7-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/sanchez-v7-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('fonts/sanchez-v7-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/sanchez-v7-latin-italic.svg#Sanchez') format('svg'); /* Legacy iOS */
}



html {
	height: 100%;
}

body {
	height: 100%;
	font-family:  "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 15px;
	color: #000000;
	padding: 0;
    margin: 0;
	background: #fff;
}

section,footer {
    float: left;
    width: 100%;
}

h1 {
    font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif";
    letter-spacing: 5px;
}

h2,h3,h4 {
    color: #82BC00;
    font-family: 'Sanchez', serif;
}

#header {
    background-color: #82BC00;
    text-align: center;
    position: relative;
}

a {
    color: #000;
    text-decoration: underline;
}

a:hover {
    color: #82bc00;
}

/* CONTAINER */

.container-max {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


/* iPhone Portrait */
@media (max-width: 479px) {

    .header--logo {
        margin: 10px 0 5px 0;
    }
    .header--logo .img-responsive {
        max-height: 65px;
    }
    .container.header--navi {
        padding-left: 0;
        padding-right: 0;
    }
}
/* Bootstrap XS */
@media (max-width: 767px) {
    .header--logo {
        margin: 10px 0 5px 0;
    }
    .header--logo .img-responsive {
        max-height: 65px;
    }
    .container.header--navi {
        padding-left: 0;
        padding-right: 0;
    }
}
/* Bootstrap SM */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

}

/* Bootstrap MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

}

@media (min-width: 1200px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.header--logo {
    display: inline-block;
    margin: 15px 0;
}

/* iPhone Portrait */
@media (max-width: 479px) {

    .header--logo {
        margin: 10px 0 5px 0;
    }
    .header--logo .img-responsive {
        max-height: 65px;
    }
    .container.header--navi {
        padding-left: 0;
        padding-right: 0;
    }
}
/* Bootstrap XS */
@media (max-width: 767px) {
    .header--logo {
        margin: 10px 0 5px 0;
    }
    .header--logo .img-responsive {
        max-height: 65px;
    }
    .container.header--navi {
        padding-left: 0;
        padding-right: 0;
    }
}
/* Bootstrap SM */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Bootstrap MD */
@media (min-width: 992px) and (max-width: 1199px) {

}

.dropdown-toggle {
    border-radius: 0;
    background-color: #ffffff;
    color: #82BC00;
}

.menu-hamburger {
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 49px;
    position: relative;
    width: 50px;
    background-color: #82BC00;
    border-top: solid 10px #ffffff;
    border-bottom: solid 10px #ffffff;
    border-left: solid 7px #ffffff;
    border-right: solid 7px #ffffff;
}

.menu-hamburger::before {
    border-bottom: 7px solid #ffffff;
    border-top: 7px solid #ffffff;
    content: "";
    display: block;
    height: 19px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: 5px;
    z-index: 2;

}

/* Bootstrap XS */
@media (max-width: 767px) {
    .menu-hamburger::before {
        border-bottom: 5px solid #ffffff;
        border-top: 5px solid #ffffff;
        content: "";
        display: block;
        height: 14px;
        left: -1px;
        position: absolute;
        right: -1px;
        top: 4px;
        z-index: 2;
    }

    .menu-hamburger {
        background-color: #82bc00;
        border-color: #ffffff;
        border-style: solid;
        border-width: 8px 6px;
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 38px;
        position: relative;
        width: 38px;
    }
}

.header--navi {
    position: relative;
}

.header--navi .dropdown {
    position: absolute;
    z-index: 1000;
    right:0;
    bottom: -49px;
}

/* DROP DOWN NAVI */

.dropdown-menu {
    background-color: #82BC00;
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    left:50px;
    transform: translate(-100%, 0);
    border: none;
    margin-top: 0;
    padding: 20px 0;
    z-index:1100;
}

.dropdown-menu > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Sanchez', serif;
    padding: 4px 15px;
    text-decoration: none;
}

.dropdown-menu > li > a:hover {
    color: #000;
    background-color: transparent;
}

/* iPhone Portrait */
@media (max-width: 479px) {
    .header--navi .dropdown {
        bottom: 0;
    }

    .dropdown-menu {
        padding: 10px 0;
    }
}
/* Bootstrap XS */
@media (max-width: 767px) {
    .header--navi .dropdown {
        bottom: 0;
    }
    .dropdown-menu {
        padding: 10px 0;
    }
}
/* Bootstrap SM */
@media (min-width: 768px) and (max-width: 991px) {
    .dropdown-menu {
        padding: 10px 0;
    }
}
/* Bootstrap MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .dropdown-menu {
        /*display: block;*/
        padding: 10px 0;
    }

    .dropdown-menu > li {
        padding-left: 15px;
        padding-right: 15px;

    }
}
/* Bootstrap LG */
@media (min-width: 1200px) {
    .dropdown-menu {
        /*display: block;*/
    }
    .dropdown-menu > li {
        padding-left: 15px;
        padding-right: 15px;

    }

}

/* CONTENT */

.content {
    margin-top: 30px;
    margin-bottom: 5px;
    position: relative;
}

.content-header {
    padding-bottom: 5px;
}

.content-main {
    padding-top: 5px;
}

.content-main h4 {
    font-size: 21px;
    hyphens: auto;
}

.content-home .cover {
    width: 100%;
}

.content-home .home-slogan {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    background-color: transparent;
    color: #000;
    padding: 0;
    margin:0;
    z-index: 200;
    width:100%;
    text-align: center;
}

.content-home .home-slogan h1 {
    font-size: 32px;
    padding: 30px 50px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    margin: 0 auto;
    max-width: 90%;
	line-height: 1.4;
	letter-spacing: 0.15em;
}

/* iPhone Portrait */
@media (max-width: 479px) {

    body {
        font-size: 12px;
    }
    .content-main h4 {
        font-size: 14px;
    }

    .content-home .home-slogan h1 {
        padding: 5px 10px;
    }

}
/* Bootstrap XS */
@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
    .content-main h4 {
        font-size: 14px;
    }
    .content-home .home-slogan h1 {
        font-size: 16px;
        padding: 10px 15px;

    }

}

/* Bootstrap SM */
@media (min-width: 768px) and (max-width: 991px) {

    .content-home .home-slogan h1 {
        font-size: 20px;
        padding: 15px 25px;
    }

    .content {
        margin-top: 30px;
        margin-bottom: 5px;
    }
    .content-header {
        padding-bottom: 0px;
    }

    .content-main {
       padding-top: 10px;
    }

}
/* Bootstrap MD */
@media (min-width: 992px) and (max-width: 1199px) {

    .content-home .home-slogan h1 {
        font-size: 24px;
        padding: 20px 30px;

    }

    .content {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .content-header {
        padding-bottom: 0px;
    }

    .content-main {
        padding-top: 20px;
    }


}

/* Bootstrap LG */
@media (min-width: 1200px) {

    .content {
        margin-top: 60px;
        margin-bottom: 15px;
    }

    .content-header {
        padding-bottom: 0px;
    }

    .content-main {
        padding-top: 30px;
    }

}

/* Sondergrößen */

@media (min-width: 1200px) and (max-width: 1400px) {
	
	.content-home .home-slogan h1 {
		font-size: 26px;
	}
	
}

.content-main .leftCol {
    padding-right: 50px;
}

.content-main .rightCol {
    padding-left: 50px;
}


@media (max-width: 767px) {

    .content-main .leftCol {
        padding-right: 15px;
    }

    .content-main .rightCol {
        padding-left: 15px;
    }

}

/* Bootstrap SM */
@media (min-width: 768px) and (max-width: 991px) {

    .content-main .leftCol {
        padding-right: 15px;
    }

    .content-main .rightCol {
        padding-left: 15px;
    }

}
/* Bootstrap MD */
@media (min-width: 992px) and (max-width: 1199px) {

    .content-main .leftCol {
        padding-right: 25px;
    }

    .content-main .rightCol {
        padding-left: 25px;
    }

}
/* Bootstrap LG */
@media (min-width: 1200px) {

}

/* SLIDER */

.content-team img.slider-prev,
.content-credentials img.slider-prev {
    cursor: pointer;
    left: 15px;
    position: absolute;
    top: 50%;
    width: 32px;
}

.content-team img.slider-next,
.content-credentials img.slider-next {
    cursor: pointer;
    right: 15px;
    position: absolute;
    top: 50%;
    width: 32px;
}


.border_a7 {
    border: solid 1px #a7a7a7;
}


#footer {
    background-color: #82BC00;
    padding: 25px 0;
    margin-top: 40px;

}

.footer, .footer h4 {
    color: #ffffff;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer--sitemap ul {
    margin-left: 1em;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}


/* HOME */
.content-home {
    margin-top:0;
    margin-bottom: -150px;
    overflow: hidden;
}

/* Circle */
.circle {

    background-color: #82BC00;
    width: 180px;
    height: 180px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    border-radius: 90px;
    text-align: center;
    color: #ffffff;
    position: relative;
    z-index: 50;
    margin: 0 auto;
}

.title {
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    position: absolute;
    color: #ffffff;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

/* iPhone Portrait */
@media (max-width: 479px) {
    .circle {

        width: 120px;
        height: 120px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
    }

    .title {
        font-size: 12px;
    }

    .content-home {
        margin-bottom: -60px;

    }

}
/* Bootstrap XS */
@media (max-width: 767px) {
    .circle {

        width: 120px;
        height: 120px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
    }

    .title {
        font-size: 12px;
    }
    .content-home {
        margin-bottom: -75px;

    }
}
/* Bootstrap SM */
@media (min-width: 768px) and (max-width: 991px) {

    .circle {

        width: 120px;
        height: 120px;
        -moz-border-radius: 60px;
        -webkit-border-radius: 60px;
        border-radius: 60px;
    }

    .title {
        font-size: 12px;
    }

    .content-home {
        margin-bottom: -75px;

    }

}
/* Bootstrap MD */
@media (min-width: 992px) and (max-width: 1199px) {

    .circle {

        width: 140px;
        height: 140px;
        -moz-border-radius: 70px;
        -webkit-border-radius: 70px;
        border-radius: 70px;
    }

    .title {
        font-size: 16px;
    }

    .content-home {
        margin-bottom: -100px;

    }

}

/* TEAM section */
.content-team ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* FORM */

.form-control {
    background-color: #e6f1cc;
    border-color: #82BC00;
    border-radius: 0;
    color: #7a7a7a;
}

.btn-send {
    background-color: #82BC00;
    border-color: #82BC00;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-send:hover {
    background-color: #ffffff;
    border-color: #82BC00;
    color: #82BC00;

}

/* do not group these rules */
.form-control::-webkit-input-placeholder {
    color: #7a7a7a;
}
.form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #7a7a7a;
}
.form-control::-moz-placeholder {
    /* FF 19+ */
    color: #7a7a7a;
}
.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #7a7a7a;
}

/* EVENTS */

/* Hide table headers (but not display: none;, for accessibility) */
.content-events thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.content-events .event-time {
    white-space:nowrap;
}

/* iPhone Portrait */
@media (max-width: 479px) {

}
/* Bootstrap XS */
@media (max-width: 767px) {

    /* Force table to not be like tables anymore */
    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th,
    .content-events table,
    .content-events thead,
    .content-events tbody,
    .content-events th,
    .content-events td,
    .content-events tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .content-events thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .content-events tr { border: 1px solid #ccc; float: left;
        width: 100%; }

    .content-events .table > tbody > tr > td {
        /* Behave  like a "row" */
        border: none;
        /*border-bottom: 1px solid #eee;*/
    }

    .content-events .table > tbody > tr > td.event-date {
        float: left;
    }

    .content-events .table > tbody > tr > td.event-place {
        padding-top: 0;
    }
    .content-events .table > tbody > tr > td.event-date,
    .content-events .table > tbody > tr > td.event-time {
        padding-bottom: 0;
    }

}

/* Bootstrap SM */
@media (min-width: 768px) and (max-width: 991px) {

    .content-events .rightCol {
        padding-left: 15px;
    }

    .content-events .leftCol {
        padding-right: 15px;
    }

}

/* Bootstrap MD */
@media (min-width: 992px) and (max-width: 1199px) {

}
/* Bootstrap LG */
@media (min-width: 1200px) {

}

.content-credentials .col-md-12 {
    position: inherit;
}

/* slick dots */
.slick-slider .slick-dots {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.slick-slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-slider .slick-dots li button {

    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-slider .slick-dots li button::before {
    font-size: 24px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.5;
    color:  #82BC00;
    -webkit-font-smoothing: antialiased;
}

.slick-slider .slick-dots li.slick-active button::before {
    opacity: 1;
}

.teamslide-text span {
    display: inline-block;
    width: 65px;
}

#header.fixed-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}


.gmaps {
    width:100%;
    height:600px;
}


/* iPhone Portrait */
@media (max-width: 479px) {
    .afterFixedHeader{margin-top:86px !important}
    .content-impressum, .content-sitemap {
        padding-bottom: 10px;
    }
    .gmaps {
        height:200px;
    }
}
/* Bootstrap XS */
@media (max-width: 767px) {
    .afterFixedHeader{margin-top:86px !important}
    .content-impressum, .content-sitemap {
        padding-bottom: 10px;
    }
	
	.teamslide-text {
		text-align: center;
	}
	
	.teamslide-image {
		max-width: 60%;
		margin: 0 auto;
	}
	
    .gmaps {
        height:200px;
    }
}
/* Bootstrap SM */
@media (min-width: 768px) and (max-width: 991px) {
    .afterFixedHeader{margin-top:151px !important}

    .content-impressum, .content-sitemap {
        padding-bottom: 10px;
    }
    .gmaps {
        height:400px;
    }

}

/* Bootstrap MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .afterFixedHeader{margin-top:151px !important}
}

@media (min-width: 1200px) {
    .afterFixedHeader{margin-top:151px !important}
}

#kontaktform {
    position: absolute;
    top:-170px;
}

@media (max-width: 767px) {
    #kontaktform {
        top:-110px;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 960px;
    }
}

.modal-dialog {
    margin-top: 200px;
}

.modal-body {
    padding: 15px 30px;
    padding-left: 40px;
}

.slick-lightbox-inner {
    background: rgba(0,0,0,.8);
    z-index:12000;
}

/* BUTTONS */

.btn-gruen,
.btn-blau,
.btn-transparent {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 400;
    font-size: inherit;
    text-decoration: none;
    text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}

.btn-gruen {
    color: #fff;
    background: #82bc00;
    transition: background 500ms ease;
}
.btn-gruen:hover,
.btn-gruen:focus,
.btn-gruen:active {
    color: #fff;
    background: #c2d756;
    transition: background 200ms ease;
}


.btn-blau {
    color: #fff;
    background: #00537d;
    transition: background 500ms ease;
}
.btn-blau:hover,
.btn-blau:focus,
.btn-blau:active {
    color: #fff;
    background: #2077a3;
    transition: background 200ms ease;
}

.btn-transparent {
    padding-left: 15px;
    padding-right: 15px;
    color: #515151;
    text-shadow: none;
    text-decoration: underline;
}


/* GMAP */
.gmap {
    position: relative;
}
.gmap-note {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: #efefef;*/
    background: url('images/dummy-map.jpg') center no-repeat rgba(255,255,255,.5);
    background-size: cover;

}
.gmap-note .btn {
    margin-top: 30px;
}
.gmap-wrapper {}
