.bg--dark {
    background: #003452;
}

h1 {
color: #003452;
}


section strong {
	color: #808080;
}


ul.leistungen li,
.services ul li {
	    font-size: 1.35714286em;
    line-height: 1.68421053em;
	list-style: disc;
	margin-left: 30px;
	color: #808080;
}

.cover h1 {
	font-weight: 600;
}

.cover p {
	font-size: 180%;
	line-height: 1.68421053em;
}

.feature {
	text-align: center;
}

.feature h3 {
	font-weight: 500;
}

.feature p {
	font-size: 120%;
}

footer p strong {
	color: #fff;
}

.logo {
	float: left;
	padding: 30px 30px 30px 0px;
}


/* Navigation */

#navbox {
	height: 180px;
} 

#menuToggle input {
    display: none;
}


ul.nav {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
	margin-top: 102px;
	

}
ul.nav li {
    display: block;
    position: relative;
    float: left;
    color: #707173;
    padding: 0px 0px 0px 0px;
    font-family: 'Montserrat', sans-serif;
}

/* This hides the dropdowns */
    

ul.nav li ul {
    display: none;
}
ul.nav li a {
    display: block;
    padding: 10px 20px 42px 10px;
    text-decoration: none;
    white-space: nowrap;
    color: #707173;

    font-weight: 600;
	font-size: 120%;
}

ul.nav li.current a,
ul.nav li.has-sub.current ul li.has-sub .current a
 {
     color: #31639c;
}

ul.nav li.current li a {
    color:  #fff;
}

ul.nav li a:hover,
ul.nav li a:active {
    color: #31639c;
    -webkit-user-select: none; 
    -webkit-touch-callout: none;
}
/* Display the dropdown */


ul.nav li:hover > ul {
    display: block;
    position: absolute;
    z-index: 100000;
    padding-left: 10px;
}

ul.nav li li {
    background-color: rgba(0, 0, 0, 0.85);
	background-color: #003452;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);	
}


ul.nav ul li.has-sub {

}

ul.nav li li a {
    color: #fff;
    font-weight: 400;
    text-transform: none;
	padding-bottom: 10px;
}

ul.nav li:hover li a:hover {
     color: #fff;
     padding-left: 10px;
}

ul.nav li ul li {
    border-top: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */


ul.nav ul ul {
    left: 100%;
    top: 0;
}


/* Simple clearfix */

 
ul.nav:before, ul.nav:after {
    content: " "; 
    display: table; 
}

ul.nav:after {
    clear: both;
}


/* hover2touch */
/* JS im Head */

.has-sub:hover,
.has-sub.hasHover {
  opacity: 1;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}


@media screen and (max-width : 1200px) {
	#navbox {
	
	}
	
	ul.nav {
    margin-top: 105px;
}
	
	ul.nav li a {
    font-size: 100%;
}
	
	
.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
	}
	
}



@media screen and (max-width : 768px) and (orientation : portrait) {
	

a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}
	
.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
	}
	
	#navbox {
		height: 130px;
	}
	
	.logo {
		margin-left: 50px;
		width: 300px;
	}

#menuToggle {
    display: block;
    position: relative;
    top: 20px;
    left: 0px;
    -webkit-user-select: none;
    user-select: none;
    z-index: 1000;
}
#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),  opacity 0.55s ease;
}
#menuToggle span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
    
ul.nav {
position: absolute;
  width: 400px;
  margin: -100px 0 0 -60px;
  padding: 50px;
  padding-left: 70px;
  padding-top: 125px;
    list-style-type: none;
        background: #bfcedb;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
  
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}
    
    
    
ul.nav li {
    padding: 0px 0;
    font-size: 14px;
    display: block;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul.nav {
    transform: none;
}
    
    
/* ENDE HAMBURGER */

ul.nav li,
ul.nav li a,
ul.nav li.current li a {
    color: #000;
    text-transform: none;
}

ul.nav li a {
    padding: 5px 0px;
	font-size: 100%;
}

    
ul.nav ul li.has-sub {
    background: none;
}
    
ul.nav li li {
    background: none;
    border-bottom: none;
}
    

ul.nav li li a {
    color: inherit;
    font-weight: 400;
    text-transform: none;
    padding: 5px 0px;
	font-size: 100%;
}
    
ul.nav li li li a {
    color: inherit;
    font-weight: 300;
    text-transform: none;
}
    
    ul.nav li a {
        text-align:  left;
    }

ul.nav li {
    float: none;
}

ul.nav li ul {
    display: block;
}

ul.nav li:hover > ul {
    display: block;
    position: static;
    z-index: 100000;
    padding-left: 10px;
}
    
    ul.nav li ul {
        margin-left: 0px;
        padding-left: 10px;
    }

    ul.nav li ul li {
      

    }
    
    
ul.nav li li:hover a {
    background: none;
	color: #000 !important;
}
    
    
nav {
    float: left;
    margin: 20px 0px 0px 10px;
}
    

}
/*! Place your custom styles here */