

header {
	padding-right: 5%;
	padding-left: 5%;
  height: 55px;
	width: 90%;
}

#contentcont {
  margin-top: 40px;
}

#logo {
  margin-left: 0px;
  width: 80px;
  height: 29px;
  background-size: 80px 29px;
  margin-top: 15px;
}

#topheader
{
	margin-top: 55px;
 height: 300px;
}

.inhalt{
  padding-top: 100px;
}

#fullpage .inhalt {
  min-height: 90vh;
  text-shadow: none;
}

.leftcolumn {
    clear: both;
    width: 100%;
    margin-right: 0%;
		margin-bottom: 15px;
}

.rightcolumn {
	clear: both;
	width: 100%;
	margin-right: 0%;
}

.rightcolumn_news {
	clear: both;
	width: 100%;
	margin-right: 0%;
}

.starttext {
  width: 100%;
	margin-top: 240px;
}

#loader {
  margin-left: 0%;
  width: 100%;
  margin-right: 0%;
}

div.drittel {
  width: 30%;
  float: left;
  display: inline-block;
  padding-right: 2%;
}


/* NAVIGATION */

#topnavi{
	display: none;
}

#mobilenavi{
	display: none;
}


nav {
	top: 0;
	left: 0;
  position: absolute;
  z-index: 9335;
  background-color: #fff;
  opacity: 1;
  width: 91%;
	padding-left: 5%;
	padding-right: 5%;
  height: 1500px;
  text-align: center;
  vertical-align: middle;
  display: block;
  color: #6d6d61;
	cursor: initial;
  margin-top: 0px;
	padding-top: 0px;
	line-height: 50px;
}

nav > ul {
	margin-top: 100px;
}


li.topnav {

	margin-top: 5px;
  position: relative;
  display: block;
  text-align: center;
  width: auto;
  cursor: pointer;
  font-size: 40px;
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  color: #6d6d61;
  vertical-align: middle;
  background-color: rgba(187,187,187,0);
  -webkit-transition: none;
  /* Safari */
  transition: none;
  border-top: none;
  border-left: none;
	height: auto;
}

li.topnav:hover {
    background-color: transparent;
    border-top: none;
    border-left: none;
}

li.topnav:hover .subnavi, li.topnav:focus .subnavi {
  display: block;
  z-index: 5000;
  height: auto;
  -webkit-animation: none; /* Safari 4+ */
  -moz-animation:    none; /* Fx 5+ */
  -o-animation:      none; /* Opera 12+ */
  animation:         none; /* IE 10+, Fx 29+ */
}

li.topnav_act:hover .subnavi, li.topnav_act:focus .subnavi {
  display: block;
  z-index: 5000;
  height: auto;
  -webkit-animation: none; /* Safari 4+ */
  -moz-animation:    none; /* Fx 5+ */
  -o-animation:      none; /* Opera 12+ */
  animation:         none; /* IE 10+, Fx 29+ */
}

li.topnav_act {
	position: relative;
  display: block;
  text-align: center;
  width: auto;
  cursor: pointer;
  font-size: 40px;
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  color: #c11932;
  vertical-align: middle;
  background-color: rgba(187,187,187,0);
  -webkit-transition: none;
  /* Safari */
  transition: none;
  border-top: none;
  border-left: none;
}

#topnavi > ul > li.topnav_act > a{
  color: #c11932;
}

li.topnav_act:hover {
  background-color: transparent;
  border-top: none;
  border-left: none;
}

/* SUBNAVIGATION */
.subnavi {
  height: auto;
  position: relative;
  padding-bottom: 4px;
  margin-left: 0%;
  text-align: center;
  text-transform: none;
  display: block;
	line-height: 40px;
  z-index: -5;
  background-color: transparent;
  min-width: 100%;
  list-style-type: none;
  border-left: none;
}

li.subnavidiv {
  text-transform: none;
  color: #6d6d61;
  text-decoration: none;
  font-size: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: block;
}

li.subnavidiv:hover, li.subnavidiv:active {
  color: #c11932;
	  display: block;
}

li.subnavidiv_act {
	text-transform: none;
  color: #c11932;
  text-decoration: none;
  font-size: 30px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}

/* LINKTAGS NAVIGATION */

a.Active {
  color: #c11932;
  padding: 0px;
  display: block;
}

a.nav2 {
  color: #6d6d61;
  padding: 0px;
  display: block;
}

a.nav2:hover {
  color: #c11932;
  display: block;
}

nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav-hide {
display: none;
}

.navbar-toggle {
	display: inline-block;
	margin-top: 18px;
	right: 5%;
	width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 9500;
}

.bar1,
.bar2,
.bar3 {
  width: 100%;
  height: 4px;
  margin-bottom: 4px;
  background-color: #6d6d61;
  transition: all 0.3s ease-in-out;
}

.navbar-on {
display: block;
position: absolute;
left: auto;
	right: 5%;
width: 30px;
}



.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: #6d6d61; }

.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}

.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);
}

.navbar-on .bar2 { background-color: transparent; }


#projektdetails {
    margin-top: 40px;
    margin-left: 0px;
    width: 100%;
}

/* KONTAKTFORMULAR */

#googleMaps {
	width: 100%;
	padding-left: 0%;
}

#kontaktformular{
	width: 100%;
	margin-right: 0%;
}

#kontaktformular div{
	width: 100%;
	margin-right: 0%;
}

#kontaktformular div.breit{
	width: 100%;
	margin-right: 0%;
}

#kontaktformular input.button{
	width: 50%;
	height: 30px;
}



/* NEWS */
#newsbutton{
  position: fixed;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;

  z-index: 1;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
	-webkit-animation: none; /* Safari 4+ */
  -moz-animation:    none; /* Fx 5+ */
  -o-animation:      none; /* Opera 12+ */
  animation:         none; /* IE 10+, Fx 29+ */
}

#newsbutton a{
  padding: 10px;
	color: #fff;
}


#newsbereich{
  position: relative;
  top: auto;
  margin-top: 0px;
  width: 90%;
	padding-top: 60px;
  padding-bottom: 60px;
  color: #fff;
}

.swiper-container-projekt {
  width: 100%;
  height: auto;
}

.swiper-container-projekt .swiper-slide img {
	width: 100%;
  height: auto;
}

#slider {
	width: 100%;
  height: auto;
}

/* Projektuebersicht */
.container .mix,
.container .gap{
  	display: inline-block;
	width: 100%;
}
.container .mix{
	width: 100%;
	margin-right: 0px;
}

.container .mix {
  float: left;
  margin-bottom: 5px;
  line-height: 0px;
  text-align: left;
  display: none;
  margin-right: 1%;
}

.container .mix:after {
  color: white;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  font-weight: 800;
}

.container .mix:before {
  display: inline-block;
}

.projektuebersicht img{
	width: 100%;
	height: auto;
}

.projektuebersicht img:hover{
		filter: none;
	-webkit-filter: none;
}

.projektuebersicht div{
	width: 100%;
	padding: 3% 0% 1% 0%;
	min-height: 55px;
}

a div.projektuebersicht:hover div{
	width: 100%;
	padding: 3% 0% 1% 0%;
	background: transparent;
}

.projektuebersicht div span{
	font-weight: 400;
	display: inline-block;
}

a div.projektuebersicht div:before{
	display: none;

}

a div.projektuebersicht:hover div:before{
	margin-left: 42%;
}

#foot_cont {
  font-size: 11px;
}

 div.foo1 {
display: none;
}

 div.foo2 {
  width: 100%;
}
