@charset "UTF-8";
* {
  box-sizing: border-box;
}
body {
  margin: 0 auto;
  font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
html {
  scroll-behavior: smooth;
  background-image: url("../images/tuerkis_verlauf_50.jpg");
  background-size: cover;
}
/*farbe {
  color: #C601F3;
  color: #017B76;
	color:  #f64f59;
	color: #c471ed;
	color: #12c2e9;
	color: rgba(18,194,233,1.00);
	color: rgba(196,113,237,1.00)
}*/
.intro img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.header {}
.rechts {
  float: right;
}
.sprung {
  top: 100px;
  height: 45px;
}
#navbar {
  position: sticky;
  top: 0px;
  overflow: hidden;
  background-color: rgba(194, 75, 0, 1.00);
  z-index: 100;
}
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}
#navbar a:last-child {
  padding-right: 50px
}
#navbar a:hover {
  text-decoration: underline;
  color: black;
}
#navbar a.active {
  font-weight: bolder;
  text-decoration: inherit;
}
section.main {
  display: flex;
  justify-content: center;
  position: relative;
  /*  background: #12c2e9; 
  background: -webkit-linear-gradient(170deg, #f64f59, #c471ed, #12c2e9);
  background: linear-gradient(170deg, #f64f59, #c471ed, #12c2e9);*/
}
div.article {
  max-width: 100%;
  background: white;
  padding: 3em;
  border-radius: 5px;
  line-height: 1.55;
  margin: 100px 10px;
  margin-right: 20%;
  margin-left: 20%;
}
/*.columns {
  -webkit-columns: 240px 3; 
  -moz-columns: 240px 3; 
  columns: 240px 3;
  column-gap: 60px;
  column-rule: 1px solid rgba(161, 245, 244, 0.5);
}*/
.columns {
  -webkit-columns-width: 240px; /* Chrome, Safari, Opera */
  -webkit-columns-count: 3;
  -moz-columns-width: 240px;
  -moz-columns-count: 3; /* Firefox */
  column-width: 240px;
  column-count: 3;
  column-gap: 60px;
  column-rule: 1px solid rgba(161, 245, 244, 0.5);
}
.columns > * {
  margin: 0 0 24px 0;
}
.columns > img {
  width: 100%;
  height: auto;
  column-span: 2;
}
.article h1 {
  text-align: center;
  color: rgba(7, 54, 49, 1.00);
  font-size: 27pt;
}
.article > h2 {
  margin: 3em auto 2em;
  column-span: all;
}
.flyer {
  width: 100%;
  height: auto;
}
.willkommen p {
  padding: 0 5%;
  margin: 0 20%;
  font-size: 14pt;
  text-align: center;
  color: rgba(7, 54, 49, 1.00);
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.mittelpunkt {
  padding: 0 5%;
  margin: 0 3%;
  font-size: 16pt;
  text-align: center;
  color: rgba(7, 54, 49, 1.00);
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.high {
  color: rgba(7, 54, 49, 1.00);
  font-weight: bold;
}
.text p {
  columns: 2 300px;
  column-gap: 3em;
  padding: 0 2% 0 0;
  color: rgba(56, 56, 56, 1.00);
}
p a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1.00)
}
p a:hover {
  text-decoration: underline;
  color: black;
}
.impressum {
  padding: 1%;
  width: 90%;
  margin: 0 5%;
  border: none;
  outline: none;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  opacity: 0.75;
}
.aktiv, .impressum:hover {
  background-color: rgba(86, 162, 164, 0.5);
}
.content_impressum {
  padding: 5%;
  display: none;
  overflow: hidden;
  background-color: white;
  margin-bottom: 1500px;
  font-size: 10pt;
  width: 90%;
  margin: 0 5%;
  color: rgba(76, 75, 75, 1.00);
}
.content_impressum h1 {
  font-size: 14pt;
  text-align: left;
}
.content_impressum h2 {
  font-size: 12pt;
}
.unten {
  background-color: rgba(232, 232, 232, 0.5);
  margin: 5%;
  width: 90%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.play {
  display: none;
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 1%;
  font-family: 'Roboto', sans-serif;
  font-size: 90%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(102, 102, 102, 1);
  border-top: rgba(194, 75, 0, 0.50) 1px solid;
}
footer a {
  color: rgba(102, 102, 102, 1);
  text-decoration: none;
}
footer a:hover {
  color: rgba(153, 153, 153, 1);
  text-decoration: underline;
}
@media only screen and (max-width: 1670px) {
  div.article {
    margin-right: 10%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 1450px) {
  .mittelpunkt {
    font-size: 14pt;
  }
}
@media only screen and (max-width: 1250px) {
	div.article {
    margin-right: 5%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 1124px) {
	
}
@media screen and (max-width: 800px) {
  
}
@media only screen and (max-width: 750px) {
	.sprung {
  height: 70px;
}
	 div.article {
    margin-right: 1%;
    margin-left: 1%;
  }
  .play {
    display: inherit;
  }
  .nicht {
    display: none;
  }
  .rechts {
    float: left;
    padding-left: 15px
  }
  #navbar a.active {
    padding-left: 22px;
    padding-top: 25px;
  }
  #navbar a {
    padding: 5px 10px 25px 15px;
  }
  #navbar a:last-child {
    padding-right: 35px
  }
  .content h1 {
    font-size: 17pt;
  }
  h1 {
    font-size: 17pt;
  }
}
@media only screen and (max-width: 650px) {
	.sprung {
  height: 120px;
}
	
	#navbar a {
    padding: 5px 15px 25px 5px;

}
#navbar a:last-child {
  padding-right: 0;
}
 
  .article h1 {
    font-size: 17pt;
  }
  .text p {
    padding: 0% 3% 0 0%;
  }
}