/*--- Schriftarten importieren --*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=4f62b10e-fc80-4ec8-90ca-80b693c02d3b&fontids=5734138");
@font-face{
	font-family:"Charme W01 Roman";
	src:url("/fonts/5734138/53d84283-f7d3-4dec-bc9e-8339b1e3209f.woff2") format("woff2"),url("/fonts/5734138/6f8ccc82-9441-4400-a14a-c239d5cef857.woff") format("woff");
}

/*--- Schriftart Logo Navigation --*/
.navbar-brand {
	font-family: "Charme W01 Roman";
}

.navbar-logo {
	max-height: 2rem;
	margin-right: 1.5em;
}

/*--- Hintergrund Titelblock Startseite --*/
#startseite {
	width: 100%;
	/*height: 30vh;*/
	padding-top: 40%;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)), url("../img/como_2019.jpg");
	background-position: 50% 85%;
	background-size: cover;
	position: relative;
}
@media (max-width: 575.98px) {
	#startseite {
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)), url("../img/small/como_2019.jpg");
	}
}
@media (max-width: 991.98px) {
	#startseite {
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)), url("../img/large/como_2019.jpg");
	}
}

/*--- Hintergrund Titelblock SSC --*/
#ssc {
	width: 100%;
	/*height: 90vh;*/
	padding-top: 40%;
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)), url("../img/ssc_2019.jpg");
	background-position: 50% 75%;
	background-size: cover;
	position: relative;
}
@media (max-width: 575.98px) {
	#ssc {
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)), url("../img/small/ssc_2019.jpg");
	}
}
@media (max-width: 991.98px) {
	#ssc {
		background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)), url("../img/large/ssc_2019.jpg");
	}
}

/*--- Überschrift im Titelblock --*/

#hero-container {
	position: absolute;
	top: 70%;
	transform: translateY(-70%);
	color: rgba(255, 255, 255, 0.9);
}

#hero-container h1 {
	font-size: 700%;
	font-family: "Charme W01 Roman";
	margin-bottom: 0.25em;
	/*text-shadow: black -2px -2px 0;*/
}




/*--- Hintergründe für Inhaltsblöcke --*/
.background-one {
	background: url("../img/one.jpg") top center;
	background-size: cover;
}
@media (max-width: 575.98px) {
	.background-one {
		background: url("../img/small/one.jpg");
	}
}
@media (max-width: 991.98px) {
	.background-one {
		background: url("../img/large/one.jpg");
	}
}

.background-two {
	background: url("../img/two.jpg") 50% 15%;
	background-size: cover;
}
@media (max-width: 575.98px) {
	.background-two {
		background: url("../img/small/two.jpg");
	}
}
@media (max-width: 991.98px) {
	.background-two {
		background: url("../img/large/two.jpg");
	}
}

.background-three {
	background: url("../img/three.jpg") top center;
	background-size: cover;
}
@media (max-width: 575.98px) {
	.background-three {
		background: url("../img/small/three.jpg");
	}
}
@media (max-width: 991.98px) {
	.background-three {
		background: url("../img/large/three.jpg");
	}
}

.background-four {
	background: url("../img/four.jpg") top center;
	background-size: cover;
}
@media (max-width: 575.98px) {
	.background-four {
		background: url("../img/small/four.jpg");
	}
}
@media (max-width: 991.98px) {
	.background-four {
		background: url("../img/large/four.jpg");
	}
}

/*--- Oberer und unterer Abstand Inhaltsblöcke --*/
.content-block {
	padding: 2rem 0;
}

/*--- Abstand Überschriften Inhaltsblöcke --*/
header > h2 {
	margin: 1rem;
}

/*--- Links im Kontaktblock --*/
.social a {
	font-size: 300%;
	color: black;
	padding: 0 0.2em;
}

/*--- Abstände Fußzeile --*/
footer > div {
	padding-top: 1rem; 
	padding-bottom: 1rem; 
}






/*---Media Queries --*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
#hero-container h1 {
	font-size: 300%;
}

}

/*---Media Queries TEAMFOTO--*/
@media (max-width: 992px) {

  }
@media (max-width: 768px) {
  
}
@media (max-width: 576px) {
  
#teamfoto-ssc-container h1 {
	font-size: 300%;
}

}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
/*[class*="col-"] {
    padding: 1rem;
}*/





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
