@import url("reset.css");

.clear {
    clear: both;
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    font-family: "Open Sans", helvetica, sans-serif;
    /* Schriftschitt/Größe/Zeilenabstand/Art*/
}

/*============= Navis =============*/
.daten-impress-nav{display:flex;justify-content:center;position:fixed;bottom:0;right:5%;padding:5px 10px 10px 10px;background:#28306f;z-index:1000;color: #fff;}
.daten-impress-nav>a{text-decoration:none;color:#fff;}
.daten-impress-nav>a:hover{color: orange; text-decoration:underline}
.content-header>nav.main-nav{width:80%;position:fixed;top:0;left:0;padding:0 10%;display:flex;justify-content:center;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center;background:#28306f;color:#fff;height: 50px;z-index: 10;}
.content-header>nav.main-nav>a{padding:0 10px;font-size:18px;color:#fff;line-height: 50px;}



/*Burger Button */
.burger {position: fixed; right: 30px; top: 25px; z-index: 900; display: none; background: #fff;padding: 4px; height: auto; width:30px}
/* Burger Button Ende */

/* The side navigation menu */
.sidenav{height:100%;width:0;position:fixed;z-index:1000;top:0;right:0;background-color:#111;overflow-x:hidden;padding-top:00px;transition:0.5s}
.sidenav a, .sidenav p{padding: 0 0 0 32px;text-decoration:none;font-size:25px;color:#818181;display:block;transition:0.3s}
.sidenav a:hover{color:orange}
.sidenav.closebtn{position:absolute;top:0;right:36px;font-size:16px;margin-left:50px}
#main{transition:margin-left.5s;padding:20px}
.closebtn {margin: 20px 0 0 0;}
.sidenav p {background-color: #fff; color: #28306f; padding: 15px 0 15px 32px; font-weight: 600;}

@media screen and(max-height:450px){.sidenav{padding-top:15px}.sidenav a{font-size:18px}}
/* The side navigation menu Ende */

/*============= Navis Ende =============*/


/*============= Fonts =============*/
@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:url(../fonts/open-sans-v15-latin-300.eot);src:local('Open Sans Light'),local('OpenSans-Light'),url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'),url(../fonts/open-sans-v15-latin-300.woff2) format('woff2'),url(../fonts/open-sans-v15-latin-300.woff) format('woff'),url(../fonts/open-sans-v15-latin-300.ttf) format('truetype'),url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(../fonts/open-sans-v15-latin-regular.eot);src:local('Open Sans Regular'),local('OpenSans-Regular'),url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'),url(../fonts/open-sans-v15-latin-regular.woff2) format('woff2'),url(../fonts/open-sans-v15-latin-regular.woff) format('woff'),url(../fonts/open-sans-v15-latin-regular.ttf) format('truetype'),url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:url(../fonts/open-sans-v15-latin-600.eot);src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'),url(../fonts/open-sans-v15-latin-600.woff2) format('woff2'),url(../fonts/open-sans-v15-latin-600.woff) format('woff'),url(../fonts/open-sans-v15-latin-600.ttf) format('truetype'),url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg')}



.red{color:red}.bold{font-weight:600}
.underline{text-decoration:underline}
.uppercase{text-transform:uppercase}
.center{text-align:center}
.gray{color:gray}
.blue{color:#28306f;}
.white{color:#fff}
h1,h2{font-size:30px;font-weight:700;margin:10px 0 20px 0; width: 100%;}
h1 {margin: 0;}
h3{font-size:26px;margin:35px 0 5px 0}
a{color:#3A45A1;text-decoration:none}
a:hover{color:orange;text-decoration:underline}
p{margin:0 0 20px 0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}
ul>li>p{margin:0}
.hyphenate{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto}
.active1 {background:#fff;color: #28306f !important;}
/*============= Fonts Ende =============*/


/*============= 404 Fehler Seite  =============*/
.header-404{background:#2b2b2b;background-image:url(../images/hintergrund-404.jpg);background-repeat:no-repeat;background-size:cover;position:relative;top:0;left:0;height:150px;display:flex;align-items:flex-end;border-bottom:2px solid #ccc;padding-top:50px}
.footer-404{padding-left:10%;background:#aaa;position:static;bottom:0;left:0;width:100%;z-index:1;margin-top: 50px;}
.content-404{margin:50px 0 0 10%}
.logo-404{background-color:#ccc;height:100px;width:200px;margin:0 0 20px 10%;display:flex;justify-content:center;align-items:center;font-size:40px;color:#999}
@media screen and (max-width: 768px) {.footer-404 {height: 100px;padding-right: 5%;padding-left: 5%;width: 90%;}}
/*============= 404 Fehler Seite Ende =============*/



/*============= Header =============*/
header{display:flex;justify-content:center;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;background:none;color:#fff;height:100vh;background:#ccc;background:url(../images/frau-mann-auto-kaputt.jpg);background-size:cover;background-repeat:no-repeat;background-position:top center}
.content-header{height:auto;display:flex;flex-direction:column;width:80%;margin:0 0;column-count:1}
.content-header>nav.main-nav>a{padding:0 10px;font-size:18px;color:#fff}
.content-header>nav.main-nav>a:hover{color:orange}
.pfeil{position:absolute;bottom:10px;left:49%}
/*============= Header Ende =============*/


/*============= Footer =============*/
footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
}
/*============= Footer Ende =============*/



/*============= Sections =============*/
.section-content {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 50px 0;
    column-count: 1;
}

.section1-content {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 80%;
    margin: 50px 0;
    column-count: 1;
}



#section0,
#section1,
#section2,
#section3,
#section4,
#section5 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#section0 {
    background-color: #28306f;
    padding: 20px 0;
}

.column-left, 
.column-right {
    width: 48%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.icons-s1 {
    width: 154px;
    height: 156px;
}

.column-left > h3,
.column-right > h3 {
    width: 100%;
}

.flexbox-center {
    display: flex;
    width: 100%;
    justify-content: center;
}


.full-width-img {
    width: 100%;
}


.only4lis {
    margin-bottom: 10px;list-style: url(../images/pfeil2.png);
}

#section4 {
    background-color: #28306f;
}

.team-foto {
    width: 100%;
    height: 200px;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #999;
    margin: 0 0 20px 0;
}

.mm {margin-bottom: 30px;}

.kontaktformular {
    width: 100%;
    height: 700px;
}

.karte {width: 461; height: 435;}
.mobile-name {display: none;}



/*============= Sections Ende =============*/

li {list-style: url(../images/dot.png);margin: 0 0 0 25px;}
ul.bilderquellen > li {list-style: none;margin: 0;}
.twocolumns {column-count: 2;}
.onecolumn {column-count: 1;}
.section1-content > .column-left {width: 470px;}
.section1-content > .column-right {width: 470px;}
.direktanruf {background-color: #28306f; padding: 10px 20px;text-align: right;display: flex; justify-content: center; align-items: center;position: fixed; top: 60px; right: 0;z-index: 100;}
.smalltext {font-size: 16px;}
.bigtext {font-size: 24px;}
div.direktanruf > p > span > a {color: white;}
div.direktanruf > p > span > a:hover {color: orange;}

.content-aufgabenschwerpunkte {display: none;}
.content-bindeglied {display: none;}
.img-aufgabenschwerpunkte {display: block;width: 476px;}
.img-bindeglied {display: block;width: 379px;}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

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

    .section1-content > .column-left {margin-bottom: 40px;}
}
@media screen and (max-width: 1024px) {
    /*CSS*/
    .content-header > nav.main-nav {width: 90%;padding: 0 5%;}
    .section-content {width: 90%;}
    .cl-1 {display: block;}
    .mm {margin-bottom: 10px;}
    .img-aufgabenschwerpunkte {display: block;width: 100%;}
    .img-bindeglied {display: block;width: 80%;}  
    
}

@media screen and (max-width: 884px) {
    /*CSS*/
    .column-left, .column-right {width: 476px; height: auto;}
    .img-aufgabenschwerpunkte {width: 379px; height: auto;}
    .img-bindeglied {width: 80%;}
    .column-left {margin: 0 0 40px 0;}
    .karte {width: 60%; height: auto;}
    .flexbox-center {justify-content: flex-start;}
    .twocolumns {column-count: 5}
}



@media screen and (max-width: 768px) {
    /*CSS*/
    .burger {display: block;}
    .content-header > nav.main-nav > a {display: none;}
    .content-header > nav.main-nav {background-color: #fff;height: auto;padding: 10px 5%;box-shadow: 0 0 7px #000;}
    .burger {border: none; background: none;top: 10px; right: 15px;}
    .logo {width: 400px; height: auto;}
    .pfeil {left: 44%;}
    .mobile-name {display: block; color: darkblue;padding:  5px 40px 0 0; font-size: 16px; line-height: 1.2;margin-bottom: 0;}
    h1 {font-size: 22px;}
    .content-aufgabenschwerpunkte {display: block;}
    .content-bindeglied {display: block;}
    .img-aufgabenschwerpunkte {display: none;}
    .img-bindeglied {display: none;}
}

@media screen and (max-width: 480px) {
    /*CSS*/
    .twocolumns {column-count: 3}
    .karte {width: 100%; height: auto;}
    .pfeil {display: none;}
    .icons-s1 {width: 130px;height: 130px;}
    .logo {width: 90%;}
    header{height: 450px;background-image: url(../images/frau-mann-auto-kaputt-blurr.jpg); background-color: #272f6e;}
    .flexbox-center {justify-content: center;}
    h1 {display: none;}
    #section0 {padding: 5px 0;}
    .daten-impress-nav {padding: 5px 10px;right: 0;width: 100vw;font-size: 14px;}
    .mm {margin-bottom: 0;}
    .section-content {width: 90%;}
    .sidenav a, .sidenav p {font-size: 20px;}
    .direktanruf {position: static; width: 94.5%; margin-top: -10px;text-align: center;padding-left: 0;}
    .smalltext {font-size: 20px}

}
@media screen and (max-width: 450px) {.twocolumns {column-count: 2;column-gap: 50px;}}


@media screen and (max-width: 427px) {
    /*CSS*/
    
}
@media screen and (max-width: 350px) {.twocolumns {column-count: 2;column-gap: 20px;}}


@media screen and (max-width: 320px) {
    .twocolumns {column-count: 2;column-gap: 20px;}
    .logo {border-top: 10px solid #272f6e;}
    .content-header > nav.main-nav > p {line-height: 1.65; margin-bottom: 0;}
    p, li {font-size: 14px;}
    h3 {font-size: 18px;}
}