html{-webkit-text-size-adjust:none;}


html,body {
    box-sizing: border-box;
    padding:0px;
    margin:0px;
    background-color: #fff;
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    hyphens:auto;

}



/* libre-franklin-300 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/libre-franklin-v14-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-regular - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/libre-franklin-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* libre-franklin-700 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/libre-franklin-v14-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* libre-franklin-800 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/libre-franklin-v14-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bitter-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* bitter-300 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/bitter-v36-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* noto-sans-symbols-2-regular - symbols */
@font-face {
  font-family: 'Noto Sans Symbols 2';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-symbols-2-v23-symbols-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}







/* generell */
div#wrapper {
    width:100%;
    margin:auto; 
    overflow:hidden;
}
div#container {
    width:100%;
    z-index:10;
}








/* header */

#g1 {
    height:100px;
    width:auto;
    float:left;
    margin-top:20px;
}


#navbar {
    padding-left:10%;
    padding-right:10%;
    overflow: hidden;
    background-color: transparent;
    position: fixed;
    width: 80%;
    top: 0;
    z-index: 20;
    padding-bottom:20px;
    display:block;
    transition: .2s ease;
}
#navbar a {
    font-family: 'Libre Franklin';
    font-weight:400;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    padding-left:20px;
}

#navbar a:hover {
 font-weight: 800;
    transition: 0.2s ease;
}
#navbar #g1, #navbar #geerdeskomm, #navbar #navbar-right {
    transition: 0.2s;
}
#navbar-right {  
    float:right;
    margin-top:62px;
}




/* navigation */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  background-color: #000;
  opacity:0.9;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 180px;
}
.sidenav a {
  font-family: 'Libre Franklin';
  font-weight:200;
  padding: 8px 5% 8px 5%;
  text-decoration: none;
  font-size: 80px;
  color: #fff;
  display: block;
  transition: 0.2s;
  text-align:center;
  white-space: nowrap;
  word-wrap: normal;
  text-transform: uppercase;
line-height: 140%;
}
.sidenav a:hover {
  font-weight:800;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 60px;
  margin-left: 50px;
}





.buttondown {
    float:right;
    transform: rotate(180deg);
    background-color: transparent;
    border: 2px solid #50d8da;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    font-family: "Noto Sans Symbols 2", normal;
    font-weight: 400;
    font-size: 28px;

}
@keyframes glowing {
    0% { color: #fff;}
    50% { color: #303732;}
    100% { color: #fff;}
}
 .buttondown {
     animation: glowing 2000ms infinite;
      }




.abschnitt {
    padding: 100px 10% 150px 10%;
}





/* schrift */

h1 {
    font-family: 'Libre Franklin';
    font-weight: 800;
    font-size:90px;
    line-height:120%;
    text-align:left;
    display:inline;
    color:#fff;
    background-color:transparent;
}
h2 {
    font-family: 'Libre Franklin';
    font-weight: 800;
    font-size:50px;
    line-height:120%;
    text-align:left;
    display:inline;
    color:#303732;
    background-color:transparent;
    hyphens: none;
}
h3 {
    font-family: 'Libre Franklin';
    font-weight: 400;
    font-size:30px;
    line-height:100%;
    text-align:left;
    color:#303732;
    background-color:transparent;
    text-decoration: underline;
    text-decoration-thickness:3px;
    text-decoration-color: #50d8da;
    text-underline-position: under;
}


p#copy{
    font-family:'Libre Franklin', normal;
    font-weight:200;
    font-size:26px;
    letter-spacing:0.03em;
    line-height:140%;
    color:#000;
}

span#line {
    text-decoration: underline;
    text-decoration-thickness:3px;
    text-decoration-color: #50d8da;
    text-underline-position: under;
}

strong {
    font-weight:700;
}




/* logos */
.flexcontainer1 { 
    display: flex; 
    display: -webkit-flex;
    display: -ms-flexbox;
    width:100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flexitem1 { 
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    width:20%;
}
.flexitem1 img{
    width:70%; 
    height:70%;
    margin:auto;
}





/* arbeiten */
.flexcontainer2 { 
   display: flex; 
    display: -webkit-flex;
    display: -ms-flexbox;
    width:100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items:flex-start;
}
.flexitem2 {
   display: -webkit-flex;
    display: -ms-flexbox;
    width:48%;
    height:auto;
    margin-bottom:20px;
}
.flexitem2 span p{
    font-family:'Bitter', normal;
    font-weight:400;
    font-size:16px;
    letter-spacing:0.03em;
    line-height:140%;
    color:#303732;
    text-align:left;
    margin-top:5px;
    margin-bottom:30px;
}
.flexitem2 span img{
    max-width:100%; 
    height:auto
}





/* buttons */

.button1 {
  color:#fff;
  font-family: "Libre Franklin", normal;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.button2 {
  color:  #303732;
  font-family: "Libre Franklin", normal;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
.button_slide1, .button_slide2 {
  border-radius: 3px;
  padding: 15px 5%;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.button_slide1 {
      box-shadow: inset 0 0 0 0 #50d8da;
      border: 2px solid #50d8da;
}
.button_slide2 {
      box-shadow: inset 0 0 0 0 #303732;
      border: 2px solid #303732;
}

.slide_down:hover {
  box-shadow: inset 0 100px 0 0 #D80286;
}

 .button1:hover {
       color: #303732;
}
 .button2:hover {
       color: #fff;
}
.slide_right1:hover {
  box-shadow: inset 400px 0 0 0 #50d8da;
}
.slide_right2:hover {
  box-shadow: inset 400px 0 0 0 #303732;
}


.slide_left:hover {
  box-shadow: inset 0 0 0 50px #D80286;
}

.slide_diagonal:hover {
  box-shadow: inset 400px 50px 0 0 #D80286;
}

#outer {
  width: 364px;
  margin: 50px auto 0 auto;
  text-align: center;
}




/* portraits */

#portraitgr1 {
    float:right;
    margin-top: 37px;
    margin-left: 100px;
    margin-bottom: 90px;
    height:300px;

}
#portraitgr2 {
    display:block;
    margin-bottom: 50px;
    width:100%;
    height: auto;
}
#portraitkl {
    float:right;
    margin-top: 37px;
    margin-left: 100px;
    margin-bottom: 90px;
    height:250px;
}





/* CountUp */
#countup {
  text-align: left;
    display:inline-block;
    margin-bottom:25px;
}
#countup p {
    font-family: 'Libre Franklin';
    font-weight: 800;
    font-size:50px;
    line-height:120%;
    color:#fff;
    background-color:transparent;
    border:none;
    display:inline;
}
#countup span {
    white-space:nowrap
}




/* leistungen */

ul#leist {
list-style: none;
    list-style-position: outside;
    padding:0px;
-moz-column-count: 2;
-moz-column-gap: 40px;
-webkit-column-count: 2;
-webkit-column-gap: 40px;
column-count: 2;
column-gap: 80px;

}
ul#leist li {
    font-family:'Libre Franklin', normal;
    font-weight:200;
    font-size:26px;
    letter-spacing:0.03em;
    line-height:140%;
    color:#fff;
    margin-bottom:40px;
-webkit-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
span#leist {
    text-transform:uppercase;
    font-weight:700;
    font-size:24px;
    color:#50d8da;
    line-height:200%;
}





/* links */

a#linksnormal{
    font-family:'Libre Franklin', normal;
    font-weight:200;
    font-size:24px;
    letter-spacing:0.03em;
    line-height:140%;
    color:#50d8da;;
    text-decoration:none;
}
a#linksnormal:hover {
    color:#000;
}

div#footermenu {
    float:left;
    width:100%;
    margin-bottom:20px;
}
a#footerlink, div#footermenu a {
  font-family: 'Libre Franklin';
  font-weight:200;
  text-decoration: none;
  color:#303732;
  display: inline;
  transition: 0.2s;
  text-align:left;
  text-transform: uppercase;
  padding-right:20px;
}
a#footerlink {
      font-size: 18px;
}
div#footermenu a {
        font-size: 24px;
}

a#footerlink:hover,div#footermenu a:hover  {
  font-weight:800;
    cursor:pointer;
}

img#download {
    width:30px;
    height:auto;
}













@media only screen and (min-width:1024px){
    
#portraitkl, #portraitgr2 { 
    display:none;
}

}






@media only screen and (max-width:1024px){
    
p#copy{
    font-size:24px;
}
.abschnitt {
    padding: 50px 10% 100px 10%;
}
.flexitem1 { 
    width:22%;
}
#portraitgr1, #portraitgr2 { 
    display:none;
}
.sidenav a {
  font-size: 50px;
}  
 h2 {
    hyphens: auto;
    }
div#footermenu a {
    font-size: 20px;
    }
}

    

    
    
    
    
@media only screen and (max-width:768px){
    
#portraitkl, #portraitgr1, #geerdeskomm { 
    display:none;
}
#portraitgr2 { 
    display:block;
}
.flexitem2 {
        width:100%;
    }
.flexitem1 {
        width:48%;
    }
h1 {
        font-size: 70px;
    }
h2, #countup p  {
        font-size: 40px;
        hyphens: auto;
    }
h3 {
        font-size: 25px;
    }
p#copy, ul#leist li, a#linksnormal {
        font-size:18px;
    }
.buttondown {
        display:none;
    }
.button_slide1, .button_slide2 {
    width:90%;
    text-align:center;
        
    }
ul#leist {
    column-count: 1;
    }
span#leist {
    font-size:20px;
    }
.sidenav a {
  font-size: 40px;
        
    }
a#footerlink {
        font-size: 14px;
    }
ul#leist li {
    margin-bottom:20px;
    }
#span#line {
    text-decoration-thickness:2px;
}

} 