dropdown-togglebody{
    font-family: 'Roboto', sans-serif;
}
.nav-logo {
    height: 38px;
    margin-top: -8px;
}
.mt-landing{
	margin-top:35px;
}
.nav-logo-footer {
    height: 7.5rem;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
	font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.dropdown-header {
    color: #fff;
}
.dropdown-menu {
    background: #080808;
    color: white;
}
.dropdown-menu > li > a {
    color: #fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #aad9fe;
    color: white;
    text-shadow: 1px 1px 1px black;
}
.navbar-inverse {
    background-color: #383c57;
    border-color: #383c57;
}

.content-logo {
    height: 140px;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.58));
}
.content-img {
    max-width: 100%;
    margin-bottom: 8rem;
}



.blockquote {
    border-left: 5px solid #fff;
}

.cover {
  width: 260px;
  object-fit: cover;
}


footer { background-color:#383c57; min-height:350px; font-family: 'Open Sans', sans-serif; }
.footerleft { margin-top:50px; padding:0 36px; }
.logofooter { margin-bottom:10px; font-size:25px; color:#fff; font-weight:700;}

.footerleft p { color:#fff; font-size:14px; font-family: 'Open Sans', sans-serif; margin-bottom:15px;}
.footerleft p i { width:20px; color:#999;}
.footersubtext{ font-size: 15px !important;}
.footerelement {
    float: left;
    margin-bottom: 3rem !important;
}

.paddingtop-bottom {  margin-top:50px;}
.footer-ul { list-style-type:none;  padding-left:0px; margin-left:2px;}
.footer-ul li { line-height:22px; font-size:14px;}
.footer-ul li a { color:#a0a3a4; transition: color 0.2s linear 0s, background 0.2s linear 0s; }
.footer-ul i { margin-right:10px;}
.footer-ul li a:hover {transition: color 0.2s linear 0s, background 0.2s linear 0s; color:#ff670f; }

.social:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }

 .icon-ul { list-style-type:none !important; margin:0px; padding:0px;}
 .icon-ul li { line-height:75px; width:100%; float:left;}
 .icon { float:left; margin-right:5px;}
 
 
 .copyright { min-height:40px; background-color:#383c57;}
 .copyright p { color:#FFF; padding:10px 0; margin-bottom:0px;}
 .heading7 { font-size:21px; font-weight:700; color:#d9d6d6; margin-bottom:22px;}
 .post p { font-size:12px; color:#FFF; line-height:20px;}
 .post p span { display:block; color:#8f8f8f;}
 .bottom_ul { list-style-type:none; float:right; margin-bottom:0px;}
 .bottom_ul li { float:left; line-height:40px;}
 .bottom_ul li:after { content:"/"; color:#FFF; margin-right:8px; margin-left:8px;}
 .bottom_ul li a { color:#FFF;  font-size:12px;}
 
 /** Galerie **/
 .portfolio .thumbnail {
    position: relative;
}

.portfolio .thumbnail:hover {
    cursor: pointer;
}

.portfolio .caption {
    bottom: 0;
    position: absolute;
}

.portfolio .btn {
    opacity: 0.75;
}
.portfolio .so_cover {
    object-fit: cover;
    width: 100%;
	filter: grayscale(38%);
}
.map-size{
    width: 100% !important;
    height: 350px !important;
}
.btn-primary {
    background-color: #222;
    color: white;
    text-shadow: 1px 1px 1px black;
    border: 0px;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #aad9fe;
    border: 0px;
}
.panel-primary {
    box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(0, 0, 0, 0.27);
}
.panel-primary > .panel-heading {
    color: #fff;
    text-shadow: 1px 1px 1px black;
    background-color: #333;
    border-color: #333;
}

.footer-ul li a {
    color: #fff;
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
}
.footer-ul li a:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #aad9fe;
}
.email_senden{
	color: #aad9fe;
	transition: color 0.2s linear 0s, background 0.2s linear 0s;

}
.email_senden:hover {
    transition: color 0.2s linear 0s, background 0.2s linear 0s;
    color: #fff;
}
.nav-tabs > li > a {
    color: black;
}
.nav-day > li > ul.dropdown-menu {
    background-color: #fff;

}
.nav-day > li > .dropdown-menu a{
    color: #000;
}
.nav-day > li > .dropdown-menu a:focus,.nav-day > li >  .dropdown-menu  a:hover {
    background-color: ##aad9fe;
    color: black;
    text-shadow: none;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
    border-color: #fff;
}
.cc_container a, .cc_container a:visited {
    color: #aad9fe !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    background-color: #383c57 !important;
	border: white 1px solid;
}
.cc_container {
    background-color:#383c57 !important;
	box-shadow: 0px 0px 21px rgba(16, 16, 16, 0.51) !important;
}
}

@media screen and (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #aad9fe;
}
}