@charset "utf-8";
/* CSS Document */

html, body {
	font-family: 'Proxima-nova-Bold';
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 20px;
}

body {
	padding-bottom: 100px;
	background-color: #192947;
}

a {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	transition: 0.3s;
}

a:hover {
	color: #fcf588;
}

@font-face {
  font-family: 'Proxima-nova-con-Bold';
  src: URL('../fonts/FontsFree-Net-proxima_nova_cond_bold-webfont.ttf') format('truetype');
}

@font-face {
  font-family: 'Proxima-nova-Bold';
  src: URL('../fonts/ProximaNova-Bold.otf') format('truetype');
}

.clear {
	clear: both;
}


#page {
	width: 60%;
	min-width: 850px;
	max-width: 1150px;
	margin: 5% auto 0 auto;
}

#menu {
	height: 104px;
	background-color: #192947;
	border-bottom: solid 1px #fff;
}

#menu UL {
	margin: 0 60px 0 60px;
	padding: 0;
	list-style: none;
	
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#menu UL LI {
	float: left;
	line-height:104px;
}

#menu UL LI a {
	font-family: 'Proxima-nova-con-Bold';
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	transition: 0.3s;
}


#menu UL LI a:hover, #menu UL LI a.current {
	color: #fcf588;
}

#content {
	min-height: 600px;
	background-color:rgba(25,41,71,0.9);
	overflow: auto;
	
	word-wrap: break-word;
 overflow-wrap: break-word;
 -webkit-hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 hyphens: auto;
}

#footer {
	height: 104px;
	background-color: #192947;
	border-top: solid 1px #fff;
}

#footer {
	text-align: center;
}

#footer a {
	font-family: 'Proxima-nova-con-Bold';
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	line-height: 104px;
	transition: 0.3s;
}

#footer a:hover, #footer a.current {
	color: #fcf588;
}

.yellow {
	color: #fcf588;
}


/*startseite*/
#start-img-1 {
	width: 70%;
	display: block;
	margin: 180px auto 180px auto;
	border: solid 10px #fff;
}



/*info*/
#zitat {
	margin: 66px;
	color: #fcf588;
	font-size: 30px;
}

#zitat SPAN {
	font-size: 25px;
}

#red-bar2 {
	display: none;
}

#red-bar, #red-bar2 {
	height: 45px;
	background-color: #dc4224;
	color: #fff;
	text-align: center;
	line-height: 45px;
	margin-bottom: 35px;
}

.mainText {
	margin: 25px 66px 66px 66px;
	line-height: 28px;
}

#info-img-1 {
	width: 350px;
	float: left;
	border: solid 10px #fff;
	margin-right: 30px;
}


@media only screen and (max-width: 1500px) {
	#red-bar2 {
		display: block;
	}
	#red-bar {
		display: none;
	}
}

/*AUTOREN*/
#autoren-briggs, #autoren-lukschy {
	width: 270px;
	float: left;
	border: solid 10px #fff;
	margin-right: 30px;
}

/*impressum*/
#dse-list {
	margin: 0 0 0 35px;
	padding: 0;
}

#dse-list li::marker {
  color: #fcf588;
}

/*video*/
#videoOuter {
	overflow: hidden;
	border: solid 10px #fff;
	max-height: 556px;
	cursor: pointer;
	margin-bottom: 46px;
	background-color: #000;
}