body{
	 background-color: black;
   font-family: "Arial Regular", Arial, sans-serif;
}

a{
  outline:0;
  color: #808080;
}

a:hover, a:active, a:focus {
  outline:0;
  color: #808080;
  text-decoration: none;
}

.fullpage{
    width: 100%;
    margin: 0 auto;
}

.top{
    width: 100%;
    margin:20px 0 0 20px;
    height: 240px;
}

.top img{
  max-width:400px;
}

nav{
  margin-left:245px;
  margin-top: 20px;
}

@media (max-width: 850px){
  nav{
    margin-left:0px;
  }
}

nav a:hover h3{
    color: white;
}

.menu{
    width: 120px;
}

.menu h3{
    color: #808080;
    font-size: 20px;
    padding: 0;
    margin: 0 0 2px;
    height: 24px;
    width: 100%;
}

.submenu{
    height: 24px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display:none;
}

.submenu li{
  float: left;
  padding-right: 5px;
  padding-top: 1px;
  font-size: 16px;
  color:white;
}

.submenu li a{
  color: white;
}

.projekt-menu{
  display:flex;
}

.projekt-menu .menu{
  width: 88px;
}

@media (max-width: 605px){
    .top img{
      width:100%;
    }
    .top{
      margin-left: 0;
    }
    nav{
      padding-left: 20px;
    }
    .menu {
      width: 100%;
      float: left;
    }
    .submenu{
      text-align: right;
      overflow: inherit;
      float:right;
    }
    .submenu li{
      float:inherit;
      display: block;
    }
    .projekt-menu{
      display: inline-flex;
      width: 100%;
    }
    .projekt-menu .menu{
      width: 70%;
    }
  }

.middle{
    margin-top: 15px;
}

.underline:hover{
  text-decoration: underline;
}

.menu-top{
    margin-top:274px;
}

.logo img{
	max-width: 630px;
}

section{
  width: 100%;
}

.swiper-container{
  width: 100%;
  height: 180px;
}

.swiper-slide {
  width: 250px;
  text-align: center;
  font-size: 18px;
  background: #000;
  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-slide img{
  width: 250px;
  height: 180px;
}

.swiper-wrapper{
}

.beschriftung_bg{
  display: none;
  width: 250px;
  height: 180px;
  background-color: #888;
  opacity: 0.9;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  cursor: pointer;
}

.beschriftung{
  display: none;
  width: 250px;
  height: 180px;
  color: white;
  font-size: 16px;
  text-align: left;
  padding:5px 10px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  cursor: pointer;
}

.beschriftung h3{
  font-size: 16px;
  margin-top:12px;
}

.beschriftung p{
  font-size: 14px;
}

.textfeld{
  font-size: 18px;
  text-align: left;
  color: white;
  margin-left: -12px;
  margin-top: 0px;
  line-height: 23px;
}
.textfeld a{
  color: white;
}
.textfeld a:hover{
  text-decoration: underline;
}

/* Portrait */
.portrait_textfeld{
  width: 250px;
  height: 180px;
}

.portrait_textfeld h3{
  font-size: 18px;
  text-align: left;
  color: white;
  line-height: 23px;
  margin-left: 14px;
  margin-top: 60px;
}
.portrait_textfeld_details{
  display: none;
  width: 250px;
  height: 180px;
  color: white;
  font-size: 16px;
  text-align: left;
  padding:3px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  cursor: pointer;
  padding-top: 10px;
  padding-left: 13px;
  margin-left:1px;
}

.small_portraittext{
  padding-top: 50px;
}

.small_portraittext_last{
  padding-top: 40px;
}

.portrait_textfeld_details p{
  font-size:14px;
}

.referenzen_h3 a{
  font-size:14px;
  color: white;
}

.referenzen_h3{
  padding-top: 36px;
}

.portrait_bg{
  display: none;
  width: 250px;
  height: 180px;
  background-color: #222;
  opacity: 0.9;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  cursor: pointer;
}



.swiper-button-disabled{
  display: none;
}

.btn-group>.btn{
    font-size: 13px;
}

/* Kontaktformular */
#contactForm input[type="text"], #contactForm input[type="tel"], #contactForm textarea, #respond input[type="text"], #respond textarea, .email {
  border: 1px solid #eee;
  border-radius: 2px;
  color: #000;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  outline: medium none;
  padding: 7px 14px;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}
.btn-large {
  font-size: 14px;
  padding: 9px 22px; }

.btn-system {
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1) inset;
  color: #FFF;
  display: inline-block;
  font-weight: 400;
  margin-right: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  background-color: #116db0; }

.webdesign{
    position: fixed;
    bottom: 0;
    font-size: 12px;
    left: 5px;
}

@media (min-width: 1300px){
  .webdesign{
      position: fixed;
      bottom: 0;
      right: 5px;
      font-size: 12px;
      left:inherit;
  }
}

@media print{
  a[href]:after {
    content: none !important;
  }
}