/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");

.checkstart {
	color:#777777;
	font-weight:600;
	font-size:16px;
}

.checkstart i {
	color:#0068b4;
}

.starttext{
	font-size:18px;
	font-weight:100;
}

.starttext_reg{
	font-size:18px;
	font-weight:400;
	margin-bottom:30px !important;
}

.button_fo {
	background-color:#00be68;
	border:2px solid #00be68;
	display:inline-block;
	font-size:22px;
	line-height:28px;
	color:#FFFFFF;
	padding:10px 20px;
	transition:all .3s ease;
}

.button_fo:hover {
	background-color:#0b9255;
	border-color:#0b9255;
	color:#FFFFFF;
}

.button_so {
	background-color:transparent;
	display:inline-block;
	font-size:22px;
	line-height:28px;
	color:#000000;
	padding:10px 20px;
	transition:all .3s ease;
	border:2px solid #000000;
	box-sizing: border-box;
}

.button_so:hover {
	background-color:#f2f2f2;
}

.nexttocall {
	color:#0068b4;
	font-size:18px;
	padding:15px 0px;
	font-weight:600;
}

.testimonial-slide {
	font-weight:100 !important;
}



/*KONTAKTFORMULAR START*/

.kontaktformular {
	background-color: #F7f7f7;
	border:1px solid #efefef;
	padding:20px;
	float:left;
	box-sizing:border-box !important;
}

.kontaktformular .wpcf7-text {
	background-color:#FDFDFD !important;
	border:1px solid #b7b7b7 !important;
	padding:10px !important;
}

.kontaktformular .wpcf7-textarea {
	background-color:#FDFDFD !important;
	border:1px solid #b7b7b7 !important;
}

@media (max-width:375px) {
	.kontaktformular {
		padding:10px !important;
	}

	.kontaktformular .wpcf7-submit {
		font-size:16px !important;
	}
}

ul.kontakt_mail_tel {
	list-style-type:none;
	padding:0px 0px 20px 0px !important;
	float:left;
	width:100%;
	margin-left:0px;
}

ul.kontakt_mail_tel li {
	width:49%;
	float:left;
	color:#848484 !important;
}

ul.kontakt_mail_tel li:last-child {
	margin-left:2%;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
background-color: #f5f5f5 !important;
border: none !important;
width: 100% !important;
 -moz-border-radius: 0 !important;
 -webkit-border-radius: 0 !important;
 border-radius: 0 !important;
font-size: 14px;
color: #999 !important;
padding: 16px !important;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}

.wpcf7-submit {
float:right;
width:100%;
border:none !important;
background-color:#000000 !important;
color: #FFFFFF !important;
cursor: pointer;
font-size: 20px;
font-weight: 500;
padding: 20px !important;
line-height: 1.7em;
background: transparent;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 -moz-transition: all 0.2s;
 -webkit-transition: all 0.2s;
 transition: all 0.2s;
 width:100% !important;
 margin:0px !important;
}

.wpcf7-submit:hover { 
background-color: #000000 !important; 
border-color:#000000 !important; 
padding: 20px !important; 
}

input[type="text"], input.text, input.title, textarea, select {
    width: 100%;
}

input[type='text'], input[type='password'], input[type='email'], input[type='tel'], input[type='date'], input[type='number'], textarea, select {
	font-size:14px !important;
}

.wpcf7-form .singleline ol {
list-style: none;
margin: 0;
}

.wpcf7-form .singleline li{
display: inline-block;
margin-right: 10px;
}

.wpcf7-list-item{
	display:block;
}

.wpcf7 label {
	font-weight:400;
	font-size:14px;
}

@media (max-width:767px) {
	#mobile-header {
		height:120px !important;
	}
}

.backgroundtop {
	background-image: url("https://fenster.jacor.dev/wp-content/uploads/2025/01/magnat_hero_4.jpg");
	background-size:cover;
}
.backgroundtop_2 {
	background-image: url("https://fenster.jacor.dev/wp-content/uploads/2025/01/magnat_hero_3.jpg");
	background-size:cover;
}

.backgroundtop_2 .divider1 {
	border-bottom: 1px solid #cdcdcd;
}

@media (max-width:1200px) {
	.backgroundtop {
		background-image:none;
	}
}

.displaymobile {
	display:none;
}

@media (max-width:767px) {
	.displaymobile {
		display:block;
	}
	.dontdisplaymobile {
		display:none !important;
	}
}

.startchecks {
	margin-bottom:0px !important;
}

.startchecks .wpb_content_element {
	margin-bottom:20px !important;
}

.logoimage {
	float:left;
}

.wpcf7-response-output {
	display:inline-block !important;
}

.kontaktformular input[type=tel] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}



div.wpcf7-response-output {
	border:none !important;
	width:100%;
	box-sizing:border-box;
}

.wpcf7 span.wpcf7-not-valid-tip, .wpcf7-validation-errors {
	display:inline-block !important;
}

.fa, .far, .fas {
	font-family:FontAwesome !important;
}

/*----------CUSTOMLOGO---------*/

.logotext {
	float:left;
	font-size:15px;
	color:#FFFFFF;
	margin-top:21px;
	margin-left:20px;
	font-weight:100;
	display:none !important;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
	color:#FFFFFF;
}

.logo img {
	max-width:75px;
}

@media (max-width:767px) {
	#mobile-header {
		height:150px !important;
	}
	.logoimage {
		text-align:center;
		float:none;
		margin-bottom:10px;
	}
	.logotext {
		float:none;
		margin:0;
		text-align:center;
	}
	#mobile-navigation-btn {
		width:100%;
		display:inline-block;
		text-align:center;
		float:none;
		line-height:21px !important;
		margin-top:5px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#mobile-logo {
		width:100%;
	}
}

@media (max-width:480px) {
	.logotext {
		font-size:12px;
		}
	.callbutton {
		font-size:20px;
	}
	.button_fo {
		font-size:20px;
	}
	.button_so {
		font-size:20px;
	}
}


.ctasection {
	text-align:center;
}

.ctasection .starttext {
	margin-bottom:20px;
}

.vertical-center {
	opacity: 1 !important;
}


















