/*
	Allgemein
*/

html {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body {
	font-family: "Helvetica", Helvetica, Arial, sans-serif;
	-webkit-appearance: none;
}


/* 
	Custom Classes
*/

.bg-hellblau{
	background: #60ccff;
}

.text-hellblau{
	color: #60ccff;
}

.bg-dunkelblau{
	background: rgb(56,84,117);
}
.bg-hellgrau{
	background: #eee;
}

.text-dunkelblau{
	color: #b10062;
}

.text-dunkelgrau{
	color: rgb(34,34,34);
}
.text-brombeer{
	color: #b10062;
}

.html-bg {
	background-color: #60ccff;
}

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


.overflow-hidden{
	overflow: hidden;
}

.custom-bullets li::before{
	height: 1.3em;
	width: 1.3em;
	background: url(../img/bulletpoint.svg);
	border-radius: 100%;
	display: inline-block;
	content: '';
	margin-right: 15px;
	position: absolute;
	left: 0;
	top: 1px;
}

.list-unstyled li,
.custom-bullets li{
	line-height: 1.4em;
	margin-bottom: 0.3em;
	font-size: 18px;
	padding-left: 2em;
	position: relative;
}
.custom-list li {
	padding-left: 1em;
}
.custom-list strong {
	position: absolute;
	top: 0;
	left: 0;
}
/*	
	Typografie
*/

.mb-6 {
	margin-bottom: 1em;
}
/*
.infos { 
	width: 220px;
	margin: auto;
}
*/
.newsletterWrapp div {
	display: inline-block;
	vertical-align: top;
	
}
.newsletterWrapp input[type="email"] {
	display: inline-block;
	padding: 10px!important;
	border: none!important;
	margin: 5px!important;
	width: 300px;
	height: 50px;
	vertical-align: top;
}
.newsletterWrapp button {
	border-radius: 0!important;
	background-color: #b10062!important;
	margin: 5px!important;
	width: 300px;
	font-size: 20px;
	font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
	vertical-align: top;
}
.newsletterWrapp button:hover {
	background-color: #7e0046!important;
}
.newsletterWrapp button:focus,
.newsletterWrapp input:focus {
	outline: none;
}


.newsletterWrapp .divWrap:last-child  {
	display: block;
	margin-top: 10px;
}
.newsletterWrapp input[type="checkbox"] {
	margin-right: 10px;
}
.newsletterWrapp a {
	color: #b10062;
	text-decoration: none;
}
.newsletterWrapp a:hover{
	color:#7e0046;
	cursor:pointer;
}




h1,
h2{
	font-family: "Helvetica Neue Condensed Light", Helvetica, Arial, sans-serif;

	font-size: 34px;
	/*text-transform: uppercase;*/
	color: #b10062;
	position: relative;
	/*margin-bottom: 1em;*/
}
/*
h1::before,
h2::before{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f054";
	font-size: 1em;
	margin-right: 10px;
	position: absolute;
	left: -0.8em;
	top: 0;
}
*/
p{
	font-size: 18px;
	margin-bottom: 1.4em;
}

.py-6{
	padding: 3rem 0;
}
.pt-6{
	padding-top: 3rem;
}
.pb-6{
	padding-bottom: 3rem;
}

.my-6{
	margin: 3rem 0;
}
.mt-6{
	margin-top: 3rem;
}
.mb-6{
	margin-bottom: 3rem;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-40 {
	margin-left: 40px;
	line-height: 20px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.mb-sm-0{
		margin-bottom:0;
	}
} 
h5,
strong {
	font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
	font-weight: normal;
}


.w30 {
	width: 30%;
}
.w70 {
	width: 70%;
}
.w50 {
	width: 50%;
}

.comicHead {
	margin:0 auto 10px auto;
	display: block;
	max-width: 300px;
	width: 60%;
	z-index: 3;
	position: relative;
	/*padding: 0 15px;*/
}

.heldOben {
	margin:0 auto 0px auto;
	display: block;
	max-width: 300px;
	width: 60%;
	height: 130px;
	z-index: 3;
	position: relative;
	box-sizing: content-box;
	
}

.held1 {
	height: 100px;
	padding-bottom: 50px;
}
.held2 {
	height: 80px;
	padding-top: 70px;
}
.held3 {
	padding-top: 20px;
}
@media only screen and (max-width: 992px) {
	.held1 {
		height: 120px;
		padding-bottom: 30px;
	}
	.held2 {
		height: 100px;
		padding-top: 30px;
	}
	.held3 {
		margin-top: 30px;
		padding-top:0;
	}
}


.personDes {
	position: relative;
	z-index: 2;
}
@media only screen and (max-width: 992px) {
	.pb-md-3{
		padding-bottom: 3rem
	}
}
@media only screen and (min-width: 1200px) {
	.pt-lg-4{
		padding-top: 4rem;
	}
	.py-6{
		padding: 6rem 0;
	}
	.pt-6{
		padding-top: 6rem;
	}
	.pb-6{
		padding-bottom: 6rem;
	}
	
	
	h1{
		font-size: 48px;
		line-height: 44px;
	}
	
	h2{
		font-size: 44px;
	}
	
	h1::before,
	h2::before{
		font-weight: 900; 
		font-size: 1em;
	}
	
	p{
		font-size: 20px;
		margin-bottom: 1.4em;
	}
	
	.list-unstyled li,
	.custom-bullets li{
		line-height: 1.4em;
		font-size: 20px;
		padding-left: 2em;
	}
	.custom-list li {
		padding-left: 1em;
	}

}

a img:hover {
	border: none;
}
a:hover{
	text-decoration: none;
}

.laptop-titel {
	padding-bottom: 10px;
	color: #60ccff;
}
.laptop-titel strong {
	font-size: 20px;
	color: #60ccff;
}
.laptop {
	
	display: block;
	position: relative;
	z-index: 2;
}
.laptop-btn {
	text-align: center;
    font-size: 28px;
    display: inline-block;
    background-color: #b10062;
    color: #fff;
    width: 82%;
    height: 63px;
    line-height: 63px;
    border-radius: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.laptop-btn:hover {
	color: #fff;
	background-color: #7e0046;
}

p.balken {
	text-align: center;
    font-size: 28px;
    display: inline-block;
    background-color: #b10062;
    color: #fff;
    height: 63px;
    line-height: 63px;
    border-radius: none;
    padding: 0 20px;
}

.laptopWrap {
	margin-bottom: 25px;
	display: block;
	position: relative;
	overflow: hidden;
}

.laptopScreen {
	position:absolute;
	top: 5%;
    left: 11%;
    width: 78%;
	z-index: 1;
	
	-webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.desktop .laptopWrap:hover .laptopScreen {
	-webkit-transition: all 16s ease-out;
    -o-transition: all 16s ease-out;
    transition: all 16s ease-out;
    
    transform: translateY(-85%);
}
/*
.desktop .laptopWrap:hover .laptopScreen.finanz {
	transform: translateY(-85%);
}
.desktop .laptopWrap:hover .laptopScreen.arztpraxis {
	transform: translateY(-469px);
}
.desktop .laptopWrap:hover .laptopScreen.immobilienmakler {
	transform: translateY(-469px);
}
.desktop .laptopWrap:hover .laptopScreen.apotheke {
	transform: translateY(-469px);
}
.desktop .laptopWrap:hover .laptopScreen.versicherungsmakler {
	transform: translateY(-469px);
}
*/

.desktop .laptopWrap:hover .laptopScreen.reisen {
	transform: translateY(-81%);
}

/*
	jetzt anfragen
*/

.btn-brommbeer {
	text-align: center;
	font-size: 28px;
	display: inline-block;
	background-color: #b10062;
	color: #fff;
	width: 100%;
	max-width: 450px;
	height: 80px;
	line-height: 80px;
	border-radius: none;
		
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 567px) {
	.btn-brommbeer {
		height: auto;
		line-height: 30px;
		padding: 10px 5px;
	}
}
.btn-brommbeer:hover{ 
	color: #fff;
	background-color: #7e0046;
}
.anfrage-btn {
	width: 250px;
	height: 80px;
	line-height: 80px;
	background-color: #b10062;
	color: #fff;
	text-align: center;
	font-size: 28px;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.anfrage-btn:hover{ 
	color: #fff;
	background-color: #7e0046;
}

.buttonsWrapp {
	vertical-align: top;
	display: inline-block;
	width: 250px;
	height: 80px;
	margin-top: 4px;
}

.tel-btn {
	width: 250px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	color: #fff;
	background-color: #60ccff;
	margin-bottom: 4px;
	font-size: 16px;
}
.tel-btn:hover {
	color: #fff;
}
.tel-btn:before {
    font-family: 'FontAwesome';
    content: '\f095';
    margin-right: 5px;
    display: inline-block;	
    position: relative;
    top: 2px;
}
.mail-btn {
	width: 250px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	color: #fff;
	background-color: #60ccff;
	font-size: 16px;
}

.mail-btn:hover {
	color: #b10062;
}
.mail-btn:before {
    font-family: 'FontAwesome';
    content: '\f0e0';
    margin-right: 5px;
    display: inline-block;	
    position: relative;
    top: 2px;
}


.bg-hellblau .mail-btn,
.bg-hellblau .tel-btn  {
	color: #000;
	background-color: #fff;
}

.bg-hellblau .mail-btn:hover {
	color: #b10062;
}


/*
	Header
*/

#site-header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: #FFF;
	height: 100px;
}

#site-header .logo_top{
	display: block;
    width: 100%;
    height: auto;
    max-width: 158px;
}

#site-header .logo_top img{
	width: 100%;
}

.hamburger_wrapper{
	display: flex;
	align-items: center;
}

.hamburger_wrapper .menu_text{
	margin-right: 10px;
}

.hamburger .line{
  width: 40px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

#hamburger-11{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active{
  animation: smallbig 0.6s forwards;
}

@keyframes smallbig{
  0%, 100%{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
}

#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3){
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

/*	
	Sections
*/

#site-content{
	margin-top: 80px;
}

.imgWrapp{
	position: relative;
}	

.imgWrapp img{
	position: absolute;
	top: 0;
	left: 0;
}

.imgWrapp img:first-of-type{
	position: relative;
}



/*
	Intro	
*/
@media only screen and (max-width: 1200px) {
	.imgWrapp img.relative {
		position: relative;
	}
	/*#intro .imgWrapp img:first-of-type{
		position: absolute;
	}
	#intro .imgWrapp img{
		top: auto;
		bottom: 0;	
	}*/
	#mann_fragt_sich_kl {
		width: 200px;
	    margin: auto;
	    left: 50%;
	    margin-left: -80px;
	    bottom: 0;
	    position: relative;
	}
}






/* solution */
/*
#solution{
	padding-bottom: 0rem;
}

@media only screen and (max-width: 1200px) {
	#solution{
		padding-bottom: 0rem;
	}	
	#solution .imgWrapp img.relative{
		position: relative;
	}
	#solution .imgWrapp img{
		width: 200px;
	}
	
	#solution #lupe_detail_kl {
		right: -50px;
	    left: auto;
	    bottom: 0;
	    top: auto;
	    width: 70vw;
	    max-width: 300px;
	}
}

/* expertise */

#expertise{
	position: relative;
	z-index: 2;
}




#expertise .imgWrapp .captions .inner{
	position: relative;
	max-width: 1170px;
	margin: auto;
	display: block;
}

@media only screen and (max-width: 1200px) {
	#ritter_schild {
		position: relative;
	}
	/*#expertise .imgWrapp img {
		max-width: 120px;
		position: relative;
	}*/
	#expertise .imgWrapp {
		text-align: center;
	}
}

#expertise .imgWrapp{
	margin-bottom: -12px;
	z-index: 3;
}
@media only screen and (min-width: 797px) {
	#expertise .imgWrapp{
		margin-bottom: -15px;
	}
}
@media only screen and (min-width: 992px) {
	#expertise .imgWrapp{
		margin-bottom: -20px;
	}
}
@media only screen and (min-width: 1200px) {
	#expertise .imgWrapp{
		margin-bottom: -25px;
	}
}

@media only screen and (min-width: 1200px) {
	
	
	#ritter_schild {
		position: absolute;
	}
	
	#expertise .imgWrapp .captions{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#expertise .imgWrapp p:first-of-type{
		position: absolute;
		top: 25%;
		left: 15px;
	}
	
	#expertise .imgWrapp p:last-of-type{
		position: absolute;
		top: 70%;
		right: 15px;
		text-align: right;
	}

}



/* wuenschdesign */

	#wuenschdesign #mann_finger_oben{

		width: 100%;
	}
	#mann_finger_oben_kl {
		position: relative;
		width: 210px;
		left: 50%;
		margin-left: -105px;
	}
@media only screen and (min-width: 768px) {
	#wuenschdesign #mann_finger_oben{
		top: -18vw;
		position: absolute;
		width: 100%;
	}
	
	.mt-9 {
		margin-top: 9rem;
	}
 
}
@media only screen and (min-width: 1650px) {
	#wuenschdesign #mann_finger_oben{
		top: -18vw;
		max-width: 1650px;
		top: -19rem;
		left: 50%;
		margin-left: -825px;
	}
	
	.mt-9 {
		margin-top: 9rem;
	}
 
}



/* pakete */

#logo_weiss_kl {
	position: relative;
	width: 250px;
}
#mann_freut_sich_kl {
	width: 250px;
	position: relative;
}

@media only screen and (max-width: 535px) {
	#pakete .imgWrapp {
		text-align: center;
	
}

}
/**/

#chance-nutzen .btn{
    border: 3px solid #FFF;
    border-radius: 0;
    padding: 10px 10px 10px 38px;
    font-size: 18px;
    color: #FFF;
    position: relative;
    margin-left: 30px;
    white-space:normal;
}

#chance-nutzen .btn::before{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%, -50%);
	background: url(../img/check.svg);
	content: '';
}

#chance-nutzen .btn:hover{
	background: #FFF;
	color: rgb(56,84,117);
}
@media only screen and (min-width: 1200px) {
	#chance-nutzen .btn{
    	font-size: 40px;
    	padding: 15px 15px 15px 80px;
    	margin-left: 60px;
    }
    #chance-nutzen .btn::before{
		width: 120px;
		height: 120px;
	}
}



/* Bottom menu
    * --------------------------------------- */

    #footer {
        text-align: left;
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 0;
    }

	#footer a {
		display: inline-block;
		margin-right: 15px;
	}
     
    .imp {
        float: left;
        color: #fff;
    }

    .webD {
        float: right; 
        font-size: 12px;
        margin-top: 3px;
        
    }
     .webD a {
        color: #fff;
        font-size: 12px;  
    }
	.clear {
		clear: both;
	}
  
    .desktop .imp:hover,
    .desktop .webD a:hover {
        color: #000;
    }

@media only screen and (max-width: 767px) {
	.webD {
        float: none; 
       
    }
}
@media only screen and (max-width: 567px) {
	#footer a {
        float: none; 
        display: block
       
    }
}


@import 'videoOvarlay.css'; 

/* Tv Youtube */
#tvWrapp {
	background-color: #000;
	position: relative;
	z-index: 8;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0;
}


.tv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	
	width: 100%;
	height: 100%;
	
	overflow: hidden;
	
	.screen {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
		
		margin: auto;
		
		opacity: 1;
		transition: opacity .5s;
		
		&.active {
		  opacity: 1;
		}
	}
}


.cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	width: 100%;
	height: 100%;
	
	.hi {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		
		color: #fff;
		
		font-family: 'Roboto Slab', serif;
		font-size: 24px;
		line-height: 26px;
		text-align: center;
		
		span {
			color: #ff0;
			cursor: pointer;
			text-decoration: underline;
		}
		
		em {
			font-style: normal;
			
			&.hidden {
				display: none;
			}
		}
	}
}



.weisserKasten,
.blauerKasten {
  background-color:#60ccff;
  position:relative;
  margin-bottom:55px;
  padding:15px;
  color:#fff;
}
.weisserKasten {
  background-color:#fff;
  padding-bottom: 0;
  padding-top: 20px;
  min-height: 100px;
}

.weisserKasten:after,
.blauerKasten:after {
  content:'';
  width:100%;
  height:40px;
  background-image:url("../img/wh/kasten_pfeil-blau.svg");
  background-repeat:no-repeat;
  background-position:center top;
  background-size:auto 40px;
  display:block;
  position:absolute;
  left:0;
  bottom:-39px;
}
.weisserKasten:after{
  background-image:url("../img/wh/kasten_pfeil-weiss.svg");
}
.inhaltWrap {
	padding: 0 25px 25px 25px;
}

.blauerKasten h2,
.weisserKasten ul,
.weisserKasten ul li {
	margin-bottom: 0;
	margin-top: 5px;
}

.inhaltWrap p,
.inhaltWrap em {
	font-size: 18px;
}

.inhaltWrap em {
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
}
.inhaltWrap strong {
	font-size: 22px;
}
.inhaltWrap a strong {
	line-height: 23px;
	display: inline-block;
	vertical-align: top;
		font-size: 18px;
}


a.text-brombeer:hover {
	color: #7e0046;
}
.weisserKasten .custom-bullets li{
	font-size: 26px;
	font-family:"Helvetica Neue Thin Condensed";
}

small{
	line-height: 20px;
}
/*
.personDes {
    min-height: 100%;
}
*/

/*  schublade offen wegen fehler
.hide {
    display: none;
}
*/
/*	Table  */
.tabPreisWrapp {
    width: 100%;
   overflow-y: auto; 
  
}
.tabPreisScroll {
    min-width: 1024px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
}
#preise table {
  width: calc(100% - 40px);
 
  margin-left: 40px;
 /* border-collapse: initial; */
}
#preise table td {
  vertical-align: top;
  width: 50%;
  padding: 0px 10px;
  
  border: 1px solid #fff;
}

#preise table td:nth-child(2),
#preise table td:nth-child(3),
#preise table td:nth-child(4) {
	border-left: 10px solid #fff;
}



#preise table td {
  vertical-align: middle;
  width: 25%;
  text-align: center;
  padding: 10px 20px;
  position: relative;
}
#preise table td:first-child {
  width: 25%;
  text-align: left;
}
#preise tr:nth-child(odd) {
  background: #eee;
  color: #000000;
}
#preise tr:nth-child(even) {
  background: #eee;
  color: #000000;
}
#preise table tr.accordion {
  background: #60ccff;
  color: #ffffff;
  cursor: pointer;
}
#preise table tr.kursParrent {
  background: #60ccff;
  color: #ffffff;
}
#preise .accordion td::after {
  float: right;
  color: #fff;
  content: "Ausklappen ▼";
}
#preise .accordion.open td::after {
  content: "Einklappen ▲";
}



/* Kopf */
#preise .paketTable td {
	border-top: none;
	border-bottom: none;
}



#preise .paketTable td.paketName {
  color: #b10062;
  background-image:url("../img/wh/kasten_pfeil-blau.svg");
  background-repeat:no-repeat;
  background-position:center top;
  background-size: auto 88px;
  padding: 20px 20px 40px 20px;
  font-family: "Helvetica Neue Condensed Light", Helvetica, Arial, sans-serif;
  font-size: 26px;
}

#preise .paketTable td.paketName.brombeer {
  color: #fff;
  background-image:url("../img/wh/kasten_pfeil-brombeer.svg");
 }


.beliebt {
	position: absolute;
	top: -24px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #b10062;
	width: 100%;
    left: 0;
}


/*#preise .paketTable tr:nth-child(1) {
  background: transparent;
  color: #fff;
}
#preise .paketTable tr:nth-child(1) td {
  font-size: 14px;
  line-height: 16px;
  padding: 30px 20px;
}
/*
#preise .paketTable tr:nth-child(1) td:nth-child(2),
#preise .paketTable tr:nth-child(1) td:nth-child(4) {
  background: #60ccff;
}
#preise .paketTable tr:nth-child(1) td:nth-child(3) {
  background: #b10062;
}
*/

#preise .paketTable {
	margin-top: 30px;
}
#preise .paketTable .ptitel {
  font-size: 22px;
  padding-bottom: 20px;
  display: inline-block;
}
#preise .paketTable .preis {
  font-size: 62px;
  line-height: 64px;
}
span.check:before {
	content: '\f00c';
	color: #236ea3;
	font-size: 1.1em;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 0.1em;
	line-height: .75em;
	vertical-align: -7.5%;
}


.overlay-opener {
	top: 8px;
    position: absolute;
    left: -35px;
    z-index: 1;
}
.i-tool {
    font-size: 20px;
    display: block;
    width: 28px;
    height: 28px;
    border: 2px solid #60ccff;
    border-radius: 100%;
    line-height: 27px;
    text-align: center;
    color: #60ccff;
    /*font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;*/
    
}

.infos .i-tool:hover,
.infos .i-tool, 
.laptop-titel .i-tool:hover,
.laptop-titel .i-tool {
	display: inline-block;
	margin-left: 5px;
	background: #60ccff;
    color: #fff;
    border-color: #60ccff;
    cursor: default;
}
.i-tool:hover {
	cursor: pointer;
	color: #000;
	border-color: #000;
}


.infos .i-tool {
	position: relative;
	top: 3px;
	margin-left: 15px;
}


.stoerer {
	width: 160px;
    margin-left: -80px;
    margin-bottom: -80px;
    transform: rotate(-12deg);
}
.stoerer .st0 {
  -webkit-transition:all 750ms ease 0s;
  -moz-transition:all 750ms ease 0s;
  -o-transition:all 750ms ease 0s;
  transition:all 750ms ease 0s;
}
.stoerer:hover .st0 {
	/*transform: rotate(-12deg) scale(1.1);*/
	fill: #7e0046;
}

@media only screen and (max-width: 1050px) {
	
	.stoerer {
		
	    margin-left: -0px;
	    margin-bottom: -0px;
	   
	}
}

/* cookie hinweis */

#redim-cookiehint{
	width: 100%;
	padding: 7px 5%;
	box-sizing: border-box;
	position: fixed;
	background-color: #999;
	font-size: 14px;
	z-index: 9999999;	
	display: none;
}
#redim-cookiehint.sichtbar{
	display: block;
}
#redim-cookiehint {
    bottom: 0px;
    top: auto !important;
}
#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	display: inline-block;	
	margin-top: 6px;
}
#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;
}
#redim-cookiehint .clr {
	clear: both;
}
#redim-cookiehint .cookiebuttons .btn{
	padding: 5px 10px !important;
	color: #ffffff;
	background-color: #b10062;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
	border-radius: 0;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #7e0046;
	color: #ffffff;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}



/* chatmail */
.chatMail {
  width:300px;
  position:fixed;
  bottom:0;
  right:-300px;
  z-index:99;
  background:#fff;
  -webkit-transition:all 750ms ease 0s;
  -moz-transition:all 750ms ease 0s;
  -o-transition:all 750ms ease 0s;
  transition:all 750ms ease 0s;
  font-size:18px;
}
.chatMail.auf { right:0; }
.chatMail .cm-x {
  position:absolute;
  top:25px;
  right:15px;
  width:30px;
  height:30px;
  opacity:0.7;
}
.chatMail .cm-x:hover {
  cursor:pointer;
  opacity:1;
}
.chatMail .cm-header {
  padding:10px 20px;
  border:1px solid #b10062;
  background:#b10062;
  color:#fff;
}
.chatMail .cm-header img { width:60px; }
.chatMail .cm-content {
  padding:25px;
  border-left:1px solid #ccc;
}
.chatMail .cm-content a {
  width:100%;
  margin-top:25px;
  background-color: #b10062;
  color: #fff;
  border-radius: 0;
  font-size: 20px;
  font-family: "Helvetica Neue Extra Black Condensed", Helvetica, Arial, sans-serif;
}
.chatMail .anfrage-bild {
    border-radius: 50%;
}

.chatMail .cm-content a:hover{ 
	color: #fff;
	background-color: #7e0046;
}

.chatMail p {
	margin-bottom: 0;
	font-size: 18px;
	line-height: 26px;
}


.zahl200 {
	font-size: 88px;
}
/************************************************************
*
*				Overlay 
*				
***********************************************************/

.overlay-bg {
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:98;
	overflow:scroll;
	display:none;
}
.overlay-bg.auf {
	display: block;
}


.overlay {
	visibility: hidden;
	opacity:0;
	top:20%;
	left: 50%;
	width:90%;
	max-width:800px;
	
	transform: translate(-50%, -50%);
	z-index:99;
	position:fixed;
	
	box-sizing:border-box;
}
.overlay.auf {
	visibility: visible;
	opacity:1;
	top:50%;
	padding-bottom:50px;
	
	-moz-transition:all 0.75s cubic-bezier(0.23,1,0.32,1) 0s;
	-webkit-transition:all 0.75s cubic-bezier(0.23,1,0.32,1) 0s;
	transition:all 0.75s cubic-bezier(0.23,1,0.32,1) 0s;
} 


.overlay-container {
	background-color: #fff;
	box-sizing:border-box;
	margin:auto;
	padding: 75px 50px 50px 50px;
	position: relative;
}


/**/
.overlayClose {
    top: 24px;
    right: 40px;
    line-height: 38px;
    font-size: 38px;
    position: absolute;
    /*opacity: 0.7;*/
    color: #b10062
}
.overlayClose:hover {
	/*opacity:1;*/
	cursor:pointer;
	color:#7e0046;
}



/****/
.overlay p {
	margin-bottom: 0;
	padding-bottom: 0;
	text-align:center;
	color:#000;
}
.overlay p strong {
	font-size: 22px;
}