/* fonts */
@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway-Medium';
    src: url('../fonts/Raleway-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Raleway-Thin';
    src: url('../fonts/Raleway-Thin.ttf') format('truetype');
}

/* raleway-100 - latin */
@font-face {
    font-family: 'Raleway-Thin';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/raleway-v22-latin-100.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v22-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v22-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v22-latin-100.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v22-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v22-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
    font-family: 'Raleway-Medium';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v22-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v22-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
    font-family: 'Raleway-Bold';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway-v22-latin-800.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v22-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/raleway-v22-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/raleway-v22-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/raleway-v22-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/raleway-v22-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* general html */
h1, h2, h3, h4, h5, p {
    font-family: 'Raleway-Medium', sans-serif;
}
a {
    color: #A2CFED;
    text-decoration: none;
}
a:hover {
    color: black;
}
footer {
   background: #f7f7f7;
}

/* bootstrap overwrite */
.navbar-brand {
    border: #A2CFED solid 3px;
}
.nav-top .nav-link {
    font-family: 'Raleway-Medium', sans-serif;
}
.nav-main .nav-link {
    font-family: 'Raleway-Bold', sans-serif;
}

.accordion-button {
   font-weight: bold;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #A2CFED;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #000000;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-collapse {
    background: #f7f7f7 !important;
}
.btn-primary {
    color: black;
    background-color: #A2CFED;
    border-color: #A2CFED;
}
.btn-outline-primary {
    color: #A2CFED;
    border-color: #A2CFED;
}

.btn-check:focus+.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-outline-primary:hover, .btn-outline-primary:focus {
    color: #000;
    background-color: #A2CFED;
    border-color: #A2CFED;
}
.nav-top .nav-link {
    padding: 0rem 0rem;
    font-size: 0.8rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f7f7f7;
    border-color: #dee2e6 #dee2e6 #f7f7f7;
}
.tab-content {
    background: #f7f7f7;
}
.bg-light {
    background: #f7f7f7 !important;
}
.card {
    background: #f7f7f7;
}
.text-light a:hover {
    color: white;
}
.text-light .btn:hover {
    color: black;
}
.nav-main .navbar-nav a:hover {
    color: #A2CFED !important;
}
.card-text {
    font-size: 0.8rem;
}

/* typo */
.font-highlight {
    color: #A2CFED;
    font-family: 'Raleway-Bold', sans-serif;
}
.font-shadow {
    text-shadow: 0px 0px 40px rgba(0,0,0,1);
}
.facebook, .facebook:hover {
    color: #0979E9;
}
.youtube, .youtube:hover {
    color: #FF0000;
}
.img-bw {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.text-muted {
    font-size: .700em;
}
.team-text {
    font-size: 0.8rem;
}
@media screen and (max-width:1199px) {
    .nav-link {
        font-size: 0.7rem;
    }
}

/* section */
#section-banner {
   /* min-height:100%;*/
    background:url(../img/title-banner-waterdrop-1200_1.jpg);
    background-size:cover;

    /*background: url("../img/background_1920.jpg") no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#section-banner .container {
    height: 600px;
    font-family: 'Raleway-Medium';
}
#section-banner h1, #section-banner p {
    text-shadow: 0px 0px 15px rgba(0,0,0,0.80);
    color: white;
}
#section-plan {

}

/* leichter Leben - Promotion */
.teaserBox {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    padding: 10px;
    transform: rotate(50rad);
    left: 50px;
    top: 100px;
    background: #A2CFED;
    width: 400px;
    position: absolute;
}
.teaserBox .span {
    font-size: 20px;
}
.teaserBox > span:nth-child(3) {
    font-size: 30px;
}
.teaserBoxVideo {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    right: 30px;
    top: 150px;
    width: 500px;
    background: black;
    position: absolute;
}
.teaserBoxList {
    left: 150px;
    bottom: 200px;
    width: 500px;
    font-size: 21px;
    color: black;
    position: absolute;
}
.teaserBoxButton {
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    bottom: 50px;
    width: 600px;
    font-size: 25px;
    position: absolute;
}

@media screen and (max-width:991px) {
    #section-banner {
        padding: 60px;
        height: 800px;
    }
    .teaserBox {
        position: static!important;
        margin-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
    }
    .teaserBoxVideo {
        position: static!important;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .teaserBoxList {
        position: static!important;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        margin-bottom: 50px;
    }
    .teaserBoxList ul {
        list-style: none;
        font-size: 20px;
        font-weight: bold;
    }
    .teaserBoxButton {
        position: static!important;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}
@media screen and (max-width:767px) {
    .teaserBoxButton {
        width: 500px;
    }
}
@media screen and (max-width:620px) {
    .teaserBoxButton {
        width: 400px;
    }
    .teaserBoxVideo {
        width: 400px;
    }
    .teaserBoxList {
        width: 400px;
    }
}
@media screen and (max-width:530px) {
    #section-banner {
        padding: 0px;
    }
    .teaserBox {
        width: 320px;
        margin-bottom: 40px;
    }
    .teaserBoxButton {
        width: 300px;
        font-size: 20px;
    }
    .teaserBoxVideo {
        width: 300px;
    }
    .teaserBoxList {
        width: 300px;
    }
}

/* animations */
.animateFadeIn {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* cookie banner */
.cookie-banner {

}