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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
body{font-family: "Roboto", Helvetica, Arial, sans-serif;}

/* footer */
.tm-footer .tm-logo-footer { margin-top: 0px; }
.tm-footer a:hover, .tm-subnav-footer > li > a:hover, .tm-subnav-footer > li > a:focus {
    color: #000;
    text-decoration: none;
}
.tm-logo-footer img{margin-bottom: 10px;}

.tm-subnav-footer > li {
    padding: 0 7px;
    line-height: 18px;
}

.tm-subnav-footer > li > a {font-size: 12px; line-height: 18px;}

@media (min-width: 768px){
.tm-footer .tm-totop-scroller {
    margin-top: 0px;
}
}

.uk-block-primary {
    background: #000;
}

/* Slideshow overlay */
.tm-header-overlay p {
    font-size: 28px;
    line-height: 75px;
    text-shadow: 0px 0px 10px #000;
}

/* Überschriften */
h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6 {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

/* Navigation */
.uk-navbar-nav > li > a {
    font-weight: 500;
}
.uk-subnav-pill {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.uk-subnav > * > * {color: #000;}

.uk-breadcrumb {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
.uk-navbar-nav > li > a:active {
    color: #e94f44;
}
.uk-nav-offcanvas .uk-nav-sub {
    background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.uk-nav-offcanvas ul a {
    color: #333;
}

/* Texte und Links */
a:hover, .uk-link:hover, .uk-article-lead {
    color: #000;
}

/* Box Styles */
.uk-panel-box-black {
    background: rgba(0, 0, 0, 0.6);
}

/* Kontaktformular */
.contact h3, .contact legend, .contact .hasTooltip > data-original-title{display: none !important;}
.contact dl{margin: 0 !important;}
textarea{
    border-radius: 0;
    box-shadow: none;
    height: 100px;
    line-height: 25px;
    color: #000;
    font-weight: inherit;
}
select, 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 {
    border-radius: 0;
    box-shadow: none;
    height: 25px;
    line-height: 25px;
    color: #000;
    font-weight: inherit;
}
label, button, select {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
	font-size: 18px;
}
input,textarea {
    color: #000;
}
.form-actions{background: none !important; border: none !important;}
.invalid {
    color: #e94f44;
    font-weight: bold;
}
.btn{
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #636873;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 33px;
  background: #ececec;
  vertical-align: middle;
  /* 8 */
  line-height: 40px;
  /* 9 */
  min-height: 40px;
  /* 10 */
  font-size: 14px;
  /* 11 */
  text-decoration: none;
  text-align: center;
  font-family: 'Raleway', Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px;
}
.btn:hover, .btn:focus {
  background-color: #e94f44;
  color: #fff;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
}
/* Active */
.btn:active{
  background-color: #dddddd;
  color: #fff;
}
.btn-primary  {
  background-color: #000;
  color: #ffffff;
}
/* Hover */
.btn-primary:hover, .btn-primary:focus {
  background-color: #e94f44;
  color: #ffffff;
}
/* Active */
.btn-primary:active{
  background-color: #e94f44;
  color: #ffffff;
}
.alert-danger, .alert-error {
    background: rgba(233, 79, 68, 0.1);
    color: #e94f44;
	font-weight: bold;
}