/* Allgemeiner Teil */

@import url(//db.onlinewebfonts.com/c/51ba22ae06790efd464bde752a2cd9d1?family=Flexo);

@font-face {font-family: "Flexo";
    src: url("//db.onlinewebfonts.com/t/51ba22ae06790efd464bde752a2cd9d1.eot");
    src: url("//db.onlinewebfonts.com/t/51ba22ae06790efd464bde752a2cd9d1.eot?#iefix") format("embedded-opentype"),
    url("//db.onlinewebfonts.com/t/51ba22ae06790efd464bde752a2cd9d1.woff2") format("woff2"),
    url("//db.onlinewebfonts.com/t/51ba22ae06790efd464bde752a2cd9d1.woff") format("woff"),
    url("//db.onlinewebfonts.com/t/51ba22ae06790efd464bde752a2cd9d1.ttf") format("truetype"),
    url("//db.onlinewebfonts.com/t/51ba22ae06790efd464bde752a2cd9d1.svg#Flexo") format("svg");
}

* {
	box-sizing: border-box; 
}

body {
	margin: 0;
	font-family: Flexo, sans-serif;
	font-size: 1.2rem;
	background-color: rgb(230, 245, 255)
}

.container {
	max-width: 1200px;
	margin: 1rem auto;
	background-color: white;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.75);
	border-top-left-radius: 1.2rem;
	border-top-right-radius: 1.2rem;
}

.gray-background {
  background-color: rgb(240,240,240);
}

#intro-text  {
	padding: 2rem 6rem 2rem 6rem;
}

#prices {
	padding: 2rem 6rem 4rem 6rem;
}

#faq-section {
	padding: 6rem;
}

.flex-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.feature-box {
	background-color: rgb(5,100,175);
	margin: 0.5rem;
	padding: 2rem;
	width: 19rem;
	color: white;
	text-align: center;
	border-radius: 0.5rem;
}

.feature-box p {
	color: white;
}

.price-box {
	background-color: white;
	border: solid 1px rgb(15,175,230);
	text-align: center;
	width: 16rem;
	padding: 2rem;
}

.price-box i {
	color: rgb(15,175,230);
}

.price-box strong {
	color: rgb(15,175,230);
	font-size: 1.4rem;
}

.price-box a {
	color: white;
	background-color: rgb(15,175,230);
	margin-top: 4rem;
	padding: 1rem 2rem 1rem 2rem;
	border-radius: 0.5rem;
	text-decoration: none;
}

.price-box a:hover {
	color: rgb(5,100,175);
}

.best {
	background-color: white;
	border: solid 8px rgb(5,100,175);
	text-align: center;
	width: 19rem;
	padding: 2rem;
}

.best i {
	color: rgb(5,100,175);
}

.best strong {
	color: rgb(5,100,175);
	font-size: 1.4rem;
}

.best a {
	color: white;
	background-color: rgb(5,100,175);
	margin-top: 4rem;
	padding: 1rem 2rem 1rem 2rem;
	border-radius: 0.5rem;
	text-decoration: none;
}

.best a:hover {
	color: rgb(15,175,230);
}

.faq-button a {
	color: white;
	background-color: rgb(5,100,175);
	margin-top: 4rem;
	padding: 1rem 2rem 1rem 2rem;
	border-radius: 0.5rem;
	text-decoration: none;
}

.faq-button a:hover {
	color: rgb(15,175,230);
}

.faq-box {
	background-color: rgb(240,240,240);
	width: 22rem;
	margin: 0.5rem;
	padding: 2rem;
}

.faq-box p {
	font-size: 1rem;
}

article {
	width: 70%;
	float: left;
	padding: 3rem;
}

aside {
	width: 30%;
	float: left;
	padding: 3rem;
}

aside a {
	text-decoration: none;
	color: rgb(15,175,230);
	font-size: 1rem;
}

aside img {
	max-width: 100%;
}

.faq-details {
	margin-bottom: 6rem;
	border-top: dotted 1px rgb(15,175,230);
}

.faq-details a {
	text-decoration: none;
}

.backlink {
	text-decoration: none;
	font-size: 1rem
}

header{
	height: 7rem;
	padding: 2rem;
}

footer {
	height: 28rem;
	padding: 3rem;
	clear: both;
	background-color: rgb(5,100,175);
	color: white;
	font-size: 1.2rem;
}

footer h3 {
	color: white;
}

footer p {
	color: white;
}

footer a {
	color: yellow;
	text-decoration: none;
}

footer a:hover {
	color: rgb(15,175,230);
}

.attribution {
	font-size: 0.8rem;
}

.footer-links {
	width: 16rem;
}

h1 {
	color: rgb(5,100,175);
	font-size: 2rem;
}

h2 {
	color: rgb(5,100,175);
}

h3 {
	color: rgb(5,100,175);
}

h4 {
	color: rgb(5,100,175);
}

p {
	color: rgb(40,40,40);
}

#s-transfer-logo {
	height: 2.5rem;
}

.logo-area {
	width: 4rem;
	float: left;
}

.login-area {
	width: 8rem;
	float: right;
	padding: 0.8rem 2rem 0.8rem 2rem;
	background-color: rgb(5,100,175);
	text-align: center;
	border-radius: 1rem;
}

.login-area a  {
	text-decoration: none;
	color: white;
}

.login-area :hover  {
	text-decoration: none;
	color: rgb(15,175,230);
}

.betonung {
	color: rgb(5,100,175);
}

/* Responsive Navigation */

#burger-icon {
	height: 0.8rem;
}

nav {
	overflow: hidden;
	background-color: rgb(5,100,175);
}

nav a {
	float: left;
	display: block;
	color: rgb(255,255,255);
	text-align: center;
	padding: 0.9rem 2rem 0.9rem;
	text-decoration: none;
	font-size: 1rem;
}

nav a:hover {
	background-color: rgb(15,175,230);
	color: rgb(0,60,100);
}

nav a.active {
	background-color: rgb(14,175,230);
	color: white;
}

nav .burger {
	display: none;
}

.aside-artikel-links {
	margin-bottom: 2rem;
}

/* Behälter für responsive Youtube-Video */

.youtube-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.youtube-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.slidermanual {
  display: none;
}

.sliderauto {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 2rem;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(5,100,175,0.6);
}

/* Caption text */
.text {
  color: white;
  font-size: 4rem;
  padding: 2rem;
  position: absolute;
  bottom: 0.2rem;
  width: 100%;
  text-align: center;
  background-color: rgba(5,100,175,0.6);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: rgb(15,175,230);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* Parallax Effekt */
.parallax { 
  /* The image used */
  background-image: url("images/grosse-gitarre.jpg");

  /* Set a specific height */
  height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 950px) {
	footer {
		height: 48rem;
		padding: 3rem;
		clear: both;
		background-color: rgb(5,100,175);
		color: white;
		font-size: 1.2rem;
	}	
	.footer-links {
		width: 26rem;
		text-align: center;
	}
	article {
		width: 100%;
		float: left;
		padding: 3rem;
	}

	aside {
		width: 100%;
		float: left;
		padding: 3rem;
	}
}

@media screen and (max-width: 750px) {
	.breite-nav a:not(:first-child) {display: none;}
	.breite-nav a.burger {
		float: right;
		display: block;
	}
	.breite-nav.burger {position: relative;}
	.breite-nav.burger .burger {
		position: absolute;
		right: 0;
		top: 0;
	}
	.breite-nav.burger a {
		float: none;
		display: block;
		text-align: left;
	}
	.breite-nav a {
		padding: 0.9rem;
	}
	.faq-box {
		background-color: rgb(240,240,240);
		width: 30rem;
		margin: 0.5rem;
		padding: 2rem;
	}
	.price-box {
		background-color: white;
		border: solid 1px rgb(15,175,230);
		text-align: center;
		width: 24rem;
		padding: 2rem;
	}
	.best {
		background-color: white;
		border: solid 8px rgb(5,100,175);
		text-align: center;
		width: 24rem;
		padding: 2rem;
	}

	
}