

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {color: #555555; background-color: #ddd}
main {background-color: #fff; padding-bottom: 3em; min-height: 700px}
.navbar-default {background-color: rgba(254,255,255,0.95);border-color: #eee;}
.navbar-header {
	position: relative;
}
.navbar-default .navbar-brand {color: #0077ba;}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {color: #006096;background-color: transparent;}
.navbar-brand {
	font-size: 18px;
	font-weight: 400; 
	/*padding-left: 46px; */
}
.navbar-logo { 
	position: absolute;
	left: 0;
	top: 14px;
	width: 24px;
	height: 24px;
}
.navbar-default .navbar-nav > li > a {color: #333;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {color: #111;background-color: #eee;}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #999;
  }
.jumbotron {
  padding: 80px 10px 25px;
  margin-bottom: 30px;
  padding: 80px 10px;
  text-align: center;
  background-color: transparent;
  background-image: url(../images/foto.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/login-bg.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;
}
.image-cont-bg1 {
    height: 96px;
    background-color: rgba(255,255,255,0.6);
    margin-right: 6%;
    margin-bottom: 16px;
    -webkit-border-radius: 0 10px 15px 0;
    -moz-border-radius: 0 10px 15px 0;
    border-radius: 0 10px 15px 0;
    -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;
}
.image-cont-bg2 {
    height: 32px;
    background-color: rgba(255,255,255,0.4);
    margin-right: 1%;
    margin-bottom: 16px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -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;
}
.image-cont-bg3 {
    height: 64px;
    background-color: rgba(255,255,255,0.8);
    margin-right: 4%;
    margin-bottom: 16px;
    -webkit-border-radius: 0 10px 5px 0;
    -moz-border-radius: 0 10px 5px 0;
    border-radius: 0 10px 5px 0;
    -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;
}

.image-cont-pics {
    position: absolute;
    top: 72px;
    left: 128px;
    height: 128px;
}
.image-img {
    width: 128px;
    height: 128px;
    border: 10px solid #fff;
    margin: 5px;
}
.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: 20px;
	text-align: center;
}
.captcha-area h4{
	font-size: 20px;
	}

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;
}
.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;
    }

.archive-element {
	min-height: 72px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccc;
}
.archive-element img{
	float: left;
	margin-right: 20px;
}

.nl-show {
	position: absolute;
	right: 0px;
	top: 5px;
	width: 42px;
	height: 42px;
}

/* pager */

.output-controls {
	text-align: center;
	margin-top: 1em;
	padding-top: 2em;
	padding-bottom: 1em;
}
.a32-first {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;	
	background: url(../images/control-first-normal.png) no-repeat center center;

}
.a32-first:hover {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;
	background: url(../images/control-first-hover.png) no-repeat center center;
}
.a32-first-disable {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;
	background: url(../images/control-first-disable.png) no-repeat center center;
}

.a32-back {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;	
	background: url(../images/control-back-normal.png) no-repeat center center;

}
.a32-back:hover {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;
	background: url(../images/control-back-hover.png) no-repeat center center;
}
.a32-back-disable {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;
	background: url(../images/control-back-disable.png) no-repeat center center;
}

.a32-forward {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;	
	background: url(../images/control-forward-normal.png) no-repeat center center;

}
.a32-forward:hover {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;
	background: url(../images/control-forward-hover.png) no-repeat center center;
}
.a32-forward-disable {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;
	background: url(../images/control-forward-disable.png) no-repeat center center;
}

.a32-last {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;	
	background: url(../images/control-end-normal.png) no-repeat center center;

}
.a32-last:hover {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;
	background: url(../images/control-end-hover.png) no-repeat center center;
}
.a32-last-disable {
	margin-right: 5px;
	margin-left: 5px;
	padding: 14px 16px;
	background: url(../images/control-end-disable.png) no-repeat center center;
}


.output-result {
	font-size: 90%;
	font-weight: 400;
	margin-right: 5px;
	margin-left: 5px;
}
/* pager ende */

		
@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;
}
}

@media (min-width: 768px) {
	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;
	}
}
