@charset "UTF-8";
/* CSS Document */

html, body {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    color: #707070;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    outline: none;
}

.wide {
	width: 100%;
	display: block;
	position: relative;
    margin: 0 auto;
    padding: 0;
}

.inner {
    position: relative;
	width: 960px;
    display: block;
	margin: 0 auto;
    padding: 0;
}

:focus{
    outline: none;
}

a {
    color: #707070;
    text-decoration: none;
}

a:hover {
    color: #054B93;
    text-decoration: none;
}

ul {
  list-style-type: square;
}

/* Header */

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 7px 0 0 0;
    margin: 0;
    background-color: rgba(255,255,255,0.85);
}

.lgo {
    position: absolute;
	width: 200px;
    padding-top: 7px;
}
/* Hamburger Menu fuer Mobile */
.menu-wrap {
   display: none;
}

/* Navigation */

.site-nav {
    display: block;
    width: 100%;
    padding: 36px 0px 0px 0px;
}
.site-nav ul {
    list-style-type: none;
    margin: 0px 0px 0px 260px;
    padding: 0;
    text-align: left;
}
.site-nav ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 2.2em;
}
.site-nav ul li a {
    text-decoration: none;
    color: #7E705C;
}

.site-nav ul li a:hover {
    color: #054B93;
}

.selected {
    color: #BFB8AD;
}

.languageSelection {
    position: absolute;
    right: 0;
    top: -7px;
	display: inline;
    color: #ffffff;
    text-align: center;
    padding: 42px 10px 0px 10px;
    background-color: #BFB8AD;
}

.languageSelection a{
    text-decoration: none;
    color: #ffffff;
}

.languageSelection a:hover{
    text-decoration: none;
    color: #054B93;
}

.linieNav {
    border-bottom: 1px solid #7E705C;
    width: 700px;
    margin: 9px 0px 0px 260px;
}

.linieHeader {
    border-bottom: 3px solid #7E705C;
    width: 100%;
    margin: 40px 0px 0px 0px;
    padding: 0;
}

/* Bildleiste */

.bildleisteContainer{
    margin: 124px 0px 0px 0px;
    background-color: #BFB8AD;
    padding: 0px;
}

.bildleisteContainer img{
    width: 100%;
    padding: 0px;
    margin: 0px  0px -8px 0px;
}

.linie {
    border-bottom: 3px solid #7E705C;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Swiper */

.swiper-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    margin: 0px  0px 8px 0px;

/* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    }

.swiper-pagination-bullet {
    background-color: #054B93 !important;
    border-radius: 0 !important;
    outline: none;
    border: 0;
    }

.swiper-button-blau {
    border-color: #054B93 !important;
    color: #054B93 !important;
    }

.swiper-button-next {
    height: 30px !important;
    }
.swiper-button-prev {
    height: 30px !important;
    }

/* Headlines in Bildleiste */

.headlinesBildleiste{
    position: absolute;
    top: 400px;
    width: auto;
    left: 80px;
    right: 80px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}
h1 {
    position: absolute;
    width: auto;
    font-size: 40px;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    background-color: rgba(191, 184, 173, 0.9);
    margin: 0;
    padding: 10px;
}
h2 {
    position: absolute;
    top: 52px;
    left: 70px;
    width: auto;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    background-color: rgba(126, 112, 92, 0.9);
    margin: 0;
    padding: 6px 10px;
}

.uppercase {
    text-transform: uppercase;
}


/* Headlines in Bildleiste Referenzen*/

.headlinesBildleisteReferenzen{
    display: block;
    position: absolute;
    top: 50px;
    width: auto;
    left: 80px;
    right: 80px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
}

.Referenzenh1 {
    font-size: 30px;
}

.Referenzenh2 {
    width: 90%;
    font-size: 20px;
    font-weight: 400;
}


/* Kontakt Button rechter Bildrand */

.kontaktButton {
    position: fixed;
    top: 250px;
    right: -85px;
    background-color: #054B93;
    width: 210px;
    height: 40px;
    transform: rotate(-90deg);
    z-index: 2;
}

.kontaktButtonQuadrate {
    background-image: url("../img/icon_kontakt_quadrate_weiss.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 46px;
}

.kontaktButtonText {
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    padding-top: 4px;
}

.kontaktButton a{
    text-decoration: none;
    color: #ffffff;
}

.kontaktButtonMobil.email,
.kontaktButtonMobil.phone{
    display: none;
}


/* Headlines */
h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 1em;
    color: #054B93;
    margin: 0;
    padding: 10px 20px 40px 20px
}
h4 {
    font-size: 30px;
    font-weight: 600;
    color: #7E705C;
    text-transform: uppercase;
    padding: 0px 20px 0px 20px;
    margin: 20px 0px 10px 0px;
}
h5 {
    font-size: 30px;
    font-weight: 400;
    color: #054B93;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 20px 0px;
}
h6 {
    font-size: 30px;
    font-weight: 400;
    color: #054B93;
    text-transform: uppercase;
    padding: 0px 20px 0px 20px;
    margin: 15px 0px 0px 0px;
}

/* Farben */
.blau {
    color: #054B93;
}

.blauBG {
    background-color: #054B93;
}

.beigeDunkelBG {
    background-color: #7E705C;
}

.beigeMittelBG {
    background-color: #BFB8AD;
}

.beigeHellBG {
    background-color: #F8F8F8;
}

/* Flexbox Artikel */

.artikel-containerIntro {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    align-items: flex-start;
    margin: 0;
    padding: 0;
}

.artikel-itemsIntro {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 200px;
    margin: 0;  /* Magic! */
    padding: 5px 20px 5px 20px;
}

.artikel-itemsIntro img{
    width: 100%;
}

.artikel-containerLink {
    display: flex;
  	justify-content: flex-end;
    margin: 0px;
    padding: 0px;
}

.artikel-itemsLink {
  	width: 50%;
  	height: auto;
 	margin: 0;  /* Magic! */
    padding: 5px 20px 5px 20px;
}

.artikel-containerLink  img{
    width: 30px;
    height: 46px;
}

.artikel-itemsLinkBreit {
  	width: 100%;
  	height: auto;
 	margin: 0 auto; /* Magic! */
    padding: 5px 20px 5px 20px;
}

.centerWhite {
    color: #ffffff;
    text-align: center;
    line-height: 1em;
}
.centerWhite a{
    color: #ffffff;
    text-decoration: none;
}
.centerWhite a:hover{
    color: #BFB8AD;
    text-decoration: none;
}

.leftWhite {
    position: relative;
    color: #ffffff;
    text-align: left;
    padding: 7px 0px 7px 20px;
    font-weight: 600;
}
.leftWhite a{
    color: #ffffff;
    text-decoration: none;
}
.leftWhite a:hover{
    color: #054B93;
    text-decoration: none;
}
.leftWhite img{
    position: absolute;
    margin-top: -7px;
    right: 0px;
}

.pfeilLink img{
    position: absolute;
    margin-top: -7px;
    right: 0px;
}

/* Teaser */
.teaser {
    width: 100%;
    background-color: #F8F8F8;
    margin: 40px 0px 0px 0px;
}

.teaser p{
    margin: 0;
    padding: 0px 20px 20px 20px;
}

.teaserDunkel{
    width: 100%;
    background-color: #7E705C;
    margin: 0px;
}

.teaserDunkel p{
    color: #ffffff;
    margin: 0;
    padding: 20px 20px 20px 20px;
}

.teaserDunkel a{
    color: #ffffff;
}

.teaserDunkel a:hover{
    color: #F8F8F8;
}

/* Artikel */
.artikel {
    width: 95%;
    background-color: #F8F8F8;
    margin: 30px 0px 0px 0px;
    padding: 5px 0px 10px 0px;
    border-left: solid 45px #DFDBD6;
}

.artikel p{
    padding: 0px 20px 0px 20px;
}

.artikel ul{
    margin: 0;
    padding: 0px 20px 0px 40px;
}

/* Flexbox Artikel*/

.artikel-container {
  	display: flex;
  	justify-content: space-between;
  	align-items: flex-start;
    padding: 20px 0px 10px 0px;
}

.artikel-items {
  	width: 48%;
    background-color: #F8F8F8;
  	height: auto;
 	margin: 0;  /* Magic! */
    padding: 0px;
}

.artikelBlau {
    background-color: #054B93;
    color: #ffffff;
    padding: 5px 20px;
}
.artikelBlau a{
    text-decoration: none;
    color: #ffffff;
}

.artikelBlau a:hover{
    text-decoration: none;
    color: #BFB8AD;
}

.artikel-items p{
    padding: 0px 20px 0px 20px;
}

.artikel-items img{
  	width: 100%;
}

/* Referenzen */
.referenzBox {
    position: relative;
    width: 280px;
    height: 400px;
    background-image: linear-gradient(rgba(223,219,214,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 80%, rgba(223,219,214,0.8) 100%);
    font-weight: 500;
    line-height: 1.4em;
    margin: 65px 0px -25px 0px;
    padding: 10px 10px 10px 10px;
    border-top: solid 5px #7E705C;
}

.referenzBoxBottomBlau {
    position: absolute;
    bottom: 0px;
    width: 280px;
    height: 28px;
    background: #054B93;
    color: #ffffff;
    margin: 0px 0px 0px -10px;
    padding: 0px 10px 0px 10px;
}

/* #Footer */

footer {
    background-color: #7E705C;
    font-family: 'Barlow', sans-serif;;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.3em;
    font-weight: 100;
    margin: 30px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    display: block;
}

footer a {
    text-decoration: none;
    color: #ffffff;
}

footer a:hover {
    text-decoration: none;
    color: #054B93;
}

.linieFooter {
    border-bottom: 3px solid #BFB8AD;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Flexbox Artikel Footer*/

.artikel-containerFooter {
    display: flex;
    flex-wrap: wrap;
  	justify-content: space-between;
  	align-items: flex-start;
    margin: 0px;
    padding: 20px 0px 10px 0px;
}

.artikel-itemsFooterLogo {
  	width: 15%;
  	height: auto;
 	margin: 0;  /* Magic! */
    padding: 0px;
}

.artikel-itemsFooterBreit {
  	width: 25%;
  	height: auto;
 	margin: 0;  /* Magic! */
    padding: 0px;
}

.artikel-itemsFooterSchmal {
  	width: 10%;
  	height: auto;
 	margin: 0;  /* Magic! */
    padding: 0px;
}

.artikel-itemsFooterTalente {
    display: none;
}

.artikel-itemsFooterImpressum {
    display: none;
}

.artikel-itemsFooterRechts {
  	width: 5%;
  	height: auto;
 	margin: 0;  /* Magic! */
    padding: 0px;
    text-align: end;
}

@media only screen and (max-width: 970px){
    .inner {
        width: 100%;
        }

    .lgo {
        width: 180px;
        margin-left: 20px;
    }  
    
    .site-nav ul {
        margin: 0px 0px 0px 235px;
    }
    
    .site-nav ul li {
        margin-right: 0.95em;
    }
    
    .linieNav {
        width: 710px;
        margin: 3px 0px 0px 235px;
    }   
    
    .languageSelection {
        font-size: 0.85em;
        padding: 38px 10px 0px 10px;
    }

.bildleisteContainer{
    margin: 120px 0px 0px 0px;
    background-color: #BFB8AD;
    padding: 0px;
}

.headlinesBildleiste{
    top: 60%;
}

.kontaktButton {
    top: 200px;
    right: -70px;
    width: 180px;
    height: 40px;
}

.artikel {
    width: 97,5%;
    border-left: solid 20px #DFDBD6;
}

.artikel p{
    padding: 0px 20px 0px 20px;
}

.artikel-containerFooter {
    margin: 0px 20px 0px 20px;
}

.artikel-itemsFooterLogo {
    width: 20%;
}
.artikel-itemsFooterLogo img{
    width: 90%;
}

.artikel-itemsFooterBreit {
    width: 28%;
    font-size: 0.9em;
}

.artikel-itemsFooterSchmal {
    font-size: 0.9em;
}

}

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

    html, body {
        font-size: 1.05em;
    }

    .bildleisteContainer{
        margin: 116px 0px 0px 0px;
        background-color: #BFB8AD;
        padding: 0px;
    }      
    
    .headlinesBildleiste{
        top: 60%;
        left: 55px;
        right: 55px;
    }

    h1 {
        font-size: 36px;
    }
    h2 {
        top: 48px;
        left: 50px;
        font-size: 19px;
    }    

/* Headlines in Bildleiste Referenzen*/

.headlinesBildleisteReferenzen{
    left: 60px;
    right: 60px;
    margin: 0px;
}

.Referenzenh1 {
    font-size: 24px;
    margin: 0px;
}

.Referenzenh2 {
    width: 85%;
    font-size: 18px;
    margin: 0px;
}

.site-nav ul {
    font-size: 0.85em;
}

.artikel {
    width: 97%;
    border-left: solid 20px #DFDBD6;
}

.artikel p{
    padding: 0px 20px 0px 20px;
}

.artikel ul{
    padding: 10px 20px 0px 40px;
}
.teaser ul{
    padding: 10px 20px 0px 40px;
}

.artikel-itemsLink {
    width: 60%;
    padding: 7px 20px 4px 20px;
}

.artikel-containerLink img{
    width: 27px;
    height: 39px;
}
    
.artikel-itemsLinkBreit {
    padding: 7px 20px 4px 20px;
}

.artikel-itemsLinkBreit img{
    width: 27px;
    height: 39px;
}
    
}

@media only screen and (max-width: 650px){
    html, body {
    font-size: 1em;
    line-height: 1.2em;
    }

    .site-nav {
        display: none;
    }

    .lgo {
        width: 100%;
        margin-left: 35%;
        margin-bottom: 50%;
    }  

    .lgo img{
        width: 35%;
    }

    .linieNav {
        display: none;
    }

    .linieHeader {
        margin: 19.5% 0px 0px 0px;
    }

    .bildleisteContainer{
        margin: 21% 0px 0px 0px;
    }

    .headlinesBildleiste{
        top: 50%;
        left: 40px;
        right: 40px;
    }

    .bildleisteContainer img{
        margin: 0px  0px -4px 0px;
    }

    .swiper-slide {
        margin: 0px  0px 4px 0px;
        }

    .referenzBox {
        font-size: 1em;
        line-height: 1.2em;
        margin: 30px 0px 0px 0px;
    }
    
    .referenzBoxBottomBlau {
        margin: 0px 0px 0px -10px;
        padding: 2px 10px 2px 10px;
    }
    
    .linie {
        border-bottom: 3px solid #7E705C;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    h1 {
        font-size: 22px;
    }
    h2 {
        top: 39px;
        left: 30px;
        font-size: 14px;
        line-height: 1.2em;
        margin-left: -20;
    }

    /* Headlines in Bildleiste Referenzen*/

    .headlinesBildleisteReferenzen{
        left: 45px;
        right: 45px;
        top: 20px;
        margin: 0px;
}

    .Referenzenh1 {
        font-size: 20px;
        margin: 0px;
    }
    
    .Referenzenh2 {
        width: 85%;
        font-size: 14px;
        margin: 0px;
    }
       /* Headlines */
h3 {
    font-size: 28px;
    line-height: 1em;
    padding: 10px 20px 20px 20px
}

.kontaktButton {
    display: none;
}

.kontaktButtonMobil.email,
.kontaktButtonMobil.phone{
    display: block;
    position: fixed;
    right: 0px;
    top: 70%;
    background-color: #054B93;
    width: 40px;
    height: 40px;
    padding: 7px 10px;
    z-index: 2;
}

.kontaktButtonMobil.phone{
    top: 75%;
    padding: 9px 10px;
}

.kontaktButtonMobil.email a,
.kontaktButtonMobil.phone a{
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
}

.artikel {
    width: 100%;
    border-left: solid 20px #DFDBD6;
}

.artikel p{
    padding: 0px 20px 0px 20px;
}

    /* Flexbox Artikel */

.artikel-itemsIntro {
        flex-basis: 700px;
}

.artikel-containerLink {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
}

.artikel-itemsLink {
    width: 100%;
    padding: 5px 20px 6px 20px;
}

.artikel-containerLink img{
    width: 19px;
    height: 34px;
}

.artikel-itemsLinkBreit {
    padding: 5px 20px 6px 20px;
}

.artikel-itemsLinkBreit img{
    width: 19px;
    height: 34px;
}

.artikel-container {
    display: block;
}

.artikel-items {
    width: 100%;
}

h4 {
    font-size: 22px;
    font-weight: 600;
    color: #7E705C;
    text-transform: uppercase;
    padding: 0px 20px 0px 20px;
    margin: 20px 0px 10px 0px;
}
h5 {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 400;
    color: #054B93;
    padding: 0px 20px 0px 20px;
    margin: 10px 0px 20px 0px;
}
h6 {
    font-size: 22px;
    line-height: 1.1em;
    font-weight: 400;
    color: #054B93;
    text-transform: uppercase;
    padding: 0px 20px 0px 20px;
    margin: 15px 0px 0px 0px;
}
.teaser {
    margin: 0px 0px 0px 0px;
}

.artikel ul{
    padding: 10px 20px 0px 40px;
}
.teaser ul{
    padding: 10px 20px 0px 40px;
}

.artikel-itemsFooterLogo {
    width: 100%;
    margin: 10px 0px 10px 0px;
    order: 4;
}
.artikel-itemsFooterLogo img{
    width: 40%;
}

.artikel-itemsFooterBreit {
    width: 100%;
    font-size: 0.9em;
    margin: 0px 0px 10px 0px;
    order: 5;
}

.artikel-itemsFooterSchmal {
    display: none;
}
.artikel-itemsFooterTalente {
    display: block;
    width: 30%;
    font-size: 0.9em;
    order: 1;
}

.artikel-itemsFooterImpressum {
    display: block;
    width: 30%;
    font-size: 0.9em;
    margin-left: 10%;
    order: 2;
}

.artikel-itemsFooterRechts {
    width: 30%;
    order: 3;
}
    
}