

/* ==========================================================================
   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: 32px;
	height: 32px;
	position: absolute;
	top: -20px;
	left: 30px;
	z-index: 4000;
}
.cont-prodlogo img{
	border: 0;
	width: 32px;
	height: 32px;
}
.navbar {
	font-size: 14px;	
}
.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;
}
.jumbotron {
  padding: 80px 10px 25px;
  margin-bottom: 30px;
  padding: 80px 10px;
  text-align: center;
  background-color: transparent;
  background-image: url(../images/Foto02.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;
}

/* 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;
}

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) {

 h1{
	font-size: 2em;
}
.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: 19px;
	  line-height: 21px;
	  height: 60px;
	}
	.navbar-nav > li > a {
	    padding-top: 20px;
	    padding-bottom: 20px;
	  }
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
	.jumbotron {
	  min-height: 360px;
	 padding: 130px 10px 25px;

	}
	.login-area {
	padding: 80px;
  	}
	.loginform-area h1{
	font-size: 26px;
	}
	.loginform-area h2{
	font-size: 32px;
	}
	.loginform-area p{
	font-size: 18px;
	}
	  }
@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;
}

}

@media (min-width: 1024px) {
	.jumbotron {
	  min-height: 480px;
	  padding: 120px 20px 30px;
	}
	.loginform-area h2{
	font-size: 34px;
	}
	.loginform-area p{
	font-size: 21px;
	}
}
