/* Spezielle Formatierungen für responsives Webdesign */



.kopfbild {
background: url('/images/visualfotolia_header3.jpg') no-repeat scroll 0 0;
    background-position: center center;
    background-size: cover;
    height:450px;
}

.kopfzeile {
    margin: 0 0 250px;
}

.aclogo {
    color: #005188;
    font-family: arial;
    font-size: 55px;
    font-weight: bold;
    line-height: 40px;
}

@media screen and (min-width: 768px) and (max-width:889px){
.aclogo {
    color: #005188;
    font-family: arial;
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}
}

.jp-menu-outer {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #005188, #00385e 100%) repeat scroll 0 0;
    border-color: transparent;
    border-style: none;
    box-shadow: none;
    margin-top: -1px;
    padding: 0;
    width: 100%;
    height:auto;
}

.uk-navbar {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #005188, #00385e 100%) repeat scroll 0 0;
    border-color: transparent;
    border-style: none;
}

.tm-navbar {
margin: 0 !important;
}

.uk-navbar-brand {
color:#fff;
}

.uk-navbar-toggle {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.uk-navbar-brand:hover,
.uk-navbar-brand:focus
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
    color: #fff !important;
    outline:0 none;
    text-decoration:none;
}

.uk-navbar-nav {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.uk-navbar-nav > li {
    float: left;
    position: relative;
}

.uk-navbar-nav > li:hover  > a {
	background: linear-gradient(to bottom, #005188, #188ad1 100%) repeat scroll 0 0 rgba(0,0,0,0);
	color:#fff;
}

.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li > a:active,
.uk-navbar-nav > li.uk-active > a {
	background: none;
	color:#fff;
}

.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #ffffff;
    display: block;
    font-family: arial, helvetica;
    font-size: 18px;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    text-decoration: none;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) and (max-width:867px){
.uk-navbar-nav > li > a{
font-size:11px;
}
}

@media screen and (min-width: 868px) and (max-width:1024px){
.uk-navbar-nav > li > a{
font-size:13px;
}
}

@media screen and (min-width: 1025px) and (max-width:1219px){
.uk-navbar-nav > li > a{
font-size:15px;
}
}

.uk-navbar-nav > li > a:focus, 
.uk-navbar-nav > li > a:active, 
.uk-navbar-nav > li.uk-active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.uk-offcanvas {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #1a1a1a none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
}

.uk-nav-offcanvas > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    color: #ccc;
    padding: 10px 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.uk-offcanvas-bar::after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    transform: translateX(0px);
}
.uk-offcanvas-bar {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease-in-out 0s;
    width: 270px;
    z-index: 1001;
}

.brand {max-width:80%;}

 .uk-navbar-toggle {
    box-sizing: border-box;
    display: block;
    float: left;
    height: 40px;
    padding: 0 15px 0 0px;
}

#content,
#boxen {
margin-top:53px;
margin-left:15px;
}

h1.header {
    color: #005188;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    text-transform: none;
}

h2.header {
    color: #005188;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-transform: none;
}

#content p {
    color: #005188;
    font-size: 17px;
    line-height: 20px;
}

#lupe {
position:relative;
top: -55px;
left: 280px;
}

#lupe_cn {
position:relative;
top: -55px;
left: 200px;
}

#entfernungen p {
    line-height: 20px;
    padding-bottom: 4px;
    text-align: left;
    color:#000;
    font-size: 14px;
}

#entfernungen h2 {
    font-weight: bold;
    line-height: 20px;
    padding-bottom: 4px;
    text-align: left;
    color:#000;
    font-size: 16px;
}

.fett {
font-weight:bold;
}

.linierechts {
    border-right: 2px solid #00385e;
    height: 885px;
    padding-right: 30px;
}

@media screen and (max-width: 768px) {
.linierechts {
    border-right: 0px solid #00385e;
}
}

/*.links {
width:63% !important;
}

.rechts {
width:37% !important;
}*/

@media screen and (min-width: 768px) and (max-width: 860px) {
#bieten {
    margin-top:45px;
}
}

@media screen and (max-width: 767px) {

.rechts {
position:relative;
}

.links {
height:auto;
}

#lupe {
display:none;
}

img {
margin: 20px 0;
}


#boxen img {
margin: 0 !important;
}
}

@media screen and (min-width: 768px) {
.rechts img {
margin: 0 0 -10px; 0;
}
}

#boxen .uk-panel-teaser img {
width:100%;
height:173px;
object-fit:cover;
}

#boxen .uk-panel-box {
    border: 1px solid #7f7f7f;
    background-color: #fff;
    margin-bottom:15px;

}

#boxen .uk-panel-box h2 {
    color: #005188;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin-top: -5px;
}

#boxen .uk-panel-box p {
    color: #005188;
    font-size: 14px;
    font-weight: normal;
    margin: -10px 0;
}

#boxen a.readon{
    color: #188ad1 !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
}

.tm-footer {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #005188, #00385e 100%) repeat scroll left bottom;
    margin-bottom: 0 !important;
    text-align:center;
    color: #fff;
}

.tm-footer a,
.tm-footer a:hover {
color: #fff;
text-decoration:none;
}

.tm-footer a:hover {
text-decoration:none;
color: #ff00ff;
}

#raum p,
#raum li {
    color: #005188;
    font-size: 17px;
    line-height: 20px;
}