/*--
	Theme Name: theme53937
	Theme URI: http://info.template-help.com/help/
	Description: A theme for Wordpress 4.1.x
	Author: Template_Help.com
	Author URI: http://info.template-help.com/help/
	Template: CherryFramework
	Version: 3.1.5
--*/

/* ----------------------------------------
	Please, You may put custom CSS here
---------------------------------------- */


div.motopress-wrapper > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
	display:none;
}

.parallax-slider #mainCaptionHolder .slider_caption img {
    width: 50%;
}

div.parallax-content:nth-child(7) h2.title-box_primary{
	color: black;
}

div.row div.span3:nth-child(1) section div figure img{
	width: 36px;
	height: 35px;
}


div.row div.span12 section.parallax-box:nth-of-type(7) div div h2{
	color: black !important;
}

section div h6{
color: black !important;
}

.main-holder textarea, .main-holder #commentform textarea, .main-holder input[type="text"], .main-holder input[type="password"], .main-holder input[type="number"], .main-holder input[type="email"], .main-holder input[type="url"], .main-holder input[type="search"], .main-holder input[type="tel"], .main-holder .uneditable-input {
	border-color: -moz-use-text-color -moz-use-text-color #000;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
  -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(150,150,150, 0.5) none repeat scroll 0 0 !important;
    border-color: -moz-use-text-color -moz-use-text-color #fff !important;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    box-sizing: border-box;
    color: #000 !important;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 0 10px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease 0s;
   
}

.main-holder textarea::-moz-placeholder, .main-holder #commentform textarea::-moz-placeholder, .main-holder input[type="text"]::-moz-placeholder, .main-holder input[type="password"]::-moz-placeholder, .main-holder input[type="number"]::-moz-placeholder, .main-holder input[type="email"]::-moz-placeholder, .main-holder input[type="url"]::-moz-placeholder, .main-holder input[type="search"]::-moz-placeholder, .main-holder input[type="tel"]::-moz-placeholder, .main-holder .uneditable-input::-moz-placeholder {
    color: #fff !important;
    opacity: 1;
}

div.type-page p {
	margin: 0 !important;
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 36px !important;
	}
	
	h2 {
		font-size: 30px !important;
		line-height: 40px !important;
	}
	
	h3 {
		font-size: 24px !important;
	}
	
	h4 {
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
	h1 {
		font-size: 36px !important;
	}
	
	h2 {
		font-size: 30px !important;
	}
	
	h3 {
		font-size: 24px !important;
	}
	
	h4 {
		font-size: 18px !important;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 980px) {
	h1 {
		font-size: 40px !important;
	}
	
	h2 {
		font-size: 34px !important;
	}
	
	h3 {
		font-size: 28px !important;
	}
	
	h4 {
		font-size: 22px !important;
	}
}

/*----------------------------------------------------------------------------Slider (Dias (Top-Image))----------------------------------------------------------------------------*/

.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
	position: relative !important;
}

.parallax-slider #mainImageHolder .primaryHolder:before, .parallax-slider #mainImageHolder .secondaryHolder:before {
	background: rgba(255, 255, 255, 0.6) !important;
}
.parallax-slider #mainCaptionHolder .container {
	top: 50% !important;
	transform: translateY(-50%);
}

/*----------------------------------------------------------------------------Hero Subunit + Slider----------------------------------------------------------------------------*/

.hero-subunit {
	background:none;
	padding:0;
	margin:20px 0;
	text-align:center;
}

.section-header {
	margin-bottom: 80px !important;	
}

.section-header h1, .section-header h2, .section-header h3, .section-header h4 {
	color:#1d1d1d !important;
	margin: 15px 0 !important;
}

.hero-subunit h1, .hero-subunit h2, .hero-subunit h3, .hero-subunit h4, .hero-subunit p {
	color:#fff;
	margin-bottom: 40px;
}

.hero-subunit h1 {
	font:bold 56px/1.2em 'Exo', sans-serif;
	margin:0 0 30px;
}

.section-header p {
	font:300 22px/32px 'Exo', sans-serif !important;
	color:#1d1d1d;
	margin:0;
}
.hero-subunit p {
	font:400 24px/44px 'Exo', sans-serif;
}

.parallax-slider #mainCaptionHolder .slider_caption p {
	color: #1d1d1d !important;
}
.hero-subunit.contact p {
		margin-top: 10px !important;
}
.hero-subunit.contact p a{
	color: #ef7a31;
	font-weight: 400;
}

@media only screen and (max-width: 767px) {
	.section-header {
		margin-bottom: 40px !important;	
	}
	
	.hero-subunit h1, .hero-subunit h2, .hero-subunit h3, .hero-subunit h4 {
		margin-bottom: 20px; 
	}
	
	.hero-subunit p {
		font-size: 20px;
		line-height: 30px;
	}
	
	.section-header p {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	
	.parallax-slider #mainCaptionHolder .slider_caption p {
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 979px) and (min-width: 768px) {
	.section-header {
		margin-bottom: 60px !important;	
	}
	
	.hero-subunit p {
		font-size: 22px;
		line-height: 32px;
	}
	
	.section-header p {
		font-size: 18px !important;
		line-height: 24px !important;
	}
	
	.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
		margin: 0 0 10px !important;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 980px) {
	.hero-subunit p {
		font-size: 24px;
		line-height: 40px;
	}
}

@media only screen and (min-width: 1200px) {
	div.type-page .hero-subunit p { 
		margin:0 auto !important; 
	}
	.hero-subunit p { 
		width:80%; 
	}
	div.type-page .hero-subunit.contact p {
		margin-top: 10px !important;
	}
}



@media (min-width:1025px) { 
	 .title-section {
		background: #474a55 none repeat scroll 0 0;
		border-bottom: 2px solid #323b47;
		margin: 0 0 30px !important;
		padding: 25px 0 18px !important;
		position: relative;
		text-align: left;
		z-index: 10;
	}
}


/*----------------------------------------------------------------------------Produkte + Service (+ Logo)----------------------------------------------------------------------------*/

.produkte-container {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
}
.produkte-wrapper-wrapper {
  	display: inline-block;
}
.produkte-wrapper-wrapper section {
	height: 100%;
}

.produkte {
	height: 100%;
	padding: 0 !important;
	/*height: 320px !important;*/
}
.service-box_body {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
	justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
   
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    
	box-sizing: border-box;
    height: 100%;
	/*min-height: 320px;*/
}
.service-box.style-1 .service-box_body {
	padding: 65px 20px 40px 20px;
}

.service-box.style-2 .service-box_body {
	padding: 20px 0 40px 0;
}

.service-box .service-box_body .title, .service-box .service-box_body .sub-title {
	color: #1d1d1d !important;
	width: 100%;
}

/* Zeile mit klassen neu wegen "sub-headline" Produkte*/
.service-box.produkte .service-box_body .title, .service-box .service-box_body .sub-title {
	margin-bottom: 15px !important;
}

.service-box.style-2 .service-box_body .title, .service-box.style-2 .service-box_body .sub-title {
	font: 400 26px/32px 'Exo', sans-serif !important;
}

.service-box_txt {
	color: #545454 !important;
	font: 400 16px/20px 'Exo', sans-serif;
}

/* Zeile mit klassen neu wegen "sub-headline" Produkte*/
.service-box.style-1.produkte .service-box_body .service-box_txt b {
	line-height: 30px;
}

.service-box.style-2 .service-box_txt {
	color: #888888 !important;
}

.service-box .icon:before {
	background:#ef7a31 !important;
	border: none !important;
}

.service-box_body .btn-align {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	align-self: flex-end;
  	-webkit-align-self: flex-end;
  	-ms-flex-item-align: flex-end;
	
	justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	
	width: 100%;
}

.service-box.style-1 {
	background: rgb(239, 122, 49) !important;
}
.service-box.style-1 .btn-align .btn {
	color: #fff !important;
	text-align: center;
}

.service-box.style-1 .btn-align .btn:hover {
	color: #000 !important;
}

.btn:after, .reply a.comment-reply-link:after {
	display: none !important;
}

.btn:hover, .btn:focus {
	transition: all 0.3s ease 0s !important;
}

.btn:hover > span, .reply a.comment-reply-link:hover > span {
	transform: none !important;
	opacity: 1 !important;
	transition-timing-function: none !important;
}

.produkt-detail-wrapper {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.produkt-detail-wrapper .mp-span4 {
	margin-bottom: 40px;
}

.produkt-detail-wrapper .mp-span4:nth-child(3n+4) {
	margin-left: 0;
}

.produkt-detail-wrapper .mp-span4 p:nth-of-type(2) {
	padding-bottom: 50px;
}

.kontakt-link {
	position: absolute;
	bottom: 0;
}

.produkt-detail-wrapper .mp-span4 h2 {
	font-size: 25px;
	line-height: 32px;
	width: 100%;
}
.produkt-detail-wrapper .mp-span4 p:not(:first-of-type) {
	font: 400 16px/20px 'Exo', sans-serif;
	margin-bottom: 20px !important;
	color: #888888;
	width: 100%;
}

.produkt-detail-wrapper .mp-span4 p a {
	font-weight: 600;
	width: 100%;
}

.produkt-detail-wrapper .mp-span4 p a:nth-of-type(2) {
	display: inline-block;
	margin-top: 5px;
}

.produkt-detail-wrapper .mp-span4 p a i{
	margin-right: 5px;
}

.produkt-detail-wrapper .mp-span4 p a:hover, .produkt-detail-wrapper .mp-span4 p a:focus {
	text-decoration: underline;
	color: #ef7a31;
}

.logo img {
	width: 40%;
	height: 40%;
}

@media only screen and (max-width: 1200px) and (min-width: 980px) {
	.produkt-detail-wrapper .mp-span4 h2 {
		font-size: 22px !important;
		line-height: 28px;
	}
}

@media (max-width:979px) { 
	.service-box_body h2{
		font-size: 26px !important;
	}
}

@media (max-width: 979px) and (min-width: 768px){
	.produkt-detail-wrapper .mp-span4 h2 {
		font-size: 22px !important;
		line-height: 28px;
	}
	
	.service-box.style-2 .service-box_body .title, .service-box.style-2 .service-box_body .sub-title {
		font-size: 22px !important;
	}
	
	.logo img {
		width: 60% !important; 
		height: 60% !important; 
	}
}


@media (max-width: 767px) {
	.produkt-detail-wrapper .mp-span4 h2 {
		font-size: 26px !important;
		line-height: 32px !important;
	}
	
}
	
@media (max-width:550px) { 	
	.produkt-detail-wrapper .mp-span4 h2 {
		font-size: 22px !important;
		line-height: 28px !important;
	}
	
	.logo img {
		width: 55%;
		height: 55%;
	}
}



/* ---custom aus cherry optionen---*/


/*----------------------------------------------------------------------------Navigation----------------------------------------------------------------------------*/
.sf-menu > li > a {
	font: normal 16px/18px exo !important;	
}

@media (max-width: 979px) and (min-width: 768px){
	.nav__primary .sf-menu > .menu-item > a {
		font-size: 13px !important;
	}	
}

.header.active {
	background: #fff;
}

.header {
	transition: all 0.3s ease 0s;
}

.motopress-wrapper.header {
	padding: 30px 0;
}

.motopress-wrapper.header .logo a {
	display: inline-block;
	background: url("/wp-content/uploads/2011/07/EMSZaun-Logo1-Orange_weiss.png") no-repeat;
	background-size: contain;
}
.motopress-wrapper.header.active .logo a {
	background: none;
}

.motopress-wrapper.header .nav-wrap .logo a img {
	opacity: 0;
}

.motopress-wrapper.header.active .nav-wrap .logo a img {
	opacity: 1;
}

.motopress-wrapper.header .nav-wrap.isStuck .logo a {
	display: inline-block;
	background: url("/wp-content/uploads/2011/07/EMSZaun-Logo1-Orange_weiss.png") no-repeat;
	background-size: contain;
}

.motopress-wrapper.header .nav-wrap.isStuck .logo a img {
	opacity: 0 !important;
}

.motopress-wrapper .nav-wrap.isStuck {
	/*padding: 0;*/
	background: none;
	position: fixed !important;
}

.nav-wrap.isStuck +.pseudoStickyBlock {
	/*display:none !important;*/
	display: block;
	position: fixed !important;
	background:#1a1a1a;
	top: 0 !important;
	height: 89px !important;
	width: 400%;
	margin-left: -999px;
	transition: height 300ms ease-out;
}

.motopress-wrapper.header {
	height: 89px !important;
}

@media (max-width: 1200px) {
	.nav-wrap.isStuck +.pseudoStickyBlock {
		height: 77px !important;
	}
	.motopress-wrapper.header {
		height: 77px !important;
	}
}

@media (max-width: 979px) {
	.nav-wrap.isStuck +.pseudoStickyBlock {
		height: 84px !important;
	}
	.motopress-wrapper.header {
		height: 84px !important;
	}
}
@media (max-width: 767px) {
	.nav-wrap.isStuck +.pseudoStickyBlock {
		display: none !important;	
	}
	.header.active {
		background: #1a1a1a;
	}
}


.motopress-wrapper .nav-wrap {
	padding: 10px 0;	
}

/*-----animationsversuch
.nav-wrap + .pseudoStickyBlock {
	transition: 0.75s;
	width: 100% !important;
	position: fixed !important;
	margin-top: -30px;
	height: 90px !important;
	opacity: 0;
}
.motopress-wrapper.header.active .row .span12{
	width: 100%;
}

.nav-wrap:before, .nav-wrap:after {
	background: none !important;
	display: none !important;
}

.motopress-wrapper .nav-wrap {
margin-left: -30px;	
}

.nav-wrap {
	background: none !important;
	position: sticky !important;
	top: 62px !important;
}

/*---ENDE---*/

.motopress-wrapper .nav-wrap .row {
  	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;

    align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;

}
.motopress-wrapper .nav-wrap .nav__primary {
	padding: 0 !important;
}

.motopress-wrapper .nav-wrap .nav-block {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
    align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;

	justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;

}

.header.active:after {
	opacity: 0 !important;
}

.menu-btn a {
    color: #ef7a31 !important;
}

.menu-btn a.active {
    color: #ef7a31 !important;
}


.menu-btn a:hover {
    color: #d8d8d8 !important;
}

.nav__primary .sf-menu > .menu-item.current-menu-item > a{
    color: #9b9b9b !important;
}


.nav__primary .sf-menu > .menu-item > a:hover, .nav__primary .sf-menu > .menu-item > a:focus{
    color: #ef7a31 !important;
}

/*----------------------------------------------------------------------------Navigation ENDE----------------------------------------------------------------------------*/

/* TABS BEI IMPRESSIONEN(REFERENZEN) ZUM SELEKTIEREN */
.tabs-wrapper .nav-tabs {
 display:none;
}

.posts-grid.projects li:hover .desc{
 display:none;
}

.impress-media .hero-subunit h4{
	color: #1d1d1d;
}

.impress-media {
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	
	justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
}
.impress-media .hero-subunit {
	width: 100%;
}

.impress-media a {
	color: #1d1d1d;
	font-size: 20px;
	max-width: 100px;
	width: 100%;
	font-family: Exo, sans-serif;
	text-decoration: none;
	
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
	flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
	
	justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

.impress-media a:hover {
	color: #ef7a31;
}

.impress-media a i {
	font-size: 50px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 980px) {
	.impress-media .hero-subunit {
	margin: 0;
	}
	.impress-media a {
		font-size: 16px;
	}
}


.unterseite1{
 width: 33.3%;
 float: left;
 margin: 0px;
}

.unterseite2{
 width: 50%;
 float: left;
 margin: 0px;
}

.unterseite3{
 width: 50%;
 float: left;
 margin: 0px;
}

.click-to{
 height:0px !important;
 line-height:0px !important;
 margin:0px !important;
 padding:0px !important;
}

.span3 .desc {
    display: none;
}



@media (max-width: 767px) {
	.motopress-wrapper.header.active, .motopress-wrapper.header {
		padding: 0 20px;	
	}
	
	.motopress-wrapper .nav-wrap.isStuck {
		position: relative !important;
		top: 0 !important;
	}
	
	.motopress-wrapper.header .nav-wrap .logo a {
		display: inline-block;
		background: url("/wp-content/uploads/2011/07/EMSZaun-Logo1-Orange_weiss.png") no-repeat;
		background-size: contain;
		height: 60px;
	}
	
	.motopress-wrapper.header .nav-wrap .logo a img {
		opacity: 0 !important;
	}
	
	.logo {
		padding: 0 !important;
	}

	 .unterseite1{
		  width: 100%;
		  float: left;
		  margin: 0px;
	 }
	 .unterseite2{
		 width: 100%;
		 float: left;
		 margin: 0px;
	 }
	 .unterseite3{
		  width: 100%;
		  float: left;
		  margin: 0px;
	 }

	.produkte-wrapper-wrapper section {
		width: 100%;
	}	
	.produkte-wrapper-wrapper .produkte {
		margin: 0;
	}

	.produkte-container {
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.produkte-wrapper-wrapper {
		margin: 20px 0;
	}	
}

/*----------------------------------------------------------------------------Banner----------------------------------------------------------------------------*/

.banner, .mail-banner, .address-banner {
	position: fixed;
  	z-index: 999;
  	right: 0;
	width: 208px;
  	background: #ef7a31;
	border: 2px solid #fff;
  	top: 25%;
	padding: 10px 20px;
  	float: right;
    -webkit-transition: transform 400ms ease-in-out; /* Safari */
    transition: transform 400ms ease-in-out;
    -moz-transform: translateX(0%);
  	-ms-transform: translateX(0%);
  	-webkit-transform: translateX(0%);
	-o-transform: translateX(0%);
  	transform: translateX(0%);
	
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
	justify-content: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
	
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;

	cursor: pointer;
}
.mail-banner {
	top: calc(25% + 90px)!important;
}

.address-banner {
	top: calc(25% + 180px) !important;
}
.banner.inactive, .mail-banner.inactive, .address-banner.inactive {
	-moz-transform: translateX(70%);
  	-ms-transform: translateX(70%);
  	-webkit-transform: translateX(70%);
	-o-transform: translateX(70%);
  	transform: translateX(70%);
}/*
.mail-banner.inactive {
	-moz-transform: translateX(74%);
  	-ms-transform: translateX(74%);
  	-webkit-transform: translateX(74%);
	-o-transform: translateX(74%);
  	transform: translateX(74%);
}*/

.banner p {
	text-align: center;	
	margin: 0 !important;
}

.tel, .e-mail, .address{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	
	margin-right: 18px;
}

.tel-text, .e-mail-text, .address-text{
	
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;

}

.e-mail-text .mail {
	font-size: 17.4px;
	float: right;
	margin-bottom: 3px;	
}

.street {
	font-size: 15px;
	float: right;
	margin-bottom: 3px;
}


.e-mail-text .mail a {
	color: #000;
	text-decoration: none;
}
.e-mail-text .mail a:hover {
	color: #fff;
}

.address-text a .street{
	color: #000;
	text-decoration: none;
}
.address-text a .street:hover  {
	color: #fff;
}

.tel-text .call {
	font-size: 22px;
	float: right;
	margin-bottom: 3px;
}
.tel-text .call a {
	color: #000;
	text-decoration: none;
}
.tel-text .call a:hover {
	color: #fff;
}
/*@media (min-width: 1024px) {
	.call a {
		pointer-events: none;
	}
}*/


@media screen and (max-width: 979px) {
	.banner {
		top: 25%;
		padding: 5px 10px;
	}
	.mail-banner {
		top: calc(25% + 75px)!important;
		padding: 5px 10px;
	}
	
	.address-banner{
		top: calc(25% + 150px) !important;
		padding: 5px 10px;
	}
	
	.banner.inactive, .mail-banner.inactive, .address-banner.inactive {
		-moz-transform: translateX(75%);
		-ms-transform: translateX(75%);
		-webkit-transform: translateX(75%);
		-o-transform: translateX(75%);
		transform: translateX(75%);
	}/*
	.mail-banner.inactive {
		-moz-transform: translateX(79%);
		-ms-transform: translateX(79%);
		-webkit-transform: translateX(79%);
		-o-transform: translateX(79%);
		transform: translateX(79%);
	}*/
}

/*----------------------------------------------------------------------------Kontakt----------------------------------------------------------------------------*/


.main-holder textarea, .main-holder #commentform textarea, .main-holder input[type="text"], .main-holder input[type="password"], .main-holder input[type="number"], .main-holder input[type="email"], .main-holder input[type="url"], .main-holder input[type="search"], .main-holder input[type="tel"], .main-holder .uneditable-input {
	font-family: "exo"!important;
	padding: 10px 10px !important;
}


.main-holder textarea:hover, .main-holder #commentform textarea:hover, .main-holder input[type="text"]:hover, .main-holder input[type="password"]:hover, .main-holder input[type="number"]:hover, .main-holder input[type="email"]:hover, .main-holder input[type="url"]:hover, .main-holder input[type="search"]:hover, .main-holder input[type="tel"]:hover, .main-holder .uneditable-input:hover {
	border-color: #ef7a31 !important;
}
.daten-checkbox {
	margin: 0 20px 0 0 !important;
	height: 13px;
    min-width: 13px !important;
}

.daten-checkbox + span {
	font-size: 13px !important;
	line-height: 20px !important;
}

.daten-link {
	font-weight: 600;
}
.daten-link:hover, daten-link:focus, daten-link:active {
	color: #1d1d1d;	
}

.wpcf7-list-item-label,  .wpcf7-list-item-label a:focus{
	color: #ef7a31 !important;
}
.wpcf7-list-item-label {
	font: 300 16px/24px 'Exo', sans-serif !important;
}
div.wpcf7 .wpcf7-form p {
	margin-bottom: 20px !important;
}
.main-holder input[type="submit"]{
 	color: white;
	background: #000 !important;
	font: 400 20px/24px 'Exo', sans-serif !important;
}

.main-holder input[type="submit"]:hover{
 color:white !important;
 background:#ef7a31 !important;
}

.wpcf7-list-item label{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
	display: flex;
	
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
}

@media (max-width: 767px) {
	.main-holder input[type="submit"]{
		font: 400 16px/24px 'Exo', sans-serif !important;
	}
	
	div.wpcf7 .wpcf7-form p input[type="text"], div.wpcf7 .wpcf7-form p input[type="email"] {
		height: 40px !important;
		line-height: 1.3em !important;
	}
	
	.main-holder textarea, .main-holder #commentform textarea, .main-holder input[type="text"], .main-holder input[type="password"], .main-holder input[type="number"], .main-holder input[type="email"], .main-holder input[type="url"], .main-holder 				input[type="search"], .main-holder input[type="tel"], .main-holder .uneditable-input {
		font-size: 16px !important;	
	}
}

/*----------------------------------------------------------------------------Haftung + Datenschutz----------------------------------------------------------------------------*/

.haftung {
	text-align: center;
}

.haftung h2, .haftung h3 + p {
	margin-bottom: 40px !important;
}
.haftung h3 {
	font-size: 30px;
}

.daten {
	text-align: left;
}

.daten h2 + p {
	margin-bottom: 40px !important;
}
.daten h3 {
	font-size: 30px;
	margin-top: 40px !important;
}


/*----------------------------------------------------------------------------Footer----------------------------------------------------------------------------*/
#footer-text {
	font: 400 14px/22px 'Exo', sans-serif;
	color: #545454;
}
#footer-text a {
	color: #545454;	
}

#footer-text .footer-links {
	font: 400 16px/26px 'Exo', sans-serif;
	margin-bottom: 20px;
}
#footer-text .footer-links a, #footer-text span a {
	color: #fff;
}

#footer-text .footer-links a:hover, #footer-text span a:hover {
	color: #ef7a31;
}
#footer-text span {
	margin-right: 20px;
	color: #fff;
}
#footer-text .footer-impressum {
	margin-bottom: 20px;
}


.social-icons .social li i {
	font-size: 50px;
}

.footer .social-icons .social li .social_link:hover .social_ico i {
	color: #ef7a31;
}

.social-icons .social.social__row li {
	margin-left: 30px;
}

/*----------------------------------------------------------------------------Top-Button----------------------------------------------------------------------------*/

#back-top-wrapper #back-top a span {
	border-color: #ef7a31 !important;
	background: #fff !important;
}

#back-top-wrapper #back-top a span:before {
	color: #ef7a31 !important;
}

.motopress-wrapper.content-holder.clearfix.no-paddings .container {
	padding: 30px 0 120px 0;
}


@media only screen and (max-width: 767px) {
	.motopress-wrapper.content-holder.clearfix.no-paddings .container {
		padding: 30px 0;
	}
}

/*----------------------------------------------------------------------------Cookie-Hinweis----------------------------------------------------------------------------*/

.alert.cf-cookie-banner-wrap {
	background: #ef7a31 !important;
	color: #000000 !important;
	font: 400 14px/20px 'Exo', sans-serif;
}

.alert.cf-cookie-banner-wrap .close {
	font: 400 16px/20px 'Exo', sans-serif;
	color: #000 !important;
	background: #fff;
	padding: 5px 10px;
	top: 0;
	right: 0;
}

.alert.cf-cookie-banner-wrap .container p {
	width: 100%;
}

.alert.cf-cookie-banner-wrap .container p a {
	color: #fff;
}
.alert.cf-cookie-banner-wrap .container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	
	justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
	
}