/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@700;900&display=swap'); */

@import url('./fonts/Roboto/font.css');
@import url('./fonts/SourceSansPro/font.css');

:root {
    --font-gray: #777;
    --font-dark: #232323;
    --primary-color: #3399CC;
    --secondary-color: #E09407;
    --tertiary-color: #861029;
    --gray-color:#E6EBE9;
  }

html, body{    
    /*abc*/
    height: 100%;
    /* background: #e6e6e6; */
    background: #fff;
    padding: 0px; 
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: var(--font-gray);
}

p {
    margin-bottom:20px;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    margin-bottom: 20px;
    /* color: var(--font-dark); */
    color:var(--primary-color);
}
h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    color: var(--font-dark);
}
h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 18px;
    color: var(--font-dark);    
}
h3:before{
    content: "\00BB";
 }

.breadcrumbWrapper{
    display:none !important;
}

a, a:visited, a:focus, a:hover {    
    text-decoration: none;
    outline: 0;
    color:inherit;
}

a.button,
button {
    text-transform: uppercase;
    font-size: 16px;
    background: var(--primary-color);
    color:#fff;
    display: inline-block;
    padding: 14px;
    border: none;
    text-align: center;
}

.clear{clear: both;}

.content {
    color:var(--font-gray);
    font-size: 15px;
    line-height: 26px;    
}
.content.underlined {
    border-bottom: 1px solid #cacaca;
    margin-bottom: 40px;
}
.content.intro{
    font-size: 16px;
    font-weight: 600;
}
.content p{
    margin-bottom: 18px;
}

.content ul{
    list-style-type: disc;
    margin-left: 16px;    
}

.content ul.anchors{
    list-style-type:disc;
    margin-left: 16px;
    font-weight: 700;
    color:var(--font-dark);
    margin-bottom: 30px;
}
.content ul.anchors li{
    margin-bottom: 4px;
    cursor: pointer;
}
.content ul.anchors li ul{
    margin-bottom: 10px;
    font-weight: 400;
}

.content ul.anchors li>span:hover{
    color:#D47B33;
}

.content .section{
    margin-bottom: 50px;
    border-bottom: 1px solid var(--font-gray);
}
.content .section h2{
    color: var(--primary-color);
}
.content .section:last-child {
    border-bottom: none !important;    
}
.content .section.inner{
    border-bottom:0;
}
.content .section.inner h2{
    font-size: 18px;
    margin-bottom: 0px;
    color: var(--font-dark);
}
.content .section.inner h2:before{
    content: "»";
    font-size: 20px;
    margin-right: 5px;
}

.content .section table{
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 50px;
}
.content .section table tr{

}
.content .section table tr th{
    background: var(--gray-color);
    color:var(--font-dark);
    font-weight: 700;
    padding: 12px 16px;
}
.content .section table tr td{
    border-bottom: 1px solid var(--gray-color);
    padding: 12px 16px;
}

/* MAIN MENU */
.home .outer-mainmenu-container {
    margin-bottom: 0px;
}
.outer-mainmenu-container {
    background:#fff;
    box-shadow: 0 1px 12px 0px #a9a9a9;    
    margin-bottom: 60px;
}
.brandingLogo{
    max-width: 200px;
}
.menu-mainmenu-container {
    width: 100%;
}
.menu-mainmenu-container .navbar-nav{
    display: flex;
    justify-content: space-around;
}

ul#menu-mainmenu {

}
ul#menu-mainmenu li{

}
ul#menu-mainmenu li a{
    color:var(--font-dark);
    font-weight: 700;
    /* padding: 20px 0; */
    font-size: 16px;
}
ul#menu-mainmenu li a:hover,
ul#menu-mainmenu li.current-menu-item a{
    color: var(--primary-color);
}


/*MAIN SLIDER, HOME */
.slick-slider{
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin-bottom:0 !important;
}
.slick-slider .slick-slide{
    overflow: hidden;
}
.slick-slider ul.slick-dots{
    display: block;
    bottom: 10px;
    z-index: 5000;
    position: absolute;
}
.slick-dots li button:before {
    color: white;
    opacity: 1;
    font-size: 14px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary-color);
}
.slick-slider .slick-prev,
.slick-slider .slick-next{
    display: none !important;
}
.slick-slider a{
    position: relative;    
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-slider a .slideOverlay{
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0000005c;
    z-index: 450;
}
.slick-slider a .oval{
    height: 180%;
    width: 100%;
    background-color: var(--primary-color);
    border-radius: 50%;
    position: absolute;
    left: -40%;
    z-index: 468;
    transform: rotate(17deg);
    opacity: 0.6;
}
.slick-slider a .slideShowImg{
    width:100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.slick-slider a .content-item{
    position: absolute;
    z-index:500;
}
.slick-slider a .content-item .title{
    padding:0;    
    color: #fff;
    white-space: normal;
    text-align: center;
    line-height: 82px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 82px;
    text-shadow: 0 0 7px #000000;
}
.slick-slider a .content-item .subtitle{
    font-size: 27px;
    display: block;
    font-weight: 500;
    line-height: 50px;
    color: white;
    text-align: center;
    text-shadow: 0 0 7px #000000;
}
.mainRow{
    position: relative;
    z-index: 0;    
}

.banner{
    background:var(--gray-color);
    color:#4e4e4e;
    margin-left:0;
    margin-right: 0;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding: 20px;
    margin: 70px 0;
}

.redirectBox{
    display: inline-flex;
    padding: 20px;
    border: 2px solid #d47b33;
}

.redirectBox .icon{
    font-size: 60px;
    padding: 30px;
    color: #D47B33;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.redirectBox .inner{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 40px;
    color: var(--font-dark);
}
.redirectBox .inner .title{

}
.redirectBox .inner .subtitle{
    font-weight: 400;
    margin-bottom: 20px;
}
.redirectBox .inner a{    
    background-color: #d47b33;
    box-shadow: 2.5px 4.33px 15px 0px rgb(0 0 0 / 15%);
    color: #FFF;
    padding: 10px 30px;
    text-transform: uppercase;
    font-size:16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
}

/* NEWSLETTERBOX */
.newsletterbox{
    border: 4px solid var(--secondary-color);
    padding: 20px;
    text-align: center;
    display: inline-block;
}
.newsletterbox p{
    margin:0;
}
.newsletterbox .text{
    display:block;
    color:var(--font-dark);
    font-weight: bold;
    margin-bottom:10px;
}


.infobox{
    background: #242d2e;
    border-radius: 10px;
    padding: 20px 45px;
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    font-size: 18px;
}
.infobox .infoTitle{
    color: #D47B33;
    margin-bottom: 10px;
}
.infobox .infoContent{
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
}



/* FOOTER */
.home .footerContainer{
    margin-top: 0;
}
.footerContainer{
    background: #82aec5;
    color: #fff;
    padding: 27px 0;
    box-shadow: 0 10px 16px 16px #a7a7a7;
    margin-top: 80px;
}

.footerContainer .first .content-item{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;    
}

.footerContainer div[class*="menu-footermenu"]{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footerContainer .footerLogo{
	display:block;
	margin:0 auto;
	width:80%;
}

#id_auswahl{
    display: none;
    opacity: 0;
    height:0;
    width: 0;
}

form .preloader{
    margin: 10px 0;
    background: url(img/preloader.gif) center center;
    width:64px;
    height: 64px;
}

form {
    .btn {
        background-color: #D47B33;
        border:none;
        &:hover, &:active{
            background-color: #D47B33 !important;
            border: none !important;
        }
    }
}