/* Hinzugefügt am 03.02.2021 */

    @font-face {
     font-family: 'Bodoni Moda';
     src: url('../fonts/Bodoni_Moda/BodoniModa-VariableFont_opsz,wght.ttf') format('truetype-variations');
     font-weight: 1 999;
     font-stretch: 0% 100%;
    }

    #header-wellcome {
    	width: 100%;
    	background: #FFF;
    	border-bottom: 2px solid #000;
    	display: block;
    	padding: 200px 100px;
    }

    #header-wellcome #text-wrapper h1 strong {
    	color: #ffd300;
    }

    #header-wellcome #text-wrapper h1 {
    	font-family: 'Bodoni Moda';
    	font-size: 100px;
    	margin: 0;
    	transform: scale(1, 1.3);
    	font-variation-settings: 'wght' 525;
    }

    #header-wellcome #text-wrapper h2 {
    	font-family: 'Bodoni Moda';
    	font-size: 25px;
    	margin: 0;
    	font-weight: 400;
    	font-style: italic;
    	color: #111;
    }

    @media (max-width: 1200px) {
      #header-wellcome {
    	  padding: 150px 100px;
      }
      #header-wellcome #text-wrapper h1 {
    	  font-size: 80px;
      }
      #header-wellcome #text-wrapper h2 {
    	  font-size: 20px;
      }
    }

    @media (max-width: 800px) {
      #header-wellcome {
    	  padding: 80px 60px;
      }
      #header-wellcome #text-wrapper h1 {
    	  font-size: 60px;
      }
      #header-wellcome #text-wrapper h2 {
    	  font-size: 18px;
      }
    }

    .header-spacer {
        height: 100px;
        width: 100%;
    }

    .container .slideshow {
    	top: 0;
    	margin-bottom: 0;
    }

    .text-modul {
        padding: 130px 0;
    }
    .text-modul .header {
        padding-bottom: 50px;
        float: left;
        width: 100%;
    }
    .text-modul .header .strich {
        background: #ffd300;
        width: 18%;
        height: 13px;
        display: block;
        float: left;
        margin-top: 20px;
    }

    .text-modul .header .text {
        display: block;
        max-width: calc(100% - 18%);
        float: left;
        padding-left: 10px;
    }
    .text-modul .header .text h2,
    header.codrops-header h1 {
        margin: 0;
        font-weight: 600;
        transform: scale(1,1);
        color: #3a3938;
        font-size: 33px;
        font-weight: 800;
    }
    .text-modul .header .text h3 {
        margin: 0;
        color: #81808e;
        font-size: 24.5px;
        font-weight: 300;
    }

    .text-modul .header .text h3 .copyright {
        color: #000;
        font-size: 15.5px;
        font-weight: 400;
    }

    .text-modul .body p,
    .text-modul .body ul {
        max-width: 35%;
        margin: 0 auto 20px;
    }
    .text-modul .body p.last,
    .text-modul .body ul.last {
        margin-bottom: 0;
    }

    @media (max-width: 1200px) {
        .text-modul .body p,
        .text-modul .body ul {
            max-width: 50%;
        }
    }

    @media (max-width: 700px) {
        .text-modul .header .text h2 {
            font-size: 28px;
        }
        .text-modul .header .text h3 {
            font-size: 20px;
        }
        .text-modul .header .text h3 .copyright {
            font-size: 13px;
        }
        .text-modul .body p,
        .text-modul .body ul {
            max-width: 70%;
            font-size: 16px;
        }
    }

    hr.gelb {
        background: #ffd300;
        border: none;
        height: 13px;
    }


    div#wrapp {
      width: 100%;
    }

    #wrapp #cssmenu {
      position: absolute;
      right: 30px;
      left: auto;
      width: auto;
      margin: unset;
      display: inline-block;
    }

    @media (max-width: 1100px) {
        #cssmenu > ul {
          width: 180px;
        }

        #wrapp #cssmenu {
          width: 128px;
        }
    }

    p,
    ul,
    section.related {
        color: #000;
        font-size: 18px;
        font-weight: normal;
    }

    .header-projekte {
    	font-family: 'Bodoni Moda';
      text-transform: uppercase;
      padding: 80px 0 60px;
    }

    .header-projekte h3 {
      font-size: 48px;
      font-weight: 600;
      color: #3a3938;
      margin-bottom: 0;
      transform: scaleY(1.3);
      line-height: 0.9;
      text-align: left;
      margin-left: 7px;
    }

    .header-projekte h3 span.grau {
      color: #868686;
      font-size: 28px;
      transform: scaleY(1);
    }

    .header-projekte h3 span.gelb {
      color: #ffd300;
    }

    

/* Ende Edit - 03.02.2021 */

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	background: #fff;
	color: #333;
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Lato', Arial, sans-serif;
}

a {
	color: #9baaa7;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #e88565;
}

code {
	opacity: 0.7;
	white-space: nowrap;
	padding: 0 7px;
	background: rgba(0,0,0,0.08);
}

.codrops-header {
	margin: 0 auto;
	padding: 2em 2em 0;
	text-align: center;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.5em;
	padding-top: 0.2em;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 0.6em;
	opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
	text-align: center;
}

.codrops-top a {
	display: block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Related demos */
.related {



	margin: 0 auto;
	padding: 2em 2em 0;
	text-align: center;



}

.related2 {



	margin: 0 auto;
	padding: 2em 2em 0;
	text-align: left;
	padding-left: 30%


}

.related p {
	font-size: 1.5em;
}

.related > a {
	border: 3px solid #8d9a97;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	color: #8d9a97;
	-webkit-transition: color 0.3s, border-color 0.3s;
	transition: color 0.3s, border-color 0.3s;
}

.related a:hover {
	color: #4b5f5a;
	border-color: #4b5f5a;
}

.related a img {
	max-width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.related a:hover img,
.related a:active img {
	opacity: 1;
}

.related a h3 {
	margin: 0;
	padding: 0.5em 0 0.3em;
	max-width: 300px;
	text-align: left;
}

#cdawrap {
	top: 550px !important;
	background: #f0f0f0 !important;
}
















.btn {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #000000;
  font-size: 19px;
  padding: 10px 20px 10px 20px;
  border: solid #000000 3px;
  text-decoration: none;
}

.btn:hover {
  background: #ffff00;
  text-decoration: none;
}






#logo {
position:fixed;
top:25px;
left:95px;
margin:auto;
padding:auto;
z-index:3;


}


#balken {
position:fixed;
top:0px;
left:0px;
width:100%;
height:100px;
margin:auto;
padding:auto;
background-color:#242324;
z-index:2;


}













#wrapp {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position:fixed;


	top: 5px;
	z-index:5;


}





#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  z-index:5;


}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
	margin:auto;
	padding:auto;
	left: 270px;
	top: 25px;
  width: 980px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  position: relative; z-index:5;

}
#cssmenu > ul {



}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li {
 text-align: center;
  display: inline-block;
}
#cssmenu.align-center > ul {
  float: none;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li > a {
  padding: 18px 10px 21px 48px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  color:#CCC;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color:#FFFF00;

}
#cssmenu > ul > li.has-sub > a {
  padding-right: 10px;
}
#cssmenu > ul > li.has-sub > a::after {

  position: absolute;
  width: 0;
  height: 0;
  right: 17px;
  top: 22px;
}
#cssmenu > ul > li.has-sub.active > a::after,
#cssmenu > ul > li.has-sub:hover > a {

}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: -4px;
  left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#cssmenu ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 11px;
  left: -4px;
}
#cssmenu.align-right ul ul ul::after {
  left: auto;
  right: -4px;
}
#cssmenu > ul > li > ul {
  top: 120px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
  padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#cssmenu ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 11px 25px;
  width: 180px;
  color: #777777;
  background: #ffffff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
  color: #333333;
}
#cssmenu ul ul li:first-child > a {

}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
#cssmenu ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after,
#cssmenu ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after,
#cssmenu.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 1100px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {








  #cssmenu {
	  width:850px;

  }
  #cssmenu > ul {
    display: none;
  }
  #cssmenu > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #cssmenu.align-right > ul {
    float: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu > ul > li > a {
    padding: 38px 805px 18px 25px;
    border-right: 0;
	background-col666;}or:#

  #cssmenu > ul > li:hover > a,
  #cssmenu > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
	 padding: 38px 805px 18px 25px;
  }
  #cssmenu #menu-button {

	  width:100px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color:#666;
    padding: 18px 95px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
  #cssmenu ul ul,
  #cssmenu ul li:hover > ul,
  #cssmenu > ul > li > ul,
  #cssmenu ul ul ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul li:hover > ul,
  #cssmenu.align-right > ul > li > ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #cssmenu ul ul li {
    width: 100%;
  }
  #cssmenu ul ul li a {
    width: 100%;
    box-shadow: none;
    padding-left: 35px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 545px;
  }
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    border-radius: 0;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    right: 25px;
    top: 18px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #666;
    right: 25px;
    top: 28px;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }







}
