@font-face {
    font-family: 'variant_round_bold';
    src: url('webfonts/variant_round_bold_db-webfont.woff2') format('woff2'),
         url('webfonts/variant_round_bold_db-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  margin: 0px;
  padding: 0px;
}

li {
  list-style-type: none;
}

#sortable li {
  min-width: 100px;
  display: inline-block;
}

div.clear {
  clear: both;
  height: auto;
}

body {
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: left;
  color: #fff;
  background-color: #fff;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 1px;
  background: #222222;
  border: none;
}

#sitecontainer {
  position: relative;
  height: 100%;
  margin-top: 110px;
}

/* LOGO HEADERBILD */

header {
  position: fixed;
  top: 0;
  margin-top: 0px;
  padding-left: 10%;
  padding-right: 10%;
  height: 100px;
  width: 80%;
  z-index: 9333;
  background-color: #fff;
}

#logo {
  margin-left: -12px;
  width: 174.5px;
  height: 44px;
  background-size: 174.5px 44px;
  margin-top: 32px;
  background-image: url("style_img/Logo_freba.svg");
  background-repeat: no-repeat;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  z-index: 9334;
  vertical-align: bottom;
}

a #logo {
  text-decoration: none;
}

a #logo:hover {
  opacity: 0.7;
}

/* HEADERBILDER
#headerbild
{
	margin-top: 26px;
	height: 400px;
	width: 1640px;
}

#headerbild img {
	height: 400px;
	width: 1640px;
}

#headerbild_admin
{
	height: 400px;
	width: 1640px;
	background-color: #fff;
	overflow: scroll;
	overflow-x: none;
	background-color: #0e4469;
}

.headerpic_admin
{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#headercontainer {
	height: 50px;
}

#topwahl
{
	position: absolute;
	width: 900px;
	background-color: #fff;
	float: left;
	color: #fff;
	z-index: 80;
	padding-bottom: 10px;
}
*/

/* Servicenavigation oben

#servicebox_start
{
	margin-top: 114px;
	font-size: 12px;
	color: #000;
	font-weight: 800;
	width: 780px;
	text-align: right;
	float: left;
}

#servicebox
{
	font-size: 12px;
	color: #000;
	font-weight: 800;
	width: 740px;
	margin-left: 40px;
	text-align: right;
	float: left;
}

#servicebox a {
	text-decoration: none;
}

#servicebox_start a {
	text-decoration: none;
}


div.nav_space
{
	width: 10px;
	float: left;
}
*/

/* INHALTSBEREICH */

span.800 {
  font-weight: 800;
}

#contentcont {
  padding-top: 0px;
  width: 100%;
}

@-webkit-keyframes EINBLEND {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes EINBLEND {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes EINBLEND {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes EINBLEND {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}

.content {
  position: relative;
  display: block;
  clear: both;

  -webkit-animation: EINBLEND 2s ; /* Safari 4+ */
  -moz-animation:    EINBLEND 2s ; /* Fx 5+ */
  -o-animation:      EINBLEND 2s ; /* Opera 12+ */
  animation:         EINBLEND 2s ; /* IE 10+, Fx 29+ */
}



.inhalt {
  padding-top: 170px;
  width: 80%;
  clear: both;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  min-height: 83vh;
}

#fullpage .inhalt {
  padding-top: 170px;
  text-shadow: 1px 1px 2px #666;
  min-height: 90vh;
}

.inhalt li {
padding-left: 25px;
text-indent: -25px;
margin-bottom: 10px;
}

.inhalt li:before {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  content: '\276F';
  display: inline-block;
  width: 25px;
  padding-left: 0px;
  text-indent: 0px;
}

#sortable li:before {
display: none;
}

#inhalt_projektinhalt {
  padding: 0px;
  margin-bottom: 20px;
  background-color: #fff;
  clear: both;
  width: 1640px;
}

#inhalt_home {
  width: 80%;
  margin-bottom: 20px;
  clear: both;
  padding-left: 10%;
  padding-right: 10%;
}

#inhalt_admin {
  padding: 0px;
  width: 980px;
  margin-bottom: 20px;
  background-color: #fff;
  clear: both;
}

.leftcolumn {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.rightcolumn {
  float: right;
  width: 45%;
  margin-right: 5%;
}

.rightcolumn_news {
  float: left;
  width: 674px;
  margin-right: 16px;
}

.starttext {
  width: 30%;
}

div.artikel {
  clear: both;
  display: block;
  width: 100%;
  min-height: 350px;
  margin-bottom: 40px;
}

div.artikel h2{
  margin-top: -10px;
}

.eindrittel {
  display: inline-block;
  float: left;
  width: 30%;
  margin-right: 5%;
  min-height: 350px;
}

.eindrittel img {
  width: 100%;
}

.zweidrittel {
  display: inline-block;
  float: right;
  width: 65%;
  min-height: 350px;
}

.zweidrittel img{
  width: 100%;
}

#fullpage {
  height: 100vh;
  display: block;
}

#loader {
  display: block;
  clear:both;
  margin-left: 50%;
  width: 45%;
  margin-right: 5%;
}

#loader a {
text-decoration: none;
}

#loader a {
text-decoration: none;
}

@-webkit-keyframes LODERA {
  0%   { width: 0%; }
  100% { width: 100%; }
}
@-moz-keyframes LODERA {
  0%   { width: 0%; }
  100% { width: 100%; }
}
@-o-keyframes LODERA {
  0%   { width: 0%; }
  100% { width: 100%; }
}
@keyframes LODERA {
  0%   { width: 0%; }
  100% { width: 100%; }
}

#loaderanimation {
  display: none;
  width: 100%;
  border-bottom: 1px solid #fff;
  -webkit-animation: LODERA 5s; /* Safari 4+ */
  -moz-animation:    LODERA 5s; /* Fx 5+ */
  -o-animation:      LODERA 5s; /* Opera 12+ */
  animation:         LODERA 5s; /* IE 10+, Fx 29+ */
}




@-webkit-keyframes JUMPER {
  0%   { bottom: -100px; }
  100% { bottom: -50px; }
}
@-moz-keyframes JUMPER {
  0%   { bottom: -100px; }
  100% { bottom: -50px; }
}
@-o-keyframes JUMPER {
  0%   { bottom: -100px; }
  100% { bottom: -50px; }
}
@keyframes JUMPER {
  0%   { bottom: -100px; }
  100% { bottom: -50px; }
}


#newsbutton{
  position: absolute;
  bottom: -50px;
  left: 50%;
	margin-left: -50px;
  width: 100px;
  height: 100px;
  background-color: #6d6d61;
  z-index: 1;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  -webkit-animation: JUMPER .5s ease-out; /* Safari 4+ */
  -moz-animation:    JUMPER .5s ease-out; /* Fx 5+ */
  -o-animation:      JUMPER .5s ease-out; /* Opera 12+ */
  animation:         JUMPER .5s ease-out; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes BOING {
  0%   {     padding: 5px; }
  50%   {     padding: 10px; }
  100%   {     padding: 5px; }
}
@-moz-keyframes BOING {
  0%   {     padding: 5px; }
  50%   {     padding: 10px; }
  100%   {     padding: 5px; }
}
@-o-keyframes BOING {
  0%   {     padding: 5px; }
  50%   {     padding: 10px; }
  100%   {     padding: 5px; }
}
@keyframes BOING {
  0%   {     padding: 5px; }
  50%   {     padding: 10px; }
  100%   {     padding: 5px; }
}
#newsbutton a{
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  padding: 5px;
  margin-top: 10px;
  letter-spacing: 0.1rem;
  line-height: 14px;
  -webkit-animation: BOING 5s ease-in infinite; /* Safari 4+ */
  -moz-animation:    BOING 5s ease-out infinite; /* Fx 5+ */
  -o-animation:      BOING 5s ease-out infinite; /* Opera 12+ */
  animation:         BOING 5s ease-in infinite; /* IE 10+, Fx 29+ */
}



#newsbutton a::after{
  display: block;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  content: '\25BC';
}

#newsbutton a:hover {
  color: #cccccc;
}


#newsbereich{
  position: absolute;
  top: 100vh;
  width: 85%;
  background-color: #6d6d61;
  clear: both;
  padding-left: 10%;
  padding-right: 5%;
  padding-bottom: 60px;
  color: #fff;
  padding-top: 10vh;
}

#newsbereich article {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
  min-height: 120px;
}

.newspic {
  max-height: 88px;
  float: left;
  padding-right: 16px;
  margin-top: 7px;
  display: inline-block;
}

#newsbereich h1{
color: #fff;
}

#newsbereich a{
color: #fff;
}

#newsbereich h3 {
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

h1 {
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  font-size: 65px;
  line-height: 70px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
}

h2 {
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  font-size: 25px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 25px;
  color: #fff;
  letter-spacing: 0.1rem;
}

h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

h4 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

p {}

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

/* GOOGLE FRAME */

.responsiveContainer {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 66% !important;
  height: 100% !important;
}

/* MITARBEITER */

#mabild {
  display: block;
  width: 310px;
  float: left;
}

#mabild img {
  width: 310px;
}

#madetails {
  display: block;
  width: px;
  font-size: 12px;
  text-align: 12px;
  float: left;
  margin-right: 20px;
}

#madetails p {}

#madetails span {
  font-weight: 800;
  text-transform: uppercase;
}

/* PROJEKT DATENBANK */

.projektuebersicht {
  float: left;
  margin-bottom: 10px;
  line-height: 0px;
}

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

.projektuebersicht div {
  width: 100%;
  min-height: 50px;
  padding: 12px 0px 0px 0px;
  background: transparent;
  color: #fff;
  font-weight: 800;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
}

.projektuebersicht div.admin {
  min-height: 120px;
}

.projektuebersicht div p {
  font-weight: 400;
  text-align: left;
  font-size: 0.8rem;
  text-transform: none;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  letter-spacing: 0rem;
}

.projektuebersicht div a {
  color: #ddd;
  text-decoration: none;
}

.projektuebersicht div.clear {
  width: 270px;
  padding: 0px 0px 0px 0px;
  background: transparent;
  color: #fff;
  font-weight: 800;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5rem;
  min-height: 15px;

  clear: both;
}

a div.projektuebersicht {
  text-decoration: none;
  border: 0px;
  cursor: pointer;
}

a div.projektuebersicht:hover {
  opacity: 0.5;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

div.projektuebersicht a:hover {
  opacity: 0.5;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

#projektart p span {
  display: inline-block;
}

#projektart p span:after {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  content: ',\00a0';
}

#projektart p span:last-child:after {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  content: '';
}

.swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  /* Center slide text vertically */
  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;
  display: inline-block;
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

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

.swiper-wrapper {
  width: 50000px;
}

.swiper-container-projekt {
  width: 1000px;
  overflow: hidden;
  height: 686px;
}

.swiper-container-projekt .swiper-slide a {
  text-decoration: none;
  border: none;
}

.swiper-container-projekt .swiper-slide img {
  width: 1000px;
  height: 666px;
  border: none;
}

.swiper-pagination {
  margin-top: -15px;
}

.swiper-pagination-bullet {
 background-color: #fff;
}

.swiper-container-projekt .swiper-slide figcaption {
  text-decoration: none;
  font-size: 10px;
  text-align: right;
  margin-top: -5px;
  z-index: 10000;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

#slider .swiper-button-next, #slider .swiper-button-prev {
  top: 50%;
  width: 27px;
  height: 27px;
  -moz-background-size: 27px 27px;
  -webkit-background-size: 27px 27px;
  background-size: 27px 27px;
}

#slider {
  position: relative;
  border: 0px;
  width: 1000px;
  height: 666px;
  float: left;
  display: block;
}

#topslider
{
	position: relative;
	border: 0px;
	width: auto;
  height: 90vh;
}



#topheader
{
  position: absolute;
  z-index:-2;
	border: 0px;
	width: 100%;
  opacity: 1;
  height: 100vh;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  -webkit-animation: EINBLEND 1s ; /* Safari 4+ */
  -moz-animation:    EINBLEND 1s ; /* Fx 5+ */
  -o-animation:      EINBLEND 1s ; /* Opera 12+ */
  animation:         EINBLEND 1s ; /* IE 10+, Fx 29+ */

}

#topheaderoff
{
  position: relative;
  margin-top: 55px;
	border: 0px;
	width: 100%;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  background-size: cover;
}

#startslider {
  border: 0px;
  width: 1640px;
}

#projektdetails {
  margin-left: 20px;
  width: 310px;
  height: 420px;

  text-align: 12px;
  float: left;
}

#projektdetails p {}

#projektdetails span {
  font-weight: 800;
  text-transform: uppercase;
}

#projektbeschreibung {
  padding-top: 30px;
  clear: both;
  width: 630px;
  float: left;
}

#projektbeschreibung span {
  font-weight: 800;
  text-transform: uppercase;
}

#projektnavigation {
  vertical-align: middle;
  clear: both;
  z-index: 3000;
  margin-bottom: 20px;
}

.Active2::after {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  content: ' \276F';
  font-size: 14px;
  -webkit-animation: BLINKER 2s infinite ; /* Safari 4+ */
  -moz-animation:    BLINKER 2s infinite ; /* Fx 5+ */
  -o-animation:      BLINKER 2s infinite ; /* Opera 12+ */
  animation:         BLINKER 2s infinite ; /* IE 10+, Fx 29+ */
}
.Active2{
  display: inline-block;
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-align: middle;
  padding: 10px 0px;

  letter-spacing: 0.1rem;
}

#projektnavigation div {
  float: right;
  display: inline-block;
}

#projektnavigation div a.leftbutton {
  display: inline-block;
  font-size: 18px;
  float: left;
  text-decoration: none;
}
#projektnavigation div a.leftbutton::after {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    content: '\276F';
}
#projektnavigation div a.rightbutton {
  display: inline-block;
  font-size: 18px;
  float: left;
  text-decoration: none;
  margin-right: 10px;
}
#projektnavigation div a.rightbutton::after {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    content: '\276E';
}

#projektnavigation div a.rightbutton:hover, #projektnavigation div a.leftbutton:hover {
  opacity: 0.5;
}

#controls {
  cursor: pointer;
  top: 0px;
  right: 0px;
  position: relative;
  text-align: left;
  padding: 8px 8px 8px 0px;
  z-index: 50;
  opacity: 0.95;
  display: block;
  clear: both;
}

#controls>a {
  text-decoration: none;
}

#controls #buttonwrap {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

#controls:hover label {
  cursor: pointer;
}

label {
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  display: block;
  margin: 0 0 0 0;
  height: 10px;
  cursor: pointer;
  letter-spacing: 0.1rem;
}

label.dropdown::after{
  display: inline-block;
  font-size: 22px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 8px;
  margin-top: 4px;
}

label.dropup::after{
  display: inline-block;
  font-size: 24px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  content: '\26BE';
  margin-left: 4px;
}

button.separator {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px;
  border: 0;
  width: auto;
  text-align: left;
  font-weight: 800;
  margin-bottom: 3px;
  margin-right: 8px;
  opacity: 1;
  border: 2px solid #fff;
  font-size: 16px;
  background: none;
}

button.filter {
  color: #fff;
  display: inline-block;
  padding: 8px;
  border: 0;
  cursor: pointer;
  width: auto;
  text-align: left;
  margin-bottom: 3px;
  margin-right: 8px;
  background: none;
  border: 1px solid #fff;
  font-size: 16px;
  float: left;
  vertical-align: middle;
  border-radius: 5px;
}

button.filter:hover {
  opacity: 0.5;
}

button.active {

  background: #fff;
  color: #6d6d61;
}

button:focus {
  outline: 0 none;
}

button+label {
  margin-left: 1em;
}

.container {
  clear: both;
  position: relative;
  font-size: 0.1px;
  -webkit-backface-visibility: hidden;
  width: 100%;
}

.container:after {
  display: inline-block;
  width: 100%;
}

.container .mix, .container .gap {
  display: inline-block;
  width: 24%;
}

.projektlink {
  width: 100%;
}

/*
#Container > div:nth-child(3n+3){
    	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;
}

.container .fail-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.container.fail .fail-message {
  opacity: 1;
  pointer-events: all;
}

.container .fail-message:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.container .fail-message span {
  display: inline-block;
  font-weight: 500;
  color: white;
  font-size: 16px;
  vertical-align: middle;
}

/* WERKVERZEICHNIS */

.werkverzeichnis {
  clear: both;
  line-height: 15px;
  border-top: 1px solid #222222;
  width: 1640px;
  padding: 5px 0px 5px 0px;
  color: #222222;
  font-weight: 500;
  text-align: left;
  font-size: 12px;
}

div.details:after {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  content: 'Details';
}

.werkverzeichnis a div.details {
  display: inline-block;
  width: 60px;
  text-align: right;
}

.werkverzeichnis div.jahr {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}

.werkverzeichnis div.texte {
  width: 800px;
  display: inline-block;
  vertical-align: top;
}

.containerList {
  position: relative;
  font-size: 0.1px;
  -webkit-backface-visibility: hidden;
  width: 1640px;
}

.containerList:after {
  display: inline-block;
  width: 100%;
}

.containerList .mix, .containerList .gap {
  display: inline-block;
  width: 1640px !importand;
}

.containerList .mix {
  width: 1640px !importand;
  clear: both;
  margin-bottom: 0px;
  text-align: left;
  display: none;
}

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

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

.containerList .fail-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}

.containerList.fail .fail-message {
  opacity: 1;
  pointer-events: all;
}

.containerList .fail-message:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.containerList .fail-message span {
  display: inline-block;
  font-weight: 500;
  color: white;
  font-size: 16px;
  vertical-align: middle;
}

#inhalt_abschluss {
  height: 0px;
  padding: 0px;
}

/* N A V I G A T I O N */

a {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  color: #ddd;
}

a img {
  border: none;
  outline: none;
}

.navbar-toggle {
  display: none;
}

.navbar-hide {
  display: block;
}

#mobilenavi {
  display: none;
}

#topnavi {
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 71px;
  margin-top: 32px;
  text-align: left;
  float: left;
  z-index: 5;
  letter-spacing: 0.1rem;
  vertical-align: bottom;
}


#topnavi > ul > li > a {
  text-decoration: none;
  color: #6d6d61;
  padding: 0px 8px 0px 8px;
  display: inline-block;

}

#topnavi a:hover {
  text-decoration: none;
  color: #c11932;
}

li.topnav {
  position: relative;
  display: inline-block;
  margin: 24px 0px 0px 0px;
  text-align: right;
  width: auto;
  cursor: pointer;
  font-size: 18px;
  vertical-align: bottom;
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  color: #6d6d61;
  vertical-align: bottom;
  -webkit-transition: all 0.5s;
  /* Safari */
  transition: all .5s;
  transition-timing-function: linear;
  letter-spacing: 0.1rem;
}


@-webkit-keyframes EINFADE {
  0%   { opacity: 0; }
  100% { opacity: 1;}
}
@-moz-keyframes EINFADE {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes EINFADE {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes EINFADE {
  0%   { opacity: 0;}
  100% { opacity: 1;}
}

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

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

li.topnav_act {
  position: relative;
  display: inline-block;
  margin: 24px 0px 0px 0px;
  text-align: right;
  width: auto;
  font-size: 18px;
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  background-color: rgba(187,187,187,0);
  /* Safari */
  transition: all .3s;
  transition-timing-function: ease-in;
  letter-spacing: 0.1rem;
}

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


li.topnavadmin {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 15px;
  padding: 5px 0px 0px 0px;
  text-align: right;
  width: auto;
}

li.topnavadmin a span {
  display: none;
}

li.topnavadmin a:hover span {
  background: #000;
  text-align: center;
  color: #fff;
  padding: 10px 20px 10px 5px;
  display: block;
  z-index: 99999;
  left: 0px;
  margin: 0px;
  width: 100%;
  position: fixed;
  top: 0px;
  text-decoration: none;
  font-weight: 800;
  opacity: 1;
  text-transform: uppercase;
}


/* SUBNAVIGATION */
.subnavi {
  height: 0px;
  position: absolute;
  padding-bottom: 4px;
  margin-left: -1px;
  text-align: left;
  text-transform: uppercase;
  display: none;
  line-height: 18px;
  z-index: -5;
  background-color: rgba(255,255,255,0.9);
  min-width: 100%;
  list-style-type: none;

}

li.subnavidiv {
  text-transform: none;
  color: #c11932;
  text-decoration: none;
  font-size: 18px;
  text-align: left;
  white-space: nowrap;
  vertical-align: middle;
}

li.subnavidiv:hover, li.subnavidiv:active {
  color: #ddd;
}

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

/* LINKTAGS NAVIGATION */

a.Active {
  color: #c11932;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
  width: 100%;
  display: inline-block;
}

//
a.Active:hover {

}

a.nav2 {
  color: #6d6d61;
  text-decoration: none;
  padding: 4px 8px 4px 8px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}

a.nav2:hover {
  color: #c11932;
  width: 100%;
  display: inline-block;
}

/* C A L L T O A C T I O N*/

div.cta {
  display: block;
  vertical-align: middle;
  padding: 10px;
  width: 215px;
  clear: both;
  text-shadow: none;
  background-color: #c11932;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div.cta:hover {
  opacity: 0.5;
  /* For IE 5-7 */
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  /* For IE 8 */
  -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

div.cta a {
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.1rem;
}


@-webkit-keyframes BLINKER {
  0%   { opacity: .5; margin-left: 0px;}
  50%   { opacity: 1; margin-left: 6px;}
  100% { opacity: .5; margin-left: 0px;}
}
@-moz-keyframes BLINKER {
  0%   { opacity: .5; margin-left: 0px;}
  50%   { opacity: 1; margin-left: 6px;}
  100% { opacity: .5; margin-left: 0px;}
}
@-o-keyframes BLINKER {
  0%   { opacity: .5; margin-left: 0px;}
  50%   { opacity: 1; margin-left: 6px;}
  100% { opacity: .5; margin-left: 0px;}
}
@keyframes BLINKER {
  0%   { opacity: .5; margin-left: 0px;}
  50%   { opacity: 1; margin-left: 6px;}
  100% { opacity: .5; margin-left: 0px;}
}


div.cta a::after {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  content: ' \276F';
  font-size: 14px;
  -webkit-animation: BLINKER 2s infinite ; /* Safari 4+ */
  -moz-animation:    BLINKER 2s infinite ; /* Fx 5+ */
  -o-animation:      BLINKER 2s infinite ; /* Opera 12+ */
  animation:         BLINKER 2s infinite ; /* IE 10+, Fx 29+ */
}

/* F O O T E R */

#footer {
  position: relative;
  width: 96%;
  margin-top: -10px;
  padding-left: 2%;
  padding-right: 2%;
  background-color: transparent;
}

#footerfixed{
position: fixed;
bottom: 20px;
width: 100%;

}


#fuss p {
  color: #fff;
}

#footer_admin {
  font-size: 12px;
  text-align: left;
  height: 400px;
}

#foot_cont {
  text-align: left;
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.1rem;
  padding-left: 10%;
  padding-right: 10%;
  width: 80%;
  opacity: 1;
  height: 30px;
  -webkit-animation: EINBLEND 2s ; /* Safari 4+ */
  -moz-animation:    EINBLEND 2s ; /* Fx 5+ */
  -o-animation:      EINBLEND 2s ; /* Opera 12+ */
  animation:         EINBLEND 2s ; /* IE 10+, Fx 29+ */
}

 div.foo1 {
  width: 70%;
  vertical-align: top;
  display: inline-block;
  padding-left: 10%;

}

 div.foo2 {
  width: 20%;
  text-align: right;
  vertical-align: top;
  display: inline-block;
}

#foot_cont a {
  text-decoration: none;
}

#impressum {
  font-size: 14px;
}
/* BACKEND */

.mceAdvanced {
	width: 100%;
}

#bilderadmin{
  min-height: 180px;
}

div.formhead {
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	width: 250px;
	display: inline-block;
	height: 100%;
}

div.formtop {
  margin-top: 6px;
	vertical-align: top;
	font-size: 14px;
  text-transform: uppercase;
	color: #6d6d61;
	width: auto;
	display: block;
  clear: both;
  background-color: transparent;
  border-top: 2px solid #6d6d61;
}

div.forminhalt {
	font-size: 12px;
	font-weight: 500;
	color: #333;
	display: inline-block;
	height: 100%;
  width: 100%;
}

.contbox {

	margin-bottom: 40px;
	outline: 5px solid #eee;
	background: #eee;
  width: 100%;
	font-size: 14px;
}

.contbox h2 {
  color: #6d6d61;

}

.contbox h4 {
	color: #666;
	font-weight: 200;
}

div.forms {
	margin-top: 3px;
	font-weight: 500;
	padding: 6px;
	display: block;
	text-align: left;
	background: #f9f9f9;

}

div.forms label {
display: inline-block;
}

div.forms label p {
	font-size: 10px;
}


div.forms a img{
	margin-right: 10px;
}

div.forms a img:hover{
	opacity: 0.5;
}

div.forms a span, form a span{
	display: none;
}

div.forms a:hover span{
	background: #0f0;
	text-align: center;
	color: #000;
	padding: 10px 20px 10px 5px;
	display: block;
	z-index: 99999;
	left: 0px;
	margin: 0px;
	width: 100%;
	position: fixed;
	top: 0px;
	text-decoration: none;
	font-weight: 700;
	opacity: .8;
	text-transform: uppercase;
}

form a:hover span{
	background: #0f0;
	text-align: center;
	color: #000;
	padding: 10px 20px 10px 5px;
	display: block;
	z-index: 100;
	left: 0px;
	margin: 0px;
	width: 100%;
	position: fixed;
	top: 0px;
	text-decoration: none;
	font-weight: 700;
	opacity: .8;
	text-transform: uppercase;
	font-size: 12px;
}

ul.headerthumb{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.headerthumb li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 3px;
	height: 100px;
}

ul.headerthumb li:hover{

}

ul.headerthumb li img{
	height: 100px;
}

ul.headerthumb li img:hover{
	opacity: 0.5;
	cursor: move;
}

ul.headerthumb li img.icon{
	position: relative;
	margin-left: -20px;
	margin-top: 80px;
	height: 20px;
	z-index:500;
	cursor: pointer;
}

div.on {
	position: absolute;
  text-align: right;
	right: 10%;
	margin-top: -28px;
	display: inline-block;
	cursor: pointer;
}

div.on a {
	text-decoration: none;
}

div.on a:hover img{
	opacity: 0.5;
}

div.on a span{
	display: none;
}

div.on a:hover span{
	background: #0f0;
	text-align: center;
	color: #000;
	padding: 10px 20px 10px 5px;
	display: block;
	z-index: 100;
	left: 0px;
	margin: 0px;
	width: 100%;
	position: fixed;
	top: 0px;
	text-decoration: none;
	font-weight: 700;
	opacity: .8;
	text-transform: uppercase;
}



.projektuebersicht_admin {
	float: left;
	margin-bottom: 10px;
	line-height: 0px;
	margin-right: 16px;
	width: 290px !importand;
  	text-align: left;
	display: inline-block;
	margin-right: 14px;
}

.projektuebersicht_admin img{
	width: 290px;
	height: 200px;
}

.projektuebersicht_admin div{
	width: 250px;
	min-height: 90px;
	padding: 15px 20px 0px 20px;
	background: rgba(255,255,255,0.4);
	color: #fff;
	font-weight: 700;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.projektuebersicht_admin div.admin{
	min-height: 120px;
}

.projektuebersicht_admin div p{
	font-weight: 500;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
}

.projektuebersicht_admin div a{
	color: #ddd;
	text-decoration: none;
}

.projektuebersicht_admin div.clear{
	width: 270px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	color: #fff;
	font-weight: 700;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	min-height: 15px;
	clear: both;
}



a div.projektuebersicht_admin{
	text-decoration: none;
	border: 0px;
}

a div.projektuebersicht_admin:hover{
	opacity: 0.5;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

div.projektuebersicht_admin a:hover{
	opacity: 0.5;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
}

#Projektliste {

	width: 100%;
}




/* ALARM und POP-UPS */

span.alert {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background-color: #ff0033;
}

p.alert {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background-color: #ff0033;
}

#alert {
  display: block;
  position: fixed;
  line-height: 26px;
  font-size: 18px;
  top: 130px;
  left: 0px;
  margin: 0px;
  width: 100%;
  min-height: 200px;
  outline: 5px solid #f00;
  padding: 20px;
  color: #222222;
  z-index: 999999;
  background: url(../bilder/redtrans2.png);
  background-attachment: scroll;
  background-repeat: repeat;
  text-align: center;
}

#softalert {
  position: absolute;
  left: 10%;
  top: 130px;
  padding: 20px;
  color: #222222;
  width: 80%;
  z-index: 1920;
  background: rgba(100,100,100,0.9);

}

#softalert b {
  text-transform: uppercase;
  font-size: 24px;
}

a.alert {
  font-size: 10px;
  line-height: 11px;
  text-decoration: none;
  color: #ff0033;
}

a.alert:hover {
  text-decoration: none;
  color: #ffffff;
}

form {
  display: inline;
}

input[type="text"], input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  color: #222222;
  background: #eee;
  border: 1px solid #222222;
  font-weight: 400;
  padding: 4px;
}

input[type="text"]:focus {
  -webkit-appearance: none;
  appearance: none;
  color: #222222;
  background: #fff;
  outline: 1px solid #222222;
}

input[type="text"].inline {
  -webkit-appearance: none;
  appearance: none;
  color: #222222;
  background: #eee;
  font-weight: 400;
  display: inline-block;
  border: none;
  padding: 3px 3px 4px 3px;
  margin-right: 3px;
  vertical-align: top;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  color: #222222;
  background: #eee;
  border: 1px solid #222222;
  font-weight: 400;
  padding: 4px;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background: url("../bilder/checked.png") no-repeat 0px 0px #eee;
}

input[type="checkbox"].del:checked {
  background: url("../bilder/checkedred.png") no-repeat 0px 0px #eee;
}

input[type="image"] {
  margin-right: 10px;
}

input[type="image"]:hover {
  opacity: 0.5;
}

select {
  -webkit-appearance: none;
  width: 300px;
  background: #eee;
  color: #222222;
  border: 1px solid #222222;
  box-shadow: 0;
  -webkit-border-radius: 0px;
  padding: 4px 24px 4px 4px;
  font-weight: 400;
  cursor: pointer;
  background: url("../bilder/down.png") no-repeat 276px 0px #eee;
}

option {
  -webkit-appearance: none;
  color: #222222;
}

input[type="file"] {
  margin-top: 7px;
}

input:focus:invalid {
  -moz-box-shadow: none;
  background-color: #FFD8CA;
}

input:required:valid {
  background-color: #CCFF99;
}

/*
input#test:focus {
    background-color: white;
}

input.button {
font-size: 12px;
padding: 4px;
font-weight: 800;
border: none;

background-color: #3c0;
text-transform: uppercase;
color: #ddd;
cursor: pointer;}

input.button:hover {
opacity: 0.5;
border: 1px solid #dff;}

input.txt {
height: 20px;
padding: 2px;
font-size: 12px;
background-color: #ccc;
border: none;
color: #000;}

textarea.txt {
padding: 2px;
font-size: 12px;
background-color: #ccc;
border: none;
color: #000;}

.bemerkung {
height: 11px;
padding: 2px;
font-size: 12px;
background-color: #ccc;
	color: #000;
}
*/

/* KONTAKTFORMULAR */

#kontaktwraper {
  width: 100%;

  display: block;
}

#googleMaps {
  display: inline-block;
	width: 40%;
  float:left;
	padding-left: 2%;
	background-color: transparent;
}

#kontaktformular {
  display: inline-block;
	width: 40%;
float:left;
margin-right: 0%;
	padding-right: 2%;
	background-color: transparent;
}

#kontaktformular div{
	width: 45%;
	display: inline-block;
	margin-right: 5%;
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 12px;
	font-style: normal;

}

#kontaktformular div.breit{
	width: 96%;
	display: inline-block;
	margin-right: 5%;
	padding-bottom: 10px;
	vertical-align: top;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
}

#kontaktformular label{
	background-color: transparent;
	width: 100%;
	padding: 0 0 15px 0;
	font-size: 14px;
	font-style: normal;
  font-family: "variant_round_bold", Helvetica, Arial, sans-serif;
  letter-spacing: 0.1rem;
}

#kontaktformular input{

	width: 100%;
	background-color: #ddd;
	border: 0px solid #fff;
	padding: 5px;
	color: #333;
	font-size: 14px;
}

#kontaktformular input:focus{
	background-color: #fff;
}

#kontaktformular input[type="radio"] {
width: 20px;
	height: 20px;
	background-color: transparent;
	border: none;
	padding: 5px;
	color: #fff;
	font-size: 14px;
}

input[type="radio"].rot {
  background-color: #c11932;
 -webkit-appearance: none;
 appearance:none;
 width: 15px;
 height: 15px;
 margin-right: 10px;
}

input[type="radio"].rot:checked {
  border: 2px solid #f9f9f9;
  outline: 2px solid #000;
}

input[type="radio"].grau {
  background-color: #6d6d61;
 -webkit-appearance: none;
 appearance:none;
 width: 15px;
 height: 15px;
 margin-right: 10px;
}

input[type="radio"].grau:checked {
  border: 2px solid #f9f9f9;
  outline: 2px solid #000;
}

#kontaktformular input:focus{
	background-color: #fff;
}

#kontaktformular textarea{
	-webkit-appearance:none;
	appearance:none;
	width: 100%;
	background-color: #ddd;
	border: 0px solid #333;
	height: 80px;
	padding: 5px;
	color: #333;
	font-size: 14px;
}

#kontaktformular textarea:focus{
	background-color: #fff;
}

#kontaktformular input.button{
	-webkit-appearance: none;
	appearance:none;
	width: 30%;
	height: 30px;
  background-color: #c11932;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	padding: 5px;
	color: #fff;
	font-size: 14px;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
}

#kontaktformular input.button:hover{
	background-color: #666;
}

#kontaktformular select {
   font-size: 14px;
	width: 100%;
	background: #ddd;
   color: #fff;
   border: 0px solid #fff;
   box-shadow: 0;
   -webkit-border-radius: 0px;
   padding: 5px 5px 5px 5px;
   font-weight: 400;
   cursor: pointer;

}

#kontaktformular select option {
   font-size: 14px;
}

input.senden {
  cursor: pointer;
}

input.send {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  padding: 2px;
  font-size: 19px;
  cursor: pointer;
}

input.kill {
  border: 0px;
  background-color: #f03;
  color: #fff;
  padding: 3px;
  font-size: 14px;
  cursor: pointer;
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Chrome, Safari */
  -khtml-border-radius: 3px;
  /* Konqueror */
  border-radius: 3px;
  /* CSS3 */
  font-weight: 800;
  width: 40px;
}

input.kill:hover {
  opacity: 0.5;
}

span.back {
  background-color: #000;
  color: #fff;
  width: 400px;
  padding: 3px;
  font-weight: 800;
  -moz-border-radius: 3px;
  /* Firefox */
  -webkit-border-radius: 3px;
  /* Chrome, Safari */
  -khtml-border-radius: 3px;
  /* Konqueror */
  border-radius: 3px;
  /* CSS3 */
}

span.back:hover {
  opacity: 0.5;
}

a.back {
  color: #fff;
  background-color: #000;
  text-decoration: none;
  cursor: pointer;
}

a.back:hover {
  color: #fff;
}

a.close {
  cursor: pointer;
}

a.close:hover {
  opacity: 0.5;
}


#dropper {
	height: 100px;
}

.dropzone:hover {
  opacity: 0.5;
  background: #ddd;
}

.dz-default{
  padding: 0px;
  text-align: center;
  border: 2px dotted #6d6d61;
  vertical-align: middle;
  color: #333;
  cursor: pointer;
}


.dz-message{
  height: 100px;
  width: 100px;
  display: block;
  text-align: center;
  vertical-align: middle;
  padding-top: 35px;
  color: #6d6d61;
  font-size: 40px;
}
