/*
Theme Name: Unicon Child Theme
Description: Unicon Child Theme for your Customizations
Author: minti
Template: unicon
Version: 1.0
*/

@import url("../unicon/style.css");

.header-v1 #navigation > ul > li > a {
	text-transform:uppercase;
}

.header-icons-divider {
	top:55%;
}

#header.header-v1 {
    -webkit-box-shadow: 0px -2px 20px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px -2px 20px 10px rgba(0,0,0,0.2);
    box-shadow: 0px -2px 20px 10px rgba(0,0,0,0.2);
}

.negativetopmargin {
	margin-top:-110px !important;
}



.stringline {
	font-size:18px;
	color: #575f65;
}

.starttext .headline {
	width:100%;
	text-align:center;
}

.starttext .headline h1 {
	margin-bottom:10px !important;
	background-color: #575f65;
	color:#FFFFFF;
	padding:5px 10px;
	display:inline-block;
}

h2.customh2 {
	background-color: #575f65;
	color:#FFFFFF;
	padding:5px 10px;
	display:inline-block;
}

h2.customh2block {
	background-color: #575f65;
	color:#FFFFFF;
	padding:5px 10px;
	display:block;
}

.custombottommargin {
	margin-bottom:20px !important;
}

#footer .widget {
	margin-bottom:0px !important;
}

#footer p {
	margin:0px !important;
}

#footer {
	padding:20px 0px !important;
}

#copyright .copyright-col1 {
    text-align: center;
	width:100%;
	display:block;
}

.start_dr_right {
	display:block;
}

.start_dr_left {
	display:none;
}

.standardbutton {
	display:inline-block;
	margin-top:20px;
	color:#FFFFFF;
	background-color: rgba(243,154,0,1);
	padding:5px 10px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	transition:background-color .3s ease;
	text-transform:uppercase;
}

.standardbutton:hover {
	color:#FFFFFF;
	background-color: rgba(255,172,30,1);
	padding:5px 10px;
}

.standardbutton:after {
	font-family: "FontAwesome";
    content: "\f105";
    color: #FFFFFF;
	padding-left:10px;
}

.standardbutton_wide {
	width:100%;
}

.iconstart h3 {
	color:#FFFFFF;
	font-size:16px;
}

.iconstart p {
	color:#FFFFFF;
	margin-bottom:0px;
}

.iconstart {
	padding:20px;
	margin-bottom:0px !important;
	background-color:rgba(255,255,255,.0);
	transition:background-color .8s ease;
}

.iconstart:hover {
	background-color:rgba(255,255,255,.1);
}

.shadowbox {
	box-shadow: inset 0px 11px 10px -5px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 11px 10px -5px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 11px 10px -5px rgba(0,0,0,0.1);
	-o-box-shadow: inset 0px 11px 10px -5px rgba(0,0,0,0.1);
}

.custombottom {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0 100%);
}

.custompageheader i {
	font-size:300%;
}

.ansprechpartner_description h3 {
	background-color: rgba(243,154,0,1);
	color:#FFFFFF;
	padding:5px;
	display:inline-block;
}

.ansprechpartner_description .titelzusatz {
	background-color: #333333;
	color:#FFFFFF;
	padding:5px;
	display:inline-block;
	margin-top:30px;
	font-size:12px;
	font-style:normal;
}

.ansprechpartner_description p {
	color:#FFFFFF;
	margin:0px !important;
}

.ansprechpartner_description a {
	color:#FFFFFF !important;
}

.nomargin {
	margin:0px !important;
}

/*.listbox:before {
	font-family: FontAwesome;
	content: "\f058";
	right:-20px;
	top:-20px;
	color:rgba(243,154,0,1);
	position:absolute;
	font-size:70px;
	top:-50px;
	right:-10px;
}*/

.listbox ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.listbox li {
	padding-left: 2em;
}

.listbox li:before {
	font-family: FontAwesome;
	content: "\f00c";
  	display: inline-block;
  	margin-left: -2em;
  	width: 2em;
	color:#575f65;
	/*color:rgba(243,154,0,1);*/
}

h1.tophead:before {
	font-family: FontAwesome;
	content: "\f101";
	font-size:2em;
	padding-right:.2em;
}

.nomargin {
	margin:0px !important;
}


@media (max-width:1200px) {
	.start_dr_right {
		display:none;
	}

	.start_dr_left {
		display:block;
	}
}

@media (max-width:960px) {
	.start_dr_left .drimage {
		display:none;
	}
	
	.starttext {
		width:98% !important;
	}
	
	.hidemobile {
		display:none;
	}
}

div.wpcf7-validation-errors {
	display:block !important;
	background:#f39a00 !important;
	color:#000000 !important;
}

.sidebar_kontakt {
	border-left: 1px solid #dddddd;
}

.wpcf7-form .wpcf7-submit {
	background:#f39a00;
	transition:background .3s ease;
}

.wpcf7-form .wpcf7-submit:hover {
	background:#f7b33f;
}

a.keycolor {
	color:#f7b33f;
}

.styledlabel {
	background:#f39a00;
	display:inline-block;
	color:#FFFFFF;
	padding:0px 20px;
}

input[type='text'], input[type='password'], input[type='email'], input[type='tel'], textarea, select {
    margin-top: 0px !important;
}

.nobottommargin {
	margin-bottom:0px !important;
	padding-bottom:0px !important;
}

.showmobile {
	display:none;
	box-sizing:border-box;
}

.hidemobile {
	box-sizing:border-box;
}

@media (max-width:960px) {
	.showmobile {
		display:block !important;
	}

	.hidemobile {
		display:none !important;
	}
}

.header-v1 #navigation > ul > li.orangelowercase > a {
	text-transform:initial !important;
}

.iconbox-style-3 .iconimg {
	margin-bottom:30px !important;
}

.orangezitat {
	margin-bottom:20px !important;
	font-style:italic;
}

.cookie-notice-container .button {
	background-color:rgba(243,154,0,1);
	border:none;
	padding: 10px 20px;
	font-size: 10px;
	margin-bottom:0px;
	font-weight:500;
}
.cookie-notice-container .button:hover {
	background-color:rgba(255,172,30,1)
}

.cookies-not-set .header {
	margin-top:50px !important;
}

.cookies-set .header {
	margin-top:0px !important;
}

.cookies-not-set #mobile-header {
	margin-top:50px !important;
}

.cookies-set #mobile-header {
	margin-top:0px !important;
}

@media (max-width:930px) {
	.cookies-not-set #mobile-header {
		margin-top:80px !important;
	}

	.cookies-set #mobile-header {
		margin-top:0px !important;
	}
}

@media (max-width:696px) {
	.cookies-not-set #mobile-header {
		margin-top:95px !important;
	}

	.cookies-set #mobile-header {
		margin-top:0px !important;
	}
}

.unterseite_top {
    background-color: #ffffff;
    padding: 0px 5px;
    display:inline-block;
}

.unterseite_bottom h1 {
	font-family: "Bree Serif";
	background-color:rgb(243, 154, 0);
	color:#000000;
	font-size:40px;
	padding:10px 20px;
	width:auto;
	display:inline-block;
}

.custommap {
	line-height:0px;
}

.wpcf7-response-output {
	display:block;
}

.uebersicht .wpb_content_element {
	margin-bottom:0px;
}

.uebersicht .sub_uebersicht {
	display: block;
    color: #FFFFFF;
    background-color: rgba(243,154,0,1);
    padding: 5px 10px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    transition: background-color .3s ease;
    text-transform: uppercase;
}

.uebersicht .sub_uebersicht:hover {
	color: #FFFFFF;
    background-color: rgba(255,172,30,1);
    padding: 5px 10px;
}

.unterseite_header_isim .unterseite_bottom h1 {
	font-family: "Bree Serif";
	background-color:#000000;
	color:#ffffff;
	font-size:40px;
	padding:10px 20px;
	width:auto;
	display:inline-block;
}

.nobottom {
	margin-bottom:0px !important;
}

.customimagemax img {
	max-height:150px;
	width:auto;
}