/* ALLGEMEIN
----------------------------------------------------------------------------------------------- */ 

BODY {
  font-size: 24px;
  }

/* HEADER
----------------------------------------------------------------------------------------------- */ 

#header {
  width: 100%;
  height: 70px;
  position: fixed;
  }
  
#header .location {
  display: none;
  left: 20px;
  font-size: 16px;
  line-height: 1;
  top: 20px;
  width: 50px;
  text-align: left;
  }  
  
#header .logo {
  top: 2px;  
  height: 70px;
  background-size: auto 40px;
  background-position: left center;
  margin-left: 15px;
  }
  
#header .menu.open,
#header .menu.close {
  display: none !important;
  } 
  
#header #burger {
  display: block;
  position: absolute;
  z-index: 1;
  top: 17px;
  right: 15px;
  width: 42px;
  height: 39px;
  }  
  
#header #burger SPAN {  
  display: block;
  position: absolute;
  top: 0;
  width: 42px;
  height: 7px;
  background: #000;
  }
  
#header #burger SPAN:nth-child(2){
  top: 16px;
  }
  
#header #burger SPAN:nth-child(3){
  top: 32px;
  }  
  
#menu NAV {
  margin-top: 100px;
  }
  
#menu A {
  font-size: 40px;
  } 
  
#menu .instagram A:before {
  font-size: 20px;
  }  
  
BODY.menu #header #burger {
  transform: rotate(-90deg);
  }  
  
/* LAYOUT
----------------------------------------------------------------------------------------------- */   
  
.page-title {
  font-size: 32px;
  }
  
.aktuell .item-content {
  font-size: 20px;
  }  
  
/* HEADLINES
----------------------------------------------------------------------------------------------- */    
  
H2, H3 {
  font-size: 40px;
  }
  
.team H2, 
.team H3,
.kontakt H2,
.kontakt H3 {
  font-size: 32px;
  }  

/* LAYOUT
----------------------------------------------------------------------------------------------- */ 

#page {
  padding-top: 100px;
  }
  
BODY.home #page {
  padding-top: 110px;
  }

#content {
  padding: 0 15px;
  }
  
#content #back {
  display: none;
  }  
  
.wp-container-3 {
  gap: 0em !important;  
  }
  
.wp-container-8 {
  gap: 1.5em !important;
  }  
  
.wp-container-18 {
  gap: 0.5em !important;
  }  
    
/* BLOCK SECTION
----------------------------------------------------------------------------------------------- */   
  
.wp-block-getwid-section {
  margin-top: 50px;
  margin-bottom: 50px;
  }
  
.wp-block-getwid-section__inner-wrapper {
  padding: 30px 20px;
  } 
  
/* BLOCK COLUMNS
----------------------------------------------------------------------------------------------- */      
  
.wp-block-columns {
  margin: 20px 0;
  }
  
H2 + .wp-block-columns {
  margin-top: -10px;
  } 
  
/* BLOCK IMAGE
----------------------------------------------------------------------------------------------- */    
  
.wp-block-image {
  margin-bottom: 20px !important;
  }   
  
/* BLOCK GROUP
----------------------------------------------------------------------------------------------- */    
  
.wp-block-group {
  margin-top: 30px;
  margin-bottom: 30px;
  }
  
/* BLOCK GALLERY
----------------------------------------------------------------------------------------------- */    

.wp-block-getwid-images-slider .slick-dotted.slick-slider {
  padding-bottom: 0 !important;
  }
  
.single-project .wp-block-getwid-images-slider {
  margin-bottom: 0;
  }  
  
/* BLOCK TABLE
----------------------------------------------------------------------------------------------- */   
  
.wp-block-table TABLE TD:first-child {
  white-space: nowrap;
  padding-right: 10px;
  }
  
P + .wp-block-table {
  margin-top: -0.5em;
  padding-bottom: 1.5em;
  }  
  
/* AKTUELL
----------------------------------------------------------------------------------------------- */    
  
.item-title {
  font-size: 28px;
  }  
  
.item-content {
  font-size: 20px;
  }  
  
.aktuell .page-title {
  margin-bottom: 20px;
  }  
  
.aktuell .item {
  margin-bottom: 50px;
  } 
  
/* PROJEKTE
----------------------------------------------------------------------------------------------- */    
  
#main.home #grid-list {
  padding: 0 15px;
  }
  
#main.home #grid-list .item {
  padding-bottom: 40px;
  }
  
#main.home #grid-list .item .image>img {
  width: 100%;
  height: auto;
  }
  
#main.home #grid-list .item .legend {
  height: 30px;
  }
  
/* PROJEKT DETAILSEITE
----------------------------------------------------------------------------------------------- */   
  
.single-project .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px !important;
  }
  
.single-project .wp-block-image + P {  
  margin-top: 40px;
  }
  
.single-project .wp-block-image + P + .wp-block-image {
  margin-top: 40px;
  }  


/* PAGE PROFIL
----------------------------------------------------------------------------------------------- */    
  
.profil .wp-block-column .toggle {
  cursor: pointer;
  }

.profil .wp-block-column .toggle STRONG:after {
  content: " ⮡";
  } 
  
.profil .wp-block-column .wp-block-table {
  display: none;
  }
  
.profil .wp-block-table TD {
  display: block;
  }
  
.profil P,
.profil UL LI,
.profil TABLE TD {
  font-size: 28px;
  }
  
.shortcode {
  margin: 30px 0;
  }  
  
.columns .column {  
  width: 100%;
  }


/* PAGE JOBS
----------------------------------------------------------------------------------------------- */    
  
.jobs #content P BR {
  display: none;
  }    
  
/* PAGE IMPRESSUM
----------------------------------------------------------------------------------------------- */   
  
.impressum #content P BR {
  display: none;
  }  

.wp-block-spacer {
  height: 20px !important;
  }
  
/* SLICK
----------------------------------------------------------------------------------------------- */     
  
.slick-dots,
.slick-dots LI,
.slick-dots LI BUTTON {
  font-size: 20px !important;
  }


































