@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://imparare.de/fonts/webfonts/roboto/font-roboto.css);
/*========================================================
					  Main Styles
=========================================================*/


body {
  background: #f5f5f5;
  color: #888;
  font: 400 14px/28px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

img.rund {
-webkit-border-radius: 10px 10px 10px 10px;
border-radius: 10px 10px 10px 10px;  
}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #003d8f;
}

h1 {
  font-size: 38px;
  line-height: 42px;
}

h1.videotitel {
  font-size: 38px;
  line-height: 60px;
  color: #003d8f;
}


h1.hidden {
display: none;	
}

h2 {
  font-size: 34px;
  line-height: 38px;
}

@media (max-width: 479px) {
    h2 {
        font-size: 27px;
    }

    h2 + h3 {
        font-size: 20px !important;
    }
}

h2.small {
  font-size: 24px;
}
h2.sehrsmall {
  font-size: 20px;
}

h2.index {
  font-size: 24px;
  line-height: 38px;
  margin-top: 17px;
}

h2.blau {
  color: #003d8f;
}

h2.gruen {
  color: #99cc33;
}

h3 {
  font-size: 24px;
  line-height: 38px;
}

h3.gross {
  font-size: 34px;
  line-height: 38px;
  margin-bottom: 17px;
}

h3.small {
  font-size: 20px;
  line-height: 38px;
}

h3.blau {
  color: #003d8f;
}

h3.gruen {
  color: #99cc33;
}


.left {
  padding-left: 15px;
}

h3.schulung {
  font-size: 20px;
  
}

h3.antwort {
  color: #003d8f;
  margin-top: 150px;
}

h4 {
  font-size: 22px;
}
h4.blau {
  font-size: 20px;
  color: #003d8f;
}

h4.gruen {
  font-size: 20px;
  color: #99cc33;
}
h4.small {
  font-size: 18px;
}
h4.kontakt {
  font-size: 24px;
  line-height: 28px;
  color: #003d8f;
  height: 40px;
}


h4.big {
  font-size: 24px;
  line-height: 53px;
  color: #003d8f;
}



h5 {
  font-size: 20px;
}

h5.schulung {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

.center{
text-align:center;	
}

.weiss {
  color: #ffffff;
}
.rot {
  color: #ff0000;
}
.gruen {
  color: #99cc33;
}

.blau {
  color: #003d8f;
}

p a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .list .fa {
  text-decoration: none;
}

p.blau {
  color: #003d8f;
}


p.gruen {
  color: #99cc33;
}
p.rot {
  color: #ff0000;
}
p.black {
  color: #000000;
  font-weight: bold;
}

p.small {
  font-size: 10px;
  line-height: 12px;
}
p.normal {
  font-size: 14px;
  line-height: 25px;
}
p.passwort {
  font-size: 16px;
  line-height: 25px;
}

p.big {
  font-size: 20px;
  line-height: 25px;
  float:left;
}

.big_01 {
    font-size: 18px;
    line-height: 25px;
}

p.akademie {
  font-size: 22px;
  line-height: 25px;
  text-align: center;	
  animation: blinker 1.1s cubic-bezier(.5, 0, 1, 1) infinite alternate;
}

.small_01 {
    font-size: 12px;
    line-height: 1.3em;
    padding-bottom: 5px;
    padding-top: 5px;
}

@keyframes blinker { 
to { opacity: 0.2; } 
}

p.right {
text-align:right;	
}
p.left {
text-align:left;	
}
p.center {
text-align:center;	
}

time {
  display: block;
}

.relative {
    position: relative;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.relative:after {
    content: '';
    clear: both;
    display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
  color:#003d8f;
}
a.underline:hover {
 color:#000000;
}


.sitelogo {width:208px; height:42px; position:relative; z-index:1; margin:22px 0 0 20px; background:url(../images/bg_head_geno.png); }
strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

hr {
  border: none;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.hr {
  border-bottom: 3px solid #003d8f;
}

 .badge {
	position: relative;
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	background: #003d8f;
	width: 100px;
	display: inline-block;
	font: 600 25px 'Roboto', sans-serif;
	color: #ffffff;
	float: none;
	margin-right: 25px;
	float: left;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
 .badge span {
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
	font-weight: normal;
	margin-top: -6px;
	position: relative;
	padding: 0 0 19px 0;
}

 .badge > div {
	padding-bottom: 0;
	text-align: center;
}
 .badge a {
	text-align: center;
	display: block;
	padding: 0;
	color: #ffffff;
	font: 300 15px/34px 'Open Sans';
	background: #e74c3c url(../img/border.png) 0 top repeat-x;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
 .badge a:hover {
	background: #3e454c url(../img/border.png) 0 top repeat-x;
}
 .badge em {
	display: inline-block;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 14px;
	right: -12px;
	background: url(../images/triangle.png) no-repeat;
}

.grayscale {
    filter:grayscale(1);
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 23px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #ffffff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #495359;
}


/* The gallery overlay */

#galleryOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:100000;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	overflow:hidden;
	display:none;
	
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}


/* This class will trigger the animation */

#galleryOverlay.visible{
	opacity:1;
	display: block;
    overflow: visible;
}

#gallerySlider{
	height:100%;
	
	left:0;
	top:0;
	
	width:100%;
	white-space: nowrap;
	position:absolute;
	
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#gallerySlider .placeholder{
	background: url(../images/preloader.gif) no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#gallerySlider .placeholder img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#gallerySlider.rightSpring{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}


div.mittig {
	margin-left: 22%;
}



/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-moz-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-webkit-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}


/* Arrows */

#prevArrow,#nextArrow{
	border:none;
	text-decoration:none;
	background: url(../images/arrows.png) no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	
	top:50%;
	margin-top:-29px;
	
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover{
	opacity:1;
}

#prevArrow{
	background-position:left top;
	left:40px;
}

#nextArrow{
	background-position:right top;
	right:40px;
}


/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 718px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 350px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 300px;
  }
}
.map_locations {
  display: none;
}


/*================== ENDE GOOGLE MAP  ======================*/






@media (max-width: 767px) {
  .mobile-center {
    text-align: center;
  }
}

.mg-add {
  margin-top: 18px;
}

/*=======================================================
					   Main Layout
=========================================================*/
* + .btn {
  margin-top: 32px;
}
* + .btn4 {
  margin-top: 32px;
}

* + .row {
  margin-top: 18px;
}

* + .row1 {
  margin-left: 18px;
  margin-bottom: 18px;
}

* + .row2 {
  margin-left: 5px;
}

* + .row3 {
  margin-left: 30px;
  margin-bottom: 18px;
}


* + .rowwebinar {
  margin-left: -20px;

}
* + .rowwebinar1 {
  margin-left: -90px;
  color: #000000;	
}

* + .rowwebinar2 {
  margin-left: -170px;
  color: #000000;	
}


* + .klein {
  font-size: 11px;
  line-height: 14px;
  color:#000000;
}

* + .off1 {
  margin-top: 13px;
}

* + .off2 {
  margin-top: 24px;
}

* + .off3 {
  margin-top: 32px;
}

* + .off4 {
  margin-top: 4px;
}

.info-box + .owl-carousel {
  margin-top: 30px;
}

h2 + img {
  margin-top: 23px;
}

h2 + p {
  margin-top: 14px;
}

h3 + p {
  margin-top: 12px;
}

* + hr {
  margin-top: 40px;
}

.row + p {
  margin-top: 25px;
}

hr + * {
  margin-top: 40px;
}

img + p {
  margin-top: 22px;
}

img + h3 {
  margin-top: 20px;
}

.marked-list + .btn {
  margin-top: 17px;
}

.grid_2 img + img {
  margin-top: 30px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img + img {
    margin-top: 0;
    margin-left: 8%;
  }
  
h3.blau {
  font-size: 24px;
  line-height: 28px;
}
p.ins5 {
padding-top: 0px;	
}
  
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid_2 img {
    width: 46%;
  }
  
}


.off2 + hr,
.off2 + hr + .row {
  margin-top: 50px;
}

p + .btn_wr {
  margin-top: 33px;
}

/*=======================================================
						Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  display: inline-block;
  overflow: hidden;
  font-weight: 700;
  font-size: 55px;
  line-height: 62px;
  color: #79c13c;
  vertical-align: bottom;
}
.brand_slogan {
  display: inline-block;
  padding-left: 10px;
  padding-bottom: 5px;
  font-size: 24px;
  vertical-align: bottom;
}
.brand a:hover {
  color: inherit;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  color: #fff;
  background: #003d8f;
}
.bg-primary .icon {
  color: #003d8f;
  background: #fff;
}
.bg-primary .product-list li .box:hover .icon {
  background: #fff;
}
.bg-primary .product-list .icon {
  margin-top: 11px;
}
.bg-primary .product-list hr {
  margin-top: 50px;
  background: rgba(0, 0, 0, 0.1);
}
.bg-primary .product-list hr + .box {
  margin-top: 39px;
}
.bg-primary .product-list h3 + p {
  margin-top: 12px;
}
.bg-primary .product-list hr {
  border-bottom: 0;
}

.bg-secondary {
  background: whitesmoke;
}

.bg-image {
  background: url(../images/page-3_bg.jpg) center no-repeat;
  background-size: cover;
}

.bg-image-webinar {
  background: url(../images/page-0_bg.jpg) center no-repeat;
  background-size: cover;
  height: 400px;
}

.bg-image-webinar-1 {
  background: url(../images/page-1_bg.jpg) center no-repeat;
  background-size: cover;
  height: 40px;
  background-position-x: 33%;
}

.bg-image-ebook {
  background: url(../images/page-ebook_bg.jpg) center no-repeat;
  background-size: cover;
  height: 400px;
}

.bg-image-lead-001 {
  background: url(../images/page-lead-bg.jpg) center no-repeat;
  background-size: cover;
}
.bg-image-landingpage-001 {
  background: url(../images/page-landing-head.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  
}

.bg-image-landingpage-variable {
  background: center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  
}

.bg-image-angebote-001 {
  background: url(../images/page-angebote-bg.jpg) center no-repeat;
  background-size: cover;
}
.bg-image-genossenschaft-004 {
  background: url(../images/page-5_bg.jpg) center no-repeat;
  background-size: cover;
}
.bg-image-genossenschaft-005 {
  background: url(../images/page-geno_003_bg.jpg) center no-repeat;
  background-size: cover;
}
.bg-image-genossenschaft-006 {
  background: url(../images/page-4_01_bg.jpg) center no-repeat;
  background-size: cover;
}
.bg-image-genossenschaft-007 {
  background: url(../images/page-geno_002_landing_001.jpg) center no-repeat;
  background-size: cover;
}

.bg-image-kontakt-001 {
  background: url(../images/page-kontakt-bg.jpg) center no-repeat;
  background-size: cover;
}

.bg-image-konto-001 {
  background: url(../images/page-konto_001_bg.jpg) center no-repeat;
  background-size: cover;
}

.bg-image-video-warten {
  background: url(../images/page-landing-head.jpg) center no-repeat;
  background-size: cover;
  /*height:200px;*/
}
.bg-image-video-laeuft {
  background: url(../images/page-video_000_img03.jpg) center no-repeat;
  background-size: cover;
  /*height:200px;*/
}
.bg-image-blog {
  background: url(../images/page-blog_000_img01.jpg) center no-repeat;
  background-size: cover;
  /*height:200px;*/
}

.bg-image-mac-monitor {
  position:relative;
  background: url(../images/mac-monitor-big.png) center no-repeat;
  background-size: cover;
  width:1170px;
  height:752px;
  align:center;
}

.bg-image p {
  font-size: 16px;
}


.videoweb {
  align:center;
  margin-top:60px;
  margin-left:105px;
  width:960px;
  height:540px;
  border-radius: 10px;
}
  #overlay_video {
  position: absolute; 
  top: 45px; 
  left: 105px; 
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  width: 965px;
  height: 560px;
}

.videolanding2 {
  width:100%;
  border-radius: 2px;
}



/*==================     Icons     ======================*/
.icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 52px;
  text-align: center;
  color: #fff;
  background: #003d8f;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon2 {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 34px;
  text-align: center;
  color: #003d8f;
  background: #eaeaea;
}
.icon2:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*==================    Buttons    ======================*/
.btn,
.btn_rechts,
.btn_rechts_datenschutz,
.btn2,
.btn4,
.btn5,
.btn6,
.btn7,
.btn8,
.btn9,
.btn10,
.btn12,
.btn13{
  display: inline-block;
  width: 150px;
  padding: 16px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn3 {
  display: inline-block;
  width: 100px;
  padding: 14px;
  font-size: 12px;
  line-height: 6px;
  font-weight: 600;
  text-align: center;
  color: #fbfafa;
   -webkit-border-radius: .5em;
    -moz-border-radius: .5em; 
	border-radius: .5em; 
}

.btn5 {
  width: 300px;
  color: #fff;
  float:right;
  background: #003d8f;
   -webkit-border-radius: .5em;
    -moz-border-radius: .5em; 
	border-radius: .5em; 
}
 .btn8 {
  width: 300px;
  color: #fff;
  float:right;
  background: #003d8f;
}
.btn6 {
  width: 300px;
  color: #fff;
  float:left;
  background: #003d8f;
   -webkit-border-radius: .5em;
    -moz-border-radius: .5em; 
	border-radius: .5em; 
}
.btn7 {
  position:absolute; 
  left:40%;  
  width: 300px;
  color: #fff;
  background: #003d8f;
   -webkit-border-radius: .5em;
    -moz-border-radius: .5em; 
	border-radius: .5em; 
}

.btn7.normal{
  position:relative;
  left:auto;
}

.btn9, .btn10 {
  width: 470px;
  color: #fff;
  height: 65px;
  font-size: 1.7em; 
  font-weight: bold;
  letter-spacing: 2px;
}

.btn10 {
  width: 570px;
}

.btn12 {
  width: 300px;
  color: #fff;
  background: #003d8f;
   -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
	border-radius: .5em;
}

.btn13 {
    width: 100%;
    color: #fff;
    background: #003d8f;
    border-radius: .5em;
}

.left_text{
  background-color:#003d8f;
  color:white;
}
.left_text_color1{
  background-color:#003d8f;
  margin-left:30px;
  height:50px;
  padding-top:20px;
  color:white;
  text-align:center;
}

.left_text_color2{
  background-color:#4dbac4;
  margin-left:30px;
  padding-top:15px;
  color:white;
  text-align:center;
}

.btn:hover,
.btn2:hover {
  background: #72bf32;
}
.btn:active,
.btn2:active {
  background: #5a9727;
}

.btn, .btn_rechts, .btn_rechts_datenschutz {
  color: #fff;
  background: #003d8f;
}

.btn2 {
  color: #6bac35;
  background: #eaeaea;
}
.btn2:hover, .btn2:active {
  color: #fff;
}

.btn_wr [class*="btn"] {
  padding: 16px 30px;
  display: inline-block;
  width: auto;
}
.btn_wr [class*="btn"] + [class*="btn"] {
  margin-top: 0;
  margin-left: 20px;
}
.btn_wr + .btn_wr {
  margin-top: 20px;
}





@media (max-width: 767px) {
  .btn_wr [class*="btn"] {
    width: 100%;
  }
  .btn_wr [class*="btn"] + [class*="btn"] {
    margin-top: 20px;
    margin-left: 0;
  }
  
  

}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_aside170 {
  float: left;
  width: 170px;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================     Banner    ======================*/
.banner_wr {
  position: relative;
  min-height: 308px;
}


.banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.banner:before, .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
.banner:after {
  clear: both;
}
.banner li {
  position: relative;
  margin-top: 30px;
  width: 25%;
  height: 358px;
  padding: 25px 29px 20px;
  float: left;
  color: #e4edf6;
  background: #003d8f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.banner li.hell {
  position: relative;
  margin-top: 30px;
  width: 25%;
  height: 300px;
  padding: 25px 29px 20px;
  float: left;
  color: #e4edf6;
  background: #003d8f;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: bottom;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}


.banner li:hover {
  margin-top: 0px;
  height: 388px;
  padding-bottom: 50px;
}
.banner li [class*="fa-"] {
  font-size: 62px;
  line-height: 1;
  color: inherit;
}
.banner li a {
  position: absolute;
  bottom: 26px;
  right: -30px;
}
.banner li a:before {
  font-family: "FontAwesome";
  font-size: 19px;
  line-height: 1;
  color: inherit;
  content: "";
}
.banner li a:hover {
  opacity: .7;
}
.banner li:hover a {
  right: 30px;
}
.banner li:nth-child(1) {
  background: #6bac35;
}
.banner li:nth-child(2) {
  background: #72b838;
}
.banner li:nth-child(3) {
  background: #79c13c;
}
.banner h3 {
  color: #fff;
}
.banner p {
  line-height: 28px;
  color: #fff;
}
.banner [class*="fa-"] + h3 {
  margin-top: 17px;
}
.banner h3 + p {
  margin-top: 13px;
}
@media (max-width: 1199px) {
  .banner {
    position: static;
  }
  .banner li {
    width: 50%;
    margin-top: 0;
  }
  .banner li a {
    right: 30px;
  }
  .banner li:hover {
    height: 358px;
    padding-bottom: 20px;
  }
  
  .bg-image-webinar {
  height: 330px;
}

h3.blau {
  font-size: 24px;
  line-height: 28px;
}
p.ins5 {
padding-top: 0px;	
}
.btn9, .btn10 {
  width: 100%;
}

.btn10 {
font-size:155%;	
}
}


@media (min-width: 1700px) and (max-width: 1899px)  {
.bg-image-mac-monitor {
  width:1388px;
  height:892px;
}


.videoweb {
  align:center;
  margin-top:80px;
  margin-left:120px;
  width:1150px;
  height:647px;
  border-radius: 20px;
}

}

@media (min-width: 1200px) and (max-width: 1699px)  {
.bg-image-mac-monitor {
  width:1170px;
  height:752px;
}

  #overlay_video {
  top: 45px; 
  left: 105px; 
  width: 965px;
  height: 560px;
}

.videoweb {
  align:center;
  margin-top:60px;
  margin-left:105px;
  width:960px;
  height:540px;
  border-radius: 20px;
}

}
@media (min-width: 980px) and (max-width: 1199px)  {
.bg-image-mac-monitor {
  width:930px;
  height:573px;
}

.videoweb {
  align:center;
  margin-top:40px;
  margin-left:85px;
  width:760px;
  height:449px;
  border-radius: 20px;
}

  #overlay_video {
  top: 45px; 
  left: 85px; 
  width: 765px;
  height: 449px;
}

.btn8 {
	margin-right:10px;
}

}
@media (max-width: 767px) {
  .banner li {
    text-align: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .banner li a {
    margin-top: 30px;
    display: inline-block;
    position: static;
  }
  .banner li:hover {
    height: auto;
    margin-top: 20px;
  }
.btn9{
  font-size:150%;
}
}

/*==============      Product List     ==================*/
.product-list li .box:hover .icon {
  background: #72bf32;
}
.product-list li .box_cnt__no-flow {
  padding-left: 30px;
}
.product-list * + hr {
  margin-top: 50px;
}
.product-list hr + * {
  margin-top: 50px;
}
.product-list h3 + p {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .product-list hr {
    display: none;
  }
  .product-list hr + * {
    margin-top: 30px;
  }
  .product-list li .box {
    text-align: center;
  }
  .product-list li .box_aside {
    float: none;
  }
  .product-list li .box_aside170 {
    float: none;
  }
  .product-list li .box_aside .icon {
    display: inline-block;
  }
  .product-list li .box_cnt__no-flow {
    margin-top: 20px;
    padding-left: 0;
  }
.btn7 {
  left:50px; 
}
}

/*==================    Quote     ======================*/
blockquote .box_cnt__no-flow {
  padding-left: 30px;
}
blockquote p {
  padding-top: 3px;
}
blockquote q:before {
  position: relative;
  top: -2px;
  left: 0;
  padding-right: 7px;
  content: "\f10d";
  color: #003d8f;
  font-family: "FontAwesome";
  font-size: 34px;
  line-height: 28px;
  vertical-align: top;
  z-index: 10;
}
blockquote cite {
  display: block;
  font-size: 16px;
  color: #003d8f;
}
blockquote cite a:hover {
  text-decoration: underline;
}
blockquote p + cite {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 979px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  blockquote .box_aside img {
    width: auto;
  }
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
  
* + .rowwebinar2 {
  margin-left: -120px;
}

}
@media (min-width: 480px) and (max-width: 767px) {
.btn7 {
  left:33%; 
  width:250px;
}
}

@media (max-width: 479px) {
  blockquote .box_aside {
    width: 100%;
    float: none;
    text-align: center;
  }
  blockquote .box_aside img {
    width: auto;
  }
  blockquote .box_cnt__no-flow {
    margin-top: 30px;
    padding-left: 0;
  }
* + .rowwebinar2 {
  margin-left: -120px;
} 

.btn7 {
left: 10%; /* or right 50% */
 width:250px;
}

.left_text_color1 {
	padding-bottom:20px;
}
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 41px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 18px;
  color: #003d8f;
}
.marked-list li.landing a:before {
  content: "\f0a4";
  position: absolute;
  left: 0;
  top: 16px;
  font-weight: 400;
  font-size: 22px;
  font-family: "FontAwesome";
}
.marked-list li a:before {
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 16px;
  font-weight: 400;
  font-size: 22px;
  font-family: "FontAwesome";
}
.marked-list li + li {
  margin-top: 0px;
  border-top: 1px solid #e5e5e5;
}
.marked-list a:hover {
  color: #777777;
}

/*==================  Contact List  =====================*/
.contact-list {
  font-size: 16px;
}
.contact-list .box {
  display: table;
}
.contact-list .box_cnt__no-flow {
  vertical-align: middle;
  display: table-cell;
  padding-left: 30px;
}
.contact-list .box + .box {
  margin-top: 30px;
}
.contact-list a[href^="callto:"] {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .contact-list a[href^="callto:"] {
    font-size: 18px;
  }
  
  .bg-image-webinar {
  height: 240px;
}


.bg-image-mac-monitor {
  width:740px;
  height:476px;
}

.videoweb {
  align:center;
  margin-top:40px;
  margin-left:65px;
  width:610px;
  height:346px;
  border-radius: 20px;
}

  #overlay_video {
  top: 35px; 
  left: 60px; 
  width: 620px;
  height: 355px;
}

.btn8 {
	width:290px;
	margin-right:10px;
}

}
.contact-list a:hover {
  color: #003d8f;
}

.contact-list2 {
  padding-top: 23px;
  padding-bottom: 2px;
}
.contact-list2 h3 {
  color: #6bac35;
}
.contact-list2 a[href^="callto:"] {
  font-size: 24px;
  line-height: 28px;
}
.contact-list2 dd, .contact-list2 dt {
  display: inline-block;
  font-size: 16px;
}
.contact-list2 a + dl {
  margin-top: 9px;
}

/*==================  Marked List  ======================*/
table {
  width: 100%;
  border: 1px solid #e5e5e5;
}
table td {
  border: 1px solid #e5e5e5;
  padding: 15px 20px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table td:last-child {
  min-width: 98px;
}
table tr:nth-child(even) {
  background: whitesmoke;
}

/*==================    Info Box   ======================*/
.info-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 7px;
  padding: 30px 30px 25px;
  color: #fff;
  background: #003d8f;
}
.info-box dt,
.info-box dd {
  display: inline-block;
}
.info-box hr {
  background: #fff;
}
.info-box [class^="fa-"]:before {
  padding-right: 13px;
  font-size: 54px;
}
.info-box h2 {
  position: relative;
  padding-left: 65px;
}
.info-box h2:before {
  position: absolute;
  left: 0;
}
.info-box h2 + hr {
  margin-top: 26px;
}
.info-box * + h3 {
  margin-top: 18px;
}
.info-box h3 + dl {
  margin-top: 4px;
}
.info-box dl + hr {
  margin-top: 25px;
}

.info-box-gray {
	color: #000;
	background-color: #f2f2f2;
}

.info-box-gray h4,
.info-box-gray h5{
	font-size: 18px;
    font-weight: bold;
}

.info-box-gray h4{
	text-decoration: underline;
}

.info-box-gray img{
	width: 250px !important;
}

/*==================     Info     ======================*/
.info dt {
  font-size: 24px;
  color: #777777;
}
.info dt + dd {
  margin-top: 17px;
}
.info dd + dt {
  margin-top: 15px;
}


/*==================     Schulung     ======================*/

.schulung dt {
  font-size: 18px;
  color: #777777;
}
.schulung dt + dd {
  margin-top: 17px;
}
.schulung dd + dt {
  margin-top: 15px;
}



/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  padding: 22px 30px;
  color: #79c13c;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  border-right: 1px solid #e1e1e1;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #79c13c;
  border-right: 1px solid #70b338;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #79c13c;
  border-right: 1px solid #70b338;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  background: #f5f5f5;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 16px;
  padding: 11px 31px;
  color: #003d8f;
  background: #f5f5f5;
}
.sf-menu ul > li + li {
  border-top: 1px solid #e5e5e5;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #777777;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 235px;
  margin-top: 0;
  margin-left: 10px;
  padding: 0;
  z-index: 4;
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 19px;
  top: 0;
  margin-left: -6px;
  content: "";
  font: 400 16px/50px "FontAwesome";
  color: #003d8f;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #003d8f;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}



<!--  CSS FÜR STERNE -->
		
		
		
		
        .rate_widget {
            border:     1px solid #CCC;
            overflow:   visible;
            padding:    10px;
            position:   relative;
            width:      180px;
            height:     32px;

        }
        .ratings_stars {
			background: url(../images/star_empty.png) no-repeat;
            float:      left;
            height:     28px;
            padding:    2px;
            width:      30px;
        }
        .ratings_stars2 {
			background: url(../images/star_empty.png) no-repeat;
            float:      left;
            height:     28px;
            padding:    2px;
            width:      30px;
        }
		
        .ratings_stars1 {
			background: url(../images/star_full.png) no-repeat;
            float:      left;
            height:     28px;
            padding:    2px;
            width:      30px;
        }
		
        .ratings_stars_empty {
			background: url(../images/star_empty.png) no-repeat;
            float:      left;
            height:     28px;
            padding:    2px;
            width:      30px;
        }
		
        .ratings_vote {
            background: url(../images/star_full.png) no-repeat;
        }
        .ratings_over {
            background: url(../images/star_full.png) no-repeat;
        }
        .total_votes {
            background: #eaeaea;
            top: 58px;
            left: 0;
            padding: 5px;
            position:   absolute;  
        } 
        .movie_choice {
            font: 10px verdana, sans-serif;
            margin: 0 auto 40px auto;
            width: 280px;
			float:      left;

        }

        .ratings_stars:hover, .ratings_stars_empty:hover, .ratings_stars2:hover {
			background: url(../images/star_full.png) no-repeat;
        }








@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
  
  .bg-image-webinar {
  height: 130px;
}

.bg-image-mac-monitor {
  width:420px;
  height:289px;
}

.videoweb {
  align:center;
  margin-top:12px;
  margin-left:24px;
  width:375px;
  height:226px;
  border-radius: 20px;
}
  #overlay_video {
  top: 20px; 
  left: 20px; 
  width: 380px;
  height: 230px;
}

.btn8 {
	width:380px;
	margin-right:30px;
}

}
@media (max-width: 479px) {
  .bg-image-webinar {
  height: 90px;
}

.bg-image-mac-monitor {
  width:270px;
  height:191px;
}

.videoweb {
  align:center;
  margin-top:8px;
  margin-left:15px;
  width:240px;
  height:145px;
  border-radius: 15px;
}
  #overlay_video {
  top: 10px; 
  left: 10px; 
  width: 248px;
  height: 150px;
}

.btn8 {
	margin-right:20px;
	width:240px;
}
}



@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
  
  .bg-image-webinar {
  height: 65px;
}

.bg-image-mac-monitor {
  width:270px;
  height:185px;
}

.videoweb {
  align:center;
  margin-top:8px;
  margin-left:15px;
  width:240px;
  height:145px;
  border-radius: 10px;
}

  #overlay_video {
  top: 10px; 
  left: 15px; 
  width: 240px;
  height: 150px;
}

}
/*==================  Stuck menu  ======================*/
.stuck_container {
  margin-top: 22px;
  background: #f5f5f5;
}

.isStuck {
  margin-top: 0;
  z-index: 9999;
  border-bottom: 1px solid #888;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  background: #888;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #003d8f;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*========================================================
					 HEADER  Section
=========================================================*/
header {
  padding-top: 24px;
  background: #fff;
}
header .brand {
  float: left;
}
header a[href^="callto:"],
header .container > p {
  clear: right;
  float: right;
}
header a[href^="callto:"] {
  margin-top: 7px;
  position: relative;
  font-size: 24px;
  color: #777777;
}
header a[href^="callto:"]:before {
  position: absolute;
  top: -4px;
  left: -44px;
  font-size: 34px;
  color: #89d746;
}
header a[href^="callto:"]:hover {
  color: map;
}
header a[href^="callto:"] + p {
  margin-top: 7px;
}
@media (max-width: 979px) {
  header {
    text-align: center;
  }
  header .brand, header a[href^="callto:"], header .container > p {
    float: none;
  }
  header .brand {
    display: block;
  }
  header .brand_slogan {
    padding-left: 0;
  }
  header a[href^="callto:"] {
    display: inline-block;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
  min-height: calc(100vh - 59px);
}
main .container.hr {
  padding-bottom: 50px;
}

main .container.video {
  padding-bottom: 50px;
 }


main p + a[href^="mailto:"] {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #003d8f;
}
main p + a[href^="mailto:"]:hover {
  text-decoration: underline;
}

a[href^="callto:"]:hover {
  color: #003d8f;
}

.video {
  position: relative;
  width: 100%;
  padding-bottom: 69%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video iframe.schulung {
  top: 15px;
}

/*==================      Well     ======================*/
.well {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well1 {
  padding-top: 32px;
  padding-bottom: 60px;
}

.well2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.well3 {
  padding-top: 59px;
  padding-bottom: 61px;
}

.well4 {
  margin-top: -40px;
}

.well5 {
  margin-top: -450px;
  margin-left:300px;
}
.well6 {
  padding-left: 40px; 
}

.well7 {
  padding-top: 250px;
}

.well8 {
  padding-top: 0px;
  padding-bottom: 10px;
}
.well9 {
  padding-top: 0px;
  padding-bottom: -20px;
}

.well10{
  padding-left: 10px;
  padding-right: 10px;
}

.well11{
  padding-top: 20px;
  padding-bottom: 20px;
}

.well12{
  padding-right: 10px;
}
.well13 {
  padding-bottom: 60px;
}

.well14{
  padding-bottom: 20px;
}

.well15{
  padding-bottom: 20px;
}

.well16{
  padding-top: 10px;
  padding-bottom: 10px;
}

.well17{
  padding-top: 40px;
}

.ins1 {
  padding-bottom: 0;
}

.ins2 {
  padding-bottom: 52px;
}

.ins3 {
  padding-bottom: 43px;
}

.ins4 {
  padding-bottom: 20px;
}

.ins5 {
  padding-top: 44px;
}

.ins6 {
  margin-top: -800px;
}

.ins7 {
  margin-top: 15px;
}
.ins8 {
  padding-top: 8px;
}

.ins9 {
  padding-top: -8px;
}


.ins10 {
  margin-top: 25px;
}

.ins11 {
  margin-left: 10px;
}

.ins12 {
  margin-top: 55px;
}

.ins13 {
  padding-top: 20px;
}

.ins14 {
  margin-bottom: 20px;
}

.ins15 {
    padding-top: 0;
}


.fw_video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.fw_video iframe, .fw_video object, .fw_video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} 



/*==================     padding     ======================*/

.padding20 {
	padding: 20px;
}

/*==================     round corners     ======================*/
.round_corner_small {
	border-radius: 5px;
}

.round_corner_small select {
    border-radius: 5px 0 0 5px;
}

.round_corner_antwort {
    border-radius: 5px 0 0 5px;
    background: white !important;
    padding: 14px 18px;
    font-size: 16px;
    line-height: 26px;
}
.round_corner_blue {
	background-color: #2f5597;
    border-radius: 5px;	
}

.round_corner_gray {
	background-color: #d9d9d9;
    border-radius: 5px;
}

.round_corner_green {
	background-color: #99cc33;
    border-radius: 5px;
}




/*==================     Anmeldung/Reservierung    ======================*/

.box-login-data {
	background-color: #d9d9d9;
    color: black;
    margin-left: 0;
}

.box-login-data .big.blue {
	float: left;
	font-size: 18px;
	text-transform:uppercase;
	color: #2f5597;
}

.box-login-data select.termindemo {
	color: #2f5597;
}

/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: whitesmoke;
}
footer section + section .container {
  border-top: 1px solid #e5e5e5;
}
footer .copyright {
  padding-top: 21px; 
  padding-bottom: 55px;
}
footer .copyrightindex {
  padding-top: 21px;
  padding-bottom: 10px;
  font-size: 16px;
    text-align: center;
  
}
footer .copyright a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
  
  footer p {
    font-size: 13px;
  }
}

@media (max-width: 479px) {
	footer p span:nth-child(1){
	 display: inline-block;
  }
  
  footer p span:nth-child(2){
	 display: none;
  }
}

/*========================================================
					 KONTAKTFORMULAR
=========================================================*/
nav.kontakt {
  margin: 40px 0;
}

nav.kontakt ul li {
  float: left;
  width: 25%;
  text-align: center;  
}

nav.kontakt ul li span {
    background: #d3d3d3;
    height: 50px;
    width: 70px;
    display: inline-block;
    font-size: 25px;
    color: white;
    padding-top: 20px;
    border: 6px white double;
    border-radius: 41px;
    position: relative;
    z-index: 1;
}

nav.kontakt ul li.active span {
    background: #003d8f;
}

nav.kontakt ul li p {
  color: #d3d3d3;
}

nav.kontakt ul li.active p {
  color: #003d8f;
}

nav.kontakt ul hr + * {
  margin:0;
}

nav.kontakt ul hr {
    position: absolute;
    width: 233px;
    margin-left: 176px;
    background: #d3d3d3;
    height: 2px;
}

nav.kontakt ul hr.hr2 {
  margin-left: 470px;
}

nav.kontakt ul hr.hr3 {
  margin-left: 762px;
}

nav.kontakt ul li.active + hr {
  background: #003d8f;  
}

form [id*='form-content'] {
  display: none;
}

form [id*='form-content'].active {
  display: inline-block;
  width: 100%;
}

.btn_back {
    color: #888;
    margin-top: 33px;
    font-weight: bold;
    text-transform: uppercase;
}

  .show-phone {
    display: none;
  }

  #template-container [class*="grid_"] {
    margin: 0;
  }

div#template-container .grid_6 {
    margin-bottom: 30px;
}

  input.error {
    border: 1px solid red !important;
  }

  input[type=checkbox].error ~ p {
    display: block !important;
  }

  div#template-container p {
    font-size: 16px;
    line-height: 30px;
}


@media (max-width: 1199px){
  nav.kontakt ul hr {
    margin-left: 110px;
  }  
  nav.kontakt ul hr.hr2 {
    margin-left: 358px;
  }

  nav.kontakt ul hr.hr3 {
    margin-left: 590px;
  }
}

@media (max-width: 979px){
  nav.kontakt ul hr {
    margin-left: 120px;
    width: 133px;
  }  
  nav.kontakt ul hr.hr2 {
    margin-left: 310px;
  }

  nav.kontakt ul hr.hr3 {
    margin-left: 495px;
  }
}

@media (max-width: 767px){
  nav.kontakt ul hr {
    margin-left: 75px;
    width: 60px;
    margin-top: 30px;
  }  
  nav.kontakt ul hr.hr2 {
    margin-left: 180px;
  }

  nav.kontakt ul hr.hr3 {
    margin-left: 290px;
  }

  nav.kontakt ul li span {
    height: 30px;
    width: 50px;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  form [id*='form-content'] .grid_5 {
    margin-top: 5px;  
  }

  form [id*='form-content'] .grid_10 {
    margin-top: 15px;  
  }

  .btn_back {
    float: left;
  }

  .hide-phone {
    display: none;
  }

  .show-phone {
    display: inline-block;
  }

  .progressbar {
    display: none;
  }
}

@media (max-width: 480px){
  nav.kontakt ul hr {
    display: none;
  }

  nav.kontakt ul li p {
    font-size: 11px;
    line-height: 15px;
    padding-top: 5px;
  }
.btn12 {
  width: 270px;
}
}

/*========================================================
					 LANDING
=========================================================*/

@media (max-width: 768px) {
  .info-container .grid_1 {
      float: left;
      width: 70px;
      margin-top: 0;

  }

    .info-container .grid_1:not(:first-child) {
        margin-left: 0;
    }

  .box-login-data select.termindemo {
      margin-top: 30px;
  }

  .info-container .grid_5 input:not([type='checkbox']) {
      width: 100%;
  } 

  .info-container .btn9 {
      width: 86%;
      line-height: 1em;
      height: auto;
  }
}

@media (max-width: 479px) {
  .info-container .grid_1 {
      width: 48px;
      margin-top: 0 !important;
  } 

  .box-login-data select.termindemo {
      font-size: 12px;
  }

  .box-login-data select.termindemo#anrede {
      margin-top: 0;
  }

  .info-container .grid_5 input {
      font-size: 12px;
  } 

  .info-container .btn9 {
      font-size: 16px;
      margin-left: -6px;
      width: 92%;
  }

  .dash .digit {
    font-size: 26px !important;
    margin-top: 11px !important;
    margin-left: 4px !important;
  }

  .dash {
      background-size: 100% !important;
      width: 55px !important;
      height: 53px !important;
  } 

  .dash_title {
    width: 55px !important;
    bottom: -4px !important;
    font-size: 11px !important;
  }

  select.termindemo {
    width: 246px !important;  
  }

  .info-container [class*="grid_"] + [class*="grid_"] {
    margin-top: 15px;
  }
}

img.kreis {
  border-radius: 250px;
}

.half-bar {

  margin: 20px 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: black;
    border-radius: 5px;
  border: 1px solid #999;
  background: -moz-linear-gradient(left, rgba(130,205,64,0.8) 0%, rgba(130,205,64,0.8) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(130,205,64,1)), color-stop(50%, rgba(130,205,64,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));*/
  background: -webkit-linear-gradient(left, rgba(130,205,64,0.8) 0%, rgba(130,205,64,0.8) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(130,205,64,0.8) 0%, rgba(130,205,64,0.8) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(130,205,64,0.8) 0%, rgba(130,205,64,0.8) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(130,205,64,0.8) 0%, rgba(130,205,64,0.8) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}


/*========================================================
					 LANDING
=========================================================*/
#landing_001 ul:not(.flip), #landing_002 ul:not(.flip), #landing_003 ul:not(.flip), #landing_005 ul:not(.flip) {
    list-style-type: disc;
    margin: 0 0 0 40px;	
}

#landing_001 ol, #landing_002 ol, #landing_003 ol, #landing_005 ol {
	list-style-type: decimal;
    margin: 0 0 0 40px;
}




/*========================================================
					 LANDING 004
=========================================================*/
.clear {
  clear: both;
  float: none;
}

.landing4 .header {
  background: #003d8f;
  padding: 20px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
}

.landing4 .main-content {
  padding: 40px;
  text-align: center;
  border: 1px solid #003d8f;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: whitesmoke;
}

.landing4 .btn9, #overlay .btn9 {
  background: #003d8f;  
  border-radius: 10px;
  width: 100%;
}

.landing4 .calendar {
  text-align: right;
}

.landing4 .calendar p {
  padding-right: 30px;
  padding-top: 55px;
  font-size: 125px;
  opacity: 0.7;
}

.landing4 .date {
  text-align: left;
}

@media (max-width: 1199px) {
   .landing4 .calendar p {
    padding-top: 45px;
    font-size: 106px;  
  }
}

@media (max-width:1200px) and (min-width:1100px){
  #overlay .main-content {
    margin-left: calc(50% - 520px) !important;
  }
}

@media (max-width: 979px) {
  .landing4 h4 {
    font-size: 19px;  
  }

  .landing4 p {
    font-size: 12px;
  }

  #overlay .main-content {
    margin-left: -20px;
  }
}

@media (max-width: 768px) {
  .header .grid_2 {
    text-align: center;
  }

  .landing4 .calendar {
    text-align: center;
  }

  .landing4 .calendar p {
    padding-top: 14px;
    margin-bottom: 50px; 
  }

  .date .grid_2 {
    width: 25%;
    float: left;
    margin-top: 0;
    padding: 0;
  }

  #overlay select {
    margin: 0;
    width: 100% !important;
  }
}

@media (max-width: 479px) {
  .landing4 .main-content {
    padding: 20px;
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  display: none;
}

#overlay .main-content {
  background: #e2e2e2;
  border-radius: 10px;
  padding: 20px;
  width: 1000px;
  margin: 79px auto 0px auto;
  float: none;
}

@media (max-width: 1100px) and (min-width: 801px) {
  #overlay .main-content {
    width: 700px;
  } 
}

@media (max-width: 800px) and (min-width: 601px) {
  #overlay .main-content {
    width: 500px;
    margin-left:calc(50% - 270px) !important;
  } 
}

@media (max-width: 600px) and (min-width: 491px) {
  #overlay .main-content {
    width: 400px;
    margin-left:calc(50% - 220px) !important;
  } 
}

@media (max-width: 490px) and (min-width: 200px) {
  #overlay .main-content {
    width: 300px;
    margin-left:calc(50% - 170px) !important;
  } 
}

#overlay .head, #antwort .head {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  color: #003d8f;
}

#overlay .head span, #antwort .head span {
  margin-right: 15px;
}

#overlay .calendar, #antwort .calendar {
    text-align: center;
    padding-top: 9px;
    cursor: pointer;
    font-size: 45px;
    opacity: 0.7;
}

#overlay .calendar:hover, #antwort .calendar:hover {
  opacity: 1;
  color: #f4b43d;
}

#overlay #aktuelleZeit, #overlay #alleZeiten, #antwort #aktuelleZeit, #antwort #alleZeiten  {
  display: none;
}

#overlay .fa-times, #antwort .fa-times {
  float: right;
   cursor: pointer;
}

#overlay .fa-times:hover, #antwort .fa-times:hover {
  opacity: .6;
}

#overlay video {
  width: 100%;
}

#antwort input {
 background: #ffffff;	
}

#antwort p.left {
 padding-top: 20px;
 float: left !important;
}

#antwort i {
 padding-top: 25px;
 float: right !important;
 color: #039C06;
}

.overlay-span {
  cursor: pointer;
  font-weight: bold;
  background: #003d8f;
  color: white;
  border-radius: 15px;
  padding: 4px 10px;
  margin-right: 5px;
}

@media (max-width: 768px) {
#antwort i {
 float: left !important;
 padding-top: 0;
 padding-left:15px;	
}
#antwort p.left {
    padding-top: 0;
}	
}



/**************** DATEPICKER *********************/
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  display: inline-block;
  padding: 5px 2px;
  margin-right: 5px !important;  
}

table.ui-datepicker-calendar td:last-child {
  min-width: auto !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed200 !important;
  background: #f4b43d !important;
  color: #fff !important;
}

.ui-timepicker-wrapper {
  width: 17em !important;
}

.timepicker {
  display: none;
}

/*********** DATENSCHUTZ ***************/
input[type="checkbox"] + label[for="datenschutzbestimmungen"] {
    margin-top: 5px !important;
}

label[for="datenschutzbestimmungen"]:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  margin-top: 5px;
  border: none;
  cursor:pointer;
  margin-left: 5px;
}
input[type="checkbox"]:checked + label[for="datenschutzbestimmungen"]::after {
margin-left:0;
}
#datenschutzbestimmungen:checked  {
  content: "\f00c";
  font: normal normal normal 20px/1 FontAwesome;
}

#datenschutzbestimmungen {
  display: none;
}


/************* Popup **************/
@media (max-width: 850px) {
    #bio_ep {
        width: 80% !important;
        height: auto !important;
    }
}

#bio_ep_close {
    color: black !important;
    background-color: white !important;
    line-height: 21px;
    border: 2px solid black;
}

#bio_ep_bg {
    opacity: 0.7 !important;
}


/*********** PROGRESSBAR AKADEMIE ************/

.ui-progressbar {
    position: relative;
  }
  .progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
  }

  .progress-label p {
    display: inline;
  }

#progress_akademie .ui-widget-header, [id*='js-progressbar-'] .ui-widget-header {
    background: #99cc33;
    border: 1px solid #99cc33;
}

#progress_akademie .progress-label {
  left: 2%;
  top: 0;
  text-shadow: none;
}

[id*='js-progressbar-'] .progress-label {
  text-shadow: none;
}

#progress_akademie.ui-widget.ui-widget-content, [id*='js-progressbar-'].ui-widget.ui-widget-content {
  background: rgba(153,204,51,0.1);
}

.progressbar ~ .show-phone {
  border-left: none;
  border-bottom: none;
  border-right: none;
  width: 100%;
}

/************ ICH MELDE MICH AN ************/
span.kreis {
  border: 1px solid #003d8f;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  color: white;
  background: #003d8f;
  font-size: 25px;
  margin-right: 10px;
}

.btn5.center {
    float: none;
    margin: 40px auto 0 auto;
    display: block;
}

#video_container .grid_8 {
    float: none;
    display: block;
    margin: 0px auto 60px auto;
}

#video_container video {
    max-width: 100%;
}

@media only screen and (max-width: 1200px){
  span.kreis {
    box-sizing: border-box;
    padding-top: 5px;
    margin-top: -5px;
  }
}

@media only screen and (min-width: 2700px){
  .bg-image-webinar-1 {
    height: 100px;
  }
}

@media only screen and (max-width: 767px){
  .bg-image-webinar-1 {
    height: 100px;
  }
	
  #overlay_intern .overlay-content input {
    width: calc(100% - 40px);
  }

  #overlay_intern .well17 {
    padding-top: 0;
  }
	
}

/*************** LANDING_005 *******************/
#landing_005, #landing_005 span {
    font-family: Overpass, sans-serif !important;
    font-weight: 100 !important;
}

#landing_005 p, #landing_005 h4, #landing_005 h5 {
  color: black;
  font-family: Overpass, sans-serif;
  font-weight: 100;
}

#landing_005 .background_1 {
  background-color: #37869d;
}

#landing_005 .background_1 span, #landing_005 .background_1 p {
  color: white;
}

#landing_005 .background_2 {
  background-color: #45a5c1;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

#landing_005 .btn9 {
  background-color: #f4b43d;
  margin-top: 40px;
   margin-bottom: 40px;
   font-family: Overpass, sans-serif !important;
   font-weight: 100 !important;
   width: calc(100% - 40px);
}

#landing_005 form:after {
  content: '›';
  color: white;
  font-size: 80px;
  position: absolute;
  background: #37869d;
  left: -60px;
  width: 60px;
  height: 70px;
  border-radius: 10px 0 0 10px;
  margin-top: -106px;
  padding-top: 13px;
  box-sizing: border-box;
}

#landing_005 form {
  position: relative;
}

#landing_005 .box-login-data {
  border-radius: 5px;
}

#landing_005 input, #landing_005 select {
  background: white;
}

#landing_005 .flip-clock-wrapper ul li a div div.inn {
  background-color: #45a5c1;
  font-size: 60px;
}

#landing_005 .flip-clock-wrapper ul {
	width: 52px;
    height: 70px;
}


#landing_005 .flip-clock-wrapper ul li a div.up:after {
	top: 34px;
}

#landing_005 .flip-clock-dot {
	display: none;
}

#landing_005 .flip-clock-divider {
	width: 10px;
	height: 40px;
}

#landing_005 .flip-clock-wrapper ul li {
	line-height: 66px;
}

#landing_005 .flip-clock-wrapper {
	margin-top: 40px;
}

#landing_005 .full p {
	float: none;
}

#landing_005 .hr {
    border-bottom: 3px solid #888;
}

#landing_005 form div fieldset:not(.select_yes_no) {
	padding-left: 20px;
	padding-right: 20px;
}

#landing_005 .flip-clock-divider .flip-clock-label {
	font: 100 14px/28px Overpass, sans-serif;
}

#landing_005 .label-datenschutz {
	width: 60%;
	float: left;
	margin-left: 10px;
}

#landing_005 .datenschutz {
	margin-right:20px;
}

@media (max-width: 1199px) and (min-width: 980px){
  	#landing_005 .flip-clock-wrapper ul {
		width: 42px;
		height: 64px;
  	}
	
	#landing_005 .flip-clock-wrapper {
		margin-left: -3px;
	}
	
	#landing_005 .flip-clock-wrapper ul li a div div.inn {
		font-size: 51px;
	}
	
	#landing_005 .flip-clock-wrapper ul li a div.up:after {
		top: 31px;
	}
	
	#landing_005 .flip-clock-wrapper ul li {
		line-height: 60px;
	}
}

@media (max-width: 979px) and (min-width: 480px) {
  	#landing_005 .flip-clock-wrapper ul {
		width: 30px;
		height: 50px;
  	}
	
	#landing_005 .flip-clock-wrapper {
		margin-left: -3px;
	}
	
	#landing_005 .flip-clock-wrapper ul li a div div.inn {
		font-size: 34px;
	}
	
	#landing_005 .flip-clock-wrapper ul li a div.up:after {
		top: 24px;
	}
	
	#landing_005 .flip-clock-wrapper ul li {
		line-height: 48px;
	}
	
	#landing_005 .flip-clock-divider .flip-clock-label {
	    right: -62px;
    	font-size: 12px;
	}
}

@media (max-width: 768px) {
  	#landing_005 .flip-clock-wrapper ul {
		width: 37px;
		height: 50px;
  	}
	
	#landing_005 select[name=anrede], #landing_005 select[name=video_datum] {
		margin: 0;
		width: 100% !important;
	}
	
	#landing_005 select[name=datenschutz] {
		margin-left: 20px !important;
	}

    #landing_005 .grid_5 input[type="checkbox"] + label{
        left: 20px;
    }
}

@media (max-width: 479px) {
  	#landing_005 .flip-clock-wrapper ul {
		width: 51px;
		height: 64px;
		margin-bottom: 40px;
  	}
	
	#landing_005 .flip-clock-wrapper {
		margin-left: -3px;
	}
	
	#landing_005 .flip-clock-wrapper ul li a div div.inn {
		font-size: 51px;
	}
	
	#landing_005 .flip-clock-wrapper ul li a div.up:after {
		top: 31px;
	}
	
	#landing_005 .flip-clock-wrapper ul li {
		line-height: 60px;
	}
	
	#landing_005 select[name=datenschutz] {
		width: calc(100% - 20px) !important;
	}
	
	#landing_005 .label-datenschutz {
		width: 96%;
	}
	 
}

/*************** WARTESEITE *******************/
.border-rounded {
	border-radius: 10px;
	overflow: hidden;
}

.shadow-rounded {
	box-shadow: 0px 0px 16px #e1e1e1;
    border-radius: 10px;
}

.container-two-half {
	display: flex;
}

.container-two-half > div[class*=grid_]{
	padding: 100px 15px 70px 15px;
	box-sizing:border-box;
	text-align:center;
}

.container-two-half > div[class*=grid_]:first-child {
	border-right: 1px solid #63A0F4;
}

.container-two-half hr {
	background: rgba(68,114,196,0.5);
    height: 3px;
    margin: 30px 80px 0 80px;
    box-sizing: border-box;
    width: calc(100% - 160px);
}

.container-two-half h2 br {
	display: none;
}

.container-two-half .container-img-p {
	width: 330px;
    margin: 40px auto 0 auto;
}

.container-two-half .container-img-p > div:first-child {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 100px;
	display: inline-block;
    float: left;
}

.container-two-half .container-img-p > div:nth-child(2) {
	text-align: left;
	padding-left: 30px;
	float: left;
	max-width: 200px;
}

.container-two-half .container-img-p > div:nth-child(2) p {
	    font-size: 12px;
		line-height: 20px;
}

.container-two-half h2 { 
	font-size: 22px;
}

.container-two-half a.btn12 {
	font-weight: 400;
	padding: 8px;
}

.container-two-half a.btn12 span:first-child{
	background: white;
    color: rgba(68,114,196,0.5);
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 30px;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 25px;
}

.container-two-half a.btn12 span:nth-child(2){
	padding-top: 10px;
    display: inline-block;
    padding-left: 5px;
}

.container-two-half > div.grid_6 .clock.flip-clock-wrapper ul {
	width: 35px;
	height: 50px;
}

.container-two-half > div.grid_6 .clock.flip-clock-wrapper {
	width: 420px;
    margin-left: calc(50% - 210px) !important;
}

.container-two-half > div.grid_6 .clock.flip-clock-wrapper ul li a div div.inn {
	font-size: 34px;
}

.container-two-half > div.grid_6 .clock.flip-clock-wrapper ul li a div.up:after {
	top: 24px;
}

.container-two-half > div.grid_6 .clock.flip-clock-wrapper ul li {
	line-height: 48px;
}

.container-two-half > div.grid_6 .clock .flip-clock-divider .flip-clock-label {
	right: -62px;
	font-size: 12px;
}	

.container-two-half > div.grid_6 .clock .flip-clock-dot {
	width: 6px;
	height: 6px;
}

.container-two-half > div.grid_6 .clock .flip-clock-dot.top {
	top: 18px;
}

.container-two-half > div.grid_6 .clock .flip-clock-dot.bottom {
	bottom: 56px;
}

.container-two-half > div.grid_6 .clock .flip-clock-divider.minutes .flip-clock-label {
	right: -66px;
}

.container-two-half > div.grid_6 .clock .flip-clock-divider.seconds .flip-clock-label {
	right: -74px;
}

@media (max-width: 979px) {
	.container-two-half > div.grid_6 .clock.flip-clock-wrapper ul {
		width: 20px;
		height: 40px;
  	}
	
	.container-two-half > div.grid_6 .clock.flip-clock-wrapper {
		width: 290px;
		margin-left: calc(50% - 145px) !important;
	}
	
	.container-two-half > div.grid_6 .clock.flip-clock-wrapper ul li a div div.inn {
		font-size: 27px;
	}
	
	.container-two-half > div.grid_6 .clock.flip-clock-wrapper ul li a div.up:after {
		top: 19px;
	}
	
	.container-two-half > div.grid_6 .clock.flip-clock-wrapper ul li {
		line-height: 39px;
	}
	
	.container-two-half > div.grid_6 .clock .flip-clock-divider .flip-clock-label {
	    right: -49px;
    	font-size: 10px;
		margin-top: -6px;
	}	
	
	.container-two-half > div.grid_6 .clock .flip-clock-dot {
		width: 5px;
    	height: 5px;
		left: 2px;
	}
	
	.container-two-half > div.grid_6 .clock .flip-clock-dot.top {
		top: 16px;
	}
	
	.container-two-half > div.grid_6 .clock .flip-clock-dot.bottom {
		bottom: 63px;
	}
	
	.container-two-half > div.grid_6 .clock .flip-clock-divider {
		width: 10px;	
	}
	
	.container-two-half > div.grid_6 .clock .flip-clock-divider.minutes .flip-clock-label {
		right: -52px;
	}
	
	.container-two-half > div.grid_6 .clock .flip-clock-divider.seconds .flip-clock-label {
		right: -57px;
	}

}

@media (max-width: 979px) and (min-width: 768px) {	
	.container-two-half h2 br {
		display: block;
	}
}

@media (min-width: 769px) {
	.clock_respo_1 {
		margin-left: calc(50% - 320px);
	}
}

@media (max-width: 767px) {
	.container-two-half > div[class*=grid_]:first-child {
		border-right: none;
		border-bottom: 1px solid #63A0F4;
	}
	
	.container-two-half > div[class*=grid_] h2 {
		font-size: 20px;
	}
	
	.container-two-half > div[class*=grid_]:nth-child(2) h2 + p {
		display: none;
	}
}

@media (max-width: 768px) {
	
	.container-two-half h2 + p {
		font-size: 12px;
	}
}

@media (max-width: 767px) and (min-width: 480px) {
	.clock_respo_1 .flip-clock-wrapper ul {
		width: 35px;
		height: 50px;
  	}
	
	.clock_respo_1 .flip-clock-wrapper {
		margin-left: -3px;
	}
	
	.clock_respo_1 .flip-clock-wrapper ul li a div div.inn {
		font-size: 34px;
	}
	
	.clock_respo_1 .flip-clock-wrapper ul li a div.up:after {
		top: 24px;
	}
	
	.clock_respo_1 .flip-clock-wrapper ul li {
		line-height: 48px;
	}
	
	.clock_respo_1 .flip-clock-divider .flip-clock-label {
	    right: -62px;
    	font-size: 12px;
	}	
	
	.clock_respo_1 .flip-clock-dot {
		width: 6px;
    	height: 6px;
	}
	
	.clock_respo_1 .flip-clock-dot.top {
		top: 18px;
	}
	
	.clock_respo_1 .flip-clock-dot.bottom {
		bottom: 56px;
	}
	
	.clock_respo_1 .flip-clock-divider.minutes .flip-clock-label {
		right: -66px;
	}
	
	.clock_respo_1 .flip-clock-divider.seconds .flip-clock-label {
		right: -74px;
	}
}

@media (max-width: 479px) {
	.container-two-half a.btn12 {
		width: 100%;
    	font-size: 15px;
		margin-top: -30px;
	}
	
	.container-two-half > div[class*=grid_] {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.container-two-half hr {
		margin: 30px 50px 0 50px;
		width: calc(100% - 100px);
	}
	
	.container-two-half > div.grid_6 .clock.flip-clock-wrapper ul {
		margin: 2px;
  	}
	
	.container-two-half > div.grid_6 .clock.flip-clock-wrapper {
		width: 240px;
		margin-left: calc(50% - 120px) !important;
	}
	
	.container-two-half .container-img-p {
		width: 100%;
	}
	
	.container-two-half .container-img-p > div:first-child {
		float: none;
		display: block;
		margin-left: calc(50% - 50px);
	}

	.container-two-half .container-img-p > div:nth-child(2) {
		float: none;
		text-align: center;
		margin-top: 15px;
	}
	
  	.clock_respo_1 .flip-clock-wrapper ul {
		width: 20px;
		height: 40px;
  	}
	
	.clock_respo_1 .flip-clock-wrapper {
		margin-left: -3px;
	}
	
	.clock_respo_1 .flip-clock-wrapper ul li a div div.inn {
		font-size: 27px;
	}
	
	.clock_respo_1 .flip-clock-wrapper ul li a div.up:after {
		top: 19px;
	}
	
	.clock_respo_1 .flip-clock-wrapper ul li {
		line-height: 39px;
	}
	
	.clock_respo_1 .flip-clock-divider .flip-clock-label {
	    right: -49px;
    	font-size: 10px;
		margin-top: -6px;
	}	
	
	.clock_respo_1 .flip-clock-dot {
		width: 5px;
    	height: 5px;
		left: 2px;
	}
	
	.clock_respo_1 .flip-clock-dot.top {
		top: 16px;
	}
	
	.clock_respo_1 .flip-clock-dot.bottom {
		bottom: 63px;
	}
	
	.clock_respo_1 .flip-clock-divider {
		width: 10px;	
	}
	
	.clock_respo_1 .flip-clock-divider.minutes .flip-clock-label {
		right: -52px;
	}
	
	.clock_respo_1 .flip-clock-divider.seconds .flip-clock-label {
		right: -57px;
	}
}


  /********* OVERLAY intern ******/
#overlay_intern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.5);    
    z-index: 10000;
    display: table;
}

#overlay_intern div.middle {
  display: table-cell;
  vertical-align: middle;
}

#overlay_intern .container-fluid [class*="grid_"] {
	box-sizing: border-box;
}

#overlay_intern .overlay-content {
  background: white;
  cursor: default;
  position: relative;
  border-radius: 10px;
}

#overlay_intern .overlay-content .container-fluid {
	width: 100%;
}

#overlay_intern .overlay-content h2, #overlay_intern .overlay-content h3 {
  text-align: center;
}

#overlay_intern .overlay-content .btn6 {
    float: none;
    margin: 0 20px;
    display: block;
    width: calc(100% - 40px);
}

#overlay_intern .overlay-content input {
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-left: 20px;
}

#overlay_intern .overlay-content img {
    padding: 20px;
    box-sizing: border-box;
}

#overlay_intern .overlay-content .fa-times-circle-o {
  position: absolute;
  right: -8px;
  top: -11px;
  background: white;
  font-size: 30px;
  border-radius: 50px;
  cursor: pointer;
}

#overlay_intern .overlay-content label {
    display: table-cell;
    vertical-align: middle;
    padding-left: 80px;
    cursor: pointer;
    padding-right: 20px;
}

#overlay_intern .overlay-content label:before {
    content: '';
    width: 20px;
    height: 20px;
    background: whitesmoke;
    position: absolute;
    border-radius: 4px;
    margin-left: -30px;
    margin-top: 4px;
    border: 1px solid #ccc;
}

#overlay_intern .overlay-content input[type="checkbox"], #overlay_intern .overlay-content input[type="radio"] {
    -webkit-appearance: checkbox;
    display: none;
}

#overlay_intern .overlay-content input[type="checkbox"]:checked ~ label:before, #overlay_intern .overlay-content input[type="radio"]:checked + label:before {
    content: '✔';
    font-size: 35px;
    color: #99cc33;
    vertical-align: top;
    line-height: 10px;
}

#overlay_intern.time-overlay {
	display: none;
}

#overlay_intern.time-overlay:not(.error) p.error {
	display: none;
}

#overlay_intern.time-overlay.error p.error {
	display: block;
	color: red;
	margin-left: 20px;
}

#overlay_intern.time-overlay .fragegruppe {
	margin: 20px;
}

[id*="custom-handle_"] {
    width: 3em !important;
    height: 1.6em !important;
    top: 50% !important;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}

[id*="slider_"] {
	margin: 10px 0 20px;
}

#overlay_intern.time-overlay table img {
	padding: 0 0 10px 0;
	width: 40px;
}

#overlay_intern.time-overlay table th {
    border: none;
}

#overlay_intern.time-overlay table td {
	padding: 15px 0 15px 0;
    width: 70px;
    min-width: 70px !important;
}

#overlay_intern.time-overlay table input[type="radio"] + label {
    padding-left: 52px;
    padding-right: 0;
    margin-top: -3px;
    display: block;
}

#overlay_intern.time-overlay .overlay-content .fa-times-circle-o {
    right: 3px;
    top: 3px;
}

#overlay_intern.time-overlay .overlay-content {
    max-height: 90vh;
    overflow-y: auto;
}

#overlay_intern.time-overlay table tr:nth-child(even) {
	background: white;
}

#overlay_intern.time-overlay table td:nth-of-type(1) {
	width: 50%;
    padding-left: 15px;
}

@media (max-width: 979px) {
	#overlay_intern.time-overlay table img {
		width: 50px;
	}
	
	#overlay_intern.time-overlay table td {
		padding: 5px 15px;
	}
	
	#overlay_intern.time-overlay table td:nth-of-type(1) {
		padding: 15px 15px 10px;
		width: 100%;
		border-top: 1px solid #e1e1e1;
    	margin-top: 10px;
	}
	
	#overlay_intern.time-overlay table tr:nth-of-type(1) td:nth-child(1) {
		border: none;
    	margin: 0;
	}
	
	#overlay_intern.time-overlay table td:nth-of-type(1):before {
		width: 0;
	}

}

@media (max-width: 979px) and (min-width: 480px) {
	#overlay_intern .overlay-content label:before {
		margin-left: -85px;
		margin-top: 28px;
	}
	
	#overlay_intern.time-overlay table td {
		width: 20%;
		float: left;
	}
}

@media (max-width: 767px) and (min-width: 480px) { 
	
	#overlay_intern.time-overlay table td {
		width: 33.33333%;
	}
}

@media (max-width: 479px) {
	#overlay_intern.time-overlay input[type="radio"] + label {
		padding-left: 60px;
	}
	
	#overlay_intern .overlay-content label:before {
		margin-left: -69px;
		margin-top: 29px;
	}
}


#overlay_intern.time-overlay table.bt tfoot th::before, #overlay_intern.time-overlay table.bt tfoot td::before, #overlay_intern.time-overlay table.bt tbody td::before {
	content: '' !important;
	height: 60px;
    background-size: 40px;
    background-repeat: no-repeat;
}

#overlay_intern.time-overlay table.bt td:nth-of-type(1):before { height: auto; }
#overlay_intern.time-overlay table.bt td:nth-of-type(2):before { background-image: url(../images/bewertung/smily_sehr-gut.jpg) ;}
#overlay_intern.time-overlay table.bt td:nth-of-type(3):before { background-image: url(../images/bewertung/smily_gut.jpg);}
#overlay_intern.time-overlay table.bt td:nth-of-type(4):before { background-image: url(../images/bewertung/smily_ok.jpg);}
#overlay_intern.time-overlay table.bt td:nth-of-type(5):before { background-image: url(../images/bewertung/smily_schlecht.jpg);}
#overlay_intern.time-overlay table.bt td:nth-of-type(6):before { background-image: url(../images/bewertung/smily_sehr-schlecht.jpg);}

/******** SONSTIGES **********/
.iframe_popup {
    position: fixed;
    width: 250px;
    height: 150px;
    bottom: -400px;
    left: 50px;
    background: transparent;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 20px #999;
    border-radius: 5px 5px 0 0;
    z-index: 1000;
    transition: bottom 1s ease-in-out;
}

.iframe_popup_2 {
    position: fixed;
    width: 270px;
    height: 70px;
    bottom: -400px;
    left: 30px;
    background: transparent;
    border: 1px solid #e5e5e5;
    box-shadow: 0 0 20px #999;
    z-index: 1000;
    border-radius: 50px;
    transition: bottom 1s ease-in-out;
}

/********** LANDING ************/
input[type="checkbox"] + label {
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    margin-top: 7px;
    left: 0px;
}

input[type="checkbox"].error + label {
    border: red 1px solid;
}

input[type="checkbox"] + label + label {
    width: calc(100% - 40px);
    float: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.2em;
}

input[type="checkbox"] {
    width: 23px;
    float: left;
    margin-top: 10px;
}

input[type="checkbox"]:checked + label::after {
    content: "✓";
    font-size: 30px;
    margin-top: -5px;
    position: absolute;
    color: rgb(153, 204, 51);
}

.align-left {
    text-align: left;
}

/***** PayPal**********/
.line_01 h3 {
    color: white;
    padding: 20px 0;
    font-weight: 300;
    font-size: 28px;
}

[class*="line_"].color6 {
    background: #4989e1;
}


.paypal-return h2 {
    font-weight: 300;
    color: #333;
    padding-top: 25px;
}

.paypal-return p {
    color: #333;
}

.paypal-return img.svg {
    width: 100px;
}
