/* Layout */

:root {
   --app-height: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;

    @media not all and (hover:hover) {
        height: var(--app-height);
    }
}

html {
    background: #444;
    width: 100vw;
height: calc(100%);
    overflow: hidden;
    position: fixed;
}

body {
  background: url(/img/arch-of-constantine-3044634.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Comfortaa', cursive;
  color: #000;
  overflow: hidden;
  height: calc(100%);
  	-webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
h1 {
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 40vw;
    top: 30%;
    color: #163846;
    font-size: 35px;
}
h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
a {
  text-decoration: none;
  color: #374156;
}
a:focus, a:hover {
  color: #cce5ff;
  text-decoration: none;
  color: white;
}

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

.full-height {
height: calc(100%);
  	width: 100vw;
    position: absolute;
  	overflow: hidden;
}

/* Button */
button {
  outline: none !important;
  box-shadow: none !important;
}
.btn-default {
    background: transparent;
  	border: 1px solid #6e9db2;
    color: white;
}
.btn-default:hover {
    background: #6e9db2;
    color: white;
}
.contactButton {
    background: white;
    color: black;
    border: none;
}
.card h3 .btn {
  font-size: 25px;
}

/* Header */

.h1Left {
    font-size: 39px;
    line-height: 41px;
    position: absolute;
    top: 12px;
  	float: left;
  	color: white;
}
.h1Right {
	font-size: 39px;
    line-height: 41px;
    position: relative;
    top: 0px;
    float: right;
    width: 100%;
    text-align: right;
  	color: white;
}
.navbar-toggler {
    transform: translateX(-50%);
    left: 50%;
    top: 35px;
  	border-color: white !important;
}
.navbar-brand a:hover, .navbar-brand a:active, .navbar-brand a:visited, .navbar-brand a:focus, {
    color: white;
}


/* BG */

.bg.container:before {
    content: "";
    position: fixed;
    height: 154px;
    width: 100vw;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    z-index: 3;
    transition: all 0.5s;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 50%) 60%, rgb(0 0 0 / 70%) 100%);
}
.bg.container.open:before {
    content: "";
    position: fixed;
    height: 500px;
    width: 100vw;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgb(0 0 0 / 70%) 50%, rgb(0 0 0 / 90%) 100%);
    z-index: 3;
    transition: all 0.5s;
}

/* Slider */

.flexslider {
    margin: 0 !important;
    background: #000;
    border: none !important;
    zoom: 1;
height: calc(100%);
    width: 100vw;
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  	overflow: hidden;
}
.flex-caption {
    bottom: 0;
    position: absolute;
    left: 0;
  	padding: 5%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 55%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	overflow: hidden;
  	width: 100vw;
  	margin-top: 15px;
}
.flex-caption h2 {
  	transform: rotate(90deg);
    position: fixed;
    font-size: 60px;
    opacity: 0.5;
}
/* Zur mir */

#zumir {
    bottom: unset;
    top: 144px;
    position: absolute;
    left: 0;
    padding: 0 5% 5% 5%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 55%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    padding-bottom: 225px;
    height: 100vh;
}
#zumir h2 {
    left: -82px;
    bottom: 122px;
  	color: white;
}

/* Angebote */

#angebote {
    bottom: unset;
    top: 144px;
    position: absolute;
    left: 0;
    padding: 0 5% 5% 5%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 55%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    padding-bottom: 225px;
    height: 100vh;
}
  #angebote h2 {
    left: -133px;
    bottom: 181px;
    color: white;
}  

.card { 
	background-color: transparent !important;
}

/* Contact */

.success-message-main {
    padding: 15px;
    margin-top: 30px;
    width: 100%;
    background: #89ffc9;
    display: none;
}
#contact {
    bottom: unset;
    top: 0;
    position: absolute;
    left: 0;
    padding: 5%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 55%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    overflow: hidden;
    width: 100vw;
    padding-bottom: 100px;
    height: 100vh;
}
  #contact h2 {
    left: -102px;
    bottom: 145px;
    color: white;
}  
.kontaktBox {
    margin-top: 60px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 75vh;
}
/* Impressum */

#impressum {
    bottom: unset;
    top: 144px;
    position: absolute;
    left: 0;
    padding: 0 5% 5% 5%;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.38) 55%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.38) 55%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    overflow-x: hidden;
    overflow-y: auto;
    width: 100vw;
    padding-bottom: 225px;
    height: 100vh;
}
#impressum h2 {
    left: -82px;
    bottom: 122px;
  	color: white;
}

.logoStudios {
  width: 179px !important;
}

/* Page footer */

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 45px;
    z-index: 3;
    overflow: hidden;
    background: rgba(255,255,255,0.88);
    text-align: left;
  	transition: all, 0.3s
}

.text-muted {
    margin: 0px 10px;
    color: rgb(0 0 0 / 49%) !important;
    float: left;
    position: absolute;
    bottom: 8px;
    z-index: 3;
}

.logo {
    height: 50px;
    width: auto;
    float: left;
}
.footerTransparent {
  background: transparent !important;
}
.footerTransparent .text-muted {
  color: rgba(255,255,255,0.7) !important;  
}
.footerTransparent a {
    color: #bfbfbf;
}
/* Hacks */

.bg-bright {
  background: rgba(255,255,255,0.8)
}

@media (max-width:991x) {  
h1 {
    top: 29%;
    font-size: 23px;
}
}

@media (max-width:767px) {  
h1 {
    width: 45vw;
    top: 26%;
    font-size: 23px;
}
  .h1Left {
      font-size: 25px;
      line-height: 27px;
      top: 15px;
  }
  .h1Right {
      font-size: 25px;
      line-height: 27px;
      top: 0p;
  }
  .navbar-toggler {
    top: 20px;
} 
.text-muted {
    font-size: 10px;
}
  .flex-caption {
  	margin-top: 75px;
}
  .flex-caption h2 {
    font-size: 20px;
}
  .foto {
    padding: 0;
  }
  #zumir {
    top: 90px;
}
  #angebote {
    top: 65px;
}
    #impressum {
    top: 65px;
}
#zumir h2 {
	left: -27px;
    bottom: 85px;
} 
  #angebote h2 {
    left: -44px;
    bottom: 85px;
}  
#contact h2 {
    left: -34px;
    bottom: 75px;
}
  .footer {
    width: 100vw;
    height: 30px;
}
  .card h3 .btn {
  font-size: 19px;
}
}
@media (max-width:500px) {  
	.desktop {
    display: none;
}
  h1 {
    width: 75vw;
}
      .h1Left {
      font-size: 15px;
      line-height: 17px;
      top: 15px;
      left: 10px;
  }
  .h1Right {
      font-size: 15px;
      line-height: 17px;
      right: -35px;   
  }
  h3 {
    font-size: 19px;
}
  h4 {
    font-size: 18px;
  }
.navbar-toggler {
    top: 10px;
}   
  footer a {
    font-size: 10px;
}
.navbar-nav {
    padding-top: 15px;
}
}
@media (max-width:400px) {  
h1 {
    top: 24%;
    font-size: 17px;
}
}
/* Policy */

.cc_container {
    background: #1e1e1e !important;
    color: #fff !important;
    font-size: 17px;
    font-family: 'Comfortaa', cursive !important;
    box-sizing: border-box;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000 !important;
    background-color: #efefef !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: 'Comfortaa', cursive !important;
}
.cc_container .cc_message {
    transition: font-size 200ms !important;
    font-size: 17px;
    display: block !important;
    color: #fff !important;
}
@media (min-width: 769px) {
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
    min-width: 220px !important;
}
}
/* Policy */

.cc_container {
    background: #1e1e1e !important;
    color: #fff !important;
    font-size: 17px;
    font-family: 'Poppins', sans-serif !important;
    box-sizing: border-box;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #000 !important;
    background-color: #efefef !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: 'Open Sans',sans-serif !important;
}
.cc_container .cc_message {
    transition: font-size 200ms !important;
    font-size: 17px;
    display: block !important;
    color: #fff !important;
}
@media (min-width: 769px) {
  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
    min-width: 220px !important;
}
}
@media (min-width: 576px){
.modal-dialog {
    margin: 4.75rem auto !important;
}}
@media (max-width: 375px){
.kontaktBox {
    margin-top: 0;
}
}