

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {color: #555555; background-color: #ddd}
main {background-color: #fff; padding-bottom: 3em; min-height: 700px}
.topmost-fixed-top {
    border-radius: 0;
    position: fixed;
    right: 0;
  	left: 0;
  	z-index: 1030;
    top: 0px;
    background-color: #003245;
    color: #efefef;
    height: 30px;
  }
.topmost-nav {
	text-align: right;
	color: #fff;
	font-size: 12px;
	padding: 5px 0 0;
}
.topmost-nav a{
	color: #fff;
	text-decoration: none;
}
.topmost-nav a:hover{
	color: #fff;
	text-decoration: underline;
}

.cont-prodlogo {
	width: 28px;
	height: 28px;
	position: absolute;
	top: -20px;
	left: 98px;
	z-index: 4000;
}
.cont-prodlogo img{
	border: 0;
	width: 28px;
	height: 28px;
}
.navbar {
	font-size: 14px;
	font-weight: 400;	
}
.navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
    top: 30px;
  }
.navbar-inverse {
  background-color: rgba(0,73,98,0.95);
  border-color: #ed9e2d;
}
.navbar-inverse .dropdown-menu {
  background-color: rgba(0,50,69,0.96);
}
.navbar-inverse .dropdown-menu > li > a:hover,
.navbar-inverse .dropdown-menu > .active > a,
.navbar-inverse .dropdown-menu > .active > a:hover {
  background-color: #002534;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #002534;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #003245;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #003245;
  color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #003245;
}
.navbar-brand {
  float: left;
  padding: 15px 15px 12px;
  font-size: 16px;
  line-height: 18px;
  height: 50px;
}
.jumbotron {
  padding: 80px 10px 25px;
  margin-bottom: 30px;
  text-align: center;
  background-color: transparent;
  background-image: url(../images/ndm-tookapic.jpg);
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 200px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 300;
  line-height: 1.4;
}

.login-area {
	padding: 80px 10px;
  text-align: center;
  background-color: transparent;
  background-image: url(../images/Foto-milk.jpg);
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.loginform-area {
	background: rgba(255,255,255,0.9);
  margin: 0 5px;
  padding: 20px;
  border: 1px solid #fff;
  /* border-radius */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
}
.loginform-area h1{
	font-size: 10px;
}
.loginform-area h2{
	font-size: 22px;
	}
.loginform-area p{
	font-size: 14px;
}

.jumbotextfield {
	padding-top: 20px;
}

.fluid-wrapper {

    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.han-bg-10perc {
	background: url(../images/han-logo-10perc.png) no-repeat right center;
	padding-right: 80px;
}

.partner {
	border: 1px solid #fff;
  /* border-radius */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 20px;
	background-color: rgba(245,245,245,0.99);
}
.partner img{
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.partner p{
	clear: right;

}
.toTOP {
	position: fixed;
	bottom: 10px;
	right: 15px;
}
.toTOP .toTOPsymbol{
	font-size: 300%;
	color: rgba(13,17,21,0.4);
}
.toTOP a{
	color: rgba(13,17,21,0.4);
	text-decoration: none;
}
.label-event {
  background-color: #fff;
  font-weight: 500;
  border: 1px solid #333;
  color: #333;
}
.search-brand {
	float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.btn-webinar {
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffffff !important;
  background-color: #428bca;
  border-color: #357ebd;
	text-decoration: none;
	font: normal 18px/1.33 Arial, Helvetica, Geneva, sans-serif;
}
.btn-webinar:hover {
  display: inline-block;
  padding: 10px 16px;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 6px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
	text-decoration: none;
	font: normal 18px/1.33 Arial, Helvetica, Geneva, sans-serif;
}
.captcha-area {
	background: #fff;
  margin: 0px;
  padding: 22px 20px;
	text-align: center;
	border: 1px solid #cccccc;
}
.captcha-area h4{
	font-size: 20px;
	}

.footer-label {
	display: inline;
 	padding: .2em .6em .3em;
  	font-size: 90%;
  	line-height: 1;
  	text-align: center;
  	vertical-align: baseline;
  	border-radius: .25em;
  	border-color: transparent;
  	border-width: 1px;
  	border-style: solid;
}
a.footer-label-active {
	background-color: #555;
	color: #eee;
	text-decoration: none;
	cursor: default;
}

.navbar-lang {
	width: 240px;
	min-height: 36px;
	position: absolute;
	right: 20px;
}
.navblock {
	width: 100px;
	min-height: 30px;
	position: absolute;
	right: 0px;
	text-align: right;
}
.navblock-image {
	width: 60px;
	min-height: 32px;
	position: absolute;
	right: 101px;
}

.navbar-de-label {
	background: url(../images/badge-de-28x22-01.svg) no-repeat right center;
	background-size:28px 22px;
	padding-right: 32px;
}
#language-row {
        padding-bottom: 40px;
    }
.badge-kbnr {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #4c5b5f;
  border-radius: 10px;
}
.badge-kbnr:empty {
  display: none;
}
.badge-kbnr {
  font-weight: 300;
}

.list-group-item.active > .badge-kbnr,
.nav-pills > .active > a > .badge-kbnr {
  color: #008cba;
  background-color: #ffffff;
}
.list-group-item > .badge-kbnr {
  float: right;
}
.list-group-item > .badge-kbnr + .badge-kbnr {
  margin-right: 5px;
}

.reference {
	text-align: center;
	background-color: transparent;
  background-image: url(../images/weltkarte.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  }

.reference p{
	padding:110px 50px 40px;
}

.btn-jumbot {
	  color: #555555;
	  background-color: transparent;
	  border-color: rgba(0,95,134,0.3);
	  margin-bottom: 5px;
}
	.btn-jumbot:hover,
	.btn-jumbot:focus,
	.btn-jumbot.focus,
	.btn-jumbot:active,
	.btn-jumbot.active,
	.open > .dropdown-toggle.btn-primary {
	  color: #555555;
	  background-color: rgba(0,95,134,0.1);
	  border-color: rgba(0,95,134,0.3);
	}
	.btn-jumbot:active,
	.btn-jumbot.active,
	.open > .dropdown-toggle.btn-primary {
	  background-image: none;
	}
/* Forum-style */

div.threatitem {
	padding: 20px 15px 0 40px;
	margin-left: 20px;
	border-left: 1px solid #dddddd;
	background: url(../images/symbol-threatbullet-01.png) no-repeat 8px center;
}

div.threatitem:first-child {
	padding: 20px 0 0 0;
	margin-left: 0;
	border-left: 1px solid transparent;
	background: none;
}

div.threatitem:last-child {
	padding: 20px 15px 20px 40px;
	margin-left: 20px;
	border-left: 1px solid #dddddd;
	background: url(../images/symbol-threatbullet-01.png) no-repeat 8px center;
}

div.threatitem-inner {
  	background-color: rgba(78,143,0,0.05);
  	border: 1px solid #dddddd;
  	border-radius: 20px;
  	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  	padding: 0 15px;
}

div.threatitem:first-child div.threatitem-inner{
	background-color: rgba(190,194,199,0.25);
  	border: 1px solid #dddddd;
  	border-radius: 0;
  	padding: 0 15px;
}

.threat-footer {
	margin-bottom: 0;
	border-top: 1px solid #dddddd;
	padding: 6px 0;
	text-align: right;
}

.threat-dir {
	background: url(../images/symb-32-dir-right-01.png) no-repeat right center;
	padding-right: 48px;
}

.admin-bg {
	background-color: transparent;
  background-image: url(../images/admin-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right;
  background-size: auto;
  height: 500px;
}

.admin-bg-text {
	width: 80%;
	margin: 3em 0 0 3em;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #fff;
  /* border-radius */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
}
.admin-bg-text h1{
	margin-top: 0;
}
.admin-bg-text img{
	margin: 10px;
}
.admin-bg-text a{
	margin-right: 1em;
}
.vor-nach-bg {
	background-color: transparent;
  background-image: url(../images/vor-nachbereiten-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right;
  background-size: auto;
  height: 500px;
}

.vor-nach-bg-text {
	width: 80%;
	margin: 3em 0 0 3em;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #fff;
  /* border-radius */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
}
.vor-nach-bg-text h1{
	margin-top: 0;
}
.vor-nach-bg-text img{
	margin: 10px;
}
.vor-nach-bg-text a{
	margin-right: 1em;
}
.durchf-bg {
	background-color: transparent;
  background-image: url(../images/durchf-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right;
  background-size: auto;
  height: 500px;
}

.durchf-bg-text {
	width: 80%;
	margin: 3em 0 0 3em;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #fff;
  /* border-radius */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
}
.durchf-bg-text h1{
	margin-top: 0;
}
.durchf-bg-text img{
	margin: 10px;
}
.durchf-bg-text a{
	margin-right: 1em;
}

.selbstgest-bg {
	background-color: transparent;
  background-image: url(../images/selbstgest-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right;
  background-size: auto;
  height: 500px;
}

.selbstgest-bg-text {
	width: 80%;
	margin: 3em 0 0 3em;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #fff;
  /* border-radius */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
}
.selbstgest-bg-text h1{
	margin-top: 0;
}
.selbstgest-bg-text img{
	margin: 10px;
}
.selbstgest-bg-text a{
	margin-right: 1em;
}

.services-bg {
	background-color: transparent;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right;
  background-size: auto;
  height: 500px;
}

.services-bg-text {
	width: 80%;
	margin: 3em 0 0 3em;
	padding: 20px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid #fff;
  /* border-radius */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /* box-shadow */
  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
}
.services-bg-text h1{
	margin-top: 0;
}
.services-bg-text img{
	margin: 10px;
}
.services-bg-text a{
	margin-right: 1em;
}


.eyecatch {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #ffffff;
	text-align: right;
}
.eyecatch h1{
	font-style: italic;
	text-shadow: 1px 1px 1px #333;
	filter: dropshadow(color=#333, offx=1, offy=1);
}
.eyecatch-slide {
	background-color: rgba(10,10,10,.4);
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
	color: #eaeaea;
	font-variant: small-caps;
	border:  1px solid rgba(200,200,200,.2);
}

.bg-white {
	background-color: rgba(254,255,255,0.8);
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}
.bg-grey {
	background-color: rgba(234,234,234,0.9);
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.bg-grey2 {
	background-color: rgba(1,1,1,0.9);
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.tour-bg-01 {
	position: relative;
	background-color: #DBE6F2;
	padding-top: 2em;
	padding-bottom: 2em;
}	

.tour-bg-02 {
	position: relative;
	background-color: #FEF1BE;
	padding-top: 2em;
	padding-bottom: 2em;
}

.tour-bg-03 {
	position: relative;
	background-color: #FFE6D9;
	padding-top: 2em;
	padding-bottom: 2em;
}
.tour-bg-04 {
	position: relative;
	background-color: #E5FFF3;
	padding-top: 2em;
	padding-bottom: 2em;
}
.tour-bg-05 {
	position: relative;
	background-color: #E5F2FF;
	padding-top: 2em;
	padding-bottom: 2em;
}
.tour-bg-06 {
	position: relative;
	background-color: #e2def0;
	padding-top: 2em;
	padding-bottom: 2em;
}
.tour-bg-07 {
	position: relative;
	background-color: #F2EC94;
	padding-top: 2em;
	padding-bottom: 2em;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1 !important;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.webinar-bg {
  background-color: transparent;
  background-image: url(../images/Foto4.jpg);
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 560px;
  padding-top: 120px;
}

footer {
	background-color: #ddd;
	border-top: 1px solid #ccc;
	color: #444;
}
footer hr{
	border-top: 1px solid rgba(255,255,255,0.5);
}
.footer-navigation {
	padding: 1em 0 0;
	text-align: center;
}
.footer-adress{
	margin-bottom: 2em;
}
.footer-apps {
	text-align: center;
	margin-bottom: 2em;
}
.footer-copyr{
	text-align: center;
	margin-top: 2em;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.footer-copyr p{
	margin: 1.5em 0;
}
.footer-label {
	display: inline;
 	padding: .2em .6em .3em;
  	font-size: 90%;
  	line-height: 1;
  	text-align: center;
  	vertical-align: baseline;
  	border-radius: .25em;
  	border-color: transparent;
  	border-width: 1px;
  	border-style: solid;
}
a.footer-label-active {
	background-color: #555;
	color: #eee;
	text-decoration: none;
	cursor: default;
}

@media (min-width: 640px) {
	.jumbotron {
	  padding: 100px 10px 25px;
	}
	.loginform-area h1{
	font-size: 20px;
	}
	.loginform-area h2{
	font-size: 30px;
	}
	.loginform-area p{
	font-size: 16px;
	}
}
@media (max-width: 767px) {
	body{
	font-size: 14px;
}
	h1,
	 .h1{
		font-size: 22px;
	}
	h2,
	 .h2{
		font-size: 19px;
	}
	h3,
	 .h3{
		font-size: 16px;
	}
	.navbar-logo { 
		position: absolute;
		left: 15px;
		top: 14px;
		width: 24px;
		height: 24px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
	    border-color: #005571;
	}
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #003245;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #003245;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #003245;
  }
  .jumbotextfield {
	padding-top: 50px;
	}
	

}

@media (min-width: 768px) {
	.navbar {
	
	  min-height: 60px;
	  margin-bottom: 0;
	 /*  border: 1px solid transparent; */
	}

	.navbar-brand {
	  float: left;
	  padding: 20px 15px 12px;
	  font-size: 16px;
	  line-height: 21px;
	  height: 60px;
	}
	.navbar-nav > li > a {
	    padding-top: 20px;
	    padding-bottom: 20px;
	  }
	 .cont-prodlogo {
		width: 32px;
		height: 32px;
		position: absolute;
		top: -20px;
		left: 98px;
		z-index: 4000;
	}
	.cont-prodlogo img{
		border: 0;
		width: 32px;
		height: 32px;
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	.jumbotron {
	  min-height: 360px;
	 padding: 130px 10px 25px;

	}
	.eyecatch h1{
		font-style: italic;
		text-shadow: 1px 1px 1px #333;
		filter: dropshadow(color=#333, offx=1, offy=1);
		font-size: 34px;
	}
	.login-area {
	padding: 80px;
  	}
	.loginform-area h1{
	font-size: 26px;
	}
	.loginform-area h2{
	font-size: 32px;
	}
	.loginform-area p{
	font-size: 18px;
	}
	 h1,
	 .h1{
	font-size: 32px;
	}
	
	.admin-bg-text {
		width: 70%;
		margin: 5em 0 0 3em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	}
	.vor-nach-bg-text {
		width: 70%;
		margin: 5em 0 0 3em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	}
	.durchf-bg-text {
		width: 70%;
		margin: 5em 0 0 3em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	}
	.selbstgest-bg-text {
		width: 70%;
		margin: 5em 0 0 3em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	}
	.services-bg-text {
		width: 80%;
		margin: 5.5em 0 0 2em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  -moz-box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	  box-shadow: rgba(0,0,0,0.2) 0px 3px 3px;
	}
}
@media (max-width: 800px) {
    #language-row {
        padding-bottom: 80px;
    }
}

@media (max-width: 1023px) {
	
	.navbar-form {
	border-top: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	}
	.eyecatch p{
	font-size: 90%;
}

}

@media (min-width: 1024px) {
	.navbar-brand {
	  float: left;
	  padding: 20px 15px 12px;
	  font-size: 19px;
	  line-height: 21px;
	  height: 60px;
	}
	.cont-prodlogo {
		width: 32px;
		height: 32px;
		position: absolute;
		top: -20px;
		left: 114px;
		z-index: 4000;
	}
	.cont-prodlogo img{
		border: 0;
		width: 32px;
		height: 32px;
	}
	.jumbotron {
	  min-height: 500px;
	  padding: 120px 20px 10px;
	}
	.eyecatch h1{
		font-style: italic;
		text-shadow: 1px 1px 1px #333;
		filter: dropshadow(color=#333, offx=1, offy=1);
		font-size: 68px;
	}
	.loginform-area h2{
	font-size: 34px;
	}
	.loginform-area p{
	font-size: 21px;
	}
	 h1,
	 .h1{
	font-size: 39px;
	}
	.admin-bg-text {
		width: 70%;
		margin: 5em 0 0 3em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	.vor-nach-bg-text {
		width: 70%;
		margin: 5em 0 0 3em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	.durchf-bg-text {
		width: 70%;
		margin: 5em 0 0 3em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	.selbstgest-bg-text {
		width: 70%;
		margin: 5em 0 0 3em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
	.services-bg-text {
		width: 65%;
		margin: 5em 0 0 3em;
		padding: 20px;
		background-color: rgba(255,255,255,0.8);
		border: 1px solid #fff;
	  /* border-radius */
	  -webkit-border-radius: 20px;
	  -moz-border-radius: 20px;
	  border-radius: 20px;
	  /* box-shadow */
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none;
	}
}
.dropdown-menu .divider-light {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
}