@charset "UTF-8";
html {
	scroll-behavior: smooth;
}
/* Body */
body {
    font-family: 'Oxygen', sans-serif;
    background-color: #93C5DD;
    margin: 0px;
    color: #000;
    font-size: 22px;
}
a {
    color: #1F6CA0;
}
a:hover {
	color: #FF0000;
}
#myBtn {
  display: none;
  position: fixed; 
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: solid 1px #1F6CA0;
  border-radius: 100%;
  text-shadow: 1px 1px 1px #93C5DD;
  box-shadow: 1px 1px 1px #93C5DD;
  background-color: rgba(255, 255, 255, 0.1); 
  color: #1F6CA0;
  cursor: pointer;
  padding: 7px;
  font-size: 30px;
  font-weight: bold;
	-ms-writing-mode:horizontal-tb; 
   writing-mode: horizontal-tb; 
   transform:rotate(270deg);
}
#myBtn:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #413737;
  border: solid 1px rgba(65, 55, 55, 0.4);
}
/* Container */
.container {
	width: 100%;
	margin: 0 auto;
}
header {
	align-content: center;
	background-image: url("../images/header-kachel.jpg");
	background-repeat: repeat-x;
	margin: 0px;
}
.titel {
	margin: 0px auto;
	padding-top: 50px;
	display: block;
	width: 90%;
}
.motto {
	padding-top: 0.8em;
	text-align: center;
	margin-bottom: 0;
}
h1 span{
	font-size: 80px;
	font-family: 'Satisfy', cursive;
	position: relative;
	margin-top: 0px;
	display: inline-block;
	animation: bounce .8s ease-in-out;
	text-shadow: 2px 2px #93C5DD;
}
h1 span:nth-child(2) {animation-delay: .05s;}
h1 span:nth-child(3) {animation-delay: .1s;}
h1 span:nth-child(4) {animation-delay: .15s;}
h1 span:nth-child(5) {animation-delay: .2s;}
h1 span:nth-child(6) {animation-delay: .25s;}
h1 span:nth-child(7) {animation-delay: .3s;}
h1 span:nth-child(8) {animation-delay: .35s;}
h1 span:nth-child(9) {animation-delay: .4s;}
h1 span:nth-child(10) {animation-delay: .45s;}
h1 span:nth-child(11) {animation-delay: .5s;}
h1 span:nth-child(12) {animation-delay: .55s;}
h1 span:nth-child(13) {animation-delay: .6s;}
h1 span:nth-child(14) {animation-delay: .65s;}
h1 span:nth-child(15) {animation-delay: .7s;}
h1 span:nth-child(16) {animation-delay: .75s;}
h1 span:nth-child(17) {animation-delay: .8s;}
h1 span:nth-child(18) {animation-delay: .85s;}
h1 span:nth-child(19) {animation-delay: .9s;}
h1 span:nth-child(20) {animation-delay: .95s;}

@keyframes bounce {
        
        0%   { transform: scale(1,1)    translateY(0); }
        10%  { transform: scale(1.1,.9) translateY(0); }
        30%  { transform: scale(.9,1.1) translateY(-5px); }
        50%  { transform: scale(1,1)    translateY(0); }
        57%  { transform: scale(1,1)    translateY(-2px); }
        64%  { transform: scale(1,1)    translateY(0); }
        100% { transform: scale(1,1)    translateY(0); }
	100% {
            text-shadow: 0 1px 0 #93C5DD,
                0 2px 0 #ff0000,
                0 3px 0 #ff0000,
                0 4px 0 #ff0000,
                0 5px 0 #ff0000,
                0 6px 0 #ff0000,
                0 7px 0 #ff0000,
                0 8px 0 #ff0000,
                0 9px 0 #93C5DD,
                0 20px 15px rgba(0, 0, 0, 0.2);
        }
    }
/* Navigation */
nav {
	text-align: center;
	padding-top: 1.2em;
	width: 600px;
	margin: 0 auto;
}
nav ul {
	list-style: none;
	margin: 0 auto;
}
nav ul li {
	float: left;
	font-size: 2.2rem;
	font-family: 'Satisfy', cursive;
	text-align: center;
	margin: 0px 15px;
	letter-spacing: 0px;
	font-weight: bold;
}
ul li a {
	color: #000 !important;
	text-decoration: none;
}
ul li a:hover{
    color: #FF0000 !important;
	border-bottom: solid 5px #000;
}
section.about, section.banner, section.gallery, section.footer_banner { 
 	margin: 40px 0px;
	padding:  0;
}
/* About Section */
.info {
	width: 100%;
	padding-top: 10%;
	display: block;
	align-items: center;
}
.infobild {
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.about {
	padding: 1.2em;
	display: inline-block;
	width: 100%;
}
.cards {
	width: 400px;
	height: 200px;
}
.about_column {
	width: 40%;
	float: left;
	padding: 0.8em 2em 0em 2em;
	margin-top: 0 auto;
}
.profiltext {
	max-width: 400px;
}
/* Banner Section */
.banner {
  width: 100%;
  height: 1100px;
  position: relative;
}
.banner::before {
  background-image: url("../images/parallax1.jpg");
  width: 100%;
  height: 1100px;
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
  content: '';
  animation: animatefirst 15s ease-in-out infinite;
  -webkit-animation: animatefirst 15s ease-in-out infinite;
  -moz-animation: animatefirst 15s ease-in-out infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.banner::after {
  background-image: url("../images/parallax2.jpg");
  width: 100%;
  height: 1100px;
  display: block;
  position: absolute;
  top: 0;
  z-index: -2;
  content: '';
  animation: animatesecond 15s ease-in-out infinite;
  -webkit-animation: animatesecond 15s ease-in-out infinite;
  -moz-animation: animatesecond 15s ease-in-out infinite;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
@keyframes animatefirst {
  0% {opacity: 1;}
  50% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes animatesecond {
  0% {opacity: 0;}
  50% {opacity: 1;}
  100% {opacity: 0;}
} 
.banner h2 {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Satisfy', cursive;
	font-size: 3rem;
}
.first {
	padding-top: 140px;
}
.second {
	padding-top: 40px;
}
.banner_audio {
	color: #FFFFFF;
	text-align: center;font-size: 0.9rem;
	max-width: 450px;
	line-height: 23px;
	margin: 0 auto;
}
	.audioPlayer {
	width: 95%;
	height: 28px;
	margin: 15px auto;
	}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
	}
	.video-wrapper iframe,
	.video-wrapper object,
	.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	}
/* Stats Gallery */
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 0px;
	text-align: center;
}
.gallery h2 {
	font-family:  'Satisfy', cursive;
	font-size: 3rem;
}
.stats {
	color: #1F6CA0;
	margin-bottom: 5px;
}
.thumbnail {
	width: 100%;
  text-align: center;
  float: left;
  margin: 35px auto;
}
.thumbnail h4, .thumbnail p {
	margin: 5px;
	text-align: center;	
}
/* footer */
footer {
width: 100%;
}
.footer_banner {
	width: 100%;
}
.footer_banner h2 {
	font-family: 'Satisfy', cursive;
	padding-left: 55px;
	font-size: 3rem;
}
.footer_column {
	width: 45%;
	text-align: center;
	padding-top: 30px;
	float: left;
	padding: 0.8em;
	margin-bottom: 100px;
}
footer .footer_column h3 {
	color: #1F6CA0;
	text-align: center;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
footer .button {
	margin: 0 auto;
}
.button {
	width: 250px;
	margin-top: 40px;
	padding: 20px 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button a {
	text-decoration: none;	
}
.button:hover {
	background-color: #FEFEFE;
	color: #1F6CA0;
	cursor: pointer;
}
.copyright {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 0.8rem;
	letter-spacing: 2px;
	border-top-width: 2px;
	background-image: url("../images/footer-kachel.jpg");
	background-repeat: repeat-x;
}
.copyright a {
	color: #fff;
	text-decoration: none;
}
.copyright a:hover {
	color: #E60C0C;
}
.imprint {
	margin: 40px auto;
	padding: 40px;
}
/* ---- RESPONSIVE ---- */
/* Desktops */
@media (min-width: 1081px)and (max-width: 1280px) {
	nav {
	padding-top: 0em;
	}
}
/* Small Desktops */
@media (min-width: 769px)and (max-width: 1080px) {
	body {
	font-size: 21px;
	}
	header {
	background-image: url("../images/header-kachel2.jpg");
	background-repeat: repeat-x;
	}
	h1 span {
	font-size: 70px;
	}
	.titel {
	padding-top: 45px;
	}
	nav {
    padding-top: 0em;
  }
	nav ul li {
	font-size: 2rem;
	}
	.motto {
	padding-top: 0;
	}
	/* -about-*/
	section.about, section.banner, section.gallery, section.footer_banner { 
 	margin: 40px 0px;
	}
	.about_column {
	width: 85%;
	float: none;
	margin: 0px auto;
	}
	.cards {
	width: 400px;
	height: 200px;
	}
	.info {
	padding-top: 0%;
	}
	.infobild {
	margin: 10px auto 60px auto;
	width: 65%;
	}
	.profiltext {
	max-width: 600px;
	} 
	/* -banner- */
	.banner {
	height: 950px;
	background-image: url("../images/audiobg.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: top center;
	}
	.banner:before {
	display: none;
	}
	.banner:after {
	display: none;
	}
	.banner h2 {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Satisfy', cursive;
	font-size: 1.8rem;
	}
	.first {
	padding-top: 60px;
	}
	.second {
	padding-top: 30px;
	}
	.banner_audio {
	color: #FFFFFF;
	text-align: center;font-size: 0.9rem;
	width: 60%;
	line-height: 23px;
	margin: 0 auto;
	}
	/* -gallery- */
	.thumbnail {
	width: 50%;
	text-align: center;
	float: left;
	margin: 35px auto;
	}
	/* -footer- */	
}
/* Tablets */
@media (min-width: 575px)and (max-width: 768px) {
	body {
	font-size: 20px;
	}
	header {
	background-image: url("../images/header-kachel2.jpg");
	background-repeat: repeat-x;
	}
	h1 span {
	font-size: 55px;
	}
	.titel {
	padding-top: 40px;
	}
	nav, .info {
    padding-top: 0em;
  }
	nav ul li {
	font-size: 2rem;
	}
	.motto {
	padding-top: 1em;
	}
	section.about, section.banner, section.gallery, section.footer_banner { 
 	margin: 40px 0px;
	}
	.about_column {
	width: 85%;
	float: none;
	margin: 0px auto;
	font-size: 1em;
	}
	.cards {
	width: 400px;
	height: 200px;
	}
	.infobild {
	margin: 10px auto 60px auto;
	width: 70%;
	}
	.profiltext {
	max-width: 600px;
	} 
	/* -banner- */
	.banner {
	height: 950px;
	background-image: url("../images/audiobg.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: top center;
	}
	.banner:before {
	display: none;
	}
	.banner:after {
	display: none;
	}
	.banner h2 {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Satisfy', cursive;
	font-size: 1.8rem;
	}
	.banner_audio {
	max-width: 400px;
}
.first {
	padding-top: 60px;
}
.second {
	padding-top: 30px;
}
	.banner_audio {
	color: #FFFFFF;
	text-align: center;font-size: 0.9rem;
	width: 60%;
	line-height: 23px;
	margin: 0 auto;
	}
	/* -gallery- */
	.thumbnail {
	width: 50%;
	text-align: center;
	float: left;
	margin: 35px auto;
	}
	/* -footer- */
	.footer_banner h2 {
	font-family: 'Satisfy', cursive;
	font-size: 2.5rem;
	}
	.footer_column {
	width: 95%;
	text-align: center;
	padding-top: 30px;
	float: none;
	margin: 0px auto;
	}
	footer .button {
	margin: 0 auto;
	}
	.button {
	max-width: 220px;
	margin: 40px auto;
	padding: 20px 0px;
	}
	.copyright {
	width: 100%;
	float: none;
	text-align: center;
	font-size: 0.5rem;
	}
}

/* Small Tablets */
@media (min-width: 321px) and (max-width: 574px) {
	body {
	font-size: 20px;
	}
	header {
	background-image: url("../images/header-kachel2.jpg");
	background-repeat: repeat-x;
	}
	h1 span {
	font-size: 36px;
	}
	.titel {
	padding-top: 25px;
	}
	/* -nav- */
	.container header nav {
	margin: 0px auto;
	float: none;
	display: inline-block;
	}
	nav {
	width: 100%;
	}
	nav ul {
	padding: 0px;
	float: none;
	height: auto;
	}
	nav ul li {
	float: none;
	font-size: 1.5rem;
	font-family: 'Satisfy', cursive;
	margin-bottom: 10px;
	}
	ul li a:hover{
    color: #FF0000 !important;
	border-bottom: solid 3px #000;
	}
	/* -about-*/
	section.about, section.banner, section.gallery, section.footer_banner { 
 	margin: 40px 0px;
	}
	.about_column {
	width: 85%;
	float: left;
	margin: 0px auto;
	font-size: 0.9em;
	}
	.cards {
	width: 300px;
	height: 150px;
	}
	.infobild {
	margin: 10px auto 60px auto;
	width: 75%;
	}
	.profiltext {
	max-width: 700px;
	} 
	/* -banner- */
	.banner {
	height: 900px;
	background-image: url("../images/audiobg.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: top center;
	}
	.banner:before {
	display: none;
	}
	.banner:after {
	display: none;
	}
	.banner h2 {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Satisfy', cursive;
	font-size: 1.8rem;
	}
	.banner_audio {
	max-width: 300px;
}
.first {
	padding-top: 60px;
}
.second {
	padding-top: 30px;
}
	.banner_audio {
	color: #FFFFFF;
	text-align: center;font-size: 0.9rem;
	width: 80%;
	line-height: 23px;
	margin: 0 auto;
	}
	/* -gallery- */
	.thumbnail {
	width: 100%;
	text-align: center;
	float: none;
	margin: 35px auto;
	}
	/* -footer- */
	.footer_banner h2 {
	font-family: 'Satisfy', cursive;
	font-size: 2.5rem;
	}
	.footer_column {
	width: 90%;
	text-align: center;
	padding-top: 30px;
	float: none;
	margin: 0px auto;
	}
	footer .button {
	margin: 0 auto;
	}
	.button {
	max-width: 220px;
	margin: 40px auto;
	padding: 20px 0px;
	}
	.copyright {
	float: none;
	text-align: center;
	font-size: 0.5rem;
	}
}
/* Mobile */
@media (max-width: 320px) {
	body {
	font-size: 18px;
	}
	header {
	background-image: url("../images/header-kachel3.jpg");
	background-repeat: repeat-x;
	}
	h1 span {
	font-size: 27px;
	}
	.titel {
	padding-top: 25px;
	}
	/* -nav- */
	.container header nav {
	margin: 0px;
	float: none;
	display: inline-block;
	}
	nav {
	width: 90%;
	margin: 0 auto;
	}
	nav ul {
	padding: 0px;
	float: none;
	height: auto;
	}
	nav ul li {
	float: none;
	font-size: 1.3rem;
	font-family: 'Satisfy', cursive;
	margin-top: 10px;
	}
	ul li a:hover {
    color: #FF0000 !important;
	border-bottom: solid 3px #000;
	}
	/* -about-*/
	section.about, section.banner, section.gallery, section.footer_banner { 
 	margin: 20px 0px;
	}
	.about_column {
	width: 85%;
	float: none;
	margin: 0 auto;
	padding: 0.8em 0.5em;
	font-size: 0.9em;
	}
	.cards {
	width: 250px;
	height: 140px;
	}
	.infobild {
	margin: 10px auto 30px auto;
	width: 80%;
	}
	/* -banner- */
	.banner {
	height: 800px;
	background-image: url("../images/audiobg.jpg");
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-position: top center;
	}
	.banner:before {
	display: none;
	}
	.banner:after {
	display: none;
	}
	.banner h2 {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;
	font-family: 'Satisfy', cursive;
	font-size: 1.8rem;
	}
.first {
	padding-top: 60px;
}
.second {
	padding-top: 30px;
}
	.banner_audio {
	color: #FFFFFF;
	text-align: center;font-size: 0.9rem;
	width: 95%;
	line-height: 23px;
	margin: 0 1em;
	}
	/* -gallery- */
	.thumbnail {
	width: 100%;
	text-align: center;
	float: none;
	margin: 35px auto;
	}
	/* -footer- */
	.footer_banner h2 {
	font-family: 'Satisfy', cursive;
	font-size: 2.5rem;
	margin: 0 auto;
	}
	.footer_column {
	width: 90%;
	text-align: center;
	padding-top: 30px;
	float: none;
	margin: 0px auto;
	}
	footer .button {
	margin: 0 auto;
	}
	.button {
	max-width: 220px;
	margin: 40px auto;
	padding: 20px 0px;
	}
	.button a {
	text-decoration: none;	
	}
	.button:hover {
	background-color: #FEFEFE;
	color: #1F6CA0;
	cursor: pointer;
	}
	.copyright {
	float: none;
	text-align: center;
	font-size: 0.5rem;
	letter-spacing: 2px;
	background-image: url("../images/footer-kachel.jpg");
	background-repeat: repeat-x;
	}
}