/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */




 
/* überschriften generell auf orange */ 
 h1, h2, h3, h4, h5, h6 {
    color: #ea5b0c;
}


/* überschriften parallax auf orange */ 
.uk-text-contrast h1, .uk-text-contrast h2, .uk-text-contrast h3, .uk-text-contrast h4, .uk-text-contrast h5, .uk-text-contrast h6 {
    color: #ea5b0c !important;
}




/* hintergrund slider auf hellorange */
.tm-block-dark {
    background: #feefde linear-gradient(to bottom, #feefde, #feefde) no-repeat scroll 0 0 ;
}


/* überschriften slider auf orange */
.tm-block-dark h1, .tm-block-dark h2, .tm-block-dark h3, .tm-block-dark h4, .tm-block-dark h5, .tm-block-dark h6 {
    color: #ea5b0c !important;
}



/* formatierungen, foxcontact */
div#foxcontainer_m156 select, div#foxcontainer_m156 input[type="text"] {
    height: 40px;
}


select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 16px;
	font-weight:normal;
}


div#foxcontainer_m156 .required, div#foxcontainer_m156 .asterisk {
    color: #ea5b0c;
    font-weight: bold;
}

div#foxcontainer_m156 .btn {
    color: #fff !important;
    line-height: 30px;
    padding: 8px 20px;
}


div#foxcontainer_m156 .btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ea5b0c;
    background-image: none;
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) #a2a2a2;
    border-image: none;
    border-style: solid;
    border-width: 0;
	border-radius: 500px;
    box-shadow: 0 rgba(0, 0, 0, 0.2) inset, 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
}

div#foxcontainer_m156 .btn:hover {
    background-color: #893507;
	color: #fff !important;
	background-position: 0 -15px;
	text.decoration: none;
	
	}


/* abstand verringern, toolbar, navbar */
.tm-toolbar {
    padding-bottom: 10px;
    padding-top: 0px;
}

.tm-navbar {
    padding-top: 0px;
}

/* schrift dünner in den formularfeldern */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-size: 16px;
    font-weight: 100;
}





/* pfeile dunkler in den ui slidesets */
.uk-slidenav {
    opacity: 0.6;
}





/* zeilenabstand bei phone/tablet im dropdown verkleinert, abstand zwischen menüpunkten vergössert */
.uk-nav-offcanvas ul a {
    padding-bottom: 15px;
    line-height: 130%;
}


