@charset "UTF-8";
/* CSS Document */

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header-stoerer img {
	max-width: 320px;
}
.cookieconsent-optout-marketing {
  display: block;
  height: 200px;
  background-color: #505d6d;
  align-content: center;
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
}
.cookieconsent-optout-marketing a {
  font-size: inherit;
  color: #cbc4aa;
}
*{
	padding:0;
	margin:0;
}
.job-text {
       position: absolute;
       left: 12%;
       top: 50%;
       color: #fff;
       max-width: 38%;
}
.job-text .button-sand {
        margin-top : 30px;
}
.job-text .button-sand + .button-sand {
        margin-top : 10px;
}
html, body {	
	padding:0;
	margin:0;
	height:100%;
	width:100%;
	font-family: 'Open Sans', Helvetica, sans-serif;
	 -webkit-hyphens: manual;
	 -moz-hyphens: manual;
	 -ms-hyphens: manual;
	 hyphens: manual;
	 background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body img {
	width:100%;
	height:auto;
	display:block;
}

body video {
	width:100%;
	height:auto;
	display:block;
}
/* ---------------------------------- SPECIAL FULLSCREEN ---------------------------------- */

.fullscreen {
	width: 100%;
	padding: 3%;
	text-align: center;
	position: fixed;
	z-index: 99999;
	display: block;
			-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fullscreen-inner {
	border: 1px solid #cbc4aa;
	height: 100%;
}

.fullscreen-closed {
	display: none;
}

.logo-full {
	position: absolute;
	bottom: 0%;
	width: 100%;
	text-align: center;
}

.digital-teaser {
	background-image: url("../image/teaser/cordes-rieger.jpg");
	background-size: cover;
	background-position: center;
}

.rqp-teaser {
	background-image: url("../image/teaser/RQP-Froehliche-Weihnachten.jpg");
	background-size: cover;
	background-position: center;
}


.teaser {
	background-image: url("../image/teaser/teaser-rossi.jpg");
	background-size: cover;
	background-position: center;
}


/* ---------------------------------- HEADER ---------------------------------- */

header {
	width: 280px;
	height: 140px;
	background-color: #505D6D;
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 9999;
		-webkit-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
}

.header-trenner {
	width: 100%;
	height: 170px;
	clear: both;
}

.tx-header-box {
	position: absolute;
	top: 0;
	right: 0;
}

/* ---------------------------------- Logo ---------------------------------- */

.logo img {
	width: 70%;
	padding-top: 7%;
	padding-left: 7%;
}

.expertenakademie-logo {
   width:40%;
    margin: auto;
}

/* ---------------------------------- Burger ---------------------------------- */


.burger-box {
	display:block;
	width: 35px;
	height: 35px;
	padding-right: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #505D6D;
}

.burger {
	width: 30px;
	height: 4px;
	background-color: #cbc4aa;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50% );
	
}

.burger::before,
.burger::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 4px;
	background-color: #cbc4aa;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.burger::before {
	top: -8px;
}


.burger::after {
	top: 8px;
}

.burger-box.active .burger {
	background-color: #505D6D;
}


.burger-box.active .burger::before {
	transform: rotate(45deg);
	top: 0px;
}

.burger-box.active .burger::after {
	transform: rotate(-45deg);
	top: 0px;
}

/* ---------------------------------- Contact ---------------------------------- */

.contact-box {
	display:block;
	width: 50px;
	height: 35px;
	padding-bottom: 50px;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image:url(../grafik/phone-icon.svg);
	background-repeat:no-repeat;
	background-size: 70%;
	background-position: center top;
	background-color: #505D6D;
	border-bottom: 1px solid #FFF;
}



/* ---------------------------------- CONTENT ---------------------------------- */

section {
	width: 100%;
	clear: both;
} 

.main {
	width: 91.66%;
	max-width: 1280px;
	margin: auto;
	clear: both;
}

/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */

.ct-block, .cm-block, .cs-block { display: none; }


/* ---------------------------------- SPALTEN ---------------------------------- */

.cd,.cd1,.cd2,.cd3,.cd4,.cd5,.cd6,.cd7,.cd8,.cd9,.cd10,.cd11,.cd12,
.ct,.ct1,.ct2,.ct3,.ct4,.ct5,.ct6,.ct7,.ct8,.ct9,.ct10,.ct11,.ct12,
.cm,.cm1,.cm2,.cm3,.cm4,.cm5,.cm6,.cm7,.cm8,.cm9,.cm10,.cm11,.cm12,
.cs,.cs1,.cs2,.cs3,.cs4,.cs5,.cs6,.cs7,.cs8,.cs9,.cs10,.cs11,.cs12 {
	float: left;
}

.cd1 { width:8.33%; }

.cd2 { width:16.66%; }

.cd3 { width:25%; }

.cd4 { width:33.33%; }

.cd5 { width:41.66%; }

.cd6 { width:50%; }

.cd7 { width:58.33%; }

.cd8 { width:66.66%; }

.cd9 { width:75%; }

.cd10 { width:83.33%; }

.cd11 { width:91.66%; }

.cd12 {	width:100%; }

.box {
	display: inline-block;
}
/* ---------------------------------- SPALTEN - AUSRICHTUNG ---------------------------------- */

.cr { float: right; }
	
.cl { float: left; }

.cc { float: none; margin: auto; }

.relativ { position: relative; }

.absolut { position: absolute; }


.fullbox {
	display: table;
	float: none;
}

.full { 
	display: table-cell;
	float: none;
}


/* .................................. Middel-Box .................................. */

.box-middel {
	position:absolute;
	top:40%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
}

.bm-cr {
	right: 0px;
}

.bm-cl {
	left: 0px;
}

.box-middel-cc {
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

.bm {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ---------------------------------- TEXTE - AUSRICHTUNG ---------------------------------- */

.tx-center { text-align: center; }
.tx-left { text-align: left; }
.tx-right {text-align: right; }

.upper{
   text-transform: uppercase;
}

/* ---------------------------------- TEXTE ---------------------------------- */


h1, .like-h1 {
	font-family: 'barlow-condensed-regular';
	font-weight: normal;
	font-size: 320%;
	text-transform: uppercase;
}

h1.tx-digital, .like-h1.tx-small { font-size: 6vw; }

h1.tx-small { font-size: 250%; padding-top: 13px; }
.like-h1.tx-small { font-size: 250%;  }

h1.norm, .like-h1.norm {
	text-transform: none;
}


h2, .like-h2 {
	font-family: 'Open Sans';
	font-weight: 300;
	font-size: 150%;
}

h2.large, .like-h2.large  {
	font-family: 'barlow-condensed-regular';	
	font-size: 250%;
	font-weight: normal;	
}

h3, .like-h3 {
	font-family: 'barlow-condensed-regular';
	font-weight: normal;
	font-size: 180%;
}

p { font-size: 100%; }

.tx-large  { font-size: 120%; }

a { font-size: 100%; text-decoration: none; color:#505D6D; }




/* ---------------------------------- ABSTÄNDE ---------------------------------- */

.mg-15 {
	padding-left: 15px;
	padding-right: 15px;
}
.mg-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.pd-5 {
	padding: 5%;
}

.pd-3 {
	padding: 3%;
}

.pd-2 {
	padding: 2%;
}

.pd-1 {
	padding: 1%;
}

/* ---------------------------------- TRENNER ---------------------------------- */


.trenner-50 {
	width: 100%;
	clear:both;
	height: 3vw;
}

.trenner-25 {
	width: 100%;
	clear:both;
	height: 2vw;
}

.trenner-10 {
	width: 100%;
	clear:both;
	height: 1vw;
}


.trenner-linie {
	width: 100%;
	height: 1px;
	clear:both;
}

.trenner-linie-space {
	width: 100%;
	height: 1px;
	clear:both;
	margin-bottom: 5px;
	margin-top: 5px;
}


.border-sand {
	border: 1px solid #cbc4aa;
}


.border-gruen {
	border: 1px solid #b2cd35;
}


/* ---------------------------------- FARBEN ---------------------------------- */


.weiss { background-color: #ffffff; }

.grau { background-color: #cccccc; }

.blau { background-color: #505D6D; }

.blau-beendet { background-color: rgba(92, 106, 124, 1)}

.black { background-color: #3b4551; }

.gruen { background-color: #b2cd35; }

.digital-blau { background-color: #2d3641; }

.blau-a { background:rgba(92, 106, 124, 0.9)}

.sand { background-color: #cbc4aa; }

.blau_hover{ background-color: #505D6D; 	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;} 
.blau_hover:hover { background-color: #2d3641;}

.tx-weiss { color: #ffffff; }

.tx-grau { color: #333; }

.tx-blau { color: #505D6D; }

.tx-digital-blau { color: #2d3641; }

.tx-sand { color: #cbc4aa; }

.tx-gruen { color: #b2cd35; }

.tx-red { color: rgba(181,0,3,1.00)}

a .tx-weiss { color: #ffffff; }

a .tx-grau  { color: #333; }

a .tx-sand  { color: #cbc4aa; }

a .tx-blau { color: #505D6D; }


.tx-weiss a { color: #cbc4aa; }

a.tx-blau:hover,
a.tx-sand:hover { color: #505D6D; }
.blau a.tx-sand:hover { color: #fff; }
a.tx-weiss:hover { color: #cbc4aa; }
a.tx-gruen:hover { color: #fff; }
a.tx-button-weiss:hover { color: #fff; }


.box-shadow {
		-webkit-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
	box-shadow: 5px 5px 5px -5px rgba(0,0,0,0.75);
}

/* ---------------------------------- AUFLISTUNG ----------------------------------*/

.pfeil-liste li {
	list-style: none;
	padding: 5px;
	padding-left: 25px;
	display: block;
	background-image: url(../grafik/pfeile.svg);
	background-position: left top 7px;
	background-repeat: no-repeat;
	background-size: 17px;
}

.punkt-liste li {
	list-style: none;
	padding: 5px;
	padding-left: 18px;
	display: block;
	background-image: url(../grafik/punkt.svg);
	background-position: left top 6px;
	background-repeat: no-repeat;
	background-size: 9px;
}

/* ---------------------------------- CLAIM TITEL ----------------------------------*/

.claim {
	position:absolute;
	right: 12%;
	top: 50%;
        max-width: 38%;
}

h3.claim-schatten, p.like-h3.claim-schatten {
	font-size: 200%;
	-webkit-text-shadow: 0.1em 0.1em 0.05em #333;
	-moz-text-shadow: 0.1em 0.1em 0.05em #333;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.augenhoehe {
	width: 20vw;
	float: right;
-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.erfolge {
	width: 13vw;
	float: right;
-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}


/* ---------------------------------- BESONDERE CLASSEN----------------------------------*/

.kreis {
  border-radius: 50%;
}

.branchen {
	float: left;
	padding-right: 30px;
}

.branchen img {
	width: 100px;
	padding-bottom: 15px;
}

.icon, .icon-d {
	width: 150px;
}

.i-99 {
	background-image: url(../grafik/zeichen.svg);
	background-position: right 20%;
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 1em;
	display: inline-block;
	
}

.i-99-w {
	background-image: url(../grafik/zeichen-w.svg);
	background-position: right 20%;
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 1em;
	display: inline-block;
	
}

.button {
	background-image: url(../grafik/pfeile.svg);
	background-position: right 5px center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 1.7em;
	display: inline-block;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button:hover {
	background-position: right 0px center;
}

.button-gruen{
	display:inline-block;
	padding:10px;
	background-color:#b2cd35;
	color:#505D6D;
   	font-size: 110%;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #b2cd35;
	}
		
.button-gruen:hover{
	background-color:#505D6D;
	color:#b2cd35;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #b2cd35;
	}

.button-gruen-large{
	display:inline-block;
	padding:10px;
	background-color:#b2cd35;
	color:#505D6D;
   	font-size: 150%;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #b2cd35;
	}
		
.button-gruen-large:hover{
	background-color:#505D6D;
	color:#b2cd35;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #b2cd35;
	}
	
.button-sand{
	display:inline-block;
	padding:10px;
	background-color:#cbc4aa;
	color:#505D6D;
   	font-size: 110%;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #cbc4aa;
	}
		
.button-sand:hover{
	background-color:#505D6D;
	color:#b2cd35;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #cbc4aa;
	}
	



_:-ms-lang(x),
	.i-99 {
	background-image: url(../grafik/zeichen.svg);
	background-position: right 20%;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	padding-right: 1.2em;
	display: inline-block;
	}

_:-ms-lang(x),
	.button { 
	background-image: none;
	background-position: right 5px center;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	padding-right: 1.7em;
	display: inline-block;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	}/* IE11 */

.erfolg-height {
	min-height: 340px;
}

.icon-height {
	min-height: 250px;
}	

.digital-down {
	width: 100%;
	margin: auto;
	position: absolute;
	bottom: 5%;
	text-align: center;
}

.mouse-down {
	width: 50px;
	margin: auto;
}


.mouse-down > a img {
	padding-top: 0px;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mouse-down > a:hover img {
	padding-top: 10px;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ecke-weiss {
  width: 0;
  height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
  border-right: 6vw solid transparent;
  border-bottom: 6vw solid #fff;
}

.ecke-blau-digital {
  width: 0;
  height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
  border-right: 6vw solid transparent;
  border-bottom: 6vw solid #2d3641;
}

.ecke-xl-blau {
  width: 0;
  height: 0;
  border-left: 17vh solid transparent;
  border-top: 65vh solid rgba(92, 106, 124, 0.9);
	position: absolute;
	bottom: 0;
	right: 50%;
}

.cd-partner {
	display: inline-block;
}
/* ---------------------------------- AUSKLAPPEN ----------------------------------*/



.ac-box {
	display:block;
	position: relative;
}

.ac-button {
	font-family: 'barlow-condensed-regular';
	font-weight: normal;
	font-size: 150%;
	display: inline-block;
	
}

.open::after {
		background-image: url(../grafik/kreuz.svg);
	background-position: right 5px center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	right: 0px;
	width: 30px;
	height: 30px;
	transform: rotate(135deg);
				-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.closed::after {
	background-image: url(../grafik/kreuz.svg);
	background-position: right 5px center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	right: 0px;
	width: 30px;
	height: 30px;
				-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}


.ac-tx { display:none; }


.ac-button h3,
.ac-button .like-h3 {
	font-family: 'barlow-condensed-regular';
	font-weight: normal;
	font-size: 110%;
	display: inline-block;
   text-transform: uppercase;
	
}	

/* - - - - - - - - - - - VIDEO CONTAINER -- - - - - - - - - - - - */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
	


/* ---------------------------------- TERMINE - SEMINARE ----------------------------------*/

.termin-datum {
   font-size:110%;
   color: #cbc4aa;
   float: left;
   min-width: 100px;
   max-width: 25%;
   padding: 0px 0% 3px 0px;
   margin: 0px 3% 0px 0px;
   border: 2px solid #cbc4aa;
}


.termin-datum h2{
   font-size:160%;
   font-weight: 500;
   display: block;
   padding: 2px ;
   background-color: #cbc4aa;
}

.live-termin {
   font-size:110%;
   color: #cbc4aa;
   float: right;
   min-width: 95px;
   max-width: 25%;
   padding: 0px 0% 3px 0px;
   margin: 0px 0px 0px 15px;
   border: 2px solid #cbc4aa;
}

.live-termin h2{
   font-size:160%;
   font-weight: 500;
   display: block;
   padding: 2px ;
   background-color: #cbc4aa;
}

.beendet {
    position: absolute;
    width: 215px;
    transform: rotate(-4deg);
    right: 2%;
    top: 22%;
    opacity: 80%;
}

.buchen {
   font-size:110%;
   color: #cbc4aa;
   float: left;
   min-width: 100px;
   max-width: 25%;
   padding: 0px 0% 3px 0px;
   margin: 0px 3% 0px 0px;
   border: 2px solid #cbc4aa;
	position: absolute;
	right: 0;
	bottom: 45%;
}

.termin-datum-digital {
   font-size:110%;
   color:  #b2cd35;
   display: inline-block;
   min-width: 100px;
   max-width: 25%;
   padding: 0px 0% 3px 0px;
   margin: 0px 3% 0px 0px;
   border: 2px solid #b2cd35;
}

.termin-datum-digital h2{
   font-size:160%;
   font-weight: 500;
   display: block;
   padding: 2px ;
   background-color: #b2cd35;
}


.button-rahmen {
	background-image: url(../grafik/pfeile.svg);
	background-position: right 5px center;
	background-size: 25px;
	background-repeat: no-repeat;
	padding:2% 2em 2%  3% ;
	display: inline-block;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	border: 1px solid #505D6D;
}

.button-rahmen:hover {
	background-color: #505D6D;
	color: #fff;
}


.box-unternehmen.blau { background-color: #cbc4aa; }

.box-unternehmen.tx-sand { color: #505D6D;}

.box-unternehmen .termin-datum {   color:#505D6D;   border: 2px solid #505D6D;}

.box-unternehmen .termin-datum h2{   background-color: #505D6D; color:#cbc4aa; }

/* ---------------------------------- FORMULAR ----------------------------------*/



.form, .form .f-input, .form ledgend, .form .f-info, .form .f-radio{
	color:#505D6D;
	font-size:110%;
	font-weight:500;
	}

label .tx-small {
	font-size: 80%;
}



.f-input{
	width:48%;
	padding:1.5%;
	margin:1%;
	background-color:#fff;
	border: 1px solid #fff;
   float:left;
	}

.f-input-code{
	width:48%;
	padding:1.5%;
	margin:1%;
	background-color:#fff;
	border: 1px solid #fff;
   float:none;
	}

.kasten_suche_error {
	width:48%;
	padding:2%;
	margin:1%;
   float:left;
	border: 1px solid #C00;
	background-color: #EBEBEB;
}

.f-radio{
	color:#fff;
	background-color:#505D6D;
	border: 0px solid #0175BD;
	padding:2%;
	}

.f-info{
	background-color:#505D6D;
	border: 0px solid #0175BD;
	padding:2%;
	}

.f-input-digital{
	color:#b2cd35;
	width:48%;
	padding:2%;
	margin:1%;
	background-color:#fff;
	border: 1px solid #fff;
   float:left;
}

.f-info-digital{
	background-color:#2d3641;
	border: 0px solid #0175BD;
	padding:2%;
	}

.f-radio-digital{
	color:#fff;
	background-color:#2d3641;
	border: 0px solid #0175BD;
	padding:2%;
	font-size: 100%;
	}

.f-radio-digital label {
	font-size: 90%;
	}

.f-radio a:hover{
	color:#2d3641;
	font-size:100%;
	}

.f-label{
	width:150px;
	margin:auto;
	}
	
.f-auswahl{
	width:48%;
	padding:2%;
	margin:1%;
	background-color:#FFF;
	color:#505D6D;
	}

#blind,
#blind2 {
	display: none;
}

.kasten_suche_box_error {
	border: 1px solid #C00;
}

.hamster {
	width: 100%;
	height: 1px;
	border: 0px;
	padding:0%;
	margin:0px;
}

#content.kasten_suche_error,
#content.kasten_suche {
	width: 100%;
	height: 1px;
	border: 0px;
	padding:0%;
	margin:0px;
}

/* remove standard-styles */


select {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border:none;
 border-radius: 0;
} 

select{
 border:none;
 border-radius: 0;
 font-size: 110%;
   line-height: 120%;
 background-image:url("../grafik/pfeil-down.svg");
 background-position: right;
 background-repeat: no-repeat;
 background-size: 35px;
	background-color:#505D6D;
	color:#D3C79E;
	}
	
.f-button{
	display:inline-block;
	padding:10px;
	margin:55px 10px 20px 0px;
	background-color:#505D6D;
	color:#D3C79E;
   font-size: 110%;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #D3C79E;
	}
		
.f-button:hover{
	background-color:#D3C79E;
	color:#505D6D;
	transition:0.3s;
	border: 1px solid #D3C79E;
	}

.f-button-gruen{
	display:inline-block;
	padding:10px;
	background-color:#505D6D;
	color:#b2cd35;
   font-size: 110%;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #b2cd35;
	}
		
.f-button-gruen:hover{
	background-color:#b2cd35;
	color:#505D6D;
	transition:0.3s;
	border: 1px solid #b2cd35;
	}


/* remove standard-styles */
input {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border:none;
 border-radius: 0;
 font-size: 1em;
} 

/* graceful degradation for ie8 */
input[type='checkbox'] {
 width:auto;
 float:left;
 margin-right: .75em;
 background:transparent;
 border:none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked) {
 background: transparent;
 position: relative;
 visibility: hidden;
 margin:0;
 padding:0;
}

input[type='checkbox'] + label {
 cursor: pointer;
}




input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before{
   content:' ';
   display:inline-block;
   width: 17px;
   height:17px;
   position: relative;
   top:1px;
   border: 1px solid #D3C79E;
   background: #505D6D;
   margin-right: 0.5em;
   box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}



input[type='checkbox']:checked  + label::before {
  background:#D3C79E;
 box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type='checkbox'].kasten_suche_error + label::before {
	border: 1px solid #C00;
}


/* ---------------------------------- IMAGES----------------------------------*/


.header-index {
	background-image: url(../image/header-image/rqp-karriere.jpg);
	background-size: cover;
	background-position: center;
}

.header-unternehmen {
	background-image: url(../image/header-image/rqp-unternehmen.jpg);
	background-size: cover;
	background-position: center;
}

.header-berater {
	background-image: url(../image/header-image/rqp-berater.jpg);
	background-size: cover;
	background-position: center;
}


.header-kredit {
	background-image: url(../image/header-image/rqp-kredit.jpg);
	background-size: cover;
	background-position: center;
}

.hg-kontakt {
	background-image: url(../image/header-image/kontakt.jpg);
	background-size: cover;
	background-position: left bottom;
}


.hg-netzwerk {
	background-image: url(../image/inhalt/netzwerk.jpg);
	background-size: cover;
	background-position: center center;
}

.hg-digital {
	background-image: url("../image/header-image/digitalisierung.jpg");
	background-size: cover;
	background-position: center;
}

.hg-firmenwertcheck {
	background-image: url("../image/header-image/firmenwertcheck.jpg");
	background-size: cover;
	background-position: center;
}

.hg-fkb {
	background-image: url("../image/header-image/fkb-header.jpg");
	background-size: cover;
	background-position: center;
}

.hg-fkb-dark {
	background-image: url("../image/header-image/fkb-header-dark.jpg");
	background-size: cover;
	background-position: center;
}


.hg-pool {
	background-image: url(../image/inhalt/beraterpool.jpg);
	background-size: cover;
	background-position: center center;
}

.hg-foerderung {
	background-image: url(../image/inhalt/foerderung.jpg);
	background-size: cover;
	background-position: center bottom;
}

.hg-zertifikat {
	background-image: url(../image/inhalt/zertifikat.jpg);
	background-size: cover;
	background-position: center center;
}


.hg-berater-unternehmen {
	background-image: url(../image/inhalt/berater-unternehmen.jpg);
	background-size: cover;
	background-position: center bottom;
}

.hg-rqp-webinar {
	background-image: url("../image/inhalt/rqp-webinar-monitor.jpg");
	background-size: cover;
	background-position: center bottom;
}


.hg-berater-berater {
	background-image: url(../image/inhalt/berater-berater.jpg);
	background-size: cover;
	background-position: center bottom;
}

.hg-berater-kredit {
	background-image: url(../image/inhalt/berater-kredit.jpg);
	background-size: cover;
	background-position: center bottom;
}

.hg-expertenakademie {
	background-image: url(../image/header-image/expertenakademie.jpg);
	background-size: cover;
	background-position: center center;
}

.hg-partner {
	background-image: url(../image/header-image/rqp-partner.jpg);
	background-size: cover;
	background-position: center center;
}



.hg-erfolgsgeschichten {
	background-image: url(../image/header-image/erfolgsgeschichten.jpg);
	background-size: cover;
	background-position: left center;
}

.hg-team {
	background-image: url(../image/header-image/rqp-team.jpg);
	background-size: cover;
	background-position: center center;
}

.hg-beirat {
	background-image: url(../image/header-image/rqp-beirat.jpg);
	background-size: cover;
	background-position: center center;
}

.hg-rqp {
	background-image: url(../image/header-image/rqp-kiel.jpg);
	background-size: cover;
	background-position: left center;
}


.hg-leistung {
	background-image: url(../image/header-image/rqp-leistung.jpg);
	background-size: cover;
	background-position: center center;
}



/* ---------------------------------- FOOTER ---------------------------------- */

footer {
	width: 100%;
}

.footerbox {
	padding-right: 4.5%;
}

footer h3,
footer .like-h3 {
	font-size: 145%;
}

footer a {
		color: #FFFFFF;
	}

.logo-footer {
	width: 130px;
	padding-bottom: 20px;
}

.logo-icon-footer {
	width: 40px;
	max-height: 40px;
	margin-right: 25px;
	margin-bottom: 20px;
	float: left;
}

.icon-itq {
	width: 340px;
	padding-left: 30px;
}

/* ---------------------------------- UP SCROLLER  ---------------------------------- */

.scrollup {
    width:40px;
    height:40px;
    position:fixed;
	z-index:30;
    bottom:60px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url(../grafik/icon_top.png) no-repeat;
}


@media only screen and (min-width: 2200px) { 
	
/* ---------------------------------- HEADER ---------------------------------- */

header {
	width: 350px;
	height: 170px;
	background-color: #505D6D;
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 9999;
		-webkit-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
}

.header-trenner {
	width: 100%;
	height: 200px;
	clear: both;
}

/* ---------------------------------- Logo ---------------------------------- */

.logo img {
	width: 70%;
	padding-top: 7%;
	padding-left: 7%;
}

/* ---------------------------------- Burger ---------------------------------- */


.burger-box {
	display:block;
	width: 40px;
	height: 40px;
	padding-right: 15px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #505D6D;
}

.burger {
	width: 32px;
	height: 4px;
	background-color: #cbc4aa;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50% );
	
}

.burger::before,
.burger::after {
	content: "";
	position: absolute;
	width: 32px;
	height: 4px;
	background-color: #cbc4aa;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.burger::before {
	top: -8px;
}


.burger::after {
	top: 8px;
}


/* ---------------------------------- Contact ---------------------------------- */

.contact-box {
	display:block;
	width: 60px;
	height: 40px;
	padding-bottom: 66px;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image:url(../grafik/phone-icon.svg);
	background-repeat:no-repeat;
	background-size: 70%;
	background-position: center top;
	background-color: #505D6D;
	border-bottom: 1px solid #FFF;
}

	
	
.main {
	max-width: 1750px;
	}	
/* ---------------------------------- BESONDERE CLASSEN ---------------------------------- */	
	
.erfolg-height {
	min-height: 365px;
}
	
.icon-height {
	min-height: 260px;
}	

/* ---------------------------------- TEXTE ---------------------------------- */
h1, .like-h1 {font-size: 340%;}
	

h2 {font-size: 160%;}

h3, .like-h3 {font-size: 190%;}

p { font-size: 110%; }

.tx-large  { font-size: 130%; }

a { font-size: 120%; text-decoration: none; }


}
/* ------- ENDE 2200 ----- */

@media only screen and (max-width: 1480px) { 

/* ---------------------------------- BESONDERE CLASSEN----------------------------------*/
.button {
	background-image: url(../grafik/pfeile.svg);
	background-position: right 5px center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-right: 1.7em;
	display: inline-block;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.button:hover {
	background-position: right 0px center;
}

.branchen {
	float: left;
	padding-right: 18px;
}

.branchen img {
	width: 80px;
	padding-bottom: 15px;
}
	

	
}

@media only screen and (max-width: 1396px) { 
		
/* ---------------------------------- Zeichen ---------------------------------- */	

	.i-logo {
	width: 70px;
	height: auto;
	padding-bottom: 0px;
	padding-right: 15px;
	float: left;
}
	
	
/* ---------------------------------- BESONDERE CLASSEN----------------------------------*/

.branchen {
	float: none;
	width: 100%;
}

.branchen img {
	width: 70px;
	padding-bottom: 0px;
	float: left;
	padding-right: 10px;
}
	
	
} /* ------- ENDE 13960 ----- */



@media only screen and (max-width: 1396px) { 
	
/* ---------------------------------- HEADER ---------------------------------- */

header {
	width: 220px;
	height: 100px;
	background-color: #505D6D;
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 9999;
		-webkit-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
}

.header-trenner {
	width: 100%;
	height: 135px;
	clear: both;
}

.expertenakademie-logo{
   width:60%;
    max-width: 220px;
}

	
/* ---------------------------------- Burger ---------------------------------- */


.burger-box {
	display:block;
	width: 30px;
	height: 30px;
	padding-right: 15px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #505D6D;
}

.burger {
	width: 25px;
	height: 3px;
	background-color: #cbc4aa;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50% );
	
}

.burger::before,
.burger::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: #cbc4aa;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.burger::before {
	top: -6px;
}


.burger::after {
	top: 6px;
}

/* ---------------------------------- Logo ---------------------------------- */

.logo img {
	width: 67%;
	padding-top: 5%;
	padding-left: 7%;
}	
	
/* ---------------------------------- Contact ---------------------------------- */

.contact-box {
	display:block;
	width: 40px;
	height: 30px;
	padding-bottom: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image:url(../grafik/phone-icon.svg);
	background-repeat:no-repeat;
	background-size: 70%;
	background-position: center top;
	background-color: #505D6D;
	border-bottom: 1px solid #FFF;
}	
	
	
/* ---------------------------------- SPALTEN ---------------------------------- */

.ct1 { width:8.33%; }

.ct2 { width:16.66%; }

.ct3 { width:25%; }

.ct4 { width:33.33%; }

.ct5 { width:41.66%; }

.ct6 { width:50%; }

.ct7 { width:58.33%; }

.ct8 { width:66.66%; }

.ct9 { width:75%; }

.ct10 { width:83.33%; }

.ct11 { width:91.66%; }

.ct12 {	width:100%; }

	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.ct-none { display: none; }
	
.ct-block { display: block; }	
	
	
/* ---------------------------------- TEXTE ---------------------------------- */


h1, .like-h1 {font-size: 235%;}
	
	
h1.tx-small { font-size: 190%; padding-top: 6px; }	
.like-h1.tx-small { font-size: 190%; }	

h2 {font-size: 120%;}

h3, .like-h3 {font-size: 145%;}	

p { font-size: 95%; }
i { font-size: 95%; }	
	
.tx-large  { font-size: 110%; }	
	
/* ---------------------------------- TRENNER ---------------------------------- */	

.trenner-50 {
	width: 100%;
	clear:both;
	height: 50px;
}

.trenner-25 {
	width: 100%;
	clear:both;
	height: 25px;
}

.trenner-10 {
	width: 100%;
	clear:both;
	height: 10px;
}
/* ---------------------------------- CLAIM TITEL ----------------------------------*/

.claim {
	position:absolute;
	right: 12%;
	bottom: 15%;
}

h3.claim-schatten, p.like-h3.claim-schatten {
	font-size: 150%;
	-webkit-text-shadow: 0.1em 0.1em 0.05em #333;
	-moz-text-shadow: 0.1em 0.1em 0.05em #333;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.augenhoehe {
	width: 20vw;
	float: right;
-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

/* ---------------------------------- BESONDERE CLASSEN----------------------------------*/
	
.erfolg-height {
	min-height: 300px;
}
	
.icon-height {
	min-height: auto;
}	
	
.icon-d {
	width: 120px;
}	
	
	
/* ---------------------------------- BUTTON ----------------------------------*/
	
	
.button-sand{
	display:inline-block;
	padding:4px 7px;
	background-color:#cbc4aa;
	color:#505D6D;
   	font-size: 95%;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #cbc4aa;
	}
		
.button-sand:hover{
	background-color:#505D6D;
	color:#b2cd35;
	text-decoration:none;
	transition:0.3s;
	border: 1px solid #cbc4aa;
	}
		
	
/* ---------------------------------- FOOTER ---------------------------------- */

.footerbox {
	padding-right: 4%;
}
	
	
footer h3,
footer .like-h3 {
		font-size: 130%;
	}	
	
.logo-footer {
	width: 110px;
	padding-bottom: 10px;
}	
	
.logo-braemer {
	width: 175px;
}	
		

} /* ------- ENDE 1280 ----- */



@media only screen and (max-width: 880px) { 

	
.weihnacht {
	background-image: url("../image/rqp-weihnacht-m.jpg");
	background-size: cover;
	background-position: center center;
}
    
.beendet {
    position: absolute;
    width: 180px;
    transform: rotate(-4deg);
    right: 2%;
    top: 23%;
    opacity: 80%;
}    
    
  
	
/* ---------------------------------- HEADER ---------------------------------- */

header {
	width: 100%;
	height: 50px;
	background-color: #505D6D;
	position: fixed;
	top:0px;
	left: 0px;
	z-index: 9999;
		-webkit-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
	-moz-box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
	box-shadow: 3px 0px 5px -4px rgba(0,0,0,0.75);
}

.header-trenner {
	width: 100%;
	height: 70px;
	clear: both;
}

	
.header-height {
	min-height: 310px;
	}	
	
.header-height-spacer {
			margin-top: 50px;
	}	
	
.tx-header-box {
	margin-top: 50px;
	min-height: 310px;
	}
	
.ecke-xl-blau {
  width: 0;
  height: 0;
  border-left: 17vh solid transparent;
  border-top: 90vh solid rgba(92, 106, 124, 0.9);
	position: absolute;
	bottom: 0;
	right: 50%;
}
/* ---------------------------------- Burger ---------------------------------- */


.burger-box {
	display:block;
	width: 30px;
	height: 30px;
	padding-right: 15px;
	position: absolute;
	bottom: 10px;
	right: 25px;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-color: #505D6D;
}

.burger {
	width: 25px;
	height: 3px;
	background-color: #cbc4aa;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50% );
	
}

.burger::before,
.burger::after {
	content: "";
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: #cbc4aa;
		-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.burger::before {
	top: -6px;
}


.burger::after {
	top: 6px;
}


/* ---------------------------------- Contact ---------------------------------- */

.contact-box {
	display:block;
	width: 55px;
	height: 30px;
	padding-bottom: 0px;
	padding-right: 20px;
	position: absolute;
	top: 10px;
	right: 80px;
	z-index:9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background-image:url(../grafik/phone-icon.svg);
	background-repeat:no-repeat;
	background-size: 55%;
	background-position: left top;
	background-color: #505D6D;
	border-bottom: 0px solid #FFF;
	border-right: 1px solid #FFF;
}	
	
/* ---------------------------------- Logo ---------------------------------- */

.logo img {
	width: 115px;
	padding-top: 10px;
	padding-left: 5%;
}	
	
	.expertenakademie-logo{
   width:40%;
    margin: auto;
    padding-bottom: 2%;
}	


	/* ---------------------------------- CLAIM TITEL ----------------------------------*/

.claim {
	position:absolute;
	right: 5%;
	bottom: 15%;
}

	
/* ---------------------------------- SPALTEN ---------------------------------- */

.cm1 { width:8.33%; }

.cm2 { width:16.66%; }

.cm3 { width:25%; }

.cm4 { width:33.33%; }

.cm5 { width:41.66%; }

.cm6 { width:50%; }

.cm7 { width:58.33%; }

.cm8 { width:66.66%; }

.cm9 { width:75%; }

.cm10 { width:83.33%; }

.cm11 { width:91.66%; }

.cm12 {	width:100%; }
	
	
.cm-cr { float: right; }
	
.cm-cl { float: left; }

.cm-cc { float: none; margin: auto; }
    
.cm-txr {text-align: right;}
    
.cm-txl {text-align: left;}
	
.cm-txc {text-align: center;}
		
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cm-none { display: none; }
	
.cm-block { display: block; }
	
.cm-fullclear { display: block; }	
	
	
/* ---------------------------------- ABSTÄNDE ---------------------------------- */

.mg-15 {
	padding-left: 10px;
	padding-right: 10px;
}
.mg-25 {
	padding-left: 15px;
	padding-right: 15px;
}
	

.erfolg-height {
    min-height: 280px;
}
	
/* ---------------------------------- BOX MIDDEL ---------------------------------- */
	
.bm-clear {
	position: static;
	top:0%;
	transform: translateY(-0%);
	-webkit-transform: translateY(-0%);
	
	}	
	
/* ---------------------------------- TEXTE ---------------------------------- */


h1, .like-h1 {font-size: 200%;}

h1.tx-digital, .like-h1.tx-digital { font-size: 8vw; }	
	
h1.tx-small, .like-h1.tx-small { font-size: 180%; }	

h2 {font-size: 120%;}

h3, .like-h3 {font-size: 140%;}	

p { font-size: 95%; }
i { font-size: 95%; }	
	
.tx-large  { font-size: 100%; }	
	
/* ---------------------------------- IMAGE ---------------------------------- */	
.hg-kontakt {
	background-image: url(../image/header-image/kontakt-m.jpg);
	background-size: cover;
	background-position: left bottom;
}

.hg-expertenakademie {
	background-image: url(../image/header-image/expertenakademie-m.jpg);
	background-size: cover;
	background-position: center center;
}

.hg-partner {
	background-image: url(../image/header-image/rqp-partner-m.jpg);
	background-size: cover;
	background-position: center center;
}


.hg-erfolgsgeschichten {
	background-image: url(../image/header-image/erfolgsgeschichten-m.jpg);
	background-size: cover;
	background-position: left center;
}

.hg-team {
	background-image: url(../image/header-image/rqp-team-m.jpg);
	background-size: cover;
	background-position: center center;
}

.hg-beirat {
	background-image: url(../image/header-image/rqp-beirat-m.jpg);
	background-size: cover;
	background-position: center center;
}

.hg-rqp {
	background-image: url(../image/header-image/rqp-kiel-m.jpg);
	background-size: cover;
	background-position: left center;
}


.hg-leistung {
	background-image: url(../image/header-image/rqp-leistung-m.jpg);
	background-size: cover;
	background-position: center center;
}
	
/* ---------------------------------- FOOTER ---------------------------------- */

.footerbox {
	padding-right: 4%;
	width: 50%;
}
	
	
footer h3,
footer .like-h3 {
		font-size: 130%;
	}	
	
.logo-footer {
	width: 110px;
	padding-bottom: 10px;
}	
	
	
} /* ------- ENDE 880 ----- */
@media only screen and (min-width: 560px) { 
	.header-stoerer {
		position: absolute;
	}
}

@media only screen and (max-width: 560px) { 
	.header-stoerer img {
		margin-left: auto;
		margin-right: auto;
	}

.job-text {
         left: 20px;
         top: 15%;
         max-width: calc(100% - 40px);
}
	
.logo-full {
	width: 100%;
}	
	
.digital-teaser {
	background-image: url("../image/teaser/cordes-rieger-m.jpg");
	background-size: cover;
	background-position: center;
}
	
.rqp-teaser {
	background-image: url("../image/teaser/RQP-Froehliche-Weihnachten-m.jpg");
	background-size: cover;
	background-position: center;
}	
	
.teaser {
	background-image: url("../image/teaser/teaser-rossi-m.jpg");
	background-size: cover;
	background-position: center;
}	
	
.krise-teaser {
	background-image: url("../image/header-image/krisen-foerderung-m.jpg");
	background-size: cover;
	background-position: center;
}	
    
.beendet {
    position: absolute;
    width: 150px;
    transform: rotate(6deg);
    right: 4%;
    top: 8%;
    opacity: 80%;
}
	
/* ---------------------------------- HEADER ---------------------------------- */
	
.header-height  {
	min-height: 150px;
}	


.danke-seite-header-height  {
	min-height: 500px;
}

.home .header-height  {
        height: calc(100vh - 50px) !important;
}

.tx-header-box {
	position: relative;
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	min-height: auto;
	margin-top: 0;
}
		
/* ---------------------------------- LOGO ---------------------------------- */

.logo img {
	width: 100px;
	padding-top: 10px;
	padding-left: 5%;
}	
	
.expertenakademie-logo{
   width:60%;
    max-width: 180px;
}

/* ---------------------------------- SPALTEN ---------------------------------- */

.cs1 { width:8.33%; }

.cs2 { width:16.66%; }

.cs3 { width:25%; }

.cs4 { width:33.33%; }

.cs5 { width:41.66%; }

.cs6 { width:50%; }

.cs7 { width:58.33%; }

.cs8 { width:66.66%; }

.cs9 { width:75%; }

.cs10 { width:83.33%; }

.cs11 { width:91.66%; }

.cs12 {	width:100%; }
		
.main {	width: 90%; }	
	
.cs-cr { float: right; }
	
.cs-cl { float: left; }

.cs-cc { float: none; margin: auto; }
    
.cs-txr {text-align: right;}
    
.cs-txl {text-align: left;}
    
.cs-txc {text-align: center;}
	
	
/* ---------------------------------- EIN - AUSBLENDEN ---------------------------------- */
	
.cs-none { display: none; }
	
.cs-block { display: block; }	
		
/* ---------------------------------- FARBEN ---------------------------------- */
	
.blau-a { background:rgba(92, 106, 124, 1)}	
	
/* ---------------------------------- BOX MIDDEL ---------------------------------- */
	
.cs-bm-clear {
	position: static;
	top:0%;
	transform: translateY(-0%);
	-webkit-transform: translateY(-0%);
	
	}	
	
/* ---------------------------------- BESONDERE ELEMENTE---------------------------------- */	

.ecke-weiss {
  width: 0;
  height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
  border-right: 12vw solid transparent;
  border-bottom: 12vw solid #fff;
}
	
.erfolg-height {
	min-height: auto;
}
	
.icon {
	width: 120px;
}	
	
.mouse-down-mobil {
	width: 50px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	top:45%;
}

.mouse-down-mobil > a img {
	padding-top: 0px;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mouse-down-mobil > a:hover img {
	padding-top: 5px;
		-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}	
	
.live-termin {
   font-size:110%;
   color: #cbc4aa;
   float: none;
   min-width: 95px;
   max-width: 25%;
   padding: 0px 0% 3px 0px;
   margin: auto;
   border: 2px solid #cbc4aa;
	clear: both;
}


/* ---------------------------------- FORMULAR ---------------------------------- */

.f-input,
.f-input-code,
.f-auswahl{
	width:100%;
    font-size: 95%;
	float: none;
	}
.form .f-input{
    font-size: 95%
	}	
	
	
/* ---------------------------------- ---------------------------------- */

.buchen {
   font-size:110%;
   color: #cbc4aa;
   float: none;
   min-width: 100px;
   max-width: 25%;
   padding: 0px 0% 3px 0px;
   margin: auto;
	margin-bottom: 10px;
	margin-top: 20px;
   border: 2px solid #cbc4aa;
	position: relative;
	right: 0;
	bottom:0;
	
}
	
/* ---------------------------------- ABSTÄNDE ---------------------------------- */

.mg-15 {
	padding-left: 0px;
	padding-right: 0px;
}
.mg-25 {
	padding-left: 15px;
	padding-right: 15px;
}


/* ---------------------------------- IMAGES ---------------------------------- */

	.header-index {
	background-image: url(../image/header-image/rqp-karriere-m.jpg);
	background-size: cover;
	background-position: center;
}

.header-unternehmen {
	background-image: url(../image/header-image/rqp-unternehmen-m.jpg);
	background-size: cover;
	background-position: center;
}

.header-berater {
	background-image: url(../image/header-image/rqp-berater-m.jpg);
	background-size: cover;
	background-position: center;
}


.header-kredit {
	background-image: url(../image/header-image/rqp-kredit-m.jpg);
	background-size: cover;
	background-position: center;
}
	
	
/* ---------------------------------- CLAIM TITEL ----------------------------------*/

.claim {
	position:absolute;
	right: 20px;
	bottom: 3%;
        top: auto;
        width: calc( 100% - 40px);
        max-width: 100%;
}

h3.claim-schatten, p.like-h3.claim-schatten {
	font-size: 160%;
	-webkit-text-shadow: 0.1em 0.1em 0.05em #333;
	-moz-text-shadow: 0.1em 0.1em 0.05em #333;
	text-shadow: 0.1em 0.1em 0.05em #333;
}

.augenhoehe {
	width: 100%;
	float: right;
-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.erfolge {
	width: 24vh;
	float: right;
-webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}


/* ---------------------------------- UP SCROLLER  ---------------------------------- */

.scrollup {
    width:40px;
    height:40px;
    position:fixed;
	z-index:30;
    bottom:0px;
    right:0px;
    display:none;
    text-indent:-9999px;
    background: url(../grafik/icon_top.png) no-repeat;
}
	
	
/* ---------------------------------- FOOTER ---------------------------------- */

.footerbox {
	padding-right: 0%;
	width: 100%;
}
	
	
footer h3,
footer .like-h3 {
		font-size: 130%;
	}	
	
.logo-footer {
	width: 110px;
	padding-bottom: 10px;
}	
	
.logo-icon-footer {
	width: 40px;
	max-height: 40px;
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
}

.icon-itq {
	width: 300px;
	padding-left: 0px;
}	
	
} /* ------- ENDE 560 ----- */

@media only screen and (min-width: 720px) {
	.pr-large-dk {
  		padding-right: 50px;
	}	
}