
/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');


@font-face {
    font-family: 'ErasITC-Bold';
    src: url('../fonts/ErasITC-Bold.eot');
    src: url('../fonts/ErasITC-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ErasITC-Bold.woff') format('woff'), url('../fonts/ErasITC-Bold.ttf') format('truetype'), url('../fonts/ErasITC-Bold.svg#awesome_birdsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



html {
    overflow-x: hidden;
    /*background-color: #282828;*/
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #535353;
    font-size: 16px;
    font-weight: 300;
    background: #fff;
    overflow-x: hidden;
    line-height: 160%;
}


h1, h2, h3, h4, h5 {
    font-family: ErasITC-Bold, sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #000;
}


h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

h2 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}


h3 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
}

h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}


a {
    color: #0f70b7;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    a:hover {
        color: #0f70b7;
        text-decoration: none;
    }

    a a:focus {
        color: #0f70b7;
        outline: none;
    }

p {
    font-weight: 200;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
}

ul, ol {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    ul li, ol li {
        list-style: none;
    }

.content ul {
    margin-left: 15px;
}

    .content ul li {
        list-style: disc;
    }


.highcolor li {
    color: #46609c;
}

.sugarstyle {
    font-family: 'sugarstyle_millenialregular', 'Times New Roman';
    font-size: 55px;
}


@font-face {
    font-family: 'sugarstyle_millenialregular';
    src: url('../fonts/sugarstylemillenial-regular-webfont.eot');
    src: url('../fonts/sugarstylemillenial-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sugarstylemillenial-regular-webfont.woff2') format('woff2'), url('../fonts/sugarstylemillenial-regular-webfont.woff') format('woff'), url('../fonts/sugarstylemillenial-regular-webfont.ttf') format('truetype'), url('../fonts/sugarstylemillenial-regular-webfont.svg#sugarstyle_millenialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


.text_bg {
    background-color: #fff;
    padding: 20px 50px 20px 50px;
}



.section-header {
    text-align: left;
}

    .section-header .section-title {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: none;
        font-weight: 400;
        /*color:#0f70b7;*/
        color: #000;
        font-family: ErasITC-Bold, sans-serif;
        position: relative;
    }

        .section-header .section-title span {
            color: #ffc935;
        }

    .section-header .section-subtitle {
        margin-top: 15px;
        color: #535353;
        font-size: 14px;
        font-weight: 400;
    }



.btn {
    font-size: 15px;
    padding: 2px 12px;
    border-radius: 0;
    cursor: pointer;
    font-weight: 400;
    color: #fff;
    background-color: #46609c;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    min-width: 125px;
    height: 30px;
}

    .btn i {
        margin-right: 5px;
    }

    .btn:focus,
    .btn:active {
        box-shadow: none;
        outline: none;
        color: #fff;
    }

.btn-common {
    background-color: #46609c;
    position: relative;
    z-index: 1;
}

    .btn-common:hover {
        color: #fff;
        background: #ffc955;
        box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
    }

.btn-border {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

    .btn-border:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.2);
    }

.btn-lg {
    padding: 12px 34px;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-rm {
    padding: 7px 10px;
    text-transform: capitalize;
}

button:focus {
    outline: none !important;
}

.icon-close, .icon-check {
    color: #46609c;
}

.bg-drack {
    background: #f1f1f1;
}

.bg-white {
    background: #fff;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

/* ScrollToTop */
a.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

    a.back-to-top i {
        display: block;
        font-size: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        background: #46609c;
        border-radius: 0px;
        text-align: center;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    }

    a.back-to-top:hover, a.back-to-top:focus {
        text-decoration: none;
    }

#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.sk-circle {
    margin: 0px auto;
    width: 40px;
    height: 40px;
    top: 45%;
    position: relative;
}

    .sk-circle .sk-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .sk-circle .sk-child:before {
            content: '';
            display: block;
            margin: 0 auto;
            width: 15%;
            height: 15%;
            background-color: #46609c;
            border-radius: 100%;
            -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
        }

    .sk-circle .sk-circle2 {
        -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    .sk-circle .sk-circle3 {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
    }

    .sk-circle .sk-circle4 {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sk-circle .sk-circle5 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

    .sk-circle .sk-circle6 {
        -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
        transform: rotate(150deg);
    }

    .sk-circle .sk-circle7 {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .sk-circle .sk-circle8 {
        -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
        transform: rotate(210deg);
    }

    .sk-circle .sk-circle9 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

    .sk-circle .sk-circle10 {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .sk-circle .sk-circle11 {
        -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
        transform: rotate(300deg);
    }

    .sk-circle .sk-circle12 {
        -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
        transform: rotate(330deg);
    }

    .sk-circle .sk-circle2:before {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .sk-circle .sk-circle3:before {
        -webkit-animation-delay: -1s;
        animation-delay: -1s;
    }

    .sk-circle .sk-circle4:before {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .sk-circle .sk-circle5:before {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

    .sk-circle .sk-circle6:before {
        -webkit-animation-delay: -0.7s;
        animation-delay: -0.7s;
    }

    .sk-circle .sk-circle7:before {
        -webkit-animation-delay: -0.6s;
        animation-delay: -0.6s;
    }

    .sk-circle .sk-circle8:before {
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }

    .sk-circle .sk-circle9:before {
        -webkit-animation-delay: -0.4s;
        animation-delay: -0.4s;
    }

    .sk-circle .sk-circle10:before {
        -webkit-animation-delay: -0.3s;
        animation-delay: -0.3s;
    }

    .sk-circle .sk-circle11:before {
        -webkit-animation-delay: -0.2s;
        animation-delay: -0.2s;
    }

    .sk-circle .sk-circle12:before {
        -webkit-animation-delay: -0.1s;
        animation-delay: -0.1s;
    }

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.section-padding {
    margin-top: -60px;
    padding: 80px 0 40px 0;
}

.no-padding {
    padding: 0 !important;
}

.padding-left-none {
    padding-left: 0;
}

.padding-right-none {
    padding-right: 0;
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#white-bg {
    background: #fff;
}

#roof {
    background: #ddd;
    padding: 15px 0;
}

    #roof .info-bar-address {
        font-size: 14px;
    }

    #roof .quick-contacts span {
        margin-right: 10px;
    }

        #roof .quick-contacts span a {
            color: #0f70b7;
        }

            #roof .quick-contacts span a:hover {
                color: #0f70b7;
            }

        #roof .quick-contacts span i {
            margin-right: 5px;
            vertical-align: middle;
            font-size: 15px;
        }

.navbar-brand {
    position: relative;
    padding: 0px;
}

    .navbar-brand img {
        width: 75%;
    }

.top-nav-collapse {
    background: #fff;
    z-index: 999999;
    top: 0px !important;
    min-height: 58px;
    box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    background: #fff !important;
}

    .top-nav-collapse .navbar-brand {
        top: 0px;
    }

    .top-nav-collapse .navbar-nav .nav-link {
        color: #000 !important;
    }

        .top-nav-collapse .navbar-nav .nav-link:hover {
            color: #0f70b7 !important;
        }

    .top-nav-collapse .navbar-nav li.active a.nav-link {
        color: #0f70b7 !important;
    }

.indigo {
    background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #41444f;
    padding: 0 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    text-transform: none;
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    font-size: 17px;
    border-right: 1px solid #41444f;
    font-weight: 400;
}

.nav-item {
    margin-top: 20px;
    background: rgba(255,255,255,0.8);
}

.navbar-expand-lg .navbar-nav .last {
    border-right: none;
}

.navbar-expand-lg .navbar-nav li > a:before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -10px;
    width: 15px;
    height: 2px;
    background: #0f70b7;
    -webkit-transform: scale3d(0, 1, 1);
    -moz-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transition: -webkit-transform 0.1s;
    -moz-transition: -webkit-transform 0.1s;
    transition: transform 0.1s;*/
}

.navbar-expand-lg .navbar-nav .active a:before {
    /*-webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;*/
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
    color: #0f70b7;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #0f70b7 !important;
}

.navbar {
    padding: 0;
}

    .navbar li.active a.nav-link {
        color: #0f70b7 !important;
    }

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 99;
    min-width: 210px;
    background-color: #fff;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
}

    .dropdown-menu:before {
        content: "";
        display: inline-block;
        position: absolute;
        bottom: 100%;
        left: 20%;
        margin-left: -5px;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid #f5f5f5;
    }

.dropdown:hover .dropdown-menu {
    display: block;
    position: absolute;
    text-align: left;
    top: 100%;
    border: none;
    animation: fadeIn 0.4s;
    -webkit-animation: fadeIn 0.4s;
    -moz-animation: fadeIn 0.4s;
    -o-animation: fadeIn 0.4s;
    -ms-animation: fadeIn 0.4s;
    background: #f5f5f5;
}

.dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    color: #0f70b7;
    border-bottom: 1px solid #f1f1f1;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    outline: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

    .dropdown .dropdown-menu .dropdown-item:last-child {
        border-bottom: none;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .dropdown .dropdown-menu .dropdown-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
    color: #0f70b7;
}

.dropdown-item.active, .dropdown-item:active {
    background: transparent;
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}

.slicknav_btn {
    border-color: #535353;
    background: rgba(255,255,255,0.8);
}

.slicknav_menu .slicknav_icon-bar {
    background: #535353;
}

}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
    #nav-main li a.nav-link {
        padding-top: 18px;
    }
}

.navbar-toggler {
    display: none;
}

.mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 991px) {
    .navbar-header {
        width: 100%;
    }

    .navbar-brand {
        position: absolute;
        padding: 15px 15px;
        top: 0;
    }

        .navbar-brand img {
            width: 75%;
        }

    #mobile-menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        text-align: left;
        padding-bottom: 20px;
    }

    .slicknav_nav .active a {
        background: transparent;
        color: #fff;
    }

    .slicknav_nav a:hover, .slicknav_nav .active {
        color: #46609c;
        background: transparent;
    }

    .slicknav_nav .dropdown li a.active {
        background: #f5f5f5;
        color: #46609c;
    }
}





/* Referenten Item */


.referenten-item h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0px;
}

.referenten-item p {
    margin: 0 0 20px 0;
    color: #888;
}







.list-unstyled li {
    margin-top: 10px;
    color: #dc3545 !important;
}

.text-danger {
    margin-top: 20px;
    font-size: 18px;
}

.form-control {
    display: block;
    width: 100%;
    line-height: 27px;
    font-size: 14px;
    box-shadow: none;
    color: #848484;
    text-transform: capitalize;
    background: #f7f7f7;
    padding: 7px 19px;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

    .form-control:focus {
        border-color: #46609c;
        box-shadow: none;
        outline: 0;
    }


.image-list {
    padding: 0;
    margin: 0;
}

    .image-list li {
        margin-bottom: 15px;
        display: inline-block;
    }

        .image-list li .overlay {
            float: left;
            width: 70px;
            height: 60px;
            position: relative;
            overflow: hidden;
            text-align: center;
            margin: 0;
        }

            .image-list li .overlay:hover figcaption {
                opacity: 1;
                transition: all 0.3s ease-in-out;
            }

    .image-list .post-content {
        margin-left: 85px;
        margin-bottom: 0;
    }

        .image-list .post-content .post-title {
            margin-bottom: 5px;
            font-weight: 500;
            font-size: 15px;
            margin: 0;
        }

            .image-list .post-content .post-title a {
                color: #fff;
            }

                .image-list .post-content .post-title a:hover {
                    color: #46609c;
                }

        .image-list .post-content .meta {
            color: #999;
        }

            .image-list .post-content .meta span {
                text-transform: uppercase;
                font-size: 12px;
                line-height: 18px;
                margin-bottom: 10px;
            }

.newsletter-wrapper .form-group {
    margin-bottom: 20px;
    position: relative;
}

    .newsletter-wrapper .form-group input {
        display: inline-block;
        color: #fff;
        position: relative;
    }

.newsletter-wrapper .sub-btn {
    position: absolute;
    top: 0;
    right: 0px;
    border-radius: 0;
    padding: 10px 20px;
}

.widget {
    margin-top: 10px;
}

    .widget .widget-title {
        margin-bottom: 20px;
        font-size: 18px;
        color: #fff;
    }

#footer {
    background-color: #282828;
    position: relative;
    padding: 30px 0 30px 0;
    width: 100%;
    min-height: 100px;
    color: #fff;
}

    #footer p {
        color: #fff;
        margin: 0;
    }

    #footer a {
        color: #fff;
        text-transform: uppercase;
        margin-right: 20px;
        font-weight: normal;
    }

    #footer p a:hover {
        color: #46609c;
    }

/* ==========================================================================
   Countdown Style Start
   ========================================================================== */



.time-entry {
    display: inline-block;
    width: 100px;
    margin: 20px;
    height: 100px;
    padding-top: 25px;
    box-shadow: 1px 10px 20px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background: #587395;
    text-align: center;
    font-weight: 400;
    color: #0f70b7;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: none;
    line-height: 22px;
}

    .time-entry span {
        font-size: 58px;
        font-family: 'Sugarstyle Millenial', 'Times New Roman', sans-serif;
        line-height: 45px;
        font-weight: 700;
        display: block;
        color: #fff;
        margin-bottom: 40px;
    }

    .time-entry:first-child {
        border-left: none;
    }





#main-slide .carousel-control {
    display: none;
    transition: all 0.3s ease-in-out;
}

#main-slide .carousel-indicators {
    cursor: pointer;
    bottom: 90px;
}

#main-slide:hover .carousel-control {
    display: block;
    transition: all 0.3s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

#main-slide .carousel-item img {
    position: relative;
    width: 100%;
}

#main-slide .carousel-inner .carousel-item::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#main-slide .carousel-item .carousel-caption {
    opacity: 0;
    transition: opacity 100ms ease 0s;
    z-index: 0;
}

    #main-slide .carousel-item .carousel-caption .heading {
        font-size: 34px;
        font-weight: 700;
        color: #42464f;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        margin-top: 0;
        margin-bottom: 30px;
    }

    #main-slide .carousel-item .carousel-caption p {
        font-size: 28px;
        color: #000;
        font-weight: bold;
        line-height: 160%;
    }

#main-slide .carousel-item.active .carousel-caption {
    opacity: 1;
    transition: opacity 100ms ease 0s;
    z-index: 1;
}

#main-slide .carousel-caption {
    color: #fff;
    position: absolute;
    top: 70%;
    left: 24%;
    right: 24%;
    background: rgba(255, 255, 255, 0.8);
}

    #main-slide .carousel-caption .btn {
        margin: 25px 25px 0px 0px;
    }

#main-slide .carousel-control-next,
#main-slide .carousel-control-prev {
    opacity: 1;
    box-shadow: none;
}

    #main-slide .carousel-control-prev span {
        padding: 15px;
    }

    #main-slide .carousel-control-next span {
        padding: 15px;
    }

#main-slide .carousel-control {
    top: 45%;
}

    #main-slide .carousel-control .lni-chevron-left,
    #main-slide .carousel-control .lni-chevron-right {
        position: absolute;
        z-index: 5;
    }

    #main-slide .carousel-control .lni-chevron-left {
        left: 15px;
    }

    #main-slide .carousel-control .lni-chevron-right {
        right: 15px;
    }

.carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

#main-slide .carousel-control i {
    line-height: 40px;
    font-size: 18px;
    width: 45px;
    border: 2px solid #fff;
    height: 45px;
    display: block;
    border-radius: 2px;
    background: transparent;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

    #main-slide .carousel-control i:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #fff;
        border-color: #fff;
    }

#main-slide .login {
    color: #fff;
    position: absolute;
    top: 0%;
    left: 20%;
    width: 20%;
    background: rgba(255, 255, 255, 0.4);
    text-align: center;
    padding: 20px 40px 20px 40px;
}




.login {
    position: absolute;
    top: 20px;
    right: 20%;
    z-index: 10000;
}

#leistungen img {
    padding: 0;
    margin: 0;
}



.gallery-item a {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    margin-bottom: 15px;
}

.gallery-item img {
    margin-bottom: 15px;
}

.gallery-item:hover a {
    opacity: 0.5;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.splash-gallery {
    margin-top: 20px;
    margin-bottom: 40px;
}

.splash-img {
    object-fit: cover;
    
    height: 180px
}

@media (max-width: 770px) {
    .splash-img {
        height: auto;
    }
}

.imgheader {
    background-color: #fff;
    padding: 1px 10px 1px 10px;
}

/* ==========================================================================
   index Section Style
   ========================================================================== */

#tieringen {
    background: url(../img/layout/Tieringen_bg.jpg) fixed no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 8px #0f70b7 solid;
    z-index: 99;
}

    #tieringen .row {
        padding: 100px 0 100px 0;
    }

#Ueberuns {
    background: #fff;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-top: 0px #0f70b7 solid;
    padding-top: 70px;
    margin-top: -50px;
    z-index: 98;
}

    #Ueberuns .row {
        padding: 20px 0px 60px 5px;
        background-color: #fff;
        margin: 0;
    }

#Ueberunsbilder {
    background: url(../img/layout/Tieringen_bg_1.jpg) fixed no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-top: 0px #0f70b7 solid;
    padding: 0 0 20px 0;
    z-index: 98;
}

    #Ueberunsbilder img {
        border: 5px solid #fff;
        margin-top: 0;
    }

    #Ueberunsbilder .row {
        padding: 20px 0 0px 0;
    }

#Ueberunsjugend {
    background: #fff;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-top: 0px #0f70b7 solid;
    padding-top: 70px;
    margin-top: -50px;
    z-index: 97;
}

    #Ueberunsjugend .row {
        padding: 20px 0px 60px 5px;
        background-color: #fff;
        margin: 0;
    }

#Ueberunsbilderjugend {
    background: url(../img/layout/Tieringen_bg_1.jpg) fixed no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-top: 0px #0f70b7 solid;
    padding: 0 0 20px 0;
    z-index: 97;
}

    #Ueberunsbilderjugend img {
        border: 5px solid #fff;
    }

    #Ueberunsbilderjugend .row {
        padding: 20px 0 0px 0;
    }

#Geschichte {
    background: #fff;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-top: 0px #0f70b7 solid;
    padding-top: 70px;
    margin-top: -50px;
    z-index: 96;
}

    #Geschichte .row {
        padding: 20px 0px 60px 5px;
        background-color: #fff;
        margin: 0;
    }

    #Geschichte img {
        margin-top: 60px;
    }


#Terminetop {
    background: url(../img/layout/Tieringen_bg.jpg) fixed no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 8px #0f70b7 solid;
    z-index: 99;
}

    #Terminetop .row {
        padding: 100px 0 100px 0;
    }

#Termine {
    background: #fff;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-top: 0px #0f70b7 solid;
    padding-top: 70px;
    margin-top: -50px;
    z-index: 98;
}

    #Termine .row {
        padding: 20px 0px 60px 5px;
        background-color: #fff;
        margin: 0;
    }


#Sponsorentop {
    background: url(../img/layout/Interstuhl_Mattes_und_Ammann_bg.jpg?v=1) fixed no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 8px #0f70b7 solid;
    z-index: 99;
}

    #Sponsorentop .row {
        padding: 150px 0 150px 0;
    }


#Sponsoren {
    background: #fff;
    background-size: cover;
    overflow: hidden;
    position: relative;
    border-top: 0px #0f70b7 solid;
    padding-top: 70px;
    margin-top: -50px;
    z-index: 98;
}

    #Sponsoren .row {
        padding: 20px 0px 60px 5px;
        background-color: #fff;
        margin: 0;
    }

.tieringen {
    background: url(../img/layout/Tieringen_bg.jpg) fixed no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
    border-top: 8px #0f70b7 solid;
    z-index: 99;
}


    .tieringen .row {
        padding: 100px 0 100px 0;
    }

#Sponsoren {
    padding: 50px 0px 50px 0px;
}

.zurueck {
    float: right;
    text-align: right;
    margin-top: 10px;
}


input[type="text"], input[type="password"], input[type="file"], textarea, select {
    width: 100%;
    min-width: 100px;
    border: 1px solid #d7d7d7;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 0 6px 0 6px;
}

.col2 {
    column-count: 2;
}

.calendar {
    padding: 4px;
    background-color: #ffffff;
    border: 1px solid;
}

.reisser {
    position: absolute;
    top: 20px;
   left: 25px;
    z-index: 1000;
}

    .reisser img {
        border-top: 0px solid;
        height: 150px;
        border-right: 0px solid;
        width: 230px;
        border-bottom: 0px solid;
        border-left: 0px solid;
        margin: 0px;
    }
