
body {
    font-family: Verdana,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

a, a:hover {
	color: #E6E6E6;
	text-decoration:none;
}
legend {
	
	display: none;
	
}
form input[type="text"], form select , form input[type="email"] {
    border: 1px solid #334257;
    display: inline;
    margin: 0;
}
 input[type="reset"], input[type="submit"] , input[type="submit"]:hover {
    width: 120px;
    border: 1px solid #334257;
    background-color: #FFF;
	border-radius: 0;
	margin: 10px 0;
	color: #000;
}

form textarea {
    float: left;
    margin: 0;
    padding: 3px 1%;
    width: 98%;
    border: 1px solid #334257;
    background: #FFF;
    display: block;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    height: 100px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: white;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: .875em;
    margin: 0 0 1em 0;
    padding: .5em;
    height: 2.3125em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow .45s,border-color .45s ease-in-out;
    -moz-transition: -moz-box-shadow .45s,border-color .45s ease-in-out;
    transition: box-shadow .45s,border-color .45s ease-in-out;
}
form label {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #bdbdbd;
}
#space {
	margin-top: 174px;
}
.footer {
	color: #e6e6e6;
}
#foottop {
	background-color: #334257;
	padding-top: 10px;
}
#footmiddle  {
	background-color: #2A3547;
	min-height: 250px;
	
}
#footmiddle h2{
	font-size: 20px;
}
#foot {
	background-color: #334257;
}
.center {
	text-align: center;
}
#headliner {
	margin-bottom: 25px;
}
.navbar-brand {
	min-height: 100px;
}

.navbar-nav {
   margin-top: 7px;
   float: right;
   
}
.navbar-default {
    background-color: #fff;
    border-bottom: 8px solid #334257;
}

#overtop {
	background-color: #334257;
	min-height: 42px;
	color: #E6E6E6;
}

.carousel {

	margin-top: 175px;
}

.carousel-caption {
	z-index: 10;
	text-align: inherit;
	
}

.carousel-caption {
    right: 63%;
    left: 12%;
    padding-bottom: 30px;
	color: #000;
	font-size: 24px;
}
.carousel-caption > h3 {
	font-weight: 700;
	font-size: 38px;
	color: #ddd7d8;
	padding: 5px;
}

#top-right,#top-right > a, #top-right > a:hover {
	color: #E6E6E6;
	font-size: 12px;
	padding-top:10px;
	text-decoration:none;
}
#top-left {
	
font-size: 0.8em;
	padding-top:10px;
}

#logo {
	margin-top: 15px;
	max-width: 100%;
}	
.marketing .col-sm-4 {
	margin-bottom: 20px;
	text-align: center;
}

.marketing a {
	color: #000;
	
}

.marketing h2 {
	font-weight: normal;
}
.marketing .col-sm-4 p {
	margin-right: 10px;
	margin-left: 10px;
}
#teaser {
	
	background-color: #E2E2E2;
	padding: 0px;
	position: relative;
	background-size: cover;
}

.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}
video {

}

.tx-powermail .container-fluid {
	
	padding-left: 0px;
}


#inteaser .ce-bodytext > h2 {
	font-weight: 700;
	
	color: #ddd7d8;
	padding: 5px;
}

#inteaser .ce-bodytext{
	position: absolute;
	top: 10%;
	right: 20%;
	
}
#inteaser .ce-gallery {
	
	margin: 0px;
	
}
.innerteaser > p{
margin: 0;
	
}

.innerteaser{
margin: 0px auto;
	border: 2px solid #d1d1d1; 
	max-width: 240px;
	min-height: 300px;
	background-color: #F2F2F2;
	
}

.btnn:hover  {
    border: solid 1px #CCC;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
        box-shadow: 1px 1px 5px #999;
}
.btnn a , .btnn a:hover{
	color: #333;
	text-decoration:none;
}

.btnn {
	display: inline-block;
padding: 6px 12px;
margin-top: -20px;

line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 2px solid transparent;

color: #333;
background-color: #fff;
border-color: #ccc;
	
}
.featurette-divider {
	margin: 10px 0;
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}
img, object, embed {
    max-width: 100%;
    height: auto;
}

 .footer .ce-textpic img, .innerteaser .ce-textpic img {
	 border-radius: 0px;
border: none;
 }
.ce-textpic img {
	 
	 border: 1px double #d0d0d0;
padding: 2px;
border-radius: 4px;
 }
 
.navbar {
  
    z-index: 20;
    font-size: 1.3em;
    position: absolute;
    
    right: 0px;
    left: 0px;
  
  
    border-radius: 0;
    
    }

 .navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
}   
.navbar-default .navbar-nav  a:hover { 
   
    
     filter: alpha(opacity = 50); /* IE 6, 7, 8 */ 
    -ms-filter: "alpha(opacity = 50)"; /* ab IE 8 zusätzlich möglich */ 
    opacity: .90; /* alle anderen Browser einschließlich IE 9 */
    
    }
.navbar-default, .navbar-nav , .navbar-nav > a{
    background: rgba(255, 255, 255, 1) !important;
    
    }
    
    .navbar-default .navbar-nav > li > a {
    color: #000;
	padding-left:8px;
	padding-right:7px;
}
    
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #E3001D;
    
    
}
.dropdown-menu > li > a:hover {
    color: #fff !important;
     background: rgba(227, 0, 0, 0.9) !important;
	 border-radius: 0px;
    }
.current-menu-ancestor {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #E3001D !important;
    }
.dropdown-menu {
   background: rgba(255, 255, 255, 0.0) !important;
   box-shadow: none;
   border-style: none;
   margin-top: -15px;
   font-size: 1.0em;
   margin-left: 0px;
   }
.dropdown-menu a {
   color:#fff !important;
   background: rgba(227, 0, 0, 0.9) !important;
   margin-top: 2px;
    border-radius: 0px;
   }
   .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #E3001D;
    color: #fff;
}


@media (min-width: 768px) {
	 .caret {
   display: none;
   }

    ul.nav li.dropdown:hover > ul {
   display: block;
   } 
	


	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 992px) {
	.featurette-heading {
		margin-top: 120px;
	}
}

@media (max-width: 992px) {
	
	.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 16px;
    line-height: 1.2;
    border-radius: 6px;
}
}

@media (max-width: 767px) {
	
	.navbar-nav {
    margin-top: 10px;
    float: left;
}
	

	.btn-group-lg > .btn, .btn-lg {
    padding: 1px 6px;
    font-size: 10px;
    line-height: 1;
    border-radius: 6px;
}

	.carousel-caption {
    right: 63%;
    left: 12%;
    padding-bottom: 30px;
	color: #000;
	font-size: 12px;
}
.carousel-caption > h3 {
	font-weight: 700;
	font-size: 16px;
	color: #ddd7d8;
	padding: 5px;
}
}
@media (min-width: 767px) {

 
}


#cookies-eu-banner {
   position: relative;
   max-width: 100%;
   background-color: #fff;
   color: #000;
   border-bottom: 2px solid #2a3547;
   margin: 0px;
   left: 0px;
   top: 0px;
   padding: 2px;
   z-index: 200;
   text-align: center;
   font-size: 13px;
}

#cookies-eu-accept,
#cookies-eu-reject {
    text-decoration: none;
    background: #2a3547;
    color: #fff;
    border: 1px solid #283583;
    cursor: pointer;
    padding: 0px 7px;
    margin: 0px 0;
    font-size: 13px;
    font-weight: bold;

    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
    background: #fff;
    color: #222;
}
#cookies-eu-more {
    margin-left: 7px;
	color: #2a3547;
}