@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700');

body {
	font-family: 'Titillium Web', sans-serif;
	overflow-x: hidden;
	color: #00445f;
	
}

#keyvisual {
  /* min-height: 300px; */
	padding-right: 0px;
	padding-left: 0px;
}
#keyvisual .col-md-12 {
	padding-right: 0px;
	padding-left: 0px;
}

/**
 * CONTENT
 */
#content {
  min-height: 400px;
  padding-top: 10px;
}
#content > .row {
  margin-bottom: 10px;
}
/*
#content > .row > div {
  background: #eee;
}
*/
#content .row.noborder > div {
  padding-left: 0;
  padding-right: 0;
}

#content h2,
#content h3,
#content h4 {
	color: #d00b11;
	font-weight: 300;
}

#content h2 {
	font-size: 32px;
}

#content h3 {
	font-size: 24px;
}

#content h4 {
	font-size: 20px;
	font-weight: 600;
}

p {
	line-height: 1.4;
}

a {
	color: #00445f;
}

a.link-external:before, a.link-download:before {
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 8px;
}

a.link-download:before {
	content: "\f019";
}

a.link-external:before {
	content: "\f08e";
}

a.link-redarrow, a.link-redarrow:before, a.link-redarrow:hover {
  color: #d00b11;
  text-decoration: none;
}
a.link-redarrow:before {
  content: "\203A";
  padding-right: 5px;
}

a.link-button, span.link-button {
	text-transform: uppercase;
	color: white;
	background: #00445f;
	border-radius: 5px;
	padding: 7px 10px;
}

a.link-button:hover, span.link-button:hover {
	text-decoration: none;
	text-shadow: 0 0 3px rgba(255, 255, 255, 0.8);
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}

.frame-bottomline img.image-embed-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.frame-img-overlay {
	position: relative;
}

.frame-img-overlay .ce-bodytext {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

#content .frame-img-overlay h2 {
	color: white;
	text-transform: uppercase;
	font-size: 48px;
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);
	font-weight: 600;
}

.ce-textpic.ce-center.ce-above h1 {
  color: #d00b11;
  font-size: 24px;
}

.image-embed-item {
	max-width: 100%;
	height: auto;	
}

/**
 * FOOTER
 */
#footer {
  background-color: #5f859f;
  padding: 15px 0 25px;
  color: #fff;
  font-size: 14px;
}
#footer .nav-link {
  color: #fff;
  padding: 0;
}

.lightblue {
  background-color: #e8edf3;
}




/**
 * NAV
 */
.navbar-credo {
	/* margin-top: 20px; */
	font-size: 18px;
	/* z-index: 100; */
	justify-content: space-between; 
}
.navbar-credo .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

#logo {
	width: 120px;
}

@media (min-width: 992px) {
	.navbar-credo .navbar-collapse {
		flex-basis: auto;
	}
	#header {
		min-height: 95px;
	}
	#logo {
		width: 159px;
		margin: 20px 0;
	}
}

#mainnav-nav > .nav-item {
  margin-right: 20px;
  position: relative;
}
#mainnav-nav > .nav-item > .nav-link {
  color: #00445f;
  transition: all .2s linear 0s;
}
#mainnav-nav > .nav-item > .nav-link:hover, #mainnav-nav > .nav-item.active > .nav-link {
  color: #d00b11;
}
#mainnav-nav > .nav-item > .nav-link:before {
  content: "";
  position: absolute;
  width: 30px;
  border-bottom: 2px solid #00445f;
  /*left: 7px;*/
  /* bottom: 5px; */
	top: 37px;
  transition: all .2s linear 0s;
}
#mainnav-nav > .nav-item.active  > .nav-link:before, #mainnav-nav > .nav-item > .nav-link:hover:before {
  border-color: #d00b11;
}

.nav-item:hover>.dropdown-menu {
  display: block;
}
.dropdown-menu {
  margin: 0;
  -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.5);
    position: relative;
    top: 40px;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu .nav-link {
  color: #00445f;
  padding: 3px 0;
  font-size: 18px;
}

.dropdown-menu .nav-item.active > a {
	color: #d00b11;
}

.dropdown-menu .dropdown-menu {
  top: -8px;
  left: 100%;
}
.dropdown-menu .nav-link:hover {
  background: #f4f4f4;
}
.dropdown-menu > .hassub {
  position: relative;
}
.dropdown-menu > .hassub > .nav-link::after {
  content: "\203A";
  position: absolute;
  top: 1px;
  right: 10px;
  color: #00445f;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 991px) {
	.navbar-credo .dropdown-menu {
		display: block;
		box-shadow: none;
		margin-left: 25px;	
	}
	
	.navbar-credo .dropdown-menu > .hassub > .nav-link::after {
		content: none; 
	}
}


.carousel-caption {
  bottom: auto;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  color: #00445f;
  font-size: 18px;
}

.carousel-caption > div {
  position: absolute;
  left: 30%;
  top: 20px;
}

.carousel-caption a:hover {
	text-decoration: none;
}

.carousel-caption a.link-button, .carousel-caption span.link-button {
	color: #00445f;
	background: white;
	margin-top: 15px;
	text-shadow: none;
}

.carousel-caption a.link-button:hover, .carousel-caption span.link-button:hover {
	text-shadow: 0 0 3px rgba(0, 68, 95, 0.8);
	box-shadow: 0 0 5px rgba(0, 68, 95, 0.8);
}

.carousel-caption h1 {
  text-transform: uppercase;
  font-size: 56px;
  color: #d00b11;
  font-weight: bold;
  margin: 0 0 0 -20px;
}

.carousel-caption .white-text,
.carousel-caption .white-text h1 {
	color: #ffffff;
}

.carousel-item-noslide {
	height: 500px;
    position: relative;
}
.carousel-item-noslide img {
    position: absolute;
}

#hero-slider .carousel-caption {
	text-align: center;
	position: absolute;
	width: auto;
	top: 50%;
	left: 50%;
	right: auto;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	text-shadow: 0 0 7px rgba(0, 0, 0, 0.8);	
}
#hero-slider .carousel-caption  div {
	background: rgba(255, 255, 255, 0.6);
	padding: 20px;
	position: relative;
	left: auto !important;
	top: auto !important;
	/* width: 100%; */
}
#hero-slider .carousel-caption  div.white-text {
	background: rgba(0, 0, 0, 0.3);
}	

#hero-slider .carousel-caption h1 {
	margin: 0;
}


#header .language-menu {
	display: none;
}
.language-menu {
	margin: 3px 0 0 0;
	padding: 0;
}

.language-menu li {
	margin: 0;
	padding: 0 5px 0 0;
	display: inline;
}
.language-menu li:last-child {
	padding-right: 0;	
}

@media (min-width: 992px) {
	#header .language-menu {
		display: flex;
	}
	#footer .language-menu {
		display: none;
	}
}

#hero-image {
	position: relative;
	overflow: hidden;
	height: 190px;	
}

#hero-image img {
   	width: 100% !important;
   	height: auto !important;
   	
   	
		position: absolute;
		top: 50%;
		left: 50%;
	    margin-right: -50%;
	    transform: translate(-50%, -50%);
   		width: auto !important;
   		height: 100% !important;   	
}

@media (min-width: 414px) {
	#hero-image {
		height: 290px;
	}

}

@media (min-width: 640px) {
	#hero-image {
		height: 400px;
	}

}


@media (min-width: 910px) {
	#hero-image {
		height: 500px;
	}	
}

@media (min-width: 1126px) {
	#hero-image img {
    	width: 100% !important;
    	height: auto !important;
   }
}
#cookiestoerer{

    position: fixed;
    bottom: 90px;
    right:30px;
    max-width: 300px;

    z-index:2000;
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: -1px 1px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -1px 1px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -1px 1px 15px 0px rgba(50, 50, 50, 0.75);
    display:none;
}
#cookiestoererCloser{
    margin-top: 20px;
}
#cookiestoerer .btn{
   display:block;
}