@charset "UTF-8";
@font-face { font-family: 'Source Sans Pro'; src: url("../fonts/sourcesanspro-light.woff") format("woff"); font-weight: 300; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url("../fonts/sourcesanspro-regular.woff") format("woff"); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Source Sans Pro'; src: url("../fonts/sourcesanspro-semibold.woff") format("woff"); font-weight: 600; font-style: normal; }
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }
.cls,  .clr { display: block; clear: both; }
ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/*
@mixin anker { color: inherit; text-decoration: inherit; cursor: inherit; &:active, &:focus { outline: none; }
}
*/
body { background: #fff; font-family: "Source Sans Pro"; font-size: 20px; font-weight: 300; color: #212121; }

* { margin: 0; padding: 0; }

.mobileOn { display: none !important; }

.mobileOff { display: inherit; }

.img-left { margin-right: 2em; width: auto; }
.img-right { margin-left: 2em; width: auto; }
/* img { width: auto; } */

@media (max-width: 1230px) { body { font-size: 18px; } }
@media (max-width: 992px) { body { font-size: 14px; } }
@media (max-width: 500px) { body { font-size: 18px; } }
@media (min-width: 1200px) { .container-xl { width: 1500px; } }
.container-xl { max-width: 100%; }

@media (min-width: 768px) { #navbarMeta .navbar-nav > li > a { padding-top: 6px; padding-bottom: 4px; } }
.navbar-default { background-color: transparent; border-color: transparent; margin-top: 0;  /* transition: 1s; */ height: 110px; }
.navbar-form .search { border: solid 1px #999999; border-radius: 0; border-right: none; height: 40px; padding: 6px 12px; font-size: .9em; line-height: 1.42857143; }
.navbar-form .search-btn { border: solid 1px #999999; border-radius: 0; border-left: none; height: 40px; padding: 5px 12px; color: #FF990A; font-size: 24px; }

ul.language { margin-bottom: 1em; margin-right: 0; margin-top: 0; }
ul.language li a { display: inline-block; padding: 0; font-weight: 400; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover { background: transparent; }

ul.language li:before { content: "|"; color: #999999; margin: 0 8px; }
ul.language li:first-child:before { content: ""; margin: 0; }
#navbar .leftnav { margin-top: 42px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -moz-transition-timing-function: ease-in; -o-transition-timing-function: ease-in; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
#navbar .nav > li > a { font-weight: 400; font-size: 1em; }
.navbar > li > a { color: #777; }
#navbar .nav li a.active { color: #FF990A; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover { background-color: #FF990A; }
/* #navbar a.main { -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; -moz-transition-timing-function: ease-in; -o-transition-timing-function: ease-in; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; } */
.dropdown-menu { font-size: .9em; }
.dropdown-menu > li > a { white-space: nowrap; }
.dropdown-menu > li > a.aktiv { font-weight: 600; }
.navbar-nav>li>a {
	padding-top: 15px;
	padding-bottom: 30px;
}
.navbar-sub { border-bottom: solid 1px #212121; }
.navbar-sub .nav a { font-weight: 400; color: #999999; }
.navbar-sub .nav a.active { font-weight: 400; color: #FF990A; }
.navbar .container { /* Oder die spezifische Klasse deines Containers */
  position: relative;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #FF990A;
  font-size: 1em !important;
  font-weight: bold;
  padding: 5px 20px;
  line-height: 1.428571429;
}
.mega-dropdown-menu .img-responsive {
  margin-bottom: 10px;
}
.mega-dropdown-menu .col {
	display: inline-flex;
}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a { 
	color: #777;
}
/* .mega-dropdown-menu p {
  font-size: 1em;
  line-height: 1.6;
} */


.dropdown-submenu {
	position: relative;
}




.svg-logo { width: 140px; -moz-transition-property: all; -o-transition-property: all; -webkit-transition-property: all; transition-property: all; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; -moz-transition-timing-function: ease-in; -o-transition-timing-function: ease-in; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }
.navbar-brand { height: 98px; margin-top: 10px; width: 200px; }


.black .svg-logo { width: 70px; }
.black .navbar-brand { height: 50px; margin-top: 8px;}

.black .svg-frame { width: 76px; margin-right: 60px; }

.navbar-default.black { height: 50px;  /* transition: 1s; */  background-color: #fff !important; background-color: #fff !important; position: fixed; top: 0; margin-top: 0; z-index: 9999; width: 100%; border-radius: 0; border-bottom: solid 1px #FF990A; }

/* .black #navbar form { display: none; } */
 .black #navbar form { margin-top: -36px;  }

.black #navbar .leftnav { margin-top: 0px; }
.black .navbar-brand {padding: 0;}

.startframe { height: 110px; display: block; width: 100%; }
.navbar-fixed-top { background: #fff; }
.captcode { display: block; float: left; margin-right: 10px;  }
.rightFORM input { display: inline-block; }
.rightFORM { margin-bottom: 1em; }
.frmContact .btn { width: 240px; }
nav.navbar{
   -webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;

}

.btn { border-radius: 0; letter-spacing: 1px; font-size: 1em; border: none; }

.container {
    padding-right: 30px;
    padding-left: 30px;
}


@media (max-width: 1230px) { #navbar .navbar-nav > li > a { font-size: .9em; }
  .navbar-form { padding: 0; }
  .navbar-sub .nav a { font-size: .9em; }
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	}
/* 	.navbar-right { position: absolute; top: 0; right: 0; } */
	.navbar-form { position: absolute; top: 0; right: 2em; }
	.black .navbar-form { top: -999px; }
	.navbar-form .clearfix { display: none; position: absolute; top: -9999px; }
	.navbar-form .input-group { margin-right: 1em; }
	a.dl { margin-bottom: 1em; }
}

@media (min-width: 979px) { ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; } }

.btn-danger { border: none; }
.btn-danger.orange { background: #FF990A; color: #fff;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
.btn-danger.orange:hover, .btn-gray:hover { background: #000; }
.btn-gray { background: #aaaaaa; vertical-align: top; margin-left: 1em; }
.btn-margin { margin: 1em 0; }
.btn a { text-decoration: none; }

@media (max-width: 992px) {
	.navbar-header { float: none; }
  .navbar-left, .navbar-right { float: none !important; }
  .navbar-toggle { display: block; }
  .navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top { top: 0; border-width: 0 0 1px; }
  .navbar-collapse.collapse { display: none !important; }
  .navbar-nav { float: none !important; margin-top: 7.5px; }
  .navbar-nav > li { float: none; }
  .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; }
  .navbar-collapse  { background: #fff; }
  .collapse.in { display: block !important; background: #fff; }
  #navbar .navbar-nav { margin: 0; }
  .navbar-brand { float: left; height: auto; padding: 0; font-size: 18px; line-height: 0; }
  .logo img { height: 100px; }
  .mobileOn { display: inherit !important; }
  .mobileOff { display: none !important; }
  
  	#navbar .navbar-nav > li > a { font-size: 22px; }
	.dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a { 
		font-size: 20px !important; 
		padding-left: 10px !important;
	}
	.dropdown-menu > li > a { font-size: 20px; margin: 5px 20px; }
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.mega-dropdown-menu .col {
		display: block;
	}
	.mega-dropdown-menu > li > ul > li > a {
		display: block;
		padding: 3px 10px;
		clear: both;
		font-weight: normal;
		line-height: 1.428571429;
		white-space: nowrap;
		font-size: 20px;
	}
	.black #navbar .leftnav {
		margin-top: 20px;
	}
	.caret { margin-left: 10px; }
	.language { margin-left: 30px !important; margin-top: 10px !important; }
	.input-group { margin: 10px 28px; }
	.search { width: 100%; }
	.language > li { float: left; }
	#navbarSub .navbar-nav > li { float: left; margin-left: 10px; margin-bottom: 10px; background: #FF990A;  }
	#navbarSub .navbar-nav > li a { color: #fff; }

	.navbar-form .input-group { max-width: 90%; }

	.navbar-form { position: relative; top: inherit; right: inherit; }
	.black .navbar-form { top: inherit; }
	.navbar-form .clearfix { display: block; position: relative; top: inherit; }
	.navbar-form .input-group { margin-right: inherit; }
}




h1 { margin-top: 0; margin-bottom: 1em; font-size: 1.5em; }

h2 { font-size: 1.5em; margin-bottom: .5em; }
.subtitle  { font-size: 1.15em; margin-bottom: .5em; }
h3 { font-size: 1.5em; }
.fachmodul h2 { color: #FF990A; margin-top: 1em; font-weight: 400; }
h2.h2h1 { margin-bottom: 1em; }

p { color: #212121; font-size: 1em; line-height: 1.35em; }

p { margin-bottom: 1em; }

b, strong { font-weight: 600; }

a { color: #212121; text-decoration: none; }

a:hover { text-decoration: none; color: #2E4475; }
.center { text-align: center; }

.orange { color: #FF990A; }

.endFrame { margin-top: 40px; }

footer { background: #EEEEEE; }

footer li a, footer p a { color: #212121; }

footer p { font-weight: 400; margin-bottom: 0; line-height: 1.1em; }

footer a { font-weight: 400; }

a.pfeil:before { content: "→"; margin-right: 4px; font-size: .9em; }

h2 a.pfeil:before { content: "→"; margin-right: 4px; font-size: .9em; color: #FF990A; }

footer li { line-height: 1.1em; float: left; margin-right: 20px; }

@media only screen and (max-width: 992px) {
	footer .box { margin-bottom: 30px; }
}


.copyright { padding: 20px 15px; }
.copyright p { font-size: .75em; font-weight: 400; line-height: 50px; }

.ra { text-align: right; }

.la { text-align: left; }

.bg-blue { background: #2E4475; }
.bg-orange { background: #FF990A; }
.bg-silver { background: #EEEEEE; }
.bg-green { background: #4E7B36; }
.bg-blue p, 
.bg-blue a, 
.bg-green p, 
.bg-green a, 
.bg-orange p, 
.bg-orange a 
	{ color: #fff; }

.news-startpage { background: #FF990A; display: block; float: right; height: 420px; width: 400px; text-align: left; 
	/* padding: 30px;  */
	padding: 15px 30px; 
	/* padding-top: 30px;  */
	color: #fff; overflow: auto; }

.news-startpage h3 { font-weight: 600; margin-bottom: 20px; display: none; }

.news-cont { border-top: solid 1px #fff; padding: 6px 0; line-height: 1.5em; -webkit-transition: all 1s; transition: all 1s; }
.news-startpage .a1 .news-cont { border-top: none; padding-top: 0; }

.news-cont:hover { opacity: .7; color: #000; }
.news-cont:hover p, .news-cont:hover a { color: #000; -webkit-transition: all 1s; transition: all 1s; }
.news-cont p { margin-bottom: 0.5em; 
	font-size: 1em; 
}
.news-cont strong { display: block; font-weight: 400; 
	/* font-size: 1.6em;  */
	font-size: 1.25em; 
	line-height: 1.5em; }
.news-cont strong .big { display: block; font-weight: 400; font-size: 1.25em; line-height: 1.5em; }
.news-cont strong .sml { display: block; font-weight: 400; font-size: .8em; line-height: 1.5em; }

.news-cont.hp a { display: block; /* text-align: right; */ }
.news-cont.hp a:before {
    content: "→";
    margin-right: 8px;
    font-size: .9em;
    height: 30px;
}

.youtube_icon .fa { font-size: 6em; color: red; position: absolute; left: calc(5%); top: calc(50% - 40px); width: 90%; height: 80px; text-align: center; z-index: 999; }
.youtube_icon .i1 { margin-top: -50px; }
.youtube_icon .i2 { margin-top: 50px; color: #fff; }
.youtubeHack { cursor: pointer !important; }
.videoWrapper { display: block; width: 100%; height: 100%; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9; }
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-bottom: 20px; }
.video-wrapper, .video-wrapper iframe,
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* .video-html5 { position: relative; overflow: hidden; width: 100%; } */

video {
  width: 100%;
  height: auto;
}

.globe { right:430px; height: 420px; width: auto; position: absolute; }
.claim { font-size: 2.5em; text-align: left; position: absolute; line-height: 1.25em; padding-top: 3rem; color: #fff; z-index: 999; }
.claimSmall { font-size: 1em; }
.claim p { margin-bottom: 0; }
.claimSmall p { font-size: 2.5em; }
.claimSmall ul { margin-top: 1em; }
.claim2 {  padding: 30px 0 0; }
.claim2 p { font-size: 2.5em; text-align: left; line-height: 1.25em; margin-bottom: 0; }
.claim2 h1 { font-size: 2.5em; text-align: left; line-height: 1.25em; margin-bottom: 0; color: #fff; }
.claim2 ul { margin-bottom: 0; color: #fff; margin-top: 20px;  }
.claim2 ul li { font-size: 1em; line-height: 1.5em; }
.claim2 ul li span { font-size: .7em; margin-right: 6px; }
.claim2 .block, .claim .block { font-weight: 700; }
.claim2 .orange, .claim .orange { color: #FF990A; }
/********* PRDUKT BESCHREBUNG ***********/
.headline { padding: 15px 15px 6px; color: #fff; }

.headline h2 { font-weight: 400; }

.headline h2 span { font-weight: 300; }
.produkt .bg-silver { padding: 12px 15px; margin-bottom: 30px; }
.produkt .bg-silver h3 { color: #FF990A; font-size: 1.25em; margin-bottom: .5em; margin-top: 15px; font-weight: 400; }
.produkt .bg-silver p, .produkt .bg-silver ul { margin-bottom: 30px; }
.produkt .bg-silver ul { margin-left: 20px; }
.produkt .bg-silver li { line-height: 1.25em; margin-bottom: .25em; }
.produkt .bg-silver ul li:before { content: "•"; font-size: .5em; margin-left: -15px; padding-bottom: 4px; position: absolute; }
.cta-container { margin-bottom: 30px; }
.cta-container { position: relative; background: #2E4475; cursor: pointer; padding-bottom: 15px; min-height: 350px;
  -webkit-transition: background 2s ease-out;
  -moz-transition: background 2s ease-out;
  -o-transition: background 2s ease-out;
  transition: background 2s ease-out;
}
.cta-container:hover h2 { color: #FFF; -webkit-transition: all 1s; transition: all 1s; }
.cta-container .desc { position: absolute; color: #fff; background: #2E4475; top: 0; padding: 6px 20px; font-weight: 400; }
.cta-container h2, .cta-container p { margin-left: 15px; margin-right: 30px; }
.cta-container h2 { margin-top: 15px; color: #FF990A; font-weight: 400; }
.cta-container h2:before { content: "→"; margin-right: 8px; font-size: .9em; height: 30px; float: left; }
/* .cta-container:hover h2 { color: #fff; } */
.cta-container p { color: #fff; }
/* .cta-container:hover p { color: #FF990A; } */
.ctatext { color: #fff; padding: 0 15px; min-height: 230px; display: block; }
section ul { list-style: disc; margin-left: 20px; margin-bottom: 1em; }
section li { margin-bottom: .5em; }

a.mail:before { content: "\f0e0"; font: normal normal normal 14px/1 FontAwesome; margin-right: 10px; }
.larger a.mail:before { content: "\f0e0"; font: normal normal normal 18px/1 FontAwesome; margin-right: 15px; }
.smaller a i { font-size: .9em; }
p a .fa { margin-right: 2px; }
p a .fa.textLink { margin-right: 0; margin-left: 4px; }
p a .fa.imtext { margin-right: 0; margin-left: 4px; }

.grid { margin: 0 auto; /* centered */ }
.grid:after { content: ''; display: block; clear: both; }
.grid-item { float: left; width: 360px; margin-bottom: 20px; }
.grid .cta-produkt { background: #EEEEEE; width: 340px; color: #212121; -webkit-transition: all 1s; transition: all 1s; }
.grid .cta-produkt a { color: #212121 }
.grid .cta-produkt:hover { background: #2E4475; -webkit-transition: all 1s; transition: all 1s; }
.grid .cta-produkt:hover a { color: #fff; -webkit-transition: all 1s; transition: all 1s; }

.btn-filter { color: #212121; background-color: #EEEEEE; border-color: #EEEEEE; border-radius: 0; font-size: .9em; }
.is-checked { color: #fff !important; background-color: #2E4475 !important; border-color: #2E4475 !important; }

img.fm { float: right; margin-left: 2em; margin-bottom: 2em; min-width: 400px; max-width: 50%;  }
.galerie1 { margin-bottom: 2em; padding-bottom: 1em; background: #efefef; }
.galerie1 .inner { padding: .5em 1em }
.galerieBorder { border: solid 1px #fff; }
.galerieBorder:hover { border: solid 1px #FF990A; }

.galerie1 p:before {
    content: "→";
    margin-right: 8px;
    font-size: .9em;
    height: 30px;
    float: left;
    color: #FF990A;
}
.bg-gray { background: #efefef; }
.bg-gray h1, .bg-gray h2, .bg-gray h3 { color: #FF990A; }

.va { min-height: 400px; display: table-cell; vertical-align: middle; }


@media only screen and (max-width: 1500px) {
	.grid-item { width: 350px; }
	.grid .cta-produkt { width: 330px; }
}
@media only screen and (max-width: 1400px) {
	.grid-item { width: 320px; }
	.grid .cta-produkt { width: 300px; }
}
@media only screen and (max-width: 1300px) {
	.grid-item { width: 300px; }
	.grid .cta-produkt { width: 280px; }
}
@media only screen and (max-width: 1230px) {
	.grid-item { width: 270px; }
	.grid .cta-produkt { width: 250px; }
}
@media only screen and (max-width: 1000px) {
	.grid-item { width: 350px; }
	.grid .cta-produkt { width: 330px; }
}
@media only screen and (max-width: 992px) {
	.grid-item { width: 49%; }
	.grid .cta-produkt { width: 90%; }
	.btn-filter { margin-bottom: .5em; }
}
@media only screen and (max-width: 600px) {
	.cta-produkt a { font-size: .8em !important; }
	.cta-produkt .header { padding: 10px 15px; height: 70px; }
	.headerBG { padding-bottom: 2em; }
/* 	.swiper-button-next, .swiper-button-prev { display: none; } */
}
@media only screen and (max-width: 420px) {
	.grid-item { width: 100%; }
	.grid .cta-produkt { width: 90%; }
}



@media only screen and (max-width: 1230px) { .news-startpage { width: 320px; }
  .news-startpage, .globe { height: 350px; right: 335px; } }
@media only screen and (max-width: 992px) { .news-startpage { width: 270px; }
  .news-startpage, .globe { height: 300px; right: 285px; }
  .cta-container { min-height: 300px; }
}
@media only screen and (max-width: 750px) {
	.claim {
		font-size: 1.5em;
	}
  .news-startpage { width: 240px; }
  .news-startpage, .globe { height: 220px; right: 255px; }
  .cta-container { margin-bottom: 30px; min-height: inherit; height: auto; }
  .news-startpage { padding: 20px; padding-top: 20px; }
  .aktuelles h2 { margin-top: 1em; }
  .mmb1 { margin-bottom: 1em; }
}

.aktuelles a:before { 
   font: normal normal normal 14px/1 FontAwesome;
   content: "\f08e";
   margin-right: 4px; 
}
.aktuelles p > a { 

}

.block { display: block; clear: both; }

.headerBG { min-height: 380px; }
.headerBG ul, .bg-blue ul { list-style: none; margin-left: 0; }

.btn-info {
    background: #FF990A;
    -webkit-transition: all 1s;
    transition: all 1s;
    padding: 8px 15px;
}
.btn-info:hover {
    background: #000;
    -webkit-transition: all 1s;
    transition: all 1s;
}


.bg-verlauf { background: #ffff88; background: -moz-linear-gradient(top, #b3b1b1 0%, #ececec 100%); background: -webkit-linear-gradient(top, #b3b1b1 0%, #ececec 100%); background: linear-gradient(to bottom, #b3b1b1 0%, #ececec 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3b1b1', endColorstr='#ececec',GradientType=0 ); }


.cta-produkt { position: relative; background: #2E4475; cursor: pointer; }
.cta-produkt a { color: #fff; font-weight: 400; font-size: 1em; line-height: 1.25em; }
.cta-produkt a:before { content: "→"; margin-right: 8px; font-size: 1em; color: #FF990A; height: 30px; float: left; }
.cta-produkt .header { padding: 10px 15px; display: block; height: 90px; }

.info .paddingRight { padding-right: 4em; }
.cta { border-radius: 0; font-size: 1.25em; width: 100%; text-align: left; margin-top: 30px; padding: 0; border: none; }
.cta a:before { content: "→"; margin-right: 8px; font-size: .9em; height: 30px; float: left; }
.cta-blue a { background: #2E4475; -webkit-transition: all 1s; transition: all 1s; width: 100%; display: block; padding: 8px 15px; color: #fff; }
.cta-blue a:hover { background: #212121; }
.cta-orange a { background: #FF990A; -webkit-transition: all 1s; transition: all 1s; width: 100%; display: block; padding: 8px 15px; }
.cta-orange a:hover { background: #212121; }
.cta a span { font-size: .7em; }
.cta a { color: #fff; }

.headline-icon { padding-top: 20px; }

.bildText h2 { margin-top: 15px; }
.bildText .col-lg-6  h2:first-child { margin-top: 0; }

.linkbox { cursor: pointer; }

table { width: 100%; }
tr { padding: 2em; }
.termineTab th { color: #fff; padding-bottom: 1em; }
.termineTab td { color: #fff; border-bottom: solid 1px #fff; padding-bottom: 4px; }
td { border-bottom: solid 1px #efefef; padding-bottom: 4px; font-family: "Source Sans Pro"; font-size: 1em; font-weight: 300; }
td.tdl { width: 60%; }

.marg0 { margin: 0; }

div.icons { min-height: 200px; margin-bottom: 2em; }
@media only screen and (max-width: 992px) {
	div.icons { margin-bottom: 2em; }
}

.lgIcon { background: #FF990A; color: #fff; text-align: center; vertical-align: middle; padding: 18px; border-radius: 50%; font-size: 30px; width: 66px; height: 66px; }
.mapinfo .lgIcon { padding: 0; font-size: 60px; width: 90px; height: 90px; line-height: 90px }

.iconBox { margin-top: 6px; margin-bottom: 9px; }
.mapinfo .iconBox { margin-top: 0; margin-bottom: 0; }

.edit-icon { background-image: url(‘/images/icon-edit.png’); }

.save-icon { background-image: url(‘/images/icon-save.png’); }
.check-icon { background-image: url(‘/images/icon-check.png’); }

.logout-icon { background-image: url(‘/images/icon-logout.png’); }
.gmap { width: 100%; min-height: 300px; }

.mt0 { margin-top: 0px; } .mt1 { margin-top: 10px; } .mt2 { margin-top: 20px; } .mt3 { margin-top: 30px; } .mt4 { margin-top: 40px; } .mt5 { margin-top: 50px; } .mt6 { margin-top: 60px; } .mt7 { margin-top: 70px; } .mt8 { margin-top: 80px; } .mt9 { margin-top: 90px; } .mt10 { margin-top: 100px; } .mb0 { margin-bottom: 0px; } .mb1 { margin-bottom: 10px; } .mb2 { margin-bottom: 20px; } .mb3 { margin-bottom: 30px; } .mb4 { margin-bottom: 40px; } .mb5 { margin-bottom: 50px; } .mb6 { margin-bottom: 60px; } .mb7 { margin-bottom: 70px; } .mb8 { margin-bottom: 80px; } .mb9 { margin-bottom: 90px; } .mb10 { margin-bottom: 100px; } .pad0 { padding: 0px; } .pad1 { padding: 10px; } .pad2 { padding: 20px; } .pad3 { padding: 30px; } .pad4 { padding: 40px; } .pad5 { padding: 50px; } .pad6 { padding: 60px; } .pad7 { padding: 70px; } .pad8 { padding: 80px; } .pad9 { padding: 90px; } .pad10 { padding: 100px; } .pt0 { padding-top: 0px; } .pt1 { padding-top: 10px; } .pt2 { padding-top: 20px; } .pt3 { padding-top: 30px; } .pt4 { padding-top: 40px; } .pt5 { padding-top: 50px; } .pt6 { padding-top: 60px; } .pt7 { padding-top: 70px; } .pt8 { padding-top: 80px; } .pt9 { padding-top: 90px; } .pt10 { padding-top: 100px; } .pb0 { padding-bottom: 0px; } .pb1 { padding-bottom: 10px; } .pb2 { padding-bottom: 20px; } .pb3 { padding-bottom: 30px; } .pb4 { padding-bottom: 40px; } .pb5 { padding-bottom: 50px; } .pb6 { padding-bottom: 60px; } .pb7 { padding-bottom: 70px; } .pb8 { padding-bottom: 80px; } .pb9 { padding-bottom: 90px; } .pb10 { padding-bottom: 100px; } 

@media only screen and (max-width: 768px) { .mt0 { margin-top: 0px; } .mt1 { margin-top: 4px; } .mt2 { margin-top: 8px; } .mt3 { margin-top: 12px; } .mt4 { margin-top: 16px; } .mt5 { margin-top: 20px; } .mt6 { margin-top: 24px; } .mt7 { margin-top: 28px; } .mt8 { margin-top: 32px; } .mt9 { margin-top: 36px; } .mt10 { margin-top: 40px; } .mb0 { margin-bottom: 0px; } .mb1 { margin-bottom: 4px; } .mb2 { margin-bottom: 8px; } .mb3 { margin-bottom: 12px; } .mb4 { margin-bottom: 16px; } .mb5 { margin-bottom: 20px; } .mb6 { margin-bottom: 24px; } .mb7 { margin-bottom: 28px; } .mb8 { margin-bottom: 32px; } .mb9 { margin-bottom: 36px; } .mb10 { margin-bottom: 40px; } .pad0 { padding: 0px; } .pad1 { padding: 4px; } .pad2 { padding: 8px; } .pad3 { padding: 12px; } .pad4 { padding: 16px; } .pad5 { padding: 20px; } .pad6 { padding: 24px; } .pad7 { padding: 28px; } .pad8 { padding: 32px; } .pad9 { padding: 36px; } .pad10 { padding: 40px; } .pt0 { padding-top: 0px; } .pt1 { padding-top: 4px; } .pt2 { padding-top: 8px; } .pt3 { padding-top: 12px; } .pt4 { padding-top: 16px; } .pt5 { padding-top: 20px; } .pt6 { padding-top: 24px; } .pt7 { padding-top: 28px; } .pt8 { padding-top: 32px; } .pt9 { padding-top: 36px; } .pt10 { padding-top: 40px; } .pb0 { padding-bottom: 0px; } .pb1 { padding-bottom: 4px; } .pb2 { padding-bottom: 8px; } .pb3 { padding-bottom: 12px; } .pb4 { padding-bottom: 16px; } .pb5 { padding-bottom: 20px; } .pb6 { padding-bottom: 24px; } .pb7 { padding-bottom: 28px; } .pb8 { padding-bottom: 32px; } .pb9 { padding-bottom: 36px; } .pb10 { padding-bottom: 40px; } }

@media only screen and (max-width: 992px) { .tabelle { margin-bottom: 2em; } }

.smaller { font-size: .9em; padding-top: 7px; }
.smaller + ul li { font-size: .9em; }
.larger { font-size: 1.2em; line-height: 1.4em; }
.large { font-size: 1.4em; line-height: 1.25em; }
.svg-frame { /* width: 170px; */ }
/* .svg-frame svg { position: absolute; } */

.image { width: 100%; height: auto; }

.dlIcon { }
.dlHl { color: #FF990A; font-weight: 600; padding-top: 30px; }
.downloadR1, .downloadR2, .downloadR3 { border-top: solid 1px #000; padding-top: 1em }
.downloadR1 { font-weight: 600; }
.downloadR2 { font-size: .8em; }
.downloadR3 { text-align: right; }
a.dl { border: solid 2px #aaaaaa; color: #aaaaaa; border-radius: 50%; height: 40px; width: 40px; display: inline-block; line-height: 40px; font-family: 'Courier'; font-size: 24px; margin-right: .5em; }
span.dl { border: solid 2px transparent; color: #aaaaaa; border-radius: 50%; height: 38px; width: 38px; display: inline-block; line-height: 40px; font-family: 'Courier'; font-size: 24px; margin-right: .5em; }
a.dl:hover { border: solid 2px #000; color: #000; }
.mapinfo.inner { padding: 2em 2em 2em ; }
.mapinfo p strong { font-size: 1.75em; font-weight: normal; display: block; margin: .5em 0 1em; }
.mapinfo .icon { height: 90px; width: auto; }
.beforeCTA { margin-bottom: 3em; }
.mapinfo .cta-div { display: block; clear: both; }


/*
 #my-flex {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
#my-flex .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  border: 1px solid #aaa;
}
#my-flex .inner p {
	width: 100%; display: block;
}
*/

@media (min-width: 768px) {
  .row.equal {
	  display: flex;
	  display: -webkit-flex;
	  flex-wrap: wrap;
  }
}

.galerie1 p:before {
    content: "→";
    margin-right: 8px;
    font-size: .9em;
    height: 60px;
    float: left;
    color: #FF990A;
}


.relative { position: relative; }
.btn-fm { margin-left: -12px; }
/* .filter-button-group { margin-left: 12px; } */

@media only screen and (max-width: 992px) {
	.dlIcon img { width: 40px; }
	.downloadR3 img { width: 30px; }
	.dlHl { padding-top: 16px; }

	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: 15px; }
	.black #navbar form { margin-top: 0; }

}

@media only screen and (max-width: 768px) {
	.dlIcon img { width: 40px; }
	.downloadR3 img { width: 30px; }
	.downloadR1 p { font-size: 1.2em; margin: 0; }
	.downloadR2 { font-size: 1em; border-top: none; }
	.downloadR2 p { margin: 0; }
	.downloadR3 { text-align: left; border-top: none; }

/*
	#navbar .navbar-nav > li > a { font-size: 22px; }
	.dropdown-menu > li > a { font-size: 20px; }
	.dropdown-menu > li > a { font-size: 20px; margin: 5px 20px; }
	.caret { margin-left: 10px; }
	.language { margin-left: 30px !important; margin-top: 10px !important; }
	.input-group { margin: 10px 28px; }
	.search { width: 100%; }
	.language > li { float: left; }
	#navbarSub .navbar-nav > li { float: left; margin-left: 10px; margin-bottom: 10px; background: #FF990A;  }
	#navbarSub .navbar-nav > li a { color: #fff; }
*/
	.claim2 p { font-size: 1.5em; }
	.claim2 ul li { font-size: 1em; line-height: 1.5em; }
	.headerImg .cta { margin-top: 0px; margin-bottom: 20px; }
}

@media only screen and (max-width: 550px) {
	.svg-frame { width: 100px; margin-left: 15px; }
	.claim { position: relative; padding-top: 20px; }
	.claim2 { min-height: inherit; height: auto; }
	.claim2 ul { margin-bottom: 10px; }
	.globe { position: absolute; top: 0; height: 106px; right: 0; }
	.news-startpage { padding: 10px; padding-top: 10px; height: auto; margin-top: 8px; width: 100%; }
	.headerBG { background: none !important; }
	.headerBG { min-height: inherit; height: auto; }
}
.address { display: none; }

.modal { z-index: 20050; top: 30px; }
.modal-header .close { font-size: 2em; font-family: Arial; color: #FF990A; opacity: 1; }
span.subtitle { font-size: .7em; border-top: solid 1px #FF990A; padding-top: 10px; width: 100%; display: block; }

.swiper-button-next {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FF990A'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FF990A'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FF990A;
}
.innerblue { background: #2E4475; color: #fff; padding: .5em 1em; text-align: left !important; min-height: 100px; }
.innerblue p, .innerblue h1, .innerblue h2 { color: #fff; }

.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer;
}
.radio input[type=radio], .radio-inline input[type=radio] {
/*     margin:0; */ margin-left: -30px;
}
input, select, textarea { font-family: "Source Sans Pro"; }
.belegt { color: #aaa; }

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 2em;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




  .video_trigger p, .video_trigger a { color: #fff; }
  .video_trigger a { color: #fff; text-decoration: underline; }
  .video_trigger .btn { margin: 0 auto 2em; display: block; }
  .video_wrapper {
	/* background-image: url("bg_image.jpg"); */
	background-size: cover;
	position: relative;
	box-shadow: 0px 3px 5px #333;
	height: 350px; background-position: center;
	height: calc(100vw / 2.275);
	width: 100%;  margin-bottom: 2em;
  }
  .video_wrapper .video_trigger {
	padding: 130px 30px;
	height: -webkit-calc(100%);
	height: -moz-calc(100%);
	height: -o-calc(100%);
	height: calc(100%);
	width: -webkit-calc(100%);
	width: -moz-calc(100%);
	width: -o-calc(100%);
	width: calc(100%);
	position: absolute;
	bottom: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
  }
  .video_wrapper .video_trigger:before {
	content: "";
	font-family: "FontAwesome";
	position: absolute;
	z-index: -1;
	font-size: 120px;
	color: rgba(255, 255, 255, 0.2);
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	top: -webkit-calc(50% - 60px);
	top: calc(50% - 60px);
	left: -webkit-calc(50% - 60px);
	left: calc(50% - 60px);
  }
  .video_wrapper .video_layer {
	position: relative;
	display: none;
	height: inherit;
	width: inherit;
	margin: auto;
  }
  .video_wrapper .video_layer iframe {
	border: 0px none transparent;
	height: inherit;
	width: inherit;
	vertical-align: middle;
  }
  .video_square.video_wrapper { height: 560px; }
  /********END*******/

@media only screen and (max-width: 992px) {
	.video_wrapper { height: calc(100vw / 2); }
}

@media only screen and (max-width: 600px) {
	.video_wrapper { height: calc(100vw / 1.8); }
	.video_wrapper .video_trigger { padding: 20% 30px; }
}
@media only screen and (max-width: 450px) {
	.video_wrapper { height: calc(100vw / 1.5); }
	.video_wrapper .video_trigger { padding: 10% 30px; }
}
