
/* --------  res CTA overlayer  ------------------------------------------ */


.cta-sticker {
    position: fixed;
    bottom: 3%;
    right: 2%;
    width: 100%;
    max-width: 140px;
    height: auto;
    z-index: 4;
	transition: all .2s ease-in-out;
}
.cta-sticker:hover {
	transform: scale(1.1);
	transition: all .2s ease-in-out;
}
.cta-circleTxt h4 {
    font-size: 90%;
}
.cta-circleTxt h4:hover {
	opacity: 1;
}
.cta-circleTxt i {
    font-size: 200%;
}
.cta-circle {
	position: relative;
	border-radius: 50%; 
	width: 100%;
	height: auto;
	padding-top: 100%;
	background: #222;
	transition: all .2s ease-in-out;
}
.cta-circleTxt {
    position: absolute;
    margin-top: -100%;
    padding: 0px 20px 0 20px;
    color: #fff;
    width: 100%;
    opacity: 0.8;
    padding-top: 1.2em;
}
.cta-circleTxt p {
	font-size: 80%;
	line-height: 130%;
	margin-bottom: 0;
} 
#cta-overlayer h2,
#cta-overlayer {
    color: #fff;
}
@media only screen and (max-width: 1100px) {
	.cta-sticker {max-width: 100px;}
	.cta-circleTxt h4 {font-size: 70%;
}
}
/*  Mobile Sticker   */
@media only screen and (max-width: 970px) {
	.cta-sticker {max-width: 70px;bottom: 2%;right: 2%;}
	.cta-circleTxt {padding-top: 0.9em}
	.cta-circleTxt h4 {font-size: 60%; margin: 2% 0 0 0;} 
	.cta-circleTxt i {font-size: 140%;}
}



/*  CTA Modal   */
#cta-overlayer .modal-dialog {
    max-width: 100%;
    width: 95%;
}

#cta-overlayer .modal-content {
    padding: 0;
}
#cta-overlayer .modal-body {
    max-width: 890px;
    width: 90%;
    margin: 0 auto;
}	
@media only screen and (max-width: 970px) {
	#cta-overlayer .modal-body{ width: 80%;}
	#cta-overlayer .modal-header {padding: 0; padding-right: 30px;}
}


#cta-overlayer, #cta-overlayer .modal-content {
    background-color: rgba(27,27,27, 1.0);
}
#cta-overlayer h2 {
	font-size:290%;
}
@media only screen and (max-width: 970px) {
#cta-overlayer h2 {font-size: 200%;}
} 

#cta-overlayer .anrufen .btn-secondary {
    border-radius: 50px;
    font-size: 75%;
    padding: 10px 35px;
}

#cta-overlayer .xClose .lr .rl,
#cta-overlayer .xClose .lr {
    background-color: #ccc;
}
#cta-overlayer .rueckruf form .row:nth-child(1) .form-control {
    border-top: 1px solid;
}

#cta-overlayer .rueckruf form .row:nth-child(1) .form-control, 
#cta-overlayer .rueckruf .form-control, 
#cta-overlayer .cta-message .form-control{
    border-color: #ccc;
}
#cta-overlayer .cta-message form .row:nth-child(1) .form-control {
    border-top: 1px solid #ccc;
}

/* Icons Ruckruf-Felder */
#cta-overlayer .rueckruf form .row:nth-child(2) .form-group:after {
    content: "\f007";
    font-family: FontAwesome;
    right: 30px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -0.7em;
    font-size: 100%;
    color: #fff;
}
#cta-overlayer .rueckruf form .row:nth-child(3) .form-group:after {
    content: "\f095";
    font-family: FontAwesome;
    right: 30px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -0.7em;
    font-size: 100%;
    color: #fff;
}
#cta-overlayer .form-control::-webkit-input-placeholder{color: #fff;}
#cta-overlayer .form-control:placeholder{color: #fff;}
#cta-overlayer .form-control::-moz-placeholder{ color: #fff;}
#cta-overlayer .form-control:-ms-input-placeholder{color: #fff;}


/* cta-formular */
#cta-overlayer textarea.form-control {
    height: auto;
}
#cta-overlayer .form-group{
    margin-bottom: 0px;
}
#cta-overlayer .checkbox label {
    padding-left: 0px;
    font-size: 70%;
    line-height: 160%;
}
#cta-overlayer .checkbox label input[type="checkbox"] + .cr > .cr-icon,
#cta-overlayer .radio label input[type="radio"] + .cr > .cr-icon {
    color: #fff;
}
#cta-overlayer .form-control{
	height: 94px;
    background-color: transparent;
}
@media only screen and (max-width: 1280px) {
	#cta-overlayer .form-control {height: 74px;}
}
#kontaktCtaFormular > div:nth-child(5){
	display: none;
}