:root{
    
}

html {
    scroll-behavior: smooth;
}

body{
    background: white;
    /*padding: 1rem;*/
    font-family: arial, sans-serif;
    /*background: linear-gradient(-45deg, #fff, #e73c7e, #23a6d5, #fff);*/
    /*background: linear-gradient(-45deg, #fff, #f2dce7, #6ec6e6, #fff);*/
    background: linear-gradient(-45deg, #fff, #d1f7ff, #fff, #fff);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.frame {
    /*
    border-style: solid;
    border-width: 5px;
    border-color: white;
    */
    padding: 1vh;
}

.frame img{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    align-self: center;
}

.logo{
    width: 100%;
    max-width: 1000px;
    height: 89vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/css_online.svg");
    margin: 0 auto;
}

.logo_small{
    width: 50%;
    max-width: 500px;
    height: 30vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url("img/css_online.svg");
    margin-left: 5%;
}

.down{
    width: 100%;
    height: 5vh;
    fill: aliceblue;
    margin-bottom: 5em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/arrow-down-icon_7.svg");
}

.intro {
    margin: 0 auto;
    max-width: 1000px;
    color: black;
    -webkit-columns: 2 100px;
     -moz-columns: 2 100px;
          columns: 3 300px;
  -webkit-column-gap: 4em;
     -moz-column-gap: 4em;
          column-gap: 4em;
  -webkit-column-rule: 2px dotted #fc037b;
     -moz-column-rule: 2px dotted #fc037b;
          column-rule: 2px dotted #fc037b;
}

.intro p {
    --flexFontSize: calc(12px + (15 - 12) * ((100vw - 300px) / (1600 - 300)));
    /*font-size: 15px;*/
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    margin: 0;
    text-align: justify;
}

.mailbutton{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
}

.mailbutton a{
    color: white;
    background-color: #fc037b;
    border-radius: 10px;
    padding: 1rem 4rem 1rem 4rem;
    text-decoration: none;
    font-weight: 600;
}

.mailbutton p{
    color: white;
    background-color: rgba(252, 3, 123,0.3);
    background-color: rgba(100, 50, 50,0.3);
    border-radius: 10px;
    padding: 1rem 3rem 1rem 3rem;
    text-decoration: none;
    font-weight: 600;
    width: 25%;
    margin: 0 auto;
}

.infoblock{
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
    margin-top: 5em;
    margin-bottom: 5em;
}

.infoblock iframe{
    width: 100%;
}

h2 {
    --flexFontSize: calc(17px + (25 - 17) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    margin-bottom: 1em;
    -webkit-column-span: all; 
    column-span: all;
    text-transform: uppercase;
    color: #000;
}

h1 {
    --flexFontSize: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
    text-transform: uppercase;
    color: #000;
}


p {
    --flexFontSize: calc(12px + (15 - 12) * ((100vw - 300px) / (1600 - 300)));
    /*font-size: 15px;*/
    font-size: var(--flexFontSize);
    line-height: 1.5;
    /*line-height: calc(var(--flexFontSize)+1.5);*/
    text-align: center;
    margin-bottom: 1em;
    margin-top: 0em;
    hyphens:auto;
    color: #000;
}

p.terminliste {
    text-transform: uppercase;
    --flexFontSize: calc(13px + (15 - 13) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 2;
    text-align: left;
    max-width: 400px;
    margin: 0 auto;
}

p.terminliste-aktuell {
    text-transform: uppercase;
    --flexFontSize: calc(13px + (15 - 13) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 2;
    color: #fc037b;
}

p.terminliste strong{
    color: #fc037b;
    font-weight: 400;
}

p.terminliste i{
    font-weight: 300;
    --flexFontSize: calc(10px + (13 - 10) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: 1.5;
    display: block;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #fc037b;
}

.partner {
    width: 100%;
    max-width: 300px;
    /*background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("img/fs-sw.jpg");*/
    margin: 0 auto;
    margin-top: 5em;
    text-align: center
}

.card{
    border: 2px;
    color: black;
    border-color: black;
    border-radius: 5px;
    background-color: #fff;
    /*display: grid;*/
    /*width: 50vw;*/
    padding: 1rem;
    /*height: 4rem;*/
} 

.card p {
    --flexFontSize: calc(10px + (14 - 10) * ((100vw - 300px) / (1600 - 300)));
    font-size: var(--flexFontSize);
    line-height: calc(var(--flexFontSize)+1.3);
}

.cards {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
}

.footer{
    text-align: center;
    line-height: 3em;
    margin-top: 5em;
    margin-bottom: 2em; 
}

.footer a{
    border-radius: 10px;
    background-color: #fc037b;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 0 auto;
    margin-left: 1em;
    margin-right: 1em;
    color: white;  
}

.button a{
    border-radius: 10px;
    background-color: #fc037b;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 0 auto;
    margin-left: 1em;
    margin-right: 1em;
    color: white;  
}

.bg{
    width: 100%;
    height: 100vh;
    position:fixed;
    z-index: -10;
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.9);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}