* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@font-face {
  font-family: texgyreadventor;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/texgyreadventor-regular.otf);
}

@font-face {
  font-family: texgyreadventor;
  font-weight: 600;
  src: url(../fonts/texgyreadventor-bold.otf);
}

body {
  background: rgb(255, 255, 255);
  min-height: 100vh;
}
:root {
  --num-cols: 3;
}

/*NAVIGATION*/
#header {
  position: fixed;
  width: 100%;
  background: rgb(211, 210, 210);
  box-shadow: 0rem .5rem 1rem rgba(0,0,0,0.6);
  border-radius:0px 0px 30px 30px ;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3%;
}

.nav-items {
  display: flex;
}
.nav-items li {
  list-style: none;
  margin: 0rem 1rem;
 
}

.nav-items li a {
  text-decoration: none;
  font-family: texgyreadventor;
  color: rgb(0, 0, 0);
  font-size: 1.5rem;
  transition: 0.8s;
}
.nav-items li a:hover,.nav-items li a.active {
  text-shadow: 1px 2px 2px #2b2358;
 
  color: #ffffff;
  transition: 0.8s;
}

.nav-button {
  display: inline;
  cursor: pointer;
}

.bar, .bar1, .bar2 {
  width: 4rem;
  height: 0.5rem;
  background: #2b2358;
  margin: 0.5rem;
  border-radius: 0.5rem;
  transition: 0.3s;
}

.change .bar {
  transform: translate(0,0.9rem) rotate(-45deg);
}
.change .bar1 {
  opacity: 0;
  width: 0;
}
.change .bar2 {
  transform: translate(0,-0.9rem) rotate(45deg);
}

.nav-button {
display: none;
}

/*END NAVIGATION*/



/*POSTHEADER*/

.postheader{
    position: relative;
    width: 100%;
    top: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);

    }
    .block {
      width: 14rem;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 1rem;
    }
    .logo {
      width: 100%;
      background: url('../img/main/LogoGo.jpeg') no-repeat  center;
      padding-top: 100%;
      background-size: cover;
       transition: .8s;
    }
    .logo:hover {
        transform: scale(1.2);
    }
  
      .block3 {
      width: 26rem;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 1rem;
    }
   
    .logo2 {
      width: 100%;
      background: url('../img/main/Logo2.png') no-repeat  center;
      padding-top: 46%;
      background-size: cover;
       transition: .8s;
    }

     .logo2:hover {
        transform: scale(1.2);
    }
    .block2 {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 1rem;
      max-height: 12rem;
    }
    .text {
      text-align: center;
      max-height: 12rem;
      line-height: 1.05;

    }
    .text h1 {
       font-family: texgyreadventor;
        font-weight: normal;
        font-style: normal;
         color: #2b2358;
      font-size: 12vw;
      transition: .6s;
    }
      .text h1:hover {
      transform: scale(1.05);
      transition: .6s;
      text-shadow: 4px 4px 4px rgb(11, 0, 42);
    }
    .text p{
        font-family: texgyreadventor;
        font-weight: normal;
        font-style: normal;
      font-size: 2vw;
      transition: .6s;
        color: #2b2358;
    }
      .text p:hover {
        transform: scale(1.05);
      transition: .6s;
      text-shadow: 3px 3px 3px rgb(11, 0, 42);
    }
@media (min-width: 790px){
  .text h1 {
      font-size: 11rem;
    }
     .text p {
      font-size: 2rem;
    }
      .postheader{
        position: relative;
        width: 100%;
        height: 15rem;
        max-width: 90rem;
        top: 6.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgb(255, 255, 255);
        margin: 0 auto;
        }
  }
/*END POSTHEADER*/

.stri4ka {
  position: relative;
  top: 6.5rem;
  width: 100%;
  height: 0px;
  padding-bottom: 3.97%;
  background: url(../img/main/Stri4ka.png);
  background-size: cover;
}




/*HAUPTFOTO*/
.hauptfoto {
  position: relative;
  top: 6.5rem;
  width: 100%;
  height: 0px;
  padding-bottom: 50.55%;
  background: url(../img/main/Hauptfoto.png);
  background-size: cover;
}
.hauptfotobutton {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/*HAUPTFOTO*/

/*GOLUBKA CONTENT*/
.section {
  position: relative;
  top: 6.5rem;
   background:#2b2358;           ;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0rem .5rem 1rem rgba(0,0,0,0.6);
  border-radius: 0px 0px 30px 30px ;
}
  
.section .content { 
  font-family: texgyreadventor;
  color: #ffffff;
 text-align: center;
}

.section .content h1 {
  font-weight: 100;
  font-size: 4.8rem;
  margin-bottom: 2rem;
}
.section .content p {
  font-weight: 100;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}

/*GOLUBKA CONTENT END*/

/*LANGUAGE MENU*/
.langs {
  background: #bdbbdd;
  text-align: center;
  margin: 10px 10px;
  padding: 6px 12px;
  border-radius: 50%;
}
.langs a {
  color: #ffffff;
  text-decoration: none;
  padding: 12px;
  background: #27235e ;
  font-weight: 650;
  transition: .3s linear;
  border-radius: 10%;
}
.langs a:hover {
  background: #6d68b4 ;
}
.langs a.active {
  background: rgb(0, 0, 0) ;
}

/*LANGUAGE MENU*/

.btn {
  font-size: 3rem;
  color: #ffffff;
  text-decoration: none;
  border: .3rem solid rgb(255, 255, 255);
  padding: 1rem 2rem;
  border-radius: 1.5rem;
  cursor: pointer;
}

.haupt-social-links {
  height: 200px;
  width: 80px;
  background-color: rgba(0,0,0,0);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}
.icons {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: flex-end;
  margin: 5px auto;
  transition: .6s;
}

.icons-text {
  font-size: 24px;
  min-width: 0px;
  height: 100%;
  background: #27235e;
  margin-right: 5px;
  line-height: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
  transition: .6s;
}
.icon {
  min-width: 60px;
  height: 100%;
  border-radius: 5px;
  cursor: pointer;
}

.icon .fab {
  font-size: 52px;
  color: #ffffff;
  line-height: 60px;
  padding: 0px 7px;
}

.icons:hover {
  background: #27235e;
}
.icons:hover .icon .fab {
  color: #fff;
}

.icons:hover .icons-text {
  min-width: 140px;
}


/* FOOTER */
  .footer {
    position: relative;
    top: 6.5rem;
    box-shadow: 0rem .5rem 1rem rgba(0,0,0,0.6);
    border-radius:30px 30px 0px 0px ;
    background: rgb(211, 210, 210);
    width: 100%;
  
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer h1 {
    font-family: texgyreadventor;
    color: #000000;
    font-size: 48px;
    margin-bottom: 40px;
  }
  .grid-footer {
    display: grid;
    grid-template-columns: repeat(var(--num-cols),1fr);
    grid-auto-rows: 350px;
    grid-auto-flow: column;
    grid-gap: 10px;
  }
  .grid-footer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .grid-footer iframe {
    width: 100%;
    height: 100%;
  }
  .iframe-col-2 {
    grid-column: span 2;
    transition: 0.5s;
  }
  .footer-contacts {
    position: relative;

  }
  .footer-contacts .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    transition: 0.5s;
  }
  .footer-contacts:hover .overlay {
    display: block;
  }
  iframe:hover {
    filter:invert(100%);
  }
  .footer-contacts .overlay .social-links {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
  }
.social-links h3 {
  font-family: texgyreadventor;
  font-size: 24px;
  margin-bottom: 20px;
}
.social-links a i {
  margin-left: 10px;
  font-size: 40px;
  color: white;
  transition: .8s;
}
.social-links a i:hover {
  transform: scale(1.3);
  transition: .8s;
}

.footer-contacts .overlay .footer-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: white;
}

.footer-content h3{
  font-family: texgyreadventor;
  font-size: 24px;
  margin-bottom: 16px;
}
.footer-content p{
  font-family: texgyreadventor;
  margin-bottom: 10px;
}
.footer-content a {
  font-family: texgyreadventor;
  line-height: 2;
  color: #ffffff;
}

/*END FOOTER*/

@media screen and (max-width: 1330px){
  button {
    padding: 24px 30px;
    border-radius: 25px 0 25px 0;
    background-color:#2b2358;
    font-size: 16px;
    letter-spacing: 2px;
}

 
}

@media screen and (max-width: 1024px){
 
  .grid-footer {
    --num-cols: 2;
    grid-auto-flow: row;
  }
  .social-links h3, .social-links i, .footer-content h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 640px){
/*FOOTER*/
  .footer {
    padding: 20px;
  }

  .grid-footer {
    --num-cols: 2;
    grid-auto-flow: row;
  }
  .grid-footer {
    grid-auto-rows: 130px;
    grid-auto-columns: 100px;
 
  }
  .social-links h3{
    font-size: 9px;
    margin-bottom: 8px;
    margin-left: 5.5px;
  }
  .footer-content h3 {
    font-family: texgyreadventor;
    margin-bottom: 2px;
    font-size: 10px;
  }
  .footer-content p {
    font-family: texgyreadventor;
    margin-bottom: 1px;
    font-size: 6px;
  }
  .footer-content a {
    font-family: texgyreadventor;
    margin-bottom: 1px;
    font-size: 6px;
    line-height: 2;
    color: #ffffff;
  }
  .social-links a i {
    font-size: 12px;
    transition: .8s;
  }

  .social-links a i:hover {
    transform: scale(1.5);
    transition: .8s;
  }
  
  .footer h1 {
    font-family: texgyreadventor;
    color: #000000;
    font-size: 24px;
    margin-bottom: 20px;
  }
/*FOOTER END*/

/*NAVIGATION*/
  .nav-items {
    position: fixed;
    left: 0;
    top: 6.5rem;
    width: 100%;
    height: 100%;
    flex-direction: column;
    background: rgb(215, 215, 215);
    align-items: center;
    padding-top: 10rem;
    border-radius: 20px 20px;
    transition: .5s;
    transform: translateX(100%);
    z-index: 1000;
    cursor: pointer;
  }

  .nav-items.hide-show {
    transform: translateX(0%);
  }

  .nav-items li {
    margin: 1.5rem 0rem;
  }
  .nav-items li a {
    display: block;
    font-size: 3rem;
  }
  .nav-button {
    display: block;
    padding: 0rem 2.5rem;
  }
  #header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
/*NAVIGATION END*/

/*POSTHEADER*/




  .postheader {
    height: 10rem;
    }
    
  button {
    padding: 7px 30px;
    border-radius: 25px 0 0 0;
    background-color:#2b2358;
    font-size: 10px;
    letter-spacing: 2px;
}


  .anmeldung {
    position: fixed;
    top: 14rem;
    left: auto;
    right: 0;
  }


    .postheader-content {  
      height: 10rem;
       }
    
    .volktanze p {
      font-family: texgyreadventor;
      font-size: 1rem;
    }
  
    .golubka p {
      font-weight: 100;
      font-size: 4rem;
    }
  
    .postheader-logo {
      padding: 1rem 1rem;
      transition: .8s;
    }
      .postheader-logo> a img {
        width: 8rem;
        border-radius: 50%;
      }

  .postheader-logo:hover {
    transform: scale(1.2);
  }
/*POSTHEADER END*/
 
  .section {
    padding: 0rem 2rem;
  }
 
  .section .content h1 {
  
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .section .content p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
    text-align: justify;
  }

  .btn {
    font-size: 1.5rem;
  }
  
  .haupt-social-links {
    height: 140px;
    width: 40px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .icons {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    margin: 5px auto;
    transition: .6s;
  }
  
  .icons-text {
    font-size: 24px;
    min-width: 0px;
    height: 100%;
    background: #27235e;
    margin-right: 5px;
    line-height: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    transition: .6s;
  }
  .icon {
    min-width: 40px;
    height: 100%;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .icon .fab {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
    padding: 0px 7px;
  }
  
  .icons:hover {
    background: #27235e;
  }
  .icons:hover .icon .fab {
    color: #fff;
  }
  
  .icons:hover .icons-text {
    min-width: 140px;
  }



}

