/*
Theme Name: Systembox Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* PLT: Right sticky GRATIS icons */
#plt-right-sticky-icons {
	display: none;
	position: fixed; 
	right: -250px; 
	top: 25%; 
	z-index: 25;
	/* opacity: 0.75; */
	color: #fff;
	padding: 0;
	background-color: rgba(101,10,15, 0.75);
	/* border: 2px solid #650A0F;  */
	border-top-left-radius: 25px; 
	border-bottom-left-radius: 25px;
	width: 250px;
	/* transition: .3s; */
}

#plt-right-sticky-icons.shown {
	right: 0px;
}

#plt-right-sticky-icons.half {
	width: 115px;
}

#plt-right-sticky-icons .plt-links {
	padding: 10px;
}

#plt-right-sticky-icons .plt-half-links {
	padding: 10px;
	padding-right: 0;
}

#plt-right-sticky-icons .plt-half-links > span {
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
}

#plt-right-sticky-icons .plt-half-links a {
	display: block;
	width: 110px;
	height: 70px;
	margin: 0; 
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	border: none;
	clear: both;
}

#plt-right-sticky-icons .plt-half-links a:hover {
	background-color: transparent;
}

#plt-right-sticky-icons .plt-half-links a.plt-rsi::before {
	margin-right: 0;
}

#plt-right-sticky-icons .plt-half-links a span {
	transform: rotate(270deg) !important;
	display: inline-block;
	float: left;
	position: relative;
	top: 17px;
	margin-left: 28px;
	width: 20px;
	height: 50px;
	font-weight: 600;
	font-size: 18px;
}

#plt-right-sticky-icons .widget-arrows.show-half {
	display: inline-block;
	width: 40px;
	height: auto;
	margin-top: 15px;
	margin-left: 15px;
	cursor: pointer;
}

#plt-right-sticky-icons .widget-arrows.show-full {
	display: inline-block;
	width: 40px;
	height: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	cursor: pointer;
}

#plt-right-sticky-icons {
	display: block;
	width: 250px;
}

#plt-right-sticky-icons .plt-phone {
	display: block;
	text-align: center !important;
	font-size: 22px;
	margin: 3px 0 5px;
	width: 250px;
}

a.plt-rsi {
	display: block;
	width: 200px;
	margin: 20px 0; 
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	border: 1px solid transparent;
	line-height: 1.2;
}

a.plt-rsi:hover {
	background-color: #B3111A;
	border: 1px solid #B3111A;
	border-radius: 25px;
	width: 100%;

}

a.plt-rsi > span {
	/* text-transform: uppercase; */
	font-weight: normal;
	font-size: 16px;
}

a.plt-rsi:before {
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	content: '';
}

a#plt-icon-wandmuster:before,
#plt-bottom-sticky-icons span.plt-top-icon-wandmuster:before {
	background: url("sticky_icons/si_wandmuster.png") no-repeat 0 0;
	background-size: 100%;
}

a#plt-icon-angebot:before,
#plt-bottom-sticky-icons span.plt-top-icon-angebot:before {
	background: url("sticky_icons/si_angebot.png") no-repeat 0 0;
	background-size: 100%;
}

a#plt-icon-prospekte:before,
#plt-bottom-sticky-icons span.plt-top-icon-prospekte:before {
	background: url("sticky_icons/si_prospekte.png") no-repeat 0 0;
	background-size: 100%;
}

/* PLT: Bottom sticky GRATIS icons */
#plt-bottom-sticky-icons {
	display: none;
	position: fixed;
	width: 100%;
	text-align: center;
	right: 0; 
	bottom: 0; 
	z-index: 25;
	opacity: 0.85;
	padding: 5px;
	background-color: #650A0F;
}

#plt-bottom-sticky-icons > h4 {
	color: #fff;
}

#plt-bottom-sticky-icons > a {
	color: #fff;
	max-width: 100px;
    display: inline-block;
}

#plt-bottom-sticky-icons span.plt-top-icon-wandmuster:before,
#plt-bottom-sticky-icons span.plt-top-icon-angebot:before,
#plt-bottom-sticky-icons span.plt-top-icon-prospekte:before {
	display: inline-block;
	width: 40px;
	height: 40px;
	content: '';
}

/* Garagenuebersicht Box style */
.garagenuebersicht-box h1,
.garagenuebersicht-box h2,
.garagenuebersicht-box h3 {
	font-family: 'century-gothic', sans-serif;
	font-weight: normal;
}

.garagenuebersicht-box .icon-box-text .uppercase {
	text-transform: none;
}

/* Fundament-garagen-headline (page fundament-garagen-carport) */
.fundament-garagen-headline h1 {
	font-size: 2.5em !important;
	font-family: 'century-gothic', sans-serif !important;
	font-weight: normal !important;
}

/* Contact form */
.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}

p.ctf-p-title {
	margin-bottom: 15px;
}

label.ctf-lbl-inline {
	width: 30%;
	float: left;
	margin: 10px 0 5px;
	font-size: 12px;
	font-weight: normal;
}

input.ctf-input-text {
	height: 30px;
	display: inline-block;
	float: left;
	margin-right: 5%;
}
input.ctf-one-one-field {
	width: 70%;
	margin-right: 0 !important;
}

input.ctf-one-half-field {
	width: 32.5%;
}

input.ctf-two-third-field {
	width: 50%;
}

input.ctf-one-third-field {
	width: 15%;
}

input.ctf-last-field {
	margin-right: 0 !important;
	clear: right;
}

button[type="submit"].ctf-btn-submit {
	width: 70%;
    float: right;
    text-transform: none;
    margin-right: 0;
    border-radius: 25px;
    height: 80px;
	line-height: initial;
}

button[type="submit"].ctf-btn-submit2 {
	width: 70%;
    float: right;
    text-transform: none;
    margin-right: 0;
    border-radius: 25px;
    height: 40px;
	line-height: initial;
}

.rdo-wandmusteranfrage {
	display: inline-block !important;
}

#icon-wandmusteranfrage-typ-stahl > span:before,
#icon-wandmusteranfrage-typ-iso > span:before {
	width: 150px;
    height: 150px;
	display: block;
	margin-left: 15px;
	content: ' ';
	background-repeat: no-repeat;
	background-size: contain;
}

#icon-wandmusteranfrage-typ-iso > span:before {
	background-image: url("images/ctf_2_wandmusteranfrage/Gratis_Wandmuster_Icon_ISO.PNG");
}

#icon-wandmusteranfrage-typ-stahl > span:before {
	background-image: url("images/ctf_2_wandmusteranfrage/Gratis_Wandmuster_Icon_STAHL.PNG");
}

/* Contact form: Gratis Prospekt */
div.ctf-rdo-one-half-block {
	display: inline-block;
	width: 45%;
    font-size: 12px;
    margin-bottom: 20px;
}

div.ctf-rdo-one-half-block img {
	max-width: 150px;
	height: auto;
}

/* Contact form: Fertiggaragen-Anfrageformular */
.circle-number { 
    width: 50px; 
	height: 50px; 
	border-radius: 50%; 
	border: 3px solid #650A0F; 
	background-color: #650A0F; 
	margin-right: 5px; 
    color: #ffffff; 
	font-size: 25px; 
	font-weight: bold; 
	text-align: center; 
	display: inline-block; 
	/*vertical-align: middle;*/ 
}

div.ctf-row-title { 
	margin-bottom: 10px; 
	margin-top: 40px;

}

div.ctf-row-title > h3 { 
	width: 80%; 
	display: inline-block; 
	color: #333333; 
	font-size: 20px; 
	font-weight: bold; 
	vertical-align: middle; 
}

div.ctf-row-title > h3 > span { 
	font-size: 15px; 
	font-weight: normal;
	display: block;
}

.ctf1-rdo input[type="radio"] {
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}

.ctf1-rdo .wpcf7-list-item-label {
	font-weight: bold;
}

p.help-text {
	margin-left: 23px;
    font-size: 14px;
}

.wpcf7-form-control-wrap {
	position: static;
}

/* Phones */
@media screen and (max-width: 767px) {
	#plt-right-sticky-icons {
		display: none;
	}
	
	#plt-bottom-sticky-icons {
		display: block;
	}
	
	label.ctf-lbl-inline {
		width: inherit;
		font-weight: bold;
	}
	
	button[type="submit"].ctf-btn-submit {
		width: inherit;
	}
}


/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
	#plt-right-sticky-icons {
		display: block;
	}
	
	#plt-bottom-sticky-icons {
		display: none;
	}
}


@media only screen and (max-width: 48em) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/	

}

.banner-layers a.button.white {
	border-radius: 20px !important;
	background-color: rgba(255, 255, 255, 0.5) !important;
	color: #650A0F !important;
	opacity: 1 !important;
	text-transform: none !important;
	border: none !important;
}

.banner-layers a.button.white:hover {
	border-radius: 20px !important;
	background-color: rgba(255, 255, 255, 0.5) !important;
	color: #650A0F !important;
	opacity: 1 !important;
}

.footer-wrapper .block_widget .post-item {
	width: 100%;
	max-width: 100%;
	flex-basis: 100%;
}

.footer-wrapper .block_widget .post-item .box-text {
	text-align: left;
	padding: 0;
}

.footer-wrapper .block_widget .post-item .box-text {
	position: relative;
	display: inline-block;
	left: 60px;
}

.footer-wrapper .block_widget .post-item .box-text .is-divider { display: none; }

.footer-wrapper .block_widget .post-item .box-image { display: none; }

.footer-wrapper .block_widget .post-item .badge {
	position: relative;
	padding: 0;
	border: 0;
	margin: 0;
}