﻿/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300italic.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v32-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}





/* GENERAL
   -------------------------------------------------- */
   
body {
	background-color: #fff;				/*Hintergrundfarbe*/
	font-family: 'Neuton', serif;
	font-size: 20px;
	font-weight: 200;
	color: #333;
	padding-top: 0px;
}


/*Absätze, Text*/
p {
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 1.2;
}
@media(min-width: 767px) {
    p {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 1.4;
    }
}

/*Bilder*/
.fullpic {
	width: 100%;
}

/*horizontal Divider*/
hr.style1 {
	border-top: 1px solid #ED1C24;
	border-bottom: 1px solid #fff;	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 10px 0;
  overflow: hidden;
  background-color: #79848d;
  margin-left: auto;
  margin-right: auto;
}

/*vertical line left*/
.vertline {
	border-left-style: solid;
	border-left-width: 3px;
 	border-left-color: #ED1C24;
	padding-left: 20px;
}
.vertline p {
	text-align: left;
}

.boldred {
	font-family: 'Insignia W01';
	color: #ED1C24;
	font-size: 20px;
}

/*Unordered List*/
ul.aufz-pre-footer li {
 list-style-type: none;
 text-align: left;
}
ul.aufz-pre-footer {
padding-left: 0px; /*Einrücken verhindern*/
font-size: 18px;
}

ul.aufz-allgemein li {
 list-style-type: circle;
 text-align: left;
}
ul.aufz-allgemein {
padding-left: 20px;
}
ul.aufz-all li {
 list-style-type:disc;
 text-align: left;
}
ul.aufz-all {
padding-left: 20px;
}
ul.aufz-allcent li {
 list-style-type:disc;
font-size: 28px;	
}
ul.aufz-allcent {
padding-left: 20px;
text-align: center;
   list-style-position: inside;	
}
@media (max-width: 768px) {
  ul.aufz-allcent li {
 list-style-type:disc;
 font-size: 20px;	
}
}





/*Ordered List*/

ol li {
 text-align: left;
 color: #333; /* text color */
}
ol {
padding-left: 15px; /*Einrücken verhindern*/
/*margin-top: -25px;*/
font-size: 20px;
line-height: 1.4;
display: inline-block;	
}
ol.listsmart li {
font-size: 16px;
line-height: 1.5;
 text-align: left;
 color: #333; /* text color */
}

/*Checkliste*/
ul.aufz-check li {
	margin-left: 30px;
	text-align: left;
	color: #333;
	list-style-type: disc;
	font-size: 22px;
	font-family: 'Insignia W01';
	line-height: 1.8;
}

ul.aufz-check li .fa-check {
	line-height: 1.5;
	font-size: 22px;
}



/* LANGUAGE
   -------------------------------------------------- */
.choose-language {
	text-align: right;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
}
.choose-language a {
	margin-left: 10px;
}

.choose-language .active {
	color: #000;
}




/* FONTS
   -------------------------------------------------- */
   
 
   .small-font {
	font-size: 12px;
	color: #6e6e6e;
	}

	.lg-font {
	font-size: 24px;
	}


	
  	h1 {
	font-size: 26px;	
	color: #79848d;
	font-family: 'Neuton', serif;	
	text-transform: uppercase;
	text-align: left;
	word-spacing: 0.25em;
	padding-bottom: 20px;	
  	}
  	h2 {
	font-size: 20px;	
	color: #79848d;
	font-family: 'Neuton', serif;
	text-transform: uppercase;
	text-align: left;
	word-spacing: 0.25em;	
  	}  
	h2.bigfont {
	font-size: 26px;	
	color: #79848d;
	font-family: 'Neuton', serif;	
	text-transform: uppercase;
	text-align: left;
	word-spacing: 0.25em;	
  	}
	h2.no-serif {
	font-size: 26px;
	font-weight: 700;	
	color: #79848d;
	font-family: 'Roboto';	
	text-transform: uppercase;
	text-align: center;
	word-spacing: 0.25em;	
  	}

  	h3 {
	font-size: 18px;	
	color: #79848d;
	font-family: 'Neuton', serif;
	text-transform: uppercase;	
	text-align: left;
	word-spacing: 0.25em;
	margin-top: 0px;
  	}  
  	h4 {
	font-size: 18px;	 
	font-family: 'Neuton', serif;	
  	}
  	h5 {
	font-size: 14px;	
	color: #000; 
  	}
  	h6 {
	font-size: 12px;	
	color: #000;
  	}


p.no-serif1 {
	font-size: 16px;
	font-weight: 400;	
	color: #333;
	font-family: 'Roboto';	
	text-transform: uppercase;
	text-align: center;
	word-spacing: 0.25em;	
  	}

  
/* SPACES
   -------------------------------------------------- */ 

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0;
}

.no-top-space {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.no-bottom-space {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.content-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.content-sm {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-md {
  padding-top: 80px;
  padding-bottom: 80px;
}

.content-lg {
  padding-top: 100px;
  padding-bottom: 100px;
}

.space-lg-hor {
  padding-left: 60px;
  padding-right: 60px;
}
.space-xlg-hor {
  padding-left: 100px;
  padding-right: 100px;
}
.space-xxl-hor {
  padding-left: 180px;
  padding-right: 180px;
}
.space-video-hor {
  padding-left: 180px;
  padding-right: 180px;
}


.margin-bottom-5  { margin-bottom:5px;}
.margin-bottom-10 { margin-bottom:10px;} 
.margin-bottom-15 { margin-bottom:15px;}
.margin-bottom-20 { margin-bottom:20px;}
.margin-bottom-25 { margin-bottom:25px;}
.margin-bottom-30 { margin-bottom:30px;}
.margin-bottom-35 { margin-bottom:35px;}
.margin-bottom-40 { margin-bottom:40px;}
.margin-bottom-45 { margin-bottom:45px;}
.margin-bottom-50 { margin-bottom:50px;}
.margin-bottom-55 { margin-bottom:55px;}
.margin-bottom-60 { margin-bottom:60px;}
.margin-bottom-100 { margin-bottom:100px;}

.margin-bottom-40-start { margin-bottom:40px;}

@media (max-width: 768px) {
  .sm-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .sm-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .sm-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .sm-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .sm-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .sm-margin-bottom-60 {
    margin-bottom: 60px;
  }	
  .margin-bottom-40-start {
	margin-bottom:20px;
  }
	
}

@media (max-width: 992px) {
  .md-margin-bottom-10 {
    margin-bottom: 10px;
  }
  .md-margin-bottom-20 {
    margin-bottom: 20px;
  }
  .md-margin-bottom-30 {
    margin-bottom: 30px;
  }
  .md-margin-bottom-40 {
    margin-bottom: 40px;
  }
  .md-margin-bottom-50 {
    margin-bottom: 50px;
  }
  .md-margin-bottom-60 {
    margin-bottom: 60px;
  }	
}

/*Other Spaces*/
.margin-top-20 { margin-top: 20px;}
.margin-left-5 { margin-left: 5px;}
.margin-left-10 { margin-left: 10px;}
.margin-right-5 { margin-right: 5px;}
.margin-right-10 { margin-right: 10px;}
.padding-top-5 { padding-top: 5px;}
.padding-top-20 { padding-top: 20px;}
.padding-left-5 { padding-left: 5px;}
.padding-right-10 { padding-right: 10px;}

.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }












/* NAVBAR
   -------------------------------------------------- */

.navbar-default {
	background-color:transparent !important;
	border-color:transparent;
	background-image:none;
	box-shadow:none;	
}
/* Font Color and Size */
.navbar-default .navbar-nav>li>a {
   font-size: 18px; 
   font-weight: 300;
   color: #79848d; 
   font-family: 'Neuton', serif;
   text-transform: uppercase;
}  
/* Navigation Abstände */
.navbar-nav {
	/*margin-top: 26px;*/
	margin-top: 16px;
	margin-right: 0;
	margin-left: 0;
	/*margin-bottom: 2px;*/
	margin-bottom: 6px;
}
/* Logo Abstände */
.navbar-header {
	margin-top: 8px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}

/* Toggle Button Style und Abstände */
.navbar-default .navbar-toggle {
	margin-top: 14px;
	margin-right: 15px;
	margin-left: 0;
	margin-bottom: 18px;
	background-color: #79848d;
	border-color: transparent;
	border-radius: 0;
	padding-top:12px;  
    padding-bottom:12px;
	padding-left:12px;  
    padding-right:12px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #64707a;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; /* Changes regular toggle color */
}
.navbar-default .navbar-toggle .icon-bar:hover {
  background-color: #fff; /* Changes toggle color on hover */
}





.navbar {
    margin-bottom: 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #79848d;
}

.navbar-default .navbar-nav > li > ul > li a:hover,
.navbar-default .navbar-nav > li > ul > li a:focus {
    background-color: #fff;		/*Hintergrundfarbe Unterpunkte Mouseover*/
    color: #333;				/*Farbe Unterpunkte Mouseover*/
}

.dropdown-toggle[aria-expanded="true"] {
  background:#FFF !important;
  color:#333 !important;	/*Aktive Farbe Dropdown Hauptmenüpunkt*/
}


/*.dropdown-menu {
    min-width: 180px;
}*/




.dropdown .dropdown-menu {
	font-size: 17px;
    background-color: rgba(255, 255, 255, 0.9);
	border: none;
	top: 57px;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 300;
    line-height: 1.42857143;
    color: #79848d;				/*Farbe Text Submenü*/
    white-space: nowrap;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
    background-color: #79848d;
    color: #fff;
    outline: 0 none;
    text-decoration: none;
}


@media(min-width: 768px) {
	.navbar-brand {
  	padding: 20px 15px;
	}
}



/*Submenü
------------------------------------*/

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#666666;
    margin-top:7px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#666666;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.dropdown-submenu>.dropdown-menu {
    width: 300px;
}




/*Revolution Slider
------------------------------------*/
.tp-dottedoverlay {
  z-index: 1 !important;
}

.tp-bullets.preview4 .bullet {
  border-radius: 10px !important;
}

.tp-banner-container ul li,
.fullscreenbanner-container ul li {
  list-style: none;
  visibility: hidden;
}

.tp-banner-container a.btn-u,
.tp-banner-container a.btn-u:hover {
  color: #fff;
  border: solid 1px transparent;
}

.tp-banner-container a.re-btn-brd {
  background: none;
  border: solid 1px #fff;
}

.tp-banner-container a.re-btn-brd:hover {
  color: #555;
  background: #fff; 
}

/*Fullwidth*/
.tp-banner-container .btn-u.btn-brd {
  font-weight: 400;
}

.tp-banner-container {
  position: relative;
}

/*Fullscreen*/
.fullscreen-container {
  padding:0;
  width:100%;
  position:relative;
}

/*Slider Contents v1*/
.revolution-mch-1:after {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  position: absolute;
  /*background: rgba(0,0,0,0.1);*/		/*Abdunkeln Background*/
} 


.revolution-ch1 {
 /* margin-left: 15px;*/
  color: #fff;
  font-size: 68px;
  font-weight: 400;
  line-height: 60px;
  font-family: 'Neuton', serif;
   text-shadow: 0px 2px 1px rgba(0,0,0,0.5),
                0px 8px 13px rgba(0,0,0,0.1),
                0px 18px 23px rgba(0,0,0,0.1);
}


@media (max-width: 768px) {
  .tp-caption.revolution-ch1.sft.start {
  font-size: 60px;
}	
}





/*alte Version rote Schrift*/
/*.revolution-ch1 {
  color: #ED1C24;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  font-family: 'Insignia W01';
  text-shadow: 0px 4px 20px rgba(255,255,255,0.9),
             -8px -8px 20px rgba(255,255,255,0.9),
             8px 8px 20px rgba(255,255,255,0.9);
}*/



.revolution-ch2 {
  /*margin-left: 50px;*/
  color: #fff;
  font-size: 26px;
 /* max-width: 470px;*/
  line-height: 28px;
  position: relative;
  /*text-align: center;*/
  font-weight: normal;
  font-family: 'Neuton', serif;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}


/*.revolution-ch2:after {
  left: 50%;
  width: 70px;
  height: 2px;
  content: ' '; 
  bottom: -20px;
  background: #fff;
  margin-left: -35px;
  position: absolute;
}*/


/*Slider Contents v2*/
.re-title-v1 {
  color: #fff;
  font-size: 75px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-title-v2 {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v1 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: "Open Sans", Arial, sans-serif;
}

.re-text-v2 {
  color: #fff;
  font-size: 24px;
  font-family: "Open Sans", Arial, sans-serif;
}

/*Slides*/
.rs-caption-1 {
  color: #fff;
  font-size: 32px;
  font-weight: 200;
  padding: 6px 75px;
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.rs-caption-1:after,
.rs-caption-1:before {
  font-size: 16px;
  content: "\f005";
  position: absolute;
  font-family: FontAwesome;
}

@media (max-width: 768px) {
  .rs-caption-1:after,
  .rs-caption-1:before {
    content: "";
  }
}

.rs-caption-1:after {
  right: 4%;
}

.rs-caption-1:before {
  left: 4%;
}

.rs-caption-2 {
  color: #fff;
  position: relative;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 50px;
  text-align: center;
}

.rs-caption-2:after {
  left: 50%;
  content: "";
  height: 1px;
  width: 100px;
  bottom: -10px;
  background: #fff;
  margin-left: -50px;
  position: absolute;
}

.rs-caption-3 a {
  margin: 0 5px;
  padding: 7px 20px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .rs-caption-1,
  .rs-caption-2,
  .rs-caption-3 {
    font-weight: normal;
  }
}

.tp-caption.cta a {
  color: #333;
  font-size: 14px;
}
.tp-caption.cta a:hover {
  color: #fff;
}






/*remove progress bar*/
.tp-bannertimer {
display: none !important;
}

/*Arrow Bottom*/
.tp-arrow {
	width:100%;
	height:22px;
	background:url(../img/arrow_white.png) center top no-repeat;
	position:absolute;
	z-index:200;
	top:0px;
}
.tp-arrow.tp-bottom	{
	bottom:0px;
	height:22px;
	top:auto;
}

.tp-arrow > .left {
	width:30%;
	float:left;
	height:22px;
	background: #fff;
}
.tp-arrow > .right {
	width:30%;
	float:right;
	height:22px;
	background: #fff;
}
.tp-bullets	 {
	margin-bottom: 40px;
}












/* Shadow Box Checklist
   -------------------------------------------------- */

.shadowbox-wrapper {
	background-color: #eeeeee;
	-moz-box-shadow:    3px 3px 5px 0px #ccc;
    -webkit-box-shadow: 3px 3px 5px 0px #ccc;
    box-shadow:         3px 3px 5px 0px #ccc;
}

/*1 horizontal offset 
2 vertical offset 
3 blur radius
4 spread radius*/ 
.shadowbox-wrapper.start {
	margin-top: 34px;
	margin-bottom: 40px;
}
.shadowbox-body {
	padding: 15px
}
.shadowbox-body h4 {
	font-size: 22px;
	line-height: 130%;
	
}
.shadowbox-body p {
	font-size: 18px;
	line-height: 160%;
}



/* Boxes
   -------------------------------------------------- */
.redbox {
	background-color: #e30613;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	cursor: pointer;
}
.redbox:hover {
	background-color: #d60612;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.brownbox {
	background-color: #efede7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	cursor: pointer;
}
.brownbox:hover {
	background-color: #e7e3d9;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}




.darkgreybox {
	background-color: #706f6f;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	cursor: pointer;
}
.darkgreybox:hover {
	background-color: #656464;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.lightgreybox {
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	cursor: pointer;
}
.lightgreybox:hover {
	background-color: #e7e7e7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.whitegreybox {
	background-color: #d7d7d7;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	cursor: pointer;
}
.whitegreybox:hover {
	background-color: #c8c8c8;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.teambox {
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 40px;
}



/*Landing Page*/
.startbox1 {
	background-image:url("../img/startbox1.jpg");
	background-color: #333;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	/*cursor: pointer;*/
}
.startbox1 h2 {
	color: #fff;
	text-align: center;
}
.startbox2 {
	background-image:url("../img/startbox1.jpg");
	background-color: #333;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	cursor: pointer;
}
.startbox2 h2 {
	color: #fff;
	text-align: center;
}
.startbox3 {
	background-image:url("../img/startbox1.jpg");
	background-color: #333;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	cursor: pointer;
}
.startbox3 h2 {
	color: #fff;
	text-align: center;
}
.startbox4 {
	background-image:url("../img/startbox1.jpg");
	background-color: #333;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.startbox4 h2 {
	color: #fff;
	text-align: center;
}














.karrierebox {
	background-color: #f9f9f9;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}
.karrierebox h2 {
	color: #000;
	font-size: 30px;
	text-align: center;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
}
.karrierebox p {
	text-align: center;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
}

.karrierebox img.img-round {
	border-radius: 50%;
	width: 120px;
	margin-bottom: 10px;
}
.karriere-beratung {
}









.redbox h1 {
	color: #fff;
}
.redbox p {
	color: #fff;
}
.brownbox h1 {
	color: #79848d;
}
.brownbox h2 {
	color: #79848d;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
.brownbox p {
	color: #333;
}


.darkgreybox h1 {
	color: #fff;
}
.darkgreybox h2 {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
.darkgreybox p {
	color: #fff;
}
.lightgreybox h1 {
	color: #79848d;
}
.lightgreybox h2 {
	color: #79848d;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lightgreybox p {
	color: #000;
}
.whitegreybox h1 {
	color: #000;
}
.whitegreybox h2 {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 20px;
}
.whitegreybox p {
	color: #000;
}

.darkgreybox h2.bigfont {
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
}
.lightgreybox h2.bigfont {
	color: #79848d;
	text-align: left;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
}
.brownbox h2.bigfont {
	color: #79848d;
	text-align: left;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 10px;
}



/* Text over image Karriere
   -------------------------------------------------- */
    .textcenter img { width: 100%; }
    .textcenter { position: relative; }
    .textcenter figcaption {
      position: absolute;
      /* VERTICAL CENTER */
      top: 40%;
      left: 0;
      /* HORIZONTAL CENTER */
      width: 100%;
      text-align: center;
      /* COSMETICS */
      color: #fff;
      font-size: 36px;
      font-weight: 700;
	  line-height: 1.0;
    }






/* Backgrounds
   -------------------------------------------------- */

.grey-v-1 {
	background-color: #f2f2f2;
}





/* CTA Message
   -------------------------------------------------- */
.cta-message {
	background-image:url("../img/cta-message1.jpg");
	background-repeat: no-repeat;
	background-size:cover;
	background-color: #f9f9f9;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 40px;
}
.cta-message h2 {
	color: #fff;
	font-size: 38px;
}

.cta-message p {
	color: #fff;
	font-size: 24px;
}



/* Counter
   -------------------------------------------------- */
span.counter {
	font-size: 50px;
	font-weight: 500;
}
.counters {
	font-size: 28px;	
}
.counters h4 {
	font-size: 20px;	
}
.counters p {
	font-size: 16px;	
}


/* Pre-Footer Box
   -------------------------------------------------- */
.pre-footer {
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.pre-footer .btn.btn-cta {
	padding: 5px 14px;
    border: 0 none;
    /*font-weight: 700;*/
	font-size: 14px;
}

.pre-footer .white-space {
	padding: 10px 10px;
	background-color: #fff;
}
.pre-footer h3 {
	font-size: 20px;
	font-family: 'Roboto';
  	font-style: normal;
  	font-weight: 700;
	color: #333;
}



/*Pre-Footer Linkfarbe*/
.pre-footer a {
   color: #000;
   text-decoration: none;
   	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}
.pre-footer a,
.pre-footer a:focus, 
.pre-footer a:hover, 
.pre-footer a:active {
   color: #000;
   outline: 0 !important;
}
.pre-footer a:focus {
  text-decoration: none;
}
.pre-footer a:hover {
   color: #79848d;
   text-decoration: none;
}

.pre-footer .btn-cta { 
  color: #666666; 
  background-color: #FFFFFF; 
  border-color: #f2f2f2; 
} 
.pre-footer .btn-cta:hover, 
.pre-footer .btn-cta:focus, 
.pre-footer .btn-cta:active, 
.pre-footer .btn-cta.active, 
.pre-footer .open .dropdown-toggle.btn-cta { 
  color: #333333; 
  background-color: #fafafa; 
  border-color: #f2f2f2; 
} 










/* Anwalt Kontakt Box
   -------------------------------------------------- */
.ak-box {
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	/*cursor: pointer;*/
}
.ak-box:hover {
	background-color: #e7e7e7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.ak1-box {
	background-color: #f2f2f2;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	/*cursor: pointer;*/
}




/* Call-to-action Button
   -------------------------------------------------- */
.cta-box {
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}
.cta-box:hover {
	background-color: #e7e7e7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* Call-to-action Button Neu
   -------------------------------------------------- */
.cta-box {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}
.cta-box:hover {
	background-color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.cta-box .btn-cta {
  color: #fff; 
  background-color: #333; 
  border-color: #f2f2f2; 
}
.cta-box .btn-cta:hover, 
.cta-box .btn-cta:focus, 
.cta-box .btn-cta:active, 
.cta-box .btn-cta.active, 
.open .dropdown-toggle.btn-cta { 
  color: #333333; 
  background-color: #f2f2f2; 
  border-color: #f2f2f2; 
} 





.btn-cta { 
  color: #666666; 
  background-color: #FFFFFF; 
  border-color: #f2f2f2; 
} 
 
.btn-cta:hover, 
.btn-cta:focus, 
.btn-cta:active, 
.btn-cta.active, 
.open .dropdown-toggle.btn-cta { 
  color: #333333; 
  background-color: #fafafa; 
  border-color: #f2f2f2; 
} 
 
.btn-cta:active, 
.btn-cta.active, 
.open .dropdown-toggle.btn-cta { 
  background-image: none; 
} 
 
.btn-cta.disabled, 
.btn-cta[disabled], 
fieldset[disabled] .btn-cta, 
.btn-cta.disabled:hover, 
.btn-cta[disabled]:hover, 
fieldset[disabled] .btn-cta:hover, 
.btn-cta.disabled:focus, 
.btn-cta[disabled]:focus, 
fieldset[disabled] .btn-cta:focus, 
.btn-cta.disabled:active, 
.btn-cta[disabled]:active, 
fieldset[disabled] .btn-cta:active, 
.btn-cta.disabled.active, 
.btn-cta[disabled].active, 
fieldset[disabled] .btn-cta.active { 
  background-color: #FFFFFF; 
  border-color: #f2f2f2; 
} 
 
.btn-cta .badge { 
  color: #FFFFFF; 
  background-color: #333333; 
}

.btn.btn-cta {
  margin-bottom: 10px;
}



/* Call-to-action - zweite Box Startseite
   -------------------------------------------------- */
.ctabox1 {
	background-color: #f9f9f9;
	background-color: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.ctabox1 h2 {
	color: #333;
	font-size: 24px;
	text-align: center;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	word-spacing: normal;	
	margin-bottom: 20px;
}
.ctabox1 p {
	color: #333;
	text-align: center;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
}
.ctabox1 img.img-round {
	border-radius: 50%;
	width: 140px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.ctabox1a {
}

.ctabox2 {
	background-color: #f9f9f9;
	background-color: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.ctabox2 p {
	color: #333;
	text-align: left;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin-bottom: 0px;
}






/* Quote Box Standortseiten
   -------------------------------------------------- */
.quotebox {
	background-color: #f9f9f9;
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
.quotebox h2 {
	color: #333;
	font-size: 24px;
	text-align: center;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
	word-spacing: normal;	
	margin-bottom: 20px;
}
.quotebox p {
	color: #333;
	text-align: center;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 30px;
}
.quotebox img.img-round {
	border-radius: 50%;
	width: 220px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.quotebox .quote-v3 {
	margin-top: 50px;
}
.quoteboxa {
	padding-top: 40px;
}




/* Call-to-action Button
   -------------------------------------------------- */
/*.cta-box {
	background-color: #706f6f;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.cta-box:hover {
	background-color: #656464;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn-cta { 
  color: #706f6f; 
  background-color: #FFFFFF; 
  border-color: #f2f2f2; 
} 
 
.btn-cta:hover, 
.btn-cta:focus, 
.btn-cta:active, 
.btn-cta.active, 
.open .dropdown-toggle.btn-cta { 
  color: #656464; 
  background-color: #f6f6f6; 
  border-color: #f2f2f2; 
} 
 
.btn-cta:active, 
.btn-cta.active, 
.open .dropdown-toggle.btn-cta { 
  background-image: none; 
} 
 
.btn-cta.disabled, 
.btn-cta[disabled], 
fieldset[disabled] .btn-cta, 
.btn-cta.disabled:hover, 
.btn-cta[disabled]:hover, 
fieldset[disabled] .btn-cta:hover, 
.btn-cta.disabled:focus, 
.btn-cta[disabled]:focus, 
fieldset[disabled] .btn-cta:focus, 
.btn-cta.disabled:active, 
.btn-cta[disabled]:active, 
fieldset[disabled] .btn-cta:active, 
.btn-cta.disabled.active, 
.btn-cta[disabled].active, 
fieldset[disabled] .btn-cta.active { 
  background-color: #FFFFFF; 
  border-color: #f2f2f2; 
} 
 
.btn-cta .badge { 
  color: #FFFFFF; 
  background-color: #333333; 
}

.btn.btn-cta {
  margin-bottom: 10px;
}
*/



/* Formular Button
   -------------------------------------------------- */
.btn-sub { 
  color: #fff; 
  background-color: #333; 
  border-color: #f2f2f2; 
} 
.btn-sub:hover, 
.btn-sub:focus, 
.btn-sub:active { 
  color: #333333; 
  background-color: #f2f2f2; 
  border-color: #f2f2f2; 
} 




/* Buttons
   -------------------------------------------------- */
.btn {
    padding: 5px 14px;
    border: 0 none;
    /*font-weight: 700;*/
    letter-spacing: 1px;
	font-family: 'Neuton', serif;
	font-size: 24px;
    /*text-transform: uppercase;*/
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #fff;
    color: #e30613;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #f9dedf;
	color: #e30613;
}
 
.btn-primary:active, .btn-primary.active {
    background: #f9dedf;
    box-shadow: none;
}

.btn-secondary {
    background: #e30613;
    color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background: #fff;
	color: #e30613;
}
.btn-secondary:active, .btn-secondary.active {
    background: #fff;
    box-shadow: none;
}


.btn.sharp {
  border-radius:0;	
}






/* Kontakt - Menü
   -------------------------------------------------- */
@media(min-width: 768px) {
.navbar-nav > li > a.btn-kontakt {
    background: #666;
    color: #fff;
	margin-top: 8px;
	margin-left: 7px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-top: 6px;
}
.navbar-nav > li > a.btn-kontakt:hover,
.navbar-nav > li > a.btn-kontakt:focus,
.navbar-nav > li > a.btn-kontakt:active,
.navbar-nav > li > a.btn-kontakt.active,
.open > .dropdown-toggle.btn-kontakt {
    background: #fff;
	color: #79848d;
}
.navbar-nav > li > a.btn-kontakt:active,
.navbar-nav > li > a.btn-kontakt.active {
    background: #fff;
    box-shadow: none;
}
}










/* Profil
   -------------------------------------------------- */
.btn-profil {
    background: #f2f2f2;
    color: #666666;
}
.btn-profil:hover, .btn-profil:focus, .btn-profil:active, .btn-profil.active, .open > .dropdown-toggle.btn-profil {
    background: #e7e7e7;
	color: #333333;
}
.btn-profil:active, .btn-profil.active {
    background: #f2f2f2;
    box-shadow: none;
}

/* Karriere
   -------------------------------------------------- */
.btn-karriere {
    background: #c92336;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	border-radius: 14px;
}
.btn-karriere:hover, .btn-karriere:focus, .btn-karriere:active, .btn-karriere.active, .open > .dropdown-toggle.btn-karriere {
    background: #de3f51;
	color: #fff;
}
.btn-karriere:active, .btn-karriere.active {
    background: #c92336;
    box-shadow: none;
}



/* CTA Startseite
   -------------------------------------------------- */
.btn-cta1 {
    background: #333;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	border-radius: 14px;
	letter-spacing: normal;
}
.btn-cta1:hover, .btn-cta1:focus, .btn-cta1:active, .btn-cta1.active, .open > .dropdown-toggle.btn-cta1 {
    background: #666;
	color: #fff;
}
.btn-cta1:active, .btn-cta1.active {
    background: #666;
    box-shadow: none;
}

.btn-cta2 {
    background: #79848d;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	border-radius: 14px;
	letter-spacing: normal;
}
.btn-cta2:hover, .btn-cta2:focus, .btn-cta2:active, .btn-cta2.active, .open > .dropdown-toggle.btn-cta2 {
    background: #f2f2f2;
	color: #333;
}
.btn-cta2:active, .btn-cta2.active {
    background: #f2f2f2;
    box-shadow: none;
}

.btn-cta3 {
    background: #333;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	border-radius: 4px;
	letter-spacing: normal;
}
.btn-cta3:hover, .btn-cta3:focus, .btn-cta3:active, .btn-cta3.active, .open > .dropdown-toggle.btn-cta3 {
    background: #666;
	color: #fff;
}
.btn-cta3:active, .btn-cta3.active {
    background: #666;
    box-shadow: none;
}

.btn-cta4 {
    background: #fff;
    color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	border-radius: 4px;
	letter-spacing: normal;
}
.btn-cta4:hover, .btn-cta4:focus, .btn-cta4:active, .btn-cta4.active, .open > .dropdown-toggle.btn-cta4 {
    background: #666;
	color: #fff;
}
.btn-cta4:active, .btn-cta4.active {
    background: #666;
    box-shadow: none;
}




/* Responsive Background Images
   -------------------------------------------------- */
div.fullsizeback {
  background-image: url('../img/checkliste.jpg') ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
div.fullsizeback h1 {
	color: #000;
}




/* FORMULAR
   -------------------------------------------------- */
.form-control {
    border: 1px solid #888;
}




/* VIDEO
   -------------------------------------------------- */
.responsive-video {
 height: 0;
 padding-top: 1px;
 position: relative;
 padding-bottom: 56.25%; /*16:9*/
}
.responsive-video iframe {
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 position: absolute;
}




/* HINTERGRUND
   -------------------------------------------------- */
.bg-color-light {
	background-color: #f2f2f2;
}




/* MODAL DESIGN
   -------------------------------------------------- */
.modal-content {
	-webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; 
  	}  

.modal-content h3 {
	font-size: 30px;	
	color: #6f6f6e; 
	text-transform: uppercase;
	margin-top: 28px;
  	}  
.modal-header {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
    border-bottom: none;
}
.close {
    font-size: 80px;
}
.modal-content .antwort {
	font-style: italic;
	margin-bottom: 30px;
  	}  



/* Call-to-action
   -------------------------------------------------- */
.ctaboxblog {
	background-color: #f9f9f9;
	background-color: #f2f2f2;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.ctaboxblog h2 {
	font-family: 'Neuton', serif;	
	text-transform: uppercase;
	color: #333;
	font-size: 32px;
	text-align: center;
	/*line-height: 1.4*/;	
	margin-bottom: 20px;
}
.ctaboxblog p {
	color: #333;
	text-align: center;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin-bottom: 30px;
}

.ctaboxcont {
	background-color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
.ctaboxcont h2 {
	font-family: 'Neuton', serif;	
	text-transform: uppercase;
	color: #fff;
	font-size: 32px;
	text-align: center;
	/*line-height: 1.4*/;	
	margin-bottom: 20px;
}
.ctaboxcont p {
	color: #fff;
	text-align: center;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	margin-bottom: 30px;
}




/*ICON BOXES https://bootsnipp.com/snippets/OjQ8
------------------------------------*/
.box > .icon {
	text-align: center;
	position: relative;
}
.box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #63B76C;
	vertical-align: middle;
}
.box > .icon:hover > .image {
	background: #333;
}
.box > .icon > .image > i {
	font-size: 36px !important;
	color: #fff !important;
}
.box > .icon:hover > .image > i {
	color: white !important;
}
.box > .icon > .info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
}
.box > .icon:hover > .info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}
.box > .icon > .info > h3.title {
	font-family: "Roboto",sans-serif !important;
	font-size: 16px;
	color: #222;
	font-weight: 500;
	text-align: center;
	padding-top: 24px;
}
.box > .icon > .info > p {
	font-family: "Roboto",sans-serif !important;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
	color: #222;
}
.box > .icon > .info > .more a {
	font-family: "Roboto",sans-serif !important;
	font-size: 12px;
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
	color: #fff;
	padding: 6px 8px;
	background-color: #63B76C;
}
.box .space {
	height: 30px;
}







.box1 > .icon {
	text-align: center;
	position: relative;
}
.box1 > .icon > .imageBox {
    position: relative;
	z-index: 2;
	margin: auto;
	text-align: center;
    width: 80px;
    height: 80px; 
    }
.box1 > .icon > .imageBox .hoverImg {
      position: absolute;
      left: 0;
      top: 0;
      display: none;
    }
.box1 > .icon:hover > .imageBox .hoverImg {
      display: block;
    }
.box1 > .icon:hover > .imageBox .hoverImg {
        display: block;
    }
/*.box1 > .icon > .imageBox:hover .hoverImg {
      display: block;
    }
.box1 > .icon > .imageBox:hover .hoverImg {
        display: block;
    }*/
.box1 > .icon > .info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
}
.box1 > .icon:hover > .info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}
.box1 > .icon > .info > h3.title {
	font-family: "Roboto",sans-serif !important;
	font-size: 18px;
	color: #222;
	font-weight: 700;
	text-align: center;
	padding-top: 24px;
}
.box1 > .icon > .info > p {
	font-family: "Roboto",sans-serif !important;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
.box1 > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a {
	color: #222;
}
.box1 > .icon > .info > .more a {
	font-family: "Roboto",sans-serif !important;
	font-size: 16px;
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.box1 > .icon:hover > .info > .more > a {
	color: #fff;
	padding: 6px 8px;
	background-color: #222;
}
.box1 .space {
	height: 30px;
}



.box2 {
	margin-left: 10px;
}
.box2 > .icon {
	text-align: center;
	position: relative;
}
.box2 > .icon > .imageBox {
    position: relative;
	z-index: 2;
	text-align: left;
    width: 80px;
    height: 80px; 
	margin-left: -20px;
    }
.box2 > .icon > .imageBox .hoverImg {
      position: absolute;
      left: 0px;
      top: 0;
      display: none;
    }
.box2 > .icon:hover > .imageBox .hoverImg {
      display: block;
    }
.box2 > .icon:hover > .imageBox .hoverImg {
        display: block;
    }
.box2 > .icon > .info {
	margin-top: -72px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #e0e0e0;
	padding: 0px 0 10px 0;
}
.box2 > .icon:hover > .info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}
.box2 > .icon > .info > h3.title {
	font-family: "Roboto",sans-serif !important;
	font-size: 18px;
	color: #222;
	font-weight: 700;
	text-align: center;
	padding-top: 24px;
	padding-left: 40px;
}
.box2 > .icon > .info > p {
	font-family: "Roboto",sans-serif !important;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}
.box2 .space {
	height: 30px;
}





/* Floating Image
   -------------------------------------------------- */
.float-img {
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
}
@media(min-width: 768px) {
.float-img.sm-img {
 	max-width: 300px;
}
}





/*SLIDER SWIPERJS.COM - BLOG
------------------------------------*/
.swiper-wrapper h2 {
	font-size: 36px;
	color: #333;
	text-align: left;
	font-family: 'Roboto';
	line-height: 1.2;
    font-weight: 700;
	
}
.swiper-wrapper span {
	font-size: 16px;
	color: #333;
	text-align: left;
	font-family: 'Roboto';
    font-weight: 400;
	
}
.swiper-wrapper p {
	font-size: 20px;
	color: #333;
	text-align: left;
	font-family: 'Roboto';
    font-weight: 400;
	margin-bottom: 20px;
	
}
.swiper {
	background-color: #f2f2f2;
}
.swiper1 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  /*background-color: #fff;*/
}

.padding-slidertxt {
	padding-top: 20px;
}
@media (max-width: 992px) {
.padding-slidertxt {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
}	


/*SLIDER SWIPERJS.COM - CONTACT
------------------------------------*/
.swiper-wrapper h3 {
	font-family: 'Neuton', serif;	
	text-transform: uppercase;
	color: #333;
	font-size: 26px;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 10px;
}
.swiper-wrapper h4 {
	color: #333;
	text-align: center;
	text-transform: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.padding-slidertxt1 {
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 60px;
	padding-right: 60px;
}
@media (max-width: 992px) {
.padding-slidertxt1 {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
}
}



/*RELEVANTEN THEMEN FOOTER
------------------------------------*/
hr {
	height: 5px;
    border: none;
	border-top: 1px solid;
	color: #D7D7D7;
}

hr.dotted1 {
  border: none;
  border-top: 2px dotted;
  color: #D7D7D7;
  background-color: none;
  margin-bottom: 2px;
  margin-top: 0px;
  height: 2px;
}

.blog-header {
	padding-top: 40px;
	padding-bottom: 0px;
}
.blog-footer {
	padding-top: 0px;
	padding-bottom: 40px;
}




/* FOOTER
   -------------------------------------------------- */
   
 footer p {
	font-size: 14px;
	line-height: 1.2;
}

 .bg-ft-dark {
	background-color: #333;
	color: #fff;
}
 footer.ft-dark p {
	font-size: 14px;
	line-height: 1.2;
}

footer .divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  margin: 10px 0;
  overflow: hidden;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}


 
 
 
 
/* Google Maps Contact-Page
   -------------------------------------------------- */
 

 
 /* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
 
 
 
/* Gallery-Page
   -------------------------------------------------- */ 


 
 
 

/*Quote v2
------------------------------------*/
.quote-v2 {
  text-align: center;
  padding: 25px 10% 40px;
}

.quote-v2 p {
  color: #597c94;
  font-size: 24px;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}

.quote-v2 p:before {
  left: 50%;
  top: -75px;
  font-size: 80px;
  content: "\201C";
  position: absolute;
  margin-left: -25px;
  font-family: Georgia, serif;
}

.quote-v2 span {
  color: #597c94;
  font-weight: 400;
}




/*Quote v3
------------------------------------*/
.quote-v3 {
  text-align: center;
  padding: 25px 10% 40px;
}

.quote-v3 p {
  color: #597c94;
  font-size: 20px;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}

.quote-v3 p:before {
  left: 50%;
  top: -75px;
  font-size: 80px;
  content: "\201C";
  position: absolute;
  margin-left: -25px;
  font-family: Georgia, serif;
}

.quote-v3 span {
  color: #597c94;
  font-weight: 400;
}





/*Update 20.02.23*/

/*Top Bar
------------------------------------*/
.topbar {
	padding-top: 12px;
	position: relative;
	text-align: right;
}
.topbar ul.loginbar {
	margin: 0;
}
.topbar ul.loginbar > li {
	display: inline;
	list-style: none;
	position: relative;
	padding-bottom: 15px;
	padding-left: 15px;
}
.topbar ul.loginbar > li > a,
.topbar ul.loginbar > li > a:hover {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 12px;
}
.topbar ul.loginbar li.fa {
	color: #333;
}
/*.no-topbar .navbar-toggle {
	margin-top: 25px;
}*/
.fa-2xs {
	font-size: 12px;
}




 
 /* News
   -------------------------------------------------- */
.news-headline {
	margin-top: 0px;
}


 
 
 
 /* Global Link Color
   -------------------------------------------------- */
 
a {
   color: #4b54a8;
   text-decoration: none;
   	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}
a,
a:focus, 
a:hover, 
a:active {
   color: #4b54a8;
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #79848d;
   text-decoration: none;
}
 

 /* Link Colors
   -------------------------------------------------- */
 
/*---Links 1 start---*/
a.link1 {
	color: #333;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.link1:hover,
a.link1:focus {
	text-decoration: none;
	color: #79848d;
}
/*---Links 2 start---*/
a.link2 {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.link2:hover,
a.link2:focus {
	text-decoration: none;
	color: #fff;
} 

 

/* SEVEN COLS FOOTER
   -------------------------------------------------- */
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}
/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */    
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
  }
}



/* Test FOOTER 22.02.2023
   -------------------------------------------------- */











 
 
/* MEDIA QUERIES
   -------------------------------------------------- */ 
 
/* Large desktops and laptops */
@media (min-width: 1200px) {
	h1 {
    font-size: 36px;  
    }
	h2 {
    font-size: 22px;  
    }
	h2.bigfont {
    font-size: 36px;  
    }
	h3 {
    font-size: 20px;  
    }
	div.fullsizeback {
	height: 500px;	
	}
	.imgmarg {
	margin-left: 50px;
	margin-right: 50px;
	}
	.visible-xxs {
		display:none!important;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	h1 {
    font-size: 30px;  
    }
	h2 {
    font-size: 20px;  
    }
	h2.bigfont {
    font-size: 30px;  
    }
	h3 {
    font-size: 18px;  
    }
	div.fullsizeback {
	height: 328px;	
	}
	/*ol {
        font-size: 14px;
		line-height: 1.2;
    }*/
	.visible-xxs {
		display:none!important;
	}
	.space-video-hor {
  	padding-left: 80px;
  	padding-right: 80px;
	}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	h2 {
    font-size: 20px;  
    }
	h3 {
    font-size: 18px;  
    }
	h4 {
    font-size: 26px;  
    }
    .space-xlg-hor {
    padding-left: 80px;
    padding-right: 80px;
	}
	.visible-xxs {
		display:none!important;
	}
	.space-video-hor {
  	padding-left: 0px;
  	padding-right: 0px;
	}
	
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	h2 {
    font-size: 20px;  
    }
	h3 {
    font-size: 18px;  
    }
	h4 {
    font-size: 26px;  
    }
	.revolution-ch1 {
		font-size: 90px;
		 /*text-shadow: none;*/
	}
	.space-xlg-hor {
     padding-left: 40px;
     padding-right: 40px;
	}
	.visible-xxs {
		display:none!important;
	}
	.navbar-nav {
	margin-top: 0px;
	}
	.space-video-hor {
  	padding-left: 0px;
  	padding-right: 0px;
	}
	.topbar {
	display: none;
	}
	.teambox {
	padding-left: 20px;
	padding-right: 20px;
	}
	.cta-message h2 {
	font-size: 30px;
	}
}


/* Landscape phones and smaller */
@media (max-width: 480px) {
	h2 {
    font-size: 20px;  
    }
	h3 {
    font-size: 18px;  
    }
	h4 {
    font-size: 26px;  
    }
	.revolution-ch1 {
	font-size: 90px;
	/*text-shadow: none;*/
	}
    .space-xlg-hor {
     padding-left: 15px;
     padding-right: 15px;
	}
	.hidden-xxs {
		display:none!important;
	}
	.img-siegel {
	padding-left: 35px;
    padding-right: 35px;
	}
	ul.aufz-check li {
	margin-left: -20px;
	font-size: 14px;
	line-height: 1.2;
	}
	ul.aufz-check li .fa-check {
	line-height: 1.0;
	font-size: 14px;
	}
	.navbar-nav {
	margin-top: 0px;
	}
	.space-video-hor {
  	padding-left: 0px;
  	padding-right: 0px;
	}
	.topbar {
	display: none;
	}
	.teambox {
	padding-left: 10px;
	padding-right: 10px;
	}
	.cta-message h2 {
	font-size: 30px;
	}
}
 
 
  
 
 
 