/* Add here all your CSS customizations */
@media (min-width: 5px) and (max-width: 699px) {
	#header_logo {
	width: 267px; 
	height: 95px;
	}
}

@media (min-width: 700px) and (max-width: 1199px) {
	#header_logo {
	width: 309px; 
	height: 110px;
	}
}

@media (min-width: 1200px) /*and (max-width: 1199px)*/ {
	#header_logo {
	width: 375px; 
	height: 133px;
	}
}

img.contentpic {
    width: 100%;
    height: auto;
}


#cta-h2 {
	font-size: 1.8rem !important;
}

@media (max-width: 991px) {
	#header-row-left {
		display: none !important;
		width: 0px;
	}
	#header-row-right {
		width: 100%;
	}
	#header-row-right ul {
		margin: 0 auto;
	}
	#footer {
		text-align: center;
	}
	section.call-to-action {
		text-align: center;
	}
	div.call-to-action-content {
		margin: 0 auto;
	}
	div.call_to_action_adjust div.icon-box {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	#header-row-left {
		display: none !important;
		width: 0px;
	}
	#header-row-right {
		width: 100%;
	}
	#header-row-right ul {
		margin: 0 auto;
	}
		#footer div.icon-box{
		width: 305px;
		margin: 0 auto;
	}
	#footer div.icon-box-info{
		/*width: 305px;*/
	}
	#footer {
		text-align: center;
	}
	#footer .icon-box-info p {
		width: 305px;
		margin: 0 0 5px;
		line-height: 1.6;
	}
	#footer div.icon-box-icon {
		display:none;
	}
	#footer h2 {
		margin: 20px 0 8px 0 !important;
	}
	#footer div.col-md-4 {
		margin-bottom: 15px;
	}
}

@media (max-width: 576px) {
	.call-to-action p {
	margin-top: 15px;
	font-size: 1.1em;
	line-height: 1.2;
}

}

div.sitemap_row a:hover h3, div.sitemap_row a:hover h4{
	color: #ff9f08 !important;
	text-decoration: none;
}

div.sitemap_row a:hover {
	text-decoration: none;
}

div.body {
	-webkit-box-shadow: 0 0 25px 0 #ababab;
	box-shadow: 0 0 25px 0 #ababab;
}

div.header-top a {
	color: #c9e0ee !important;
}

div.header-top a:hover {
	color: #ffffff !important;
}

div.footer-copyright {
	background-color: #00223A !important;
}

#footer div.icon-box-info p{
	color: #999999 !important;
	font-size: 1em;
}

div.header-row {
	padding: 12px 0;
}

div.introimage {
	width: 100%;
	height: 400px;
	margin: 0;
	background-repeat: no-repeat;
  	background-position: center;
  	background-size: cover;
}

section.main_content_contentsite h1 {
	color: #0070ba;
}

section.main_content_contentsite h3 {
	color: #0070ba;
}

section.main_content_contentsite ul {
	padding-left: 19px;
}

section.main_content_contentsite ul li {
	list-style-image: url("../img/list-style.svg");
	line-height: 1.6;
	margin-bottom: 6px;
}

section.main_content_contentsite a {
	color: #004f91;
	text-decoration: none;
}

section.main_content_contentsite a:hover {
	color: #004f91;
	text-decoration: underline;
}


#header-row-right li.nav-item a {
	text-transform: uppercase;
}


#top-bar-text {
	padding-left: 10px;
}

#top-bar-text a {
	padding-right: 20px !important;
}

#top-bar-text i {
	color: /*#04214d*/ #fbba00 !important;
}

#top-phone {
	padding: 0 10px;
	color: #c9e0ee !important;
}

/*#header-row-right a:first-child {
	border-left: 0px solid #666666 !important;
}*/

#header-row-right a {
	text-transform: uppercase;
}

#header-row-right ul li a {
	border-left: 1px solid #fbba00;
}

#header-row-right ul li:first-child a {
	border-left: 0px solid #fbba00;
}

.header-top a {
	color: #ffffff !important;
	padding: 0 10px;
	margin: 0;
	text-decoration: none;
	transition: all ease 0.5s;
}

.header-top a:hover, .header-top a.active {
	color: #aecef3 !important;
}


/* DIVIDER*/

hr.blue-divider {
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #004f91;
    margin: 35px 0;
    padding: 0; 
}

div.text-box-card{
	margin-bottom: 20px;
	margin-top: 15px;
}

/* MAP */

.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

li.dropdown a.active {
	color: #ff9f08 !important;
}


#revolutionSlider div.tp-caption {
	line-height: 1.5 !important;
}

#revolutionSlider a.tp-caption {
	font-size: 14px !important;
}

.upper-footer p {
	margin-top: 16px;
}

.upper-footer a {
	color: #c9e0ee !important;	
}

.upper-footer a:hover {
	color: #ffffff !important;	
}

#footer_logo { 
	width: 270px;
	height: 96px;
}

#call_to_action_link {
	color: #ffffff;
}

#call_to_action_link:hover {
	text-decoration: underline;
}

p.custom_margin {
	margin-bottom: 0 !important;
	line-height: 22px !important;
}

.intro_box p a {
	color: #86bdf7 !important;
}

.intro_box p a:hover {
	color: #ffffff !important;
}

.call_to_action_adjust {
	padding-top: 26px;
}

#header-row-right a.active {
	color: #ff9f08 !important;
}


/* GOOGLE MAPS */

.responsive_map {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsive_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce-google-maps {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%; /* 1x1 */
}

.ce-google-maps > * {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ce-google-maps .gmap-opt-in-wrap {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../media/inhaltsbilder/google_maps_sample.png);
}

@media screen and (min-width:481px) {
    .ce-google-maps {
        padding-bottom: 66.6666%; /* 3x2*/
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(../media/inhaltsbilder/google_maps_sample.png);
    }
}

@media screen and (min-width:769px) {
    .ce-google-maps {
        padding-bottom: 56.25%; /* 16x9*/
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(../media/inhaltsbilder/google_maps_sample.png);
    }
}

@media screen and (min-width:1280px) {
    .ce-google-maps {
        padding-bottom: 42.8571%; /* 21x9*/
    }
    .ce-google-maps .gmap-opt-in-wrap {
        background-image: url(../media/inhaltsbilder/google_maps_sample.png);
    }
}

.ce-google-maps .gmap-opt-in-button-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.3);
}

.ce-google-maps .gmap-opt-in-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 80%;
    max-width: 20em;
    color: rgb(20%,20%,20%);
    background-color: rgba(255,255,255,0.9);
    padding: 0.5em;
    border-radius: 0.5em;
}

.ce-google-maps .gmap-opt-in-button div:first-child {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.ce-google-maps .gmap-opt-in-button div:last-child {
    font-size: 80%;
    line-height: 1.3;
}