body {
	margin:0;
	padding:0;
	border:0;
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.0em;
	line-height:1.8em;
	color: rgb(130,130,130);
}

.no-touch a:hover {
	color:rgb(0,75,155);
}

a:link, a:visited, a:active { 
text-decoration:none;
color:rgb(102,102,102);
}



.bold {
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.xbold {
	font-family: aktiv-grotesk, sans-serif;
	font-weight: 800;
	font-style: normal;
}

.uppercase {
	text-transform: uppercase;
}

.scroll-down-button {
  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%);
  /*top: 90%;*/
  bottom: 50px;
  width: 47px;
  height: 46px;
  background: url("../images/pfeil-nach-unten.svg") no-repeat center center;
  z-index:100;
}

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

article {
	width: 90%;
	max-width: 640px;
	margin: 100px auto;
}

h1, h2 {
	color: rgb(0,75,155);
	margin-bottom: 50px;
}

h3 {
	color: rgb(0,75,155);
}

.standfirst {
	font-size: 0.7em;
	color: rgb(130,130,130);
	font-weight:400;
}

/*in der smartphone version center, in der desktop-version unten right*/
.textalign-right {
	text-align: center;
}

.blue-square-list {
list-style: none; /* Remove default bullets */
}

.blue-square-list li::before {
  content: "◼︎"; 
  color: rgb(0,75,155); /* Change the color */
  font-size: 1.2em;
  /*font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 2em; /* Also needed for space (tweak if needed) */
  margin-left: -2em; /* Also needed for space (tweak if needed) */
  margin-top: 0.8em; /*Fügt Abstände zwischen den List-Items ein*/
}


/*in der smartphone version center, in der desktop-version unten left*/
.textalign-left {
	text-align: center;
}

/*in der smartphone version left, in der desktop-version unten center*/
.textalign-left-center {
	text-align: left;
}

.textalign-center {
	text-align: center;
}

.color-magenta {
	color: rgb(255,0,255);
}

.margin-bottom100px {
	margin-bottom: 100px;
}

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

.margin-top50px {
	margin-top: 50px;
	/*background: yellow;*/
}

hr {
	border-top: 1px solid rgb(0,75,155);
}

/*für das overlay smartphone im Querformat*/

.overlay-landscape {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 300;
}

.overlay-landscape 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%);
	text-align: center; /*falls Umbruch auf kleinen Displays*/
}


.fullscreen-overlay {
  
  height: 100vh;
  width: 100%;
  /*position: relative;*/
 
}

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

.background-black {
	background: rgb(0,0,0);
}

#map {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(0,75,155);
	margin-bottom: 100px;
}

#map2 {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(0,75,155);
	margin-bottom: 100px;
}

footer {
	width:90%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 100px;
}

#scrolltop {
	position:fixed;
	right:15px;
	bottom:15px;
	background-color:rgba(102,102,102,0.33);
	width:50px;
	height:50px;
	display:none;
	border-radius:5px;
}

/*Behebt das Versatzproblem mit den Anchors im firefox */
.anchor {
	display: block;
    position: relative;
    top: 0px;
}

/*Animationen*/

.slideanim {
	visibility:hidden;
}

.slide {
  /* The name of the animation */
  animation-name: slide;
  -webkit-animation-name: slide; 
  /* The duration of the animation */
  animation-duration: 1s; 
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(100%);
	/*es ist nur eine transform Eigenschaft mögich hier vertikal*/
	/*transform: rotate(-5deg);*/
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
	/*transform: rotate(0deg);*/
  } 
}

.slideanim2 {
	visibility:hidden;
}

.slide2 {
  /* The name of the animation */
  animation-name: slide2;
  -webkit-animation-name: slide2; 
  /* The duration of the animation */
  animation-duration: 1s; 
  -webkit-animation-duration: 1s;
  /* Make the element visible */
  visibility: visible; 
}

@keyframes slide2 {
  0% {
    opacity: 0;
    transform: translateX(40%);
	/*es ist nur eine transform Eigenschaft mögich hier horizontal*/
	/*transform: rotate(-5deg);*/
  } 
  100% {
    opacity: 1;
    transform: translateY(0%);
	/*transform: rotate(0deg);*/
  } 
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 unser CSS weiter unten
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* Unser CSS */

/*body {
	margin:0px;
	border:0px;
	font-family: 'Open Sans', sans-serif;
}*/
.owl-item img {
    width: 100%;
    height: auto;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
	/*geht leider nur so*/
    margin-top: -300px; /*-350px*/
    width: 50px;
    height: 50px;
    text-align: center;
    /*background-color: rgb(153,0,0);*/
	background:rgb(153,153,153) url(../images/chevron-left-white.svg) no-repeat center center;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}
.owl-next {
    right: 0px;
	background:rgb(153,153,153) url(../images/chevron-right-white.svg);
}

.owl-controls {
    text-align: center;
	/* Um die Paginierung über die Bilder zu setzen*/
	position:relative;
    z-index:99;
    margin-top:-35px;
}



.owl-controls .owl-page {
    display: inline-block;
}
.owl-controls .owl-page span {
    /*paginierung (Dots) hier weiß*/
	background-color: rgb(255,255,255);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

.fullscreen {
  
  height: 90vh;
  width: 100%;
  /*position: relative;*/
 
}

.backgound-image-general {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color:rgb(0,75,155);
}

.background-image-url-1 {
	background-image: url(../images/img1-vert.jpg);
}

.background-image-url-2 {
	background-image: url(../images/team-stahlwerk-vert.jpg);
}

.background-image-url-3 {
	background-image: url(../images/team-kanzlei-vert.jpg);
}

.background-image-url-4 {
	background-image: url(../images/referenzen-vert.jpg);
}

.background-image-url-5 {
	background-image: url(../images/kontakt-vert.jpg);
}

.background-image-url-6 {
	background-image: url(../images/hefer-background-vert.jpg);
}

.background-image-url-7 {
	background-image: url(../images/img-gradeaus-vert.jpg);
}

.background-image-url-8 {
	background-image: url(../images/img-ballverliebt-vert.jpg);
}

.background-image-url-9 {
	background-image: url(../images/team-tischkicker-vert.jpg);
}

.background-image-url-10 {
	background-image: url(../images/img-schnoerkellos-vert.jpg);
}

.background-image-url-11 {
	background-image: url(../images/slider-jochen-hefer-vert.jpg);
}

.background-image-url-12 {
	background-image: url(../images/img4-vert.jpg);
}

.background-image-url-13 {
	background-image: url(../images/team-stahlwerk-2-vert.jpg);
}

.background-image-url-14 {
	background-image: url(../images/img5-vert.jpg);
}


.headline-slider {
	position: absolute;
	top: 55vh;
	left: 50%;
	-webkit-transform: translateX(-50%);
 	 -moz-transform: translateX(-50%);
 	 -ms-transform: translateX(-50%);
 	 -o-transform: translateX(-50%);
 	 transform: translateX(-50%);
	width: auto;
	max-width: 260px;
	padding: 20px;
	background-color:rgb(0,75,155);
	z-index:10;
	color: rgb(255,255,255);
	font-size:1.3em;
	letter-spacing: 0.15em;
}


/*wird nur in der Desktop-Version gezeigt*/
.caption {
	display: none;
}



/*header mit responsive menue smartphone Version*/

header {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	z-index:100;
	background:rgb(255,255,255);
	padding:30px 15px;
	box-shadow:0px 0px 5px 5px rgba(0,0,0, 0.3);
	-moz-box-shadow:0px 0px 5px 5px rgba(0,0,0, 0.3);
	-webkit-box-shadow:0px 0px 5px 5px rgba(0,0,0, 0.3);
	font-family: corporate-e, serif;
	font-weight: 400;
	font-style: normal;
}

nav {
	margin-top:15px;
	display:none;
}


nav ul {
	list-style:none;
	margin:0;
	padding:0;
	
}


nav ul li{
	border-bottom: solid 1px rgb(0,0,0);
	margin-bottom: 15px;
	padding-left:10px;
	/*background: red;*/
}

/*zentriertes Logo nur auf Desktop einblenden*/

.desktop-only {
	display: none;
}

.smartphone-only {
	display: block;
}





/*Drop Down smartphone ----------------------------------*/

nav ul li ul li {
	/*padding-left:0px;*/
	display:block;
	border-bottom:none;
	margin-bottom: 0px;
}


nav ul li ul {
	display: none;
	/*position: absolute;*/
}

.dropdown-button {
	cursor:pointer;
}



/*Hamburger -------------------------------------*/

#nav-icon-container {
width:50px;
height:50px;
position:fixed;
top:15px;
right:15px;
border-radius:5px;
background: rgb(230,230,230);
z-index:11;
}

#nav-icon {
  width: 30px;
  height: 23px;
  position: absolute;
  top:50%;
  left:50%;
  margin-left:-15px;
  margin-top:-11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(0,75,155);
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}



/* Unser Icon */

#nav-icon span:nth-child(1) {
  top: 0px;
 }

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 9px;
}

#nav-icon span:nth-child(4) {
  top: 18px;
}

#nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/*Ende Hamburger -------------------------------------*/


@media only screen and (min-width: 750px) {

/*.owl-prev, .owl-next {
    margin-top: -350px;
}*/

.fullscreen {
  
  height: 100vh;
  width: 100%;
  /*position: relative;*/
 
}

.footer-content {
	max-width: 640px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	justify-content: space-between;
	font-size: 0.8em;
}

.flex-content {
	/*max-width: 640px;
	margin-left:auto;
	margin-right:auto;*/
	display:flex;
	justify-content: space-between;
	/*font-size: 0.8em;*/
}



.textalign-right {
	text-align: right;
}

.textalign-left {
	text-align: left;
}

/*in der smartphone version left, in der desktop-version hier center*/
.textalign-left-center {
	text-align: center;
}


.background-image-url-1 {
	background-image: url(../images/img1.jpg);
}

.background-image-url-2 {
	background-image: url(../images/team-stahlwerk.jpg);
}

.background-image-url-3 {
	background-image: url(../images/team-kanzlei.jpg);
}

.background-image-url-4 {
	background-image: url(../images/referenzen.jpg);
}

.background-image-url-5 {
	background-image: url(../images/kontakt.jpg);
}

.background-image-url-6 {
	background-image: url(../images/hefer-background.jpg);
}

.background-image-url-7 {
	background-image: url(../images/img-gradeaus.jpg);
}

.background-image-url-8 {
	background-image: url(../images/img-ballverliebt.jpg);
}

.background-image-url-9 {
	background-image: url(../images/team-tischkicker.jpg);
}

.background-image-url-10 {
	background-image: url(../images/img-schnoerkellos.jpg);
}

.background-image-url-11 {
	background-image: url(../images/slider-jochen-hefer.jpg);
}

.background-image-url-12 {
	background-image: url(../images/img4.jpg);
}

.background-image-url-13 {
	background-image: url(../images/team-stahlwerk-2.jpg);
}

.background-image-url-14 {
	background-image: url(../images/img5.jpg);
}


.headline-slider {
	top: 70vh;
}


.caption {
	display: block;
	position: absolute;
	bottom: 5%;
	left: 5%;
	width: auto;
	max-width: 260px;
	padding: 5px;
	z-index:10;
	color: rgb(255,255,255);
	font-size:0.9em;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}


/*Slider prev und next Position für Desktop*/

.owl-prev, .owl-next {
    /*geht leider nur so*/
    margin-top: -350px; /*-350px*/
 }

/*responsive menue desktop version*/


header {
	padding: 25px 0px;
}

/*Logo desktop einblenden*/
.desktop-only {
	display: block;
}

/*Logo smartphone ausblenden*/
.smartphone-only {
	display: none;
}

.header-content {
	width:90%;
	max-width:1100px;
	/*680px*/
	display:flex;
	justify-content: center;
	margin-left:auto;
	margin-right:auto;
}

/*wird nicht benötigt Größe ergibt sich aus der Größe des svg im img-Tag*/
.logo-box {
	/*width: 220px;*/
	/*padding-left: 10px;
	padding-right: 10px;*/
}



nav {
	display: flex !important;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top:0px;/*10px*/
	width:680px; /*ggf. wieder auskommentieren*/
	/*background: yellow;*/
}


nav ul{
	display:flex;
	/*justify-content: space-between;*/
	flex-wrap: nowrap;
	color: rgb(102,102,102);
	/*background: orange;*/
}

nav ul li{
	border-bottom: none;
	margin-bottom:0px;
	padding-left:20px;
	height: 30px;
	padding-right:20px;
	font-size:1.05em;
	/*background: red;*/
}

.dropdown-menue {
	font-size:0.95em;
	/*background: red;*/
	margin-top: 20px;
	box-shadow:0px 0px 10px 10px rgba(0,0,0, 0.07);
	-moz-box-shadow:0px 0px 10px 10px rgba(0,0,0, 0.07);
	-webkit-box-shadow:0px 0px 10px 10px rgba(0,0,0, 0.07);
	width: 200px;
}

.no-touch .dropdown-button:hover {
	color:rgb(0,75,155);
}


#nav-icon-container {
	display:none;
}

.menu-active {
	color: rgb(0,75,155);
	border-bottom: 1px solid rgb(0,75,155);
	font-family: corporate-e, serif;
	font-weight: 700;
	font-style: normal;
}

/*Drop-Down ---------------------------------------*/

nav ul li ul {
	display: none;
	position: absolute;
}

nav ul li ul li {
	
	background:white;
}



}

/*@media only screen and (max-width: 450px) {

.owl-prev, .owl-next {
    margin-top: -200px;
}

}*/

footer {
	margin-bottom: 500px;
}


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

.overlay-landscape {
	display:block;
	z-index: 300;
}

}
