@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	height: auto;
	background: url('images/bg.jpg') center no-repeat #000000

}
.line {
	position:relative;
	background-image:url(images/headlinie.png);
	width:100%;
	height: 4px;
	margin-top: 0px;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
}
.starttext {
	font-family: "Arial Bold", Gadget, sans-serif;
	font-weight: 100;
	font-size: 77px;
	color: #ffffff;
}
.starttext_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 77px;
	color: #2c99ce;
}
.semi-transparent-button {
	bottom: 0;
	margin-left: auto;
	margin_right: auto;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 300;
	display: block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 8px;
	width: 80%;
	max-width: 180px;
	background: #fff; /* fallback color for old browsers */
	background: rgba(14, 153, 206, 0.6);
	border-radius: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-out;
}
.semi-transparent-button:hover,
.semi-transparent-button:focus,
.semi-transparent-button:active {
  background: #58bef0;
  color: #fff;
  transition: all 0.5s ease-in;
}

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #474747;
	line-height: 100%;
}

a.footer-text:hover {
color:#2c99ce;
font-weight:500;
}

.impressum_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 12px;
	color: #474747;
}
a.impressum_link:hover {
color:#2c99ce;
font-weight:300;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 35px;
	color: #2c99ce;
}

.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #484848;
	line-height: 145%;
}

a.fliesstext_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #484848;
	line-height: 145%;
}

a.fliesstext_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #2c99ce;
	line-height: 145%;
}

/* normal screens like 1280 x 1024 4:3 */    /* Info: http://stephen.io/mediaqueries/#iPhone */
#footer {
position: relative;
bottom: 0;
width:100%;
}

/* Large screens like 24 zoll and more */
@media only screen 
and (min-device-width : 1680px) {
#footer {
position:absolute;
bottom:0;
width:100%;
height:auto;
}
}

@media only screen 
and (max-device-width : 1429px) {
#footer {
position:relative;
bottom:0;
width:100%;
height:auto;
}
}

/* iPhone 6 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
#footer {
position:absolute;
bottom:0;
width:100%;
height:auto;
}

/* iPhone 6 */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 
#footer {
position:relative;
bottom:0;
width:100%;
height:auto;
}
}

/* iPhone 6 PLUS landscape */
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { /* STYLES GO HERE */}
