@import url('https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Overpass', sans-serif;
    background: #000;
	overflow: hidden;
}
.h1, h1 {
    font-size: 2rem;
  	padding-bottom: 5px;
}
/*
.h3, h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: left;
    color: #ffdd00;
}
*/
.h4, h4 {
    font-size: 1em;
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
p {
    font-family: 'Overpass', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
  	margin-top: 25px;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
a:hover, a:focus {
    text-decoration: none;
    transition: all 0.3s;
  	color: #aeaeae;
}

/* Navbar */
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}
.brand-img {
  	height: 200px;
  	width: 200px;
    margin-left: 15px;
    margin-right: 25px;
  	transition: all 0.5s;
}
.navbar-light .navbar-toggler, .navbar-light .navbar-toggler:active, .navbar-light .navbar-toggler:hover, .navbar-light .navbar-toggler:visited, .navbar-light .navbar-toggler:focus {
    color: rgba(0,0,0,.5);
    border: solid 2px rgb(255 221 0);
    border-radius: 0;
    margin-right: 15px;
    height: 50px;
    width: 50px;
}
/*********/

/* slider */
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
  height: 100vh;
}
.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0 !important;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 42px !important;
    color: #fff !important;
}
.owl-carousel .owl-nav button.owl-next {
transform: rotate(90deg) translateY(50%);
    position: fixed;
    left: 50%;
    height: 50px;
    width: 50px;
  	bottom: 15px;
}
.owl-carousel .owl-nav button.owl-prev {
	transform: rotate(90deg) translateY(50%);
    position: fixed;
    left: 50%;
    height: 50px;
    width: 50px;
  	top: 15px;
}
.owl-nav {
    top: 0;
    position: fixed;
    left: 0;
    width: 100vw;
    z-index: 9999;
}
.owl-dots {
    background: 0 0 !important;
    border: none;
    padding: 5px!important;
    color: #fff !important;
    position: fixed;
    top: 105px;
    left: -51px;
    width: auto;
    z-index: 9999;
    transform: rotate(90deg);
}
button.owl-dot {
    width: 5px;
    height: 5px;
    background: #fff !important;
    margin: 5px;
    position: relative;
}
button.owl-dot.active {
    width: 5px;
    height: 15px;
    background: #fff !important;
    position: relative;
}
button:focus {
    outline: none;
    outline: none;
}
/**********/

/*button*/
.btn-default, .btn-default:visited {
    background: #000000;
    color: #fff;
    border-radius: 0;
    border: #fff solid 2px;
}
.btn-default:hover, .btn-default:active {
    background: #fff;
    color: #000;
    border: #000 solid 2px;
}
.main-form-button {
  display: block;
}
/*********/

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
video {
  	width: 100vw;
  	height: auto;
    position: absolute;
    top: 0;
  	left: 0;
    z-index: 1;
  	min-width: 100vw;
}
.mainWrapper {
    position: relative;
    margin-top: 100vh;
    height: 100%;
    z-index: 1;
}
.webseiteDescription, .socialmediaDescription, .printDescription, .homeDescription {
    position: absolute;
    top: 50vh;
    height: auto;
    left: 50%;
    background: rgb(0 0 0 / 50%);
    text-align: left;
    padding: 15px;
    color: #fff;
    max-width: 600px;
  	font-size: 1.5em;
}

/* Home */

.homeHeader {
	position: fixed;
    top: -15px;
    left: 0;
    width: 100vw;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    background: rgb(0 0 0 / 95%);
    z-index: 2;
    box-shadow: 2px 27px 32px 31px rgba(0,0,0,0.95);
}
.homeWrapper {
	position: absolute;
    top: 0;
    z-index: 3;
    color: #fff;
    height: 100vh;
    width: 100vw;
    /* left: 0; */
    text-align: center;
  	transition: all 0.5s;
}
.homeWrapper h1 {
	font-size: 100px;
    top: 40vh;
    position: fixed;
    width: 100%;
  	transition: all 0.5s;
 	z-index: 2;
}
.homeWrapper h2 {
    font-size: 50px;
    top: 40vh;
    position: fixed;
    width: 100%;
}
.homeTitle2 {
    font-size: 50px;
    top: 55vh;
    position: fixed;
    width: 375px;
    transition: all 0.5s;
    z-index: 2;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}
.homeTitle3 {
    font-size: 50px !important;
    top: 5px !important;
    position: fixed;
    width: auto;
    transition: all 0.5s;
    z-index: 2;
    left: 5px;
    color: #fff;
    text-align: left;
}
.logo {
	width: 283px !important;
    height: auto;
    right: 0;
    position: fixed;
    top: -64px;
}
/*******/

/* Webseite */
.card-panel-2 {
    height: 100vh;
    overflow: hidden;
  width: 105vw;
}
.webseiteWrapper {
	position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    height: 100vh;
    width: 100vw;
    left: 0;
    text-align: center;
}
.webseiteWrapper h2 {
    font-size: 100px;
    top: 17vw;
    position: relative;
    width: 100%;
}
/*******/

/* Social Media */
.card-panel-3 {
    height: 100vh;
    overflow: hidden;
  width: 105vw;
}
.socialmediaWrapper {
	position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    height: 100vh;
    width: 100vw;
    left: 0;
    text-align: center;
}
.socialmediaWrapper h2 {
    font-size: 100px;
    top: 17vw;
    position: relative;
    width: 100%;
}
/*******/

/* Print */
.card-panel-4 {
    height: 100vh;
    overflow: hidden;
  width: 105vw;
}
.printWrapper {
	position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    height: 100vh;
    width: 100vw;
    left: 0;
    text-align: center;
}
.printWrapper h2 {
    font-size: 100px;
    top: 17vw;
    position: relative;
    width: 100%;
}
/*******/

/* Print */

#kampagneVid, #kampagneVid2, #kampagneVid3 {
    filter: brightness(0.5);
}
/*******/

/*Form*/
.kontaktBox {
    position: absolute;
    width: 100vw;
    height: 100vh;
    padding: 35px;
    top: 30px;
    left: 0;
  	z-index: 2;
}
.kontaktBox h2 {
  color: #fff;
  font-size: 30px;
}

input.form-control, textarea.form-control {
    border: none;
    border-bottom: 1px #4575b8 solid;
    border-radius: 0;
}
.success-message-main {
    padding: 15px;
    margin-top: -25px;
    width: 100%;
    background: #89ffc9;
    display: none;
}
/********/

/*Footer*/
footer img {
    bottom: 15px;
  	right: 15px;
    z-index: 99;
    position: fixed;
  	width: 100px;
  	height: auto;
}
.ibtn {
    top: 0;
    right: 0;
    z-index: 99;
}
.bbtn {
    top: 0;
    left: 0;
    z-index: 99;
}
/**********/
/* Impressum */
.impressumWrapper {
    overflow-x: hidden;
    overflow-y: scroll;
}
/**********/

/* Policy */
.cc_container {
    background: #000 !important;
    color: #fff !important;
    font-size: 17px;
    font-family: 'Overpass', sans-serif !important;
    box-sizing: border-box;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: #000 !important;
    transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out,color 200ms ease-in-out,box-shadow 200ms ease-in-out;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    font-family: 'Overpass', sans-serif !important;
    border: 2px solid #fff;
}
.cc_container .cc_message {
    transition: font-size 200ms !important;
    font-size: 0.6em;
    display: block !important;
    color: #fff !important;
}

/* Hacks */

.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
span.bold {
    font-weight: 100;
}
span.regular {
    font-weight: 500;
}
/*********/
/* width */
::-webkit-scrollbar {
  width: 2px;
}
/* Track */
::-webkit-scrollbar-track {
  background: black;
  border: solid 1px black;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
  border: solid 1px white;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: white; 
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 1600px) {
#homeVid {
    height: 100vh;
    width: auto;
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    left:0;
}
  }

@media (min-width: 993px) {
.kontaktBox {
	position: absolute;
    width: 800px;
    height: 100vh;
    padding: 35px;
    top: 100px;
    left: unset;
    z-index: 2;
    right: 10vw;
}
}

@media (max-width: 992px) {
.webseiteWrapper h2, .socialmediaWrapper h2, .printWrapper h2  {
    font-size: 50px;
    top: 20vw;
    position: relative;
    width: 100%;
	text-align: left;
    left: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }
.webseiteDescription, .socialmediaDescription, .printDescription, .homeDescription {
	position: absolute;
    top: 70vw;
    height: auto;
    left: 50%;
    background: rgb(0 0 0 / 75%);
    text-align: left;
    padding: 15px;
    color: #fff;
    width: 75vw;
    transform: translateX(-50%);
  	font-size: 1.2em;
}
  .homeWrapper h2 {
    font-size: 30px;
    top: 40vh;
    position: fixed;
    width: 100%;
}
  .owl-dots {
	bottom: 90px;
    top: unset;
    left: -80px;
}
}

@media (min-width: 769px) {
    .mobile {
    display: none;
  }
  .desktop {
    display: mobile;
  }
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
    min-width: 220px !important;
}
}
@media (max-width: 768px) {
.mobile {
    display: block;
  }
.desktop {
    display: none;
  }
.header_text {
    font-size: 20px;
}
video {
  	width: auto;
  	height: 100vh;
}
.homeWrapper h1 {
	font-size: 50px;
}
.homeTitle2 {
    font-size: 30px;
    top: 50vh;
    position: fixed;
    width: 50vw;
    transition: all 0.5s;
    z-index: 2;
    left: 0;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    width: 200px;
}
.logo {
    width: 200px !important;
    height: auto;
    left: 0;
    position: fixed;
    top: -15px;
}
.logoFooter {
    width: 30px;
    height: auto;
  }
#kampagneVid, #kampagneVid2, #kampagneVid3 {
    filter: brightness(1);
}
}

@media (max-width: 554px) {
.webseiteDescription, .socialmediaDescription, .printDescription {
    font-size: 1em;
}
.homeDescription {
    top: 25vw;
  }
.main-form-button {
    display: block;
    width: 100%;
    margin-top: -25px;
}
}
