/* CSS */
@import url(normalize.css);

/* General */
body {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    font-family: Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,ul,li,p {
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.clear {
    clear: both;
}

a {
    outline: none !important;
}

.darklayer {
    z-index: 5;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3);
    display: none;
}

.leftcontent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 25vw;
    height: 100%;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    z-index: 10;
}

.maincontent {
    position: fixed;
    top: 0;
    left: 25vw;
    right: 0;
    bottom: 0;
    overflow: auto; 
    background: #fff;
}

@media only screen and (max-width: 1100px) {
    .leftcontent {
        width: 28vw;
    }
    
    .maincontent {
        left: 28vw;
    }
}

@media only screen and (max-width: 900px) {
    .leftcontent {
        width: 32vw;
    }
    
    .maincontent {
        left: 32vw;
    }
}

@media only screen and (max-width: 700px) {
    .leftcontent {
        width: 80%;
        left: -80%;
        box-shadow: none;
    }
    
    .maincontent {
        position: fixed; 
        left: 0;
    }
    
    .maincontent .stripe-white {
        display: none;
    }
    
    .maincontent .stripe-blue.top {
        margin: 0 !important;
        height: 7vh;
    }
}

.stripe-white {
    height: 2.6vh;
    display: block;
    width: 100%;
    background-color: #fff;
    margin: 0 0 0 0;
    z-index: 5;
    position: fixed;
}

.stripe-blue.top {
    height: 2.6vh;
    display: block;
    width: 100%;
    background-color: #2b64b3;
    margin: 2.6vh 0 0 0;
}

.maincontent .stripe-blue.top {
    z-index: 5;
    position: fixed;
    margin: 2.6vh 0 0 0;
}

@media only screen and (max-width: 700px) {
    .maincontent .stripe-blue.top {
        position: absolute;
    }
}

.maincontent .stripe-blue.top a.nav-open {
    display: none;
    height: 7vh;
    width: 7vh;
    background: #2b64b3;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    cursor: pointer;
    background-image: url("../img/menu.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 60%;
}

@media only screen and (max-width: 700px) {
    .maincontent .stripe-blue.top a.nav-open {
        display: inline-block;
        position: fixed;
    }
}

.maincontent .stripe-blue.top .mobile-logo {
    display: none;
    background: #fff;
    width: 40vw;
    height: 25vw;
    right: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    background-image: url("../img/logo/logo_900x546_transparent.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 80%;
}

.maincontent .stripe-blue.top .mobile-logo img {
    
}

@media only screen and (max-width: 700px) {
    .maincontent .stripe-blue.top .mobile-logo {
        display: inline-block;
        position: absolute;
        right: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .maincontent .stripe-blue.top .mobile-logo {
        right: 25px;
    }
}

.stripe-blue.bottom {
    height: 2.6vh;
    display: block;
    width: 100%;
    background-color: #2b64b3;
    margin: 0 0 2.6vh 0;
    bottom: 0;
    position: absolute;
}

/* Leftcontent */

.leftcontent a.logo {
    display: block;
    background: url("../img/logo/logo_200x200_bg_transparent.png") no-repeat;
    height: 200px;
    width: 200px;
    margin: calc(5.2vh + 50px) auto 50px;
}

@media only screen and (max-width: 700px) {
    .leftcontent a.logo {
        margin: 0 auto 0;
        max-width: 200px;
    }
}

@media only screen and (max-width: 300px) {
    .leftcontent a.logo {
        margin: 0 auto 0;
        max-width: 150px;
        background-size: 150px;
        height: 150px;
    }
}

.leftcontent nav {
    
}

.leftcontent nav ul {
    list-style-type: none;
}

.leftcontent nav ul li {
    
}

.leftcontent nav ul li a {
    text-decoration: none;
    color: #2c64b0;
    text-align: center;
    display: block;
    font-size: 1.25em;
    line-height: 40px;
    font-weight: 300;
}

.leftcontent nav ul li a:hover {
    background: #F2F5F9;
}

@media only screen and (max-width: 700px) {
    .leftcontent nav ul li a {
        line-height: 36px;
        font-size: 1.2em;
    }
}

@media only screen and (max-height: 500px) {
    .leftcontent nav ul li a {
        line-height: 30px;
        font-size: 1.0em;
    }
}

/* Maincontent */

.maincontent .coverphoto {
    width: 100%;
    height: auto;
    margin-top: 5.2vh;
}

.maincontent .coverphoto .photo {
    width: 100%;
    height: auto;
    position:relative;
    overflow:hidden
}

.maincontent .coverphoto .photo img {
    width: 100%;
}

@media only screen and (max-width: 700px) {
    .maincontent .coverphoto {
        margin-top: 7vh;
        height: unset;
    }
    
    .maincontent .coverphoto .photo {
        width: 100%;
        height: unset;
    }
    
    .maincontent .coverphoto .photo img {
        flex-shrink: unset;
        min-width: unset;
        min-height: unset;
        width: 100%;
    }
}

.maincontent .coverphoto .slogan {
    position: absolute;
    font-family: 'Helvetica';
    color: white;
    font-size: 2.5em;
    /*text-shadow: 0 0 10px rgba(255,255,255,0.9),
                 0 0 20px rgba(255,255,255,0.5),
                 0 0 40px rgba(0,0,0,0.9),
                 0 0 50px rgba(0,0,0,0.5);*/
    text-shadow:
    -1px -1px 0 rgba(0,62,159,0.5),  
    1px -1px 0 rgba(0,62,159,0.5),
    -1px 1px 0 rgba(0,62,159,0.5),
    1px 1px 0 rgba(0,62,159,0.5),
     
    0 0 10px rgba(0,0,0,0.4),
    0 0 10px rgba(0,0,0,0.4),
    0 0 10px rgba(0,0,0,0.4),
    0 0 10px rgba(0,0,0,0.4);
    bottom: 5%;
    left: 4%;
}

@media only screen and (max-width: 1000px) {
    .maincontent .coverphoto .slogan {
        font-size: 2em;
    }
}

@media only screen and (max-width: 500px) {
    .maincontent .coverphoto .slogan {
        font-size: 1.5em;
    }
}

.maincontent .content {
    padding: 50px;
    color: #424242;
}

@media only screen and (max-width: 500px) {
    .maincontent .content {
        padding: 25px;
    }
}

.maincontent .content h1 {
    font-size: 1.3em;
    font-weight: 500;
    color: #2c64b0;
    padding: 0 0 10px 0;
}

.maincontent .content h2 {
    font-size: 1.1em;
    font-weight: 500;
    color: #2c64b0;
    padding: 15px 0 10px 0;
}

.maincontent .content a {
    color: #1D58A5;
    text-decoration: none;
}

.maincontent .content a:hover {
    color: #3F7AC6;
}

.maincontent .content p {
    line-height: 150%;
    font-size: 0.9em;
}

.maincontent .content article.full-width {
    display: block;
    padding: 0px 0 10px;
}

.maincontent .content article.full-width li {
   line-height:100%;
   clear:left;
   margin:0 0 0 10px;
   padding:0%;
   list-style-position:outside;
}

.maincontent .content article.full-width ul {
   clear:left;
   display:block;
   list-style:square;
}


.maincontent .content article.float {
    clear: both;
}

.maincontent .content p.float {
    margin: 0;
    padding: 0;
    text-align: justify;
}

@media only screen and (max-width: 700px) {
    .maincontent .content p {
        text-align: justify;
    }
}

.maincontent .content .image {
    float: right;
    margin-left: 5%;
    max-width: 50%;
}

.maincontent .content .image img {
    border-radius: 5px;
    max-width: 100%;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

@media only screen and (max-width: 700px) {
    .maincontent .content .image {
        float: none;
        width: 100%;
        margin: 0;
        max-width: none;
    }
    
    .maincontent .content .image img {
        margin: 15px auto;
        display: block;
        width: 100%;
    }
}

#teammitglied{
	width:22%;
	margin:0% 2% 2% 0%;
	border:0px solid grey;
	float:left;
	}

#teammitglied img{
	width:100%;    
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border:5px solid white;
	}

@media only screen and (max-width: 1350px) {
    #teammitglied {
        width:45%;
        margin-bottom:10%;
    }
} 

@media only screen and (max-width: 1000px) {
    #teammitglied {
        width:100%;
        margin:0% 0% 5% 0%; 
    }
}
   
   
#referenz{
	width:100%;
	margin:0% 5% 0% 0%;
	border:0px solid grey;
	}

#referenz img{
	width:100%;    
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
	border:5px solid white;
	}


/* SERVICE-BEREICH */

/* LOGIN */

.maincontent form.login {
    
}

.maincontent form.login p {
    margin: 0 0 15px 0;
}

.maincontent form.login p span {
    display: block;
    font-size: 0.95em;
}

.maincontent form.login p input {
    display: block;
    outline: none;
    width: 300px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 1em;
    line-height: 30px;
    padding: 0 7px;
    border: 1px solid #BFBFBF;
}

.maincontent form.login p input[type="text"]:focus, .maincontent form.login p input[type="password"]:focus {
    border: 1px solid #2b64b3;
}

.maincontent form.login p input[type="submit"] {
    border: none;
    background-color: #2b64b3;
    color: #fff;
    line-height: 30px;
    border: 1px solid #2b64b3;
}

.maincontent form.login p input[type="submit"]:hover {
    background-color: #3C77C4;
    border: 1px solid #1E5296;
}

.maincontent form.login p input[type="submit"]:focus {
    background-color: #3C77C4;
    border: 1px solid #1E5296;
}

@media only screen and (max-width: 700px) {
    .maincontent form.login p input {
        width: 100%;
    }
}

.maincontent .service-buttons {
    float: right;
}

.maincontent .service-buttons ul {
    margin: 0 0 20px 0;
    list-style: none;
}

.maincontent .service-buttons ul li {
    display: inline-block;
    float: left;
    margin: 0 0 0 10px;
}

.maincontent .service-buttons ul li a {
    background-color: #2B64B3;
    color: #fff;
    line-height: 36px;
    padding: 0 15px;
    display: block;
    border-radius: 3px;
}

.maincontent .service-buttons ul li a:hover {

}

.maincontent ul {
    
}

.maincontent ul li {
    list-style: none;
    margin: 10px 0;
    display: inline-block;
}

.maincontent ul li.pdf a {
    background-image: url(../img/service-bereich/download-pdf.png);
    background-repeat: no-repeat;
    background-size: 30px;
    line-height: 30px;
    height: 30px;
    display: block;
    padding: 0 0 0 40px;
}

.maincontent ul li a {
    
}

.maincontent ul li a:hover {
    
}

.maincontent a.delete {
    color: #333;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.maincontent p.sb-havarie-nummer {
    background-image: url(../img/service-bereich/telephone.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px;
    line-height: 30px;
    height: 30px;
    display: block;
    padding: 0 0 0 35px;
    font-weight: 700;
    font-size: 16px;
}

/* ADMIN */

.maincontent .admin-info {
    background-color: #FCF8E8;
    border: 1px solid #F2EACD;
    padding: 20px;
    margin: 20px 0 20px 0;
}

.maincontent span.admin-info {
    background-color: #FCF8E8;
    border: 1px solid #F2EACD;
    padding: 5px;
    font-size: 0.9em;
    margin: 5px;
    display: inline-block;
    box-sizing: border-box;
}

.maincontent span.admin-info.per50 {
    width: 40%;
    margin: 0;
}

@media only screen and (max-width: 700px) {
    .maincontent span.admin-info.per50 {
        width: 100%;
    }
}

.maincontent .admin-info .loading-bar {
    background: #fff;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin: 10px 0 0 0;
}

.maincontent .admin-info .loading-bar .bar {
    height: 23px;
    background: #2B64B3;
    box-sizing: border-box;
}

.maincontent .admin-info .loading-bar .bar .text {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 23px;
}

.maincontent p textarea {
    width: 100%;
    height: auto;
    resize: vertical;
    box-sizing: border-box;
    padding: 5px 10px;
}