* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

div {
    outline: none;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

html {
    font-family: 'Lato', 'Arial', 'sans-serif';
    font-size: 20px;
    font-weight: 300;
    color: #555555;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
}

.col {
    display: inherit;
    float: left;
    margin: 0% 0 1% 0%;
}

.row .col:first-child {
    margin-left: 3.8%;
}

.row {
    margin: 0 45px;
}

section {
    padding: 40px 80px 40px 80px;
}


h1, h3, h4 {
    font-weight: 300;
    text-transform: uppercase;
}

h1 {
    color: #000000;
    font-size: 200%;
    word-spacing: 5px;
    text-align: center;
    letter-spacing: 2px;
}

h3 {
    margin-top: 20px;
    color: #000;
    font-size: 110%;
    word-spacing: 2px;
    text-align: center;
    letter-spacing: 2px;
}

h4 {
    margin: 10px;
    color: #000;
    font-size: 70%;
    word-spacing: 2px;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 10px;
}

.long-dash-white {
    display: block;
    height: 2px;
    width: 200px;
    background-color: #fff;
    content: " ";
    margin: 20px auto 50px auto;
}

.long-dash-black {
    display: block;
    height: 2px;
    width: 200px;
    background-color: #000;
    content: " ";
    margin: 20px auto 30px auto;
}

.long-copy {
    line-height: 130%;
    margin: 10px 0 0 60px;
    font-size: 80%;
}

.long-copy-qualities {
    margin-left: 90px;
    font-weight: 600;
}

.long-copy-margin-right {
    margin: -10px 120px 0 60px;
}

.long-copy-garantie {
    line-height: 130%;
    margin: 20px 0 0 60px;
    font-size: 80%;    
}


.uppercaseText {
    text-transform: uppercase;
}

/***************************************************/
/*****************  Header Anfang  *****************/     
/***************************************************/

header {
    background-image: url(../img/platine3kleiner-min.jpg);
    background-size: cover;
    background-position: center;
    height: 70vh;
    background-attachment: scroll;
    margin-top: 50px;
    z-index: 2000;
}

.mobile-nav-icon {
    float: right;
    margin-top: 3%;
    margin-right: 25px;
    height: 30px;
    width: 15px;
    cursor: pointer;
    font-size: 30px;
    display: none;
}

.features-container {
   margin: 0px 130px;
}

.sticky {
    display: flex;
    position: fixed;
    width: 97%;
    z-index: 9999;
    padding-top: 5px;
    margin-top: 100px;
    left: 1%;
}

.zertifikat {
   height: 90px;
   margin-top: -25px; 
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

img.logo {
    height: 100px;
    width: 260px;
    margin-top: -12px;
    margin-right: -30px;
    float: left;
}

.logo-motto {
    font-size: 65%;
    margin-top: -8px;
    text-transform: uppercase;
}

.navi-container {
    display: flex;
    justify-content: flex-end;
}

.main-nav {
    display: flex;
    margin-top: -75px;
}

.main-nav li {
   display: inline-block;
   margin: 8px 20px 0 20px;
}

.main-nav li a:link,
.main-nav li a:visited {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
}

.main-nav li a:hover,
.main-nav li a:active {
    border-bottom: 2px solid #000000;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
}

.platine-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.firma {
    margin-top: 30px;
    padding-top: 0.1%;
}

.firma-ueberschrift {
    background: #ffffff;
    padding: 0 10px;
    opacity: 0.75;
}

/***************************************************/
/*****************  Sidenav Anfang   ************/     
/***************************************************/

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #dfe3e3; /* d8dcda */
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 110px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 140%;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #211717;
}

.nav-leistungen {
    margin-left: 20px;
    font-size: 80%;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/***************************************************/
/*****************  Sidenav Ende   ************/     
/***************************************************/

.cookie_message_notice {
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 120px;
    width: 100%;
    position: fixed;
    font-size: 90%;
    z-index: 2;
    left: 0;
    bottom: 0;
    background-color: rgb(214, 214, 214);
}

.zustimmen-button {
    width: 90px;
    height: 30px;
    border-radius: 10%;
    margin-left: 10px;
    margin-top: 5px;
}

/***************************************************/
/*****************  Header Ende    *****************/     
/***************************************************/

/***************************************************/
/*****************  Leistungen Anfang   ************/     
/***************************************************/

.icon-check {
     margin: 0px 10px;
     color: #3b963b;
}

.section-navi {
    width: 100%;
    opacity: 0.95;
    padding: 0 10px;
    position: fixed;
    top: 0px;
    height: 100px;
    background-color: #fff;
    z-index: 200;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.3);
}

.section-features img {
    padding: 5%;
    -webkit-transform: scale(0.9);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: scale(0.9);
}

.section-features img:hover {
    -webkit-transform: scale(0.06S);
    transform: scale(0.9);
    padding: 2%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.section-features h4:hover {
    cursor: pointer;
    color: #357635;
    font-size: 75%;
    transition: 0.5s;
}

.leistungen {
    height: 180px;
    width: 260px;
    margin: 10px 10px 10px 10px;
    cursor: pointer;
}

.leistungen-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.leistungen-item {
    display: flex;
    flex-direction: column;
    background-color: #d8dcdc;
    width: 280px;
    height: 280px;
    margin: 10px 10px;
    border-radius: 5%;
}

.img-row {
    border-width: 3px;    
    margin: 3px;
}

/***************************************************/
/*****************  Leistungen Ende   ************/     
/***************************************************/

/***************************************************/
/*****************  Gallerie Anfang  *****************/     
/***************************************************/

.leistungen-gallery {
    display: flex;
    width: 70%;
}

.gallery {
    display: flex;
    max-width: 100%;
    padding: 5px;
    border: 1px solid #D7DBDD;
    flex: 1 1 0%;
    overflow-x: auto;
}

.gallery-photo {
    width: 200px;
    height: 140px;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.photo1 {
    
    background-image: url(../../resources/img/gallerie/DB-Space_2D_top_freigestellt.png);
}

/***************************************************/
/*****************  Gallerie Ende  *****************/     
/***************************************************/

/***************************************************/
/*****************  Impressum Anfang  *****************/     
/***************************************************/

.long-copy-impressum {
    line-height: 130%;
    font-size: 70%;    
    margin-bottom: 20px;
}


/***************************************************/
/*****************  Impressum Ende  *****************/     
/***************************************************/

/***************************************************/
/*****************  Tooltip Anfang  *****************/     
/***************************************************/

.tooltiptext {
    visibility: hidden;
    width: 420px;
    color: #000;
    text-align: left;
    border-radius: 6px;
    padding: 15px;
    font-size: 70%;
    line-height: 60%;
    z-index: 20;
    top: 20%;
}

.tooltiptext_visible {
    visibility: visible;
    width: 420px;
    transition: 0.8s;
    transition-timing-function: ease-out;
    opacity: 0.95;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.3);
    text-align: left;
    border-radius: 6px;
    padding: 15px;
    font-size: 70%;
    line-height: 140%;
    position: fixed;
    z-index: 20;
    top: 30%;
}

.close-tooltip {
    position: absolute;
    right: 3%;
    top: 3%;
    font-size: 18px;
    cursor: pointer;
}

.tooltip_ueberschrift {
    text-transform: uppercase;
    text-align: center;
}

.dash-tooltiptext {
    display: block;
    height: 1px;
    width: 150px;
    background-color: #000;
    content: " ";
    margin: 10px auto 20px auto;
}

.tooltip:hover .tooltiptext_text,
.tooltip:hover .tooltiptext_img {
    visibility: visible;
}

.section-ueber-uns  {
    display: flex;
    flex-direction: column;
    background: #ededed;
    outline: none;
}

.section-features {
    display: flex;
    flex-direction: column;
    //align-items: center;
    background: #dfe3e3;
    padding-bottom: 50px;
    outline: none;
}

.section-kontakt {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ededed;
    outline: none;
}
/*
.section-agb {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #dfe3e3;
}
*/
.section-impressum {
    display: flex;
    justify-content: center;
    background: #dfe3e3;
    outline: none;
}

.impressum-box {
    display: flex;
    flex-direction: column;
    width: 450px;
}

.footer {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    font-size: 80%;
    background: #afb5b5;      
}

.rightFooter {
    display: flex;
}

.rightFooterSeparator {
    margin: 0px 5px;
    color: #000000;
}

.footer a {
    color: #000000;
    text-decoration: none;
}

.footer a:hover {
    border-bottom: 2px solid #000000;
    -webkit-transition: border-bottom 0.3s;
    transition: border-bottom 0.3s;
}

/***************************************************/
/*****************  Tooltip Ende   *****************/     
/***************************************************/



/***************************************************/
/*****************  Historie Anfang   *****************/     
/***************************************************/


.ueber_uns {
    display: flex;
}

.headline {
    display: flex;
    flex-direction: column;
}

.history {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    min-width: 270px;
}

.historyEvent {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 5px #ffffff;
    background: #4f8874;
    border: 2px solid #4f8874;
}

.historyHorizontalLine {
    content: '';
    width: 45px;
    height: 2px;
    background: #4f8874;
    margin-left: 20px;
    margin-top: -10px;
    position: absolute;
}

.historyVerticalLine {
    content: '';
    width: 2px;
    height: 40px;
    background: #4f8874;
    margin-left: 9px;
    margin-top: 0px;
    left: 114px;
}

.historyEventBlock {
    margin-top: 0px;
    margin-bottom: 0px;
}

.historyEventBlock:first-of-type .historyVerticalLine {
}

.historyYear {
    position: absolute;
    font-size: 60%;
    top: -14px;
    left: 15px;
}

.historyText {
    position: absolute;
    font-size: 60%;
    top: 6px;
    left: 15px;
}

.description {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    width: 1080px;
}

.description div {
    padding: 2%;
    font-size: 70%;
    line-height: 140%;
}

/***************************************************/
/*****************  Historie Ende   *****************/     
/***************************************************/