/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.leftmenu {
background: #e7e7e7;
border-color:#e7e7e7;
}
.kontaktformular pre {
background: #e7e7e7;
}
.kontaktformular p {
	margin:0;
}
.kontaktformular p textarea {
	width:95%;
	min-height:120px;
}
 .bartell {
color: #ccc;
}
.bartell h3 {
color: #FFF;
}
 .bartell .uk-button {
color: #0fa2e6;
border-color: #0fa2e6;
}
.uk-panel-box-secondary {
background-color: #121f32;
border-color: #121f32;
}
 .spektr a {
color: #FFF;
}
 .spektr a:hover {
color: #E3412C;
}

.uk-navbar-nav > li > a, .uk-navbar-nav > li.uk-active > a {
font-weight: bold;
}
.uk-navbar-nav > li > a[href='#'] {
cursor: pointer;
}
.uk-dropdown-navbar {
background: #121f32;
}

.tm-overlay.uk-overlay .uk-overlay-area {
background: rgba(43, 43, 43, 0.5);
}
.uk-panel-box-secondary a, .uk-panel-box-secondary a:hover {
color: #E3412C;
}

.uk-text-large {
text-align: justify;
}
.uk-dropdown {
	width:220px;
}

/* Large screen and bigger */
@media (min-width: 1400px) {
  header {
  border-bottom: 1px solid #0fa2e6 !important;
  }
}