
/* ------------------- FONT IMPORT ------------------- */

@font-face { font-family: DINWeb; src: url("../font/DINWeb.eot"); }
@font-face { font-family: DINWeb; src: url("../font/DINWeb.woff") format("woff"); }	
@font-face { font-family: DINWeb; src: url("../font/DINWeb-Bold.eot"); font-weight: bold; }
@font-face { font-family: DINWeb; src: url("../font/DINWeb-Bold.woff") format("woff"); font-weight: bold; }



body {
    width: 100%;
    height: 100%;
    font-family: DINWeb, Helvetica, Arial, sans-serif;
    color: #fff;
    background-color: #FFFFFF;
	cursor: pointer;
}

@media(min-width:767px) {
    body {
       cursor: auto !important;
    }
}

html {
    width: 100%;
    height: 100%;
}

h1 {
    margin: 0 0 4px;
    font-family: DINWeb, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 60px;
	text-transform: uppercase;
	line-height: 0.85;
	letter-spacing: -5px;
}


h2 {
    margin: 0 0 4px !important;
    font-family: DINWeb, Helvetica, Arial, sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 0.8;
	letter-spacing: -2px;
	height: auto !important;
}

h3,
h4,
h5,
h6 {
    margin: 0 0 4px !important;
    font-family: DINWeb, Helvetica, Arial, sans-serif;
    font-weight: 700;
	text-transform: uppercase;
	line-height: 0.8;
	letter-spacing: -1px;
	height: auto !important;
	font-size: 24px !important;
}

h2 span { font-size: 88px; float: left; letter-spacing: -10px; margin-right: 20px; }


@media(min-width:768px) {
h1 { font-size: 150px;}
h2 { font-size: 70px;}
h2 span { font-size: 150px; float: left; letter-spacing: -20px; margin-right: 30px; }
h3,h4,h5,h6 { font-size: 30px; }
}

@media(min-width:992px) {
h2 span { font-size: 200px; float: left; letter-spacing: -20px; margin-right: 30px; margin-left: -20px; }
}

@media(min-width:1120px) {
h1 { font-size: 200px;}
h2 { font-size: 90px;}
}

.green { color: #B8CF11; }
.white { color: #FFFFFF; }
.blue, .blue a { color: #accce9; }
.darkblue { color: #0259AE; }
	
.over { position: absolute; z-index: 10; margin-top: -80px; }
.over-anmelden { position: absolute; z-index: 10; margin-top: -20px; }

@media screen and (min-width: 768px) {
	.over, .over-anmelden { width: 768px; }
	}

@media screen and (min-width: 996px) {
	.over  { width: 992px; }
	}

@media screen and (min-width: 1170px) {
	.over  { width: 1170px; }
	}

.left { float: left; }
.right { text-align: left; }
.center { text-align: left; }

@media screen and (min-width: 768px) {
.left { float: left; }
.right { text-align: right; }
.center { text-align: center; }
}

.angle {
	color: #FFFFFF;
	margin-top: 30px;
	}

p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
	color: #ffffff;
}

.intro-body p {
		color: #FFFFFF;
    }

@media(min-width:767px) {
    p {
        padding-bottom: 50px;
    font-size: 16px;
    line-height: 1.5;
	color: #ffffff;
    }
	
	 .intro-body p {
        font-size: 18px;
		color: #FFFFFF;
    }
}


a {
    color: #009473;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #B8CF11;
}

.imprint a { font-size: 12px; }

@media(min-width:767px) {
.imprint .dh { margin-left: 25px; }
}

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 0;
    font-family: DINWeb, Helvetica, Arial, sans-serif;
    background-color: #b8cf11;
	font-size: 14px;
	text-transform: uppercase;
}



.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}


.navbar-custom a {
    color: #0259AE;
}


.navbar-custom .nav li a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    color: #FFFFFF;
	background-color: transparent;
}

.navbar-toggle {
    padding: 0;
	margin: 13px 13px 8px;
    font-size: 24px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
	 color: #EC7404;
	background-color: transparent;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {  

margin-top: -20px;

}

.navbar-nav { background-color: #B8CF11;
margin: 0px;
}

.navbar-collapse {
	border: 0;
	padding: 0;
	}
	
	@media (max-width: 768px) {	
	.navbar-collapse {
	margin-top: 75px;
	}
	}

@media (min-width: 768px) {
.navbar-nav {
-webkit-transform: rotate(-1deg) skew(20deg); /* chrome & safari*/
    -moz-transform: rotate(-1deg) skew(20deg)); /* firefox */
    -o-transform: rotate(-1deg) skew(20deg); /* opera */
    transform: rotate(-1deg) skew(20deg); /* explorer > 9 */
	padding: 15px 15px 0px 15px;
}

.navbar-nav a { 
-webkit-transform: skew(-20deg); /* chrome & safari*/
    -moz-transform: skew(-20deg)); /* firefox */
    -o-transform: skew(-20deg); /* opera */
    transform: skew(-20deg); /* explorer > 9 */
}
}


@media (min-width: 992px) {
.navbar-nav {
margin-top: 40px;
}
}

.logo {
		width: 60% !important;
		padding-top: 5px;
		}

@media (min-width: 767px) and (max-width: 992px ) {
	.logo {
		width: 60% !important;
		}
		
	.navbar-brand {
		padding-top: 35px;
		}
		
	 > li > a {
		margin-left: 10px;
		font-size: 14px;
		}
		}
		
@media (min-width: 993px) {
		.logo {
		width: 100% !important;
		}
		}



@media(min-width:767px) {
    .navbar {
        padding: 5px 0;
        border-bottom: 0;
		font-size: 12px;
		color: #0259AE;
	    background-color: transparent;
        -webkit-transition: background-color .5s ease-in-out,padding .5s ease-in-out,font-size .5s ease-in-out;
        -moz-transition: background-color .5s ease-in-out,padding .5s ease-in-out,font-size .5s ease-in-out;
        transition: background-color .5s ease-in-out,padding .5s ease-in-out,font-size .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 10px 0 0 0;   
		font-size: 12px;
    }
	
	.top-nav-collapse  {
		padding-top: 5px;
		background-color: rgba(1,26,102,0.9);
		box-shadow: #000000 10px 0 20px;
		-webkit-transition: padding-top .5s ease-in-out, background-color .5s ease-in-out;
        -moz-transition: padding-top .5s ease-in-out, background-color .5s ease-in-out;
        transition: padding-top .5s ease-in-out, background-color .5s ease-in-out;
		}
		

    .navbar img {
        width:100%;
		-webkit-transition: width .5s ease-in-out,padding-top .5s ease-in-out;
        -moz-transition: width .5s ease-in-out,padding-top .5s ease-in-out;
        transition: width .5s ease-in-out,padding-top .5s ease-in-out;
    }
	
	    .logo-collapse img {
			padding-top: 10px;
        width:80%;
    }
	
	.nav li a { padding-right: 5px; }

	
}

@media(min-width:992px) {
    .navbar img {
        width:80%;
    }
	.nav li a { padding-right: 10px; }

	
}

@media(min-width:1120px) {
    .navbar img {
        width:100%;
    }
	.navbar { font-size: 14px; }
	
	.top-nav-collapse {
		font-size: 14px;
    }
	
}


.intro {
    display: table;
    width: 100%;
    padding: 100px 0;
    text-align: left;
    color: #fff;
    background-color: #009ee3;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
	margin: 15% 0;
}


#citylauf, #afterrun {
transform: skewY(-3deg);
overflow: hidden;
margin-top: -55px;
padding: 60px 0px 160px 0px;
position: relative;
}

#training {
transform: skewY(-3deg);
overflow: hidden;
margin-top: -45px;
padding: 30px 0px 160px 0px;
position: relative;
}


@media(min-width:768px) {
	#citylauf, #training, #afterrun {
padding: 160px 0px 160px 0px;
}
	}


#anmelden {
overflow: hidden;
margin-top: -45px;
padding: 9% 0%;
 background: url(../img/anmeldung_bg_mobile.jpg) no-repeat center top;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
 }

@media(min-width:992px) {
#anmelden {
 background: url(../img/anmeldung_bg.jpg) no-repeat center top;
 -webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
 }
}

#citylauf:before {
content: "";
  position: absolute;
  width: 110%;
  height: 112%;
  top: -10%;
  z-index: -1;
  background: url(../img/lauf_bg.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}

#training:before {
content: "";
  position: absolute;
  width: 110%;
  height: 112%;
  top: -10%;
  z-index: -1;
  background: url(../img/training_bg.jpg) no-repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}

#afterrun:before {
content: "";
  position: absolute;
  width: 110%;
  height: 130%;
  top: -10%;
  z-index: -1;
  background: url(../img/afterrun_bg.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}


.anmelden-border {   
  width: 90%;
  height: 900px;
  margin-left: 5%;
  padding-top: 350px;
    -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}


.anmelden-contact {   
  border: 20px solid #FFFFFF;
  width: 90%;
  height: 650px;
  margin-left: 5%;
  background-color: #FFFFFF;
  margin-top: -5px;
  padding: 25% 3% 6%;
      -webkit-transform: skewY(3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
}

@media(max-width:768px) {
.no-padding { padding: 0; }

.no-padding:last-child { padding-bottom: 30px; }

}


@media(min-width:768px) {
	
.anmelden-contact {   
  height: 300px;
  padding: 12% 3% 6%;
}

}

@media(min-width:992px) {
.anmelden-border {   
  border: 20px solid #FFFFFF;
  height: 1100px;
   padding-top: 550px;
}

.anmelden-contact {   
  height: 350px;
  padding: 8% 3% 6%;
}

}

@media(max-width:768px){
.anmelden-contact {   
  height: 750px;
}

}

	
.anmelden-contact-wrap { max-width: 100%; 
-webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
  margin-bottom: -50px;

}

@media screen and (min-width: 768px) {
	.anmelden-contact-wrap { max-width: 768px; }
	}

@media screen and (min-width: 996px) {
	.anmelden-contact-wrap { max-width: 996px; }
	}

@media screen and (min-width: 1170px) {
	.anmelden-contact-wrap { max-width: 1170px; }
	}



video {
     object-fit: cover;
     width: 100vw;
     height: 100vh;
     top: 0;
     left: 0;
     opacity: 0.75;
	mix-blend-mode: multiply;
	position: absolute;
 }



#afterrun p { padding-bottom: 0px; }

#citylauf .container, #training .container, #afterrun .container, #anmelden .container {  
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}


@media(min-width:768px) {
.stoppuhr { margin-top: -30px; margin-left: 20px;  max-width: 50%;  }
}

@media(min-width:992px) {
.stoppuhr { margin-top: -80px; margin-left: 50px; }
}

.infobox:first-child {
	margin-top: 40px;
	}

.infobox {
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 5px;
	color: #0259AE;
	}
	
#training .bounceInLeft { margin-bottom: 35px; }
	
.infobox p { color: #0259AE; margin-bottom: 0px; padding-bottom: 0px; }

input {
	margin-bottom: 10px;
	}
	
.inputarea {
	height: 166px !important;
	margin-bottom: 15px;
}

.form-group {
	width: 100%;
}

.terms {
	display: none;
}

.help-block {
	color: #FFFFFF !important;
	font-weight: bold;
	background-color: red;
    padding: 5px;
}

.help-block:last-child {
	margin-bottom: 15px;
}

#messages{
	margin-top: 15px;
}


.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


.btn {
	text-align: center;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-white { 
color: #FFFFFF;
border: 10px solid #FFFFFF;
border-radius: 0;
margin-top: 20px;
font-size: 20px;
box-shadow: #000000 0 0 20px;
width: 100%;
line-height: 0.75;
}

.btn-white:hover { 
color: #B8CF11;
border: 10px solid #B8CF11;
border-radius: 0;
}

.btn-white-full { 
color: #ffffff;
border: 10px solid #B8CF11;
background-color: #B8CF11;
border-radius: 0;
margin-top: 20px;
font-size: 20px;
box-shadow: #000000 0 0 20px;
line-height: 0.75;
width: 100%;
padding-top: 10px;
}

.btn-white-full:hover { 
color: #ffffff;
border: 10px solid #B8CF11;
background-color: transparent;
border-radius: 0;

}

.btn-flat { 
color: #FFFFFF;
font-size: 16px;
text-align: center;
}

@media(min-width:768px) {
.btn-white { 
padding: 20px 80px 15px;
font-size: 24px;
width: auto;
}

.btn-white:hover { 
padding: 20px 80px 15px;
margin-top: 15px;
margin-bottom: 5px;
}

.btn-white-full { 
width: auto;
font-size: 24px;
padding: 20px 80px 15px;
}

.btn-white-full:hover { 
padding: 20px 80px 15px;
}

.btn-flat { 
color: #FFFFFF;
font-size: 24px;
}

}




.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.partner {
	background-color: #FFFFFF;
	padding: 30px;
	margin-bottom: 30px;
	}
	
	@media(min-width:767px) {
		.partner {
		height: 320px;
		}
		}
	
	
	.partner p {
	color: #000000;
	}
	
	@media (min-width: 992px) and (max-width: 1200px ) {
	
.partner p {
	font-size: 14px;
	}
}

	
	
	
	
.carousel-control 			 { width:  1%; }
.carousel-control.left,.carousel-control.right {margin-left:-25px; margin-right:-15px; margin-top: 25%; background-image:none; font-size: 40px;}


@media (max-width: 767px) {
	.carousel-inner .active.left { left: -100%; }
	.carousel-inner .next        { left: 100%; }
	.active > div { display:none; }
	.active > div:first-child { display:block; }

}

@media (min-width: 767px) and (max-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left: 50%; }
	
	.active > div { display:none; }
	.active > div:first-child { display:block; }
	.active > div:first-child + div { display:block; }
}

@media (min-width: 992px ) {
	.carousel-inner .active.left { left: -50%; }
	.carousel-inner .next        { left: 50%; }
	}

.news {
	min-height: 750px;
	}


.modal-dialog { width: 95%; } 

.modal-header { background-color: #0259AE; color: #FFFFFF; padding: 25px 15px 15px 25px }
.modal-body { background-color: #accce9; color: #0259AE;  }

.modal-body input:hover { opacity: 0.9; }

.btn-form { width: 100%; background-color: #B8CF11; text-transform: uppercase; }
.btn-form:hover { opacity: 0.8; }

@media (min-width: 767px) {
.modal-dialog { width: 50%; } 
}

#citylauf p{
	padding-bottom:20px;
}





#gallery-section {
    transform: skewY(-3deg);
    overflow: hidden;
    padding: 0px 0px 0px 0px;
    position: relative;
	max-height: 700px;
}


.column::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all ease-in-out .5s;
}

.gallery-txt{
	position: absolute;
    top: 28%;
    text-align: center;
	width: 100%;
	pointer-events: none;
	
	-webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(3deg);
}

.gallery-btn{
	background: white;
    color: #BE3162;
	text-transform: uppercase;
	font-family: DINWeb, Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 24px;
	padding: 30px 70px 25px;
	margin-top: 30px;
	width: 37%;
	margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.gallery-btn:hover{
    color: #B8CF11;
    border: 10px solid #B8CF11;
	border-radius: 0;
}

.gallery-starter{
	margin-top: -6vw;
}

.footer-cc-space{
	padding-bottom: calc( 80px + 60px ) !important;
}

.modal-cc-space{
	margin-bottom: 100px;
}




@media (max-width: 767px) {
	
	.gallery-btn {
		font-size: 18px;
		padding: 5px 70px 0px;
		margin-top: 15px;
		width: 93%;
	}
	
	.btn-white-full {
		line-height: 1.3;
	}
	
	.btn-white {
		line-height: 1.3;
	}
	
	.footer-cc-space{
		padding-bottom: calc( 180px + 30px ) !important;
	}
	
}




@media (min-width: 992px) and (max-width: 1200px) {
	
	.gallery-btn {
		width: 53%;
	}
	
}




/* ---- DSGVO-Anpassungen ---- */

.impressum-style {
	color: black !important;
}

.impressum-style h2 {
	font-size: 18px !important;
	margin-top: 35px !important;
    margin-bottom: 5px !important;
	letter-spacing: 0 !important;
}

.impressum-style h2:first-child {
	margin-top: 0px !important;
}

.impressum-style h3 {
    font-size: 16px !important;
	font-weight: bold !important;
	margin-top: 20px !important;
    margin-bottom: 15px !important;
	letter-spacing: 0 !important;
}

.impressum-style h4 {
    font-size: 16px !important;
    line-height: 1.6 !important;
	font-weight: bold !important;
	margin-top: 30px !important;
    margin-bottom: 5px !important;
	letter-spacing: 0 !important;
}

.impressum-style b, .impressum-style strong {
    margin-top: 30px !important;
    margin-bottom: 5px !important;
    display: inline-block;
}

.impressum-style ul {
	margin: 25px 0;
        padding-left: 20px;
}

.impressum-style li {
	list-style: disc;
	font-size: 16px !important;
}

.impressum-style p {
	padding-bottom: 0px;
	color: black;
}

.impressum-style a {
	color: white;
}

.modal-body {
    background-color: #accce9;
    color: #0259AE;
    padding: 50px;
}

.modal-title {
    padding: 25px !important;
}

input[type="checkbox"] {
    width:20px;
	height: auto;
	display: inline-block;
	margin-top: 0px;
	
	-webkit-box-shadow: none;
    box-shadow: none;
}

#AfterRunAnmeldung a{
	color: white !important;
	text-decoration: underline;
}

button:disabled {
    opacity: 0.5 !important;
    filter: alpha(opacity=50) !important;
	pointer-events: auto !important;
    cursor: not-allowed !important;
}


.img-full{
	width: 100% !important;
	height: auto !important;
}


.after-box{
	height: 250px;
}

.after-button{
	visibility: hidden;
}

.logo-row{
    display: flex;
    flex-wrap: wrap;	
}

.logo-row h3{
	flex: 1 1 100%;
	margin-bottom: 30px !important;
}

.logo-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

.logo-box{
	justify-content: center;
}

.schritte{
    background-color: rgba(255,255,255,0.8);
    width: 548px;
    padding: 30px 30px 30px 30px;
    display: block;
    margin: 0 auto;
}

.schritte a{
	color: #0259AE;
}

.schritte-btn {
    background-color: #B8CF11;
	color: white;
    display: inline-block;
    padding: 10px 15px 5px 15px;
    margin-top: 10px;
    text-shadow: none;
    font-weight: bold;
    font-size: 16px;
}

.schritte span{
	font-size: 24px;
	font-weight: bold;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}



/*-------------------------- mobile screens --------------------------*/
@media (max-width: 767px) {
	
	.after-box{
		height: 160px;
	}
	
	.after-button{
		display: none;
	}
	
	.logo-box{
		margin: 15px 0px;
	}
	
	.logo-row{
		margin-bottom: 50px;	
	}
	
	.schritte{
		font-size: 16px;
		text-align: center;
		width: 100%;
	}
	
	.anmelden-border .center{
		text-align: center !important;
	}
	
	.anmelden-contact {
		height: auto;
    	padding: 30px 0;
	}
	
	.anmelden-contact-wrap {
		display: inline-table;
	}
	
	#kontakt h3{
		text-align: center !important;	
	}
	
}





/*-------------------------- tablet screens --------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	
	.gallery-btn {
		width: 77%;
	}
	
	.logo-box{
		margin-bottom: 30px;
	}
	
	.anmelden-contact {   
		height: 500px;
	}
	
}





