/* meine Styles*/

@font-face {
          font-family: 'Ubuntu Regular';
          src: url('Ubuntu-Regular.woff') format('woff');
          font-weight: normal;
          font-style: normal; 
			}

.textbox {
	position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  /*text-align: center;*/
}

.textboxDatenschutz {
position: absolute;
  left: 50%;
  top: 100px;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 768px;
  line-height: 1.6;

}

#contactbox-desktop {
	position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  /*text-align: center;*/
}

.TwoColoumn {
	width: 46%;
	float: left;
	padding: 0 2%;
}

.product-button-werbetechnik {
	margin: 10px auto 0px;
	
	/*margin-top:30px;
	margin-left:auto;
	margin-right:auto;*/
	padding:10px;
	width:80%;
	background-color: rgb(153,2,55);
	color: rgb(255,255,255);
	-webkit-transition: background-color 0.5s; /* Safari */
    transition: background-color 0.5s;
}

.product-button-werbetechnik img {
	float:left;
}

.no-touch .product-button-werbetechnik:hover {
	background-color:rgb(255,102,0);
	cursor:pointer;
}

.img-responsive {
	width:auto;
	height:auto;
}

#contactbox-smartphone {
	display:none;
}



.logobox {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:65px;
	background:rgb(220,220,220);
}

.adressbox {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px 0px;
	width: 100%;
	background:rgb(220,220,220);
}


.boxshadow {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
}

h2 {
	font-size:24px;
	line-height:2;
	/*color:rgb(153,153,153);*/
}

.textcenter {
	text-align:center;
}

.background-white {
	background:rgb(255,255,255);
}

.background-white-transparent {
	background:rgba(255,255,255,0.9);
}


/*.textbox p {
	color:rgb(255,255,255);
}*/

.textgrey {
	color:rgb(153,153,153);
}

.textwhite {
	color:rgb(255,255,255);
}



.marginbottom-30 {
	margin-bottom: 30px;
}

.marginbottom-15 {
	margin-bottom: 15px;
}

.padding-left-right-30 {
	padding-left:30px;
	padding-right:30px;
}

.textsmall {
	font-size:1em;
}


.background-image {
	background-image:url(../img/fonds-lochblech-1800x1195.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:scroll;
}

.background-image-home {
	background-image:url(../img/plusenergie-gebaeude-1800x1200.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:scroll;
}

.no-touch .background-image {
	background-attachment:fixed;
}

.no-touch .background-image-home {
	background-attachment:fixed;
}

.headline {
	margin:50px auto 10px;
	padding: 10px;
	/*width:auto;*/
	text-align:center;
	display:table;
	background-color:rgba(116,56,10,0.8);
	color:rgb(255,255,255);
}

#imagebox {
	position:fixed;
	top:0;
	width:100%;
	height:100%;
	background-color:rgb(0,0,0);
	display:none;
}

.cd-section-map {
  height:800px;
  position: relative;
  padding: 2em 0;
}

/* für die Transition Animationen */

.animierbar {
		/*opacity: 0.5;*/ /*0*/
		/*transition: opacity 0.8s ease-in-out;*/
		transition: all ease-in-out;
		/*transition: opacity ease;*/
	}
	
.opacity0 {
	opacity: 0;
}
	
.opacity0-5 {
	opacity: 0.5;
}

.scale0-5 {
	transform: scale(0.5, 0.5);
	transform: translateX(-50%) translateY(-50%);
}


.transition0-5 {
	transition: 0.5s;
}
	
.transtition1s {
	transition: 1.0s;
}
	
.transtition2s {
	transition: 2.0s;
}


/* wird durch das Java-Script hinzugefügt, sobald das Element im Viewport ist */
.visible {
	opacity: 1;
	transform: scale(1.0, 1.0);
	transform: translateX(-50%) translateY(-50%);
}




/*Overlay Werbetechnik*/

#overlayWerbetechnik {
	position:fixed;
	top:0px;
	left: 0px;
	width:100%;
	height:100%;
	background-color:rgb(255,102,0);
	display:none;
	z-index:10;
	text-align:center;
	line-height: 1.6;
}

.closeButtonWerbetechnik {
	position:absolute;
	top:30px;
	right:30px;
	width:30px;
	height:30px;
}

.no-touch .closeButtonWerbetechnik:hover {
	cursor:pointer;
}

.phoneNumberMobile {
	display:none;
}

.phoneNumberMobile a {
	color:rgb(255,255,255);
}

/*Code ohne tel-Link*/
.phoneNumberDesktop {
	display:block;
}

@media only screen and (max-width: 750px) and (orientation: landscape) {

#imagebox {
	display:block;
	text-align:center;
	z-index:10;
}
}

/* mit modernizr gelöst
@media only screen and (max-width: 1024px) {
	
.background-image {
	background-size:cover;
	background-attachment:scroll;
}

.background-image-home {
	background-size:cover;
	background-attachment:scroll;
}
	
}*/

@media only screen and (max-width: 480px) {

.textbox p {
	font-size:16px;/*14px*/
}

#contactbox-desktop {
	display:none;
}

#contactbox-smartphone {
	display:block;
	position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  /*text-align: center;*/
}



.TwoColoumn {
		width: 100%;
		text-align: center;
		float: left;
		/*background-color:rgb(204,204,204);*/
}

.img-responsive {
	width: 200px;
	height: auto;
}

.phoneNumberMobile {
	display:block;
}

.phoneNumberMobile a {
	color:rgb(255,255,255);
}

/*Code ohne tel-Link*/
.phoneNumberDesktop {
	display:none;
}


/*.product-button-werbetechnik {
	padding:5px;
}*/

}

@media only screen and (max-width: 350px) {

.textbox p {
	font-size:14px;/*14px*/
}

.marginbottom-30 {
	margin-bottom: 0px;
}

.marginbottom-15 {
	margin-bottom: 0px;
}

h2 {
	font-size:18px;
	line-height:1.4;
	margin-top:0x;
	/*color:rgb(153,153,153);*/
}

.textsmall {
	font-size:12px;
}

}


/* -------------------------------- 

Primary style

-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  font-family: "Ubuntu Regular", sans-serif;
  background-color: white;
}

body, html {
  height: 100%;
}

a {
  color: rgb(0,92,37);
  text-decoration: none;
}

img {
  max-width: 100%;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
  /* replace text with a background-image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
.cd-section {
  min-height: 100%;
  position: relative;
  padding: 2em 0;
}

.cd-section-werbetechnik {
  min-height: 100%;
  position: relative;
  padding: 2em 0;
}
.cd-section:nth-of-type(odd) {
  background-color: rgb(0,92,37);
}
/*.cd-section:nth-of-type(odd) p {
  color: rgb(255,255,255);
}*/
.cd-section:nth-of-type(even) {
  background-color: rgb(148,193,28);
}
/*.cd-section:nth-of-type(even) p {
  color: rgb(153,153,153);
}*/
/*.cd-section h1, .cd-section p {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 768px;
  text-align: center;
}*/
.cd-section h1 {
  color: rgb(153,153,153);
  font-weight: 400;
  /*text-transform: uppercase;*/
  /*font-size: 20px;*/
  font-size: 1.0rem;
}
.cd-section p {
  line-height: 1.6;
}

.cd-section-werbetechnik p {
	line-height: 1.6;
}

@media only screen and (min-width: 768px) {
  .cd-section h1 {
    font-size: 30px;
    font-size: 1.5rem;
  }
  .cd-section p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
  
  .cd-section-werbetechnik p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}

.cd-scroll-down {
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20px;
  width: 47px;
  height: 46px;
  background: url("../img/pfeil-nach-unten.svg") no-repeat center center;
}

@media only screen and (max-width: 350px) {


.cd-scroll-down {
	bottom:5px;
	width: 30px;
  height: 30px;
  background: url("../img/pfeil-nach-unten-30px.svg") no-repeat center center;
}

}



/* No Touch devices */
.cd-nav-trigger {
  display: none;
}

.no-touch #cd-vertical-nav {
  position: fixed;
  right: 40px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.no-touch #cd-vertical-nav li {
  text-align: right;
}
.no-touch #cd-vertical-nav a {
  display: inline-block;
  /* prevent weird movements on hover when you use a CSS3 transformation - webkit browsers */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.no-touch #cd-vertical-nav a:after {
  content: "";
  display: table;
  clear: both;
}
.no-touch #cd-vertical-nav a span {
  float: right;
  display: inline-block;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
}
.no-touch #cd-vertical-nav a:hover span {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-touch #cd-vertical-nav a:hover .cd-label {
  opacity: 1;
}
.no-touch #cd-vertical-nav a.is-selected .cd-dot {
  background-color: rgb(255,102,0); /*orange: rgb(255,102,0)*/
}
.no-touch #cd-vertical-nav .cd-dot {
  position: relative;
  /* we set a top value in order to align the dot with the label. If you change label's font, you may need to change this top value*/
  top: 8px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: rgb(153,153,153);
  -webkit-transition: -webkit-transform 0.2s, background-color 0.5s;
  -moz-transition: -moz-transform 0.2s, background-color 0.5s;
  transition: transform 0.2s, background-color 0.5s;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.no-touch #cd-vertical-nav .cd-label {
  position: relative;
  margin-right: 10px;
  padding: .4em .5em;
  color: rgb(0,92,37); /*white*/
  background:rgb(220,220,220); /*#NP hoppla*/
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* Touch devices */
.touch .cd-nav-trigger {
  display: block;
  z-index: 2;
  position: fixed;
  bottom: 30px;
  right: 5%;
  height: 44px;
  width: 44px;
  border-radius: 0.25em;
  background: rgba(220, 220, 220, 0.9);
}
.touch .cd-nav-trigger span {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: #3e3947;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.touch .cd-nav-trigger span::before, .touch .cd-nav-trigger span::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
}
.touch .cd-nav-trigger span::before {
  top: -9px;
}
.touch .cd-nav-trigger span::after {
  bottom: -9px;
}

.touch #cd-vertical-nav {
  position: fixed;
  z-index: 1;
  right: 5%;
  bottom: 30px;
  width: 90%;
  max-width: 400px;
  max-height: 90%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-radius: 0.25em;
  background-color: rgba(255, 255, 255, 0.9);
}
.touch #cd-vertical-nav a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid rgba(62, 57, 71, 0.1);
}
.touch #cd-vertical-nav a span:first-child {
  display: none;
}
.touch #cd-vertical-nav a.is-selected span:last-child {
  color: rgb(183,0,65);
}
.touch #cd-vertical-nav.open {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger {
  background-color: transparent;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span {
  background-color: rgba(62, 57, 71, 0);
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before, .touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  background-color: #3e3947;
  height: 3px;
  width: 20px;
  border-radius: 0;
  left: -8px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
}
.touch #cd-vertical-nav.open + .cd-nav-trigger span::after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 0;
}
.touch #cd-vertical-nav li:last-child a {
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .touch .cd-nav-trigger, .touch #cd-vertical-nav {
    bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {

/* Seitengröße nur für die Seite Werbetechnik Smartphones*/

.cd-section-werbetechnik {
  min-height: 130%;
  position: relative;
  padding: 2em 0;
}

}
