/* CSS Document */

* {
	box-sizing : border-box;
}

html,
body {
	margin : 0;
	padding : 0;
	overflow-x: hidden;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
}

strong, bold{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
}

p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}

h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 32px;
}

h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 38px;
	line-height: 42px;
	margin-bottom: 50px;
}

.nopadding{
	margin : 0;
	padding : 0;
}

.contentmargin{
	margin-top: 100px;
	margin-bottom: 100px;
}

.contentpadding{
	padding-top: 100px;
	padding-bottom: 100px;
}

.page-content {
	background: #cecece;
	height: 100vh;
	width: 100vw;
}

.logo{
	margin: 25px;
}

.logosquare {
  position: relative;
  width: 100%;
}

.logosquare:after {
  content: "";
  display: block;
  padding-bottom: 17%;
}

.logocontent-square {
  width: 75%;
  height: 100%;
  padding-top: 17%;
  margin-left: auto;
  margin-right: auto;
	
}

.square {
  position: relative;
  width: 100%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 23%;
}

.content-square {
  width: 100%;
  height: 100%;
  padding-top: 25%;
}

.lsquare {
  position: relative;
  width: 100%;
  padding-top: 25px;
}

.leistungimg{
	max-height: 115px !important;
	margin: 0px auto !important;
	text-align: center;
}

.flex {
	display: flex;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-item {
	flex-grow: 1;
	height: 33.333vh;
	width: 33.333vw;
}

.flex-item .flex-item {
}

.hreflink{
	margin-top: 10px;
	position: absolute;
}

.color0, .color0 a{
	background: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

.color1, .color1 a{
	background: #000000;
	color: #FFFFFF;
	text-decoration: none;
}

.color2, .color2 a{
	background: #53668d;
	color: #FFFFFF;
	text-decoration: none;
}

.headline, a.headline{
	font-size: 38px;
	line-height: 32px;
	text-transform: uppercase;
	text-decoration: none;
}

h3.subline{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.backgroundmicro{
    background-image: url("../img/menue-bild1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.backgroundheadphone{
    background-image: url("../img/menue-bild2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;		
}

.backgroundevent{
    background-image: url("../img/menue-bild3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;		
}

.backgroundmap{
    background-image: url("../img/map-wegbeschreibung.jpg") !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 135px !important;
}

.parallax1 {
    background-image: url("../img/parallax1.jpg");
    height: 650px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
}

.parallax2 {
    background-image: url("../img/parallax2.jpg");
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
}

.parallax3 {
    background-image: url("../img/parallax3.jpg");
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center center;
}

.galerie-text{
	margin-top: -68px;
	text-align: center;
	background-color: rgba(83, 102, 141, 0.5) !important;
	height: auto;
	padding: 10px 0px 10px 0px;
	color: #FFFFFF;
	z-index: 10;
	position: relative;
}

.schatten{
-webkit-box-shadow: 0px 0px 50px -12px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 50px -12px rgba(0,0,0,0.75);
box-shadow: 0px 0px 50px -12px rgba(0,0,0,0.75);
}


.bnt-anfrage {
	background-color: #000000 !important;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	padding: 15px 40px;
	text-decoration: none;
}
.bnt-anfrage:hover {
	background-color:#FFFFFF !important;
	color: #000000 !important;
}
.bnt-anfrage:active {
	position:relative;
	top:1px;
}


.bntF-anfrage {
	background-color: #53668d !important;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	padding: 15px 40px;
	text-decoration: none;
	margin-bottom: 120px;
}
.bntF-anfrage:hover {
	background-color:#FFFFFF !important;
	color: #53668d !important;
}
.bntF-anfrage:active {
	position:relative;
	top:1px;
}

.noicon{
	list-style-type: none;
}


.headerbutton:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


.iconeffectbox{
	overflow: hidden;
	cursor: pointer;
}

.iconeffectbox img {
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.iconeffectbox .mask {
   -webkit-transform: translateX(-1000px);
   -moz-transform: translateX(-1000px);
   -o-transform: translateX(-1000px);
   -ms-transform: translateX(-1000px);
   transform: translateX(-1000px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
	padding: 0px 25px;
	margin-top: -115px;
	
}
.iconeffectbox:hover .mask {
   -webkit-transform: translateX(0px);
   -moz-transform: translateX(0px);
   -o-transform: translateX(0px);
   -ms-transform: translateX(0px);
   transform: translateX(0px);
}
.iconeffectbox:hover img {
   -webkit-transform: translateX(1000px);
   -moz-transform: translateX(1000px);
   -o-transform: translateX(1000px);
   -ms-transform: translateX(1000px);
   transform: translateX(1000px);
}
.iconeffectbox:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.footerbox{
	padding-top: 90px;
	padding-left: 50px;
	padding-right: 50px;
}

.footerbox-img{
	margin-bottom: 70px;
}

.logofootermax{
	max-height: 90px;
	width: auto;
}



@media (max-width: 1250px) {
	
	.lsquare h3.subline{
		font-size: 23px;
		line-height: 32px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
}

@media (max-width: 1020px) {
	
	.headline, a.headline{
		font-size: 28px;
		line-height: 32px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
}

@media (max-width: 758px) {
	
	.headline, a.headline{
		font-size: 18px;
		line-height: 32px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	.box2, .box6, .box7{
		display: none;
	}
	.box1{
		min-height: 200px;
	}
	
	.flex-item {
		flex-grow: 1;
		height: 42px;
		width: 100%;
	}
	
	.page-content {
		background: #cecece;
		height: auto;
		width: 100vw;
	}
	
	.logocontent-square {
		width: 75%;
		height: auto;
		padding-top: 17%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content-square {
		width: 100%;
		height: auto;
		padding-top: 5px;
	}
	
	h2{
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 300;
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 50px;
	}
	
}


