body {
    font-family: 'PT Sans', sans-serif;
    color: #01446b;
    font-size: 1.2rem;
}


nav {
    font-family: 'Bungee', cursive;
}

a {
    color: #01446b !important;
}

.mainmenu ul {
    margin-top: 10px;
}


#nav-open-btn::before {
    color: #fe5000;
    font-size: 2rem;
}

.mainmenu ul ul {
    background: #01446b;	
}

.mainmenu ul ul li a {
    color: #ffffff !important;
}

.header,
#top_link a {
    background-color: #fff;
}

#footer a,
#footer p,
#footer li::before {
    color: #fff !important;
}

#footer li::after {
    border-color: #fff;
}

.header .mainmenu ul li a, .header .mainmenu ul li ul a.active, .header .ce_search_label i, .header .mod_langswitcher .mod_langswitcher_inside, .header .header_metanavi a, .header .mod_socials a {
    color: #fe5000;
}

.header.original .mainmenu ul li a.trail, .header.original .mainmenu ul li a.active, .header.cloned .mainmenu ul li a.trail, .header.cloned .mainmenu ul li a.active {
    color: #FF8B3C;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #fe5000 !important;
}

#footer, #footer a {
    color: #303030;
}

hr {
    border-bottom: 1px solid lightgray;
    margin: 30px 0 70px;
}

.ce_gallery .content {
    display: none;
}

.image_container .caption {
    background: none;
    color: black;
    left: 40px;
    top: 0;
}

.ce_caroufredsel_gallery {
    margin-top: 30px;
}

/*display Slidearrow
.tparrows {
    color: white;
    background-color: none;
}
*/

h1, h2, h3, h4, h5, h6, .font_headline {
    font-family: 'Bungee', cursive!important; 
    color: #01446b;
}
.ce_revolutionslider_text.bold {
    font-family: 'Bungee', cursive!important; 
	color: #fff;	
}

h1 {
    font-family: 'Bungee', cursive;
}


h1, #yellow, .ce_headline{
    color: #01446b;
}

#slidetitle {
    margin-top: 30%;
}


#orange, h1 {
    color: #01446b;
}

.ce_divider_extended.version5 {
    background: #fe5000;
}


#frontboxtext {
    text-align: center;
    width: 60%;
    margin: auto;
    color: #faeb7a;
    font-weight:700;
}

#frontboxtext h2 {
    text-align: center;
    color: #faeb7a;
}

#programmbutton, .ce_hyperlink a {
    color: #99c2e0!important;
    text-transform: uppercase;
}

#barpub, .ce_hyperlink a {
    color: #aaddc0!important;
    /*text-transform: uppercase;*/
}


#text-7524 {
    text-align: left;
    width: 40%;
}

#text-7524 h2 {
    text-align: center;
    color: #fe5000;
}


#textbox {
    color: #faeb7a;
}


form.style8 {
    border: none;
}


form.style8 input.submit[type="submit"], form.style8 button.submit[type="submit"] {
    color: white;
    background: #01446b;
    border: none;
}

#top_link a {
    color: #fe5000;
}


#logos-7608 {
    margin-top: -130px;
}

#footer h4 {
    color: #fff !important;
}

.ce_revolutionslider_text {
    background-color: #01446b;
}

input.submit[type="submit"], button.submit[type="submit"] {
    border:none;
}


/**Linkboxen Ueber uns**/


#linkbox {
    margin-bottom: -150px;
    z-index: 9;
}

.linkbox ul li {
    list-style: none;
    float: left;
    margin: 10px 50px;
    text-align: center;
    padding: 20px;
    background: #01446b;
    margin-left: -28px;
    font-family: 'Bungee', cursive;
}
.linkbox ul li,
.linkbox ul li a,
.linkbox ul li a > * {
	color: #fff !important;
}

#linkbox_pdf {
    margin-bottom: -150px;
    z-index: 9;
}

#linkbox_pdf ul li {
    list-style: none;
    float: left;
    margin: 10px 50px;
    text-align: center;
    padding: 20px;
    background: #01446b;
    margin-left: -28px;
    font-family: 'Bungee', cursive;
}

#linkbox_pdf ul li a {color: #fff !important;}

.text-cell a {
    background-color: rgba(255,255,255,0.3);
	padding: 10px 20px;
	font-weight: 600;
	display: inline-block;
}



/** Grid 2 Spalten **/
.mod_article.columns-2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.mod_article.columns-2 > * {
	flex: 1 0 300px;
	-webkit-flex: 1 0 300px;
}

/*
* Slider footer START
*/

.slider-wrapper-footer li:after,
.slider-wrapper-footer li:before {
	visibility: hidden;
}

.slider-wrapper-footer li {
	width: calc(100% / 3);
}

.slider-wrapper-footer .slick-track {
	display: flex;
	align-items: center;
}

.slider-wrapper-footer li figcaption {
	position: relative !important;
	left: 0 !important;
	color: white !important;
	font-size: 17px !important;
	padding-top: 15px !important;
	padding-left: 0 !important;
}

.slider-footer-wrapper {
	width: 70%;
}

/*
* Slider footer END
*/


/*****MEDIA SCREEN******/

@media only screen and (max-width:767px) {
    .header.cloned .logo {
        width: 80px;
        height: 100%;
    }
    
    #text-7524 {
        width: 90%;
    }
    
    
    /*h1, #yellow, .ce_headline{
        font-size:2em;
    }*/

    h1 {
    	font-size: 1.4em;
    }
    
    .ce_revolutionslider_text.bold .font_headline {
        font-size:5em; 
    }

	.mod_article.columns-2 > * {
		flex: 1 0 100%;
		-webkit-flex: 1 0 100%;
	}

	.mod_article.columns-2 > *:nth-of-type(1) {
		margin-top: 100px;
	}
	.mod_article.columns-2 > *:nth-of-type(2) {
		margin-top: 20px;
	}
}

/*
* Teaser Box Changes START
*/

.ce_text_image_bar .text-table {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
}

.ce_text_image_bar .text-table .text-cell {
	max-width: 100%;
}

/*
* Teaser Box Changes END
*/