/*-- Body sReset --*/
@font-face {
  font-family: "Euclid";
  src: url(/Euclid/EuclidCircularB-Regular-WebS.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Euclid";
  src: url(/Euclid/EuclidCircularB-Semibold-WebS.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
}
/* @font-face {
  font-family: "Euclid";
  src: url(/Euclid/EuclidCircularB-SemiboldItalic-WebS.woff2) format("woff2");
  font-style: italic;
} */
@font-face {
  font-family: "Euclid";
  src: url(/Euclid/EuclidCircularB-RegularItalic-WebS.woff2) format("woff2");
  font-style: italic;
}
body {
  overflow-x: hidden;
  font-family: "Euclid", "Montserrat", sans-serif;
  color: #616971;
}
h1,
h2,
h3,
h4 {
  font-family: "Euclid";
  color: black;
}

.pink {
  color: rgb(255, 0, 207);
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}

.pinkho:hover {
  color: rgb(255, 0, 207); 
}

/*============= TOP BAR HEADER =============*/
a {
  text-decoration: none;
  color: black;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
a:hover {
  text-decoration: none;
  color: black;

}
#titel {
  font-size: 2.5rem !important;
  font-weight: 0;
  margin: 0;
}


.little-gif {
  top: 4rem;
  position: absolute;
  margin-left: 93rem;
  width: 20vh;
  justify-content: right;
  height: 20vh;
  z-index: 9999;
  display: flex;
  flex-direction: column;
}

.little-gif:hover {
  transform: scale(2);
}



.menu-about {
  flex: 3;
  text-align: center;
  text-decoration: none;
  position: sticky;
  color: black;
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: -16px; 
}


#education-info {
  font-size: 1.2rem;
  color: black;
}

.mail {
 -webkit-transition: color 0.7s;
 transition: color 0.7s;
 color: rgb(255, 0, 207)
}


.mail:hover {
  color: black;
}




.titelseiten {
  padding-left: 0.94rem !important;
  background-color: white;
  z-index: 999;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.border-primary {
  border-top: 0.125rem solid rgb(255, 0, 207) !important;
}

/* Main Page Heading  */
#accordion > .card {
  border: none;
}
.responsive {
  width: 100%;
  height: auto;
  max-width: 50rem;
}
#accordion > .card > .card-header {
  background-color: transparent;
  border-radius: 0;
  border-top: solid 0.125rem rgb(255, 0, 207) !important;
}

#index h1{
  font-size: 7rem;
  color: rgb(255, 0, 207);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 20px;
  max-width: 600px;
}





.card-header a {
  color: rgb(255, 0, 207);
  font-size: 2rem !important;
  padding-left: 0.6rem;
  padding-left: 0;
}

.panel-body img {
  transition: 0.4s ease transform;
}

.panel-body img:hover {
  transform: scale(1.08);
}

.fixed {
  position: fixed;
  z-index: 10;
  background-color: white;
}

.fett {
  font-weight: 100 !important;
}
.sprachsteuerung {
  position: absolute;
  right: 20px !important;
  top: 0.8rem !important;
}

#untertitel {
  position: absolute;
  right: 15rem;
  top: 0.8rem !important;
}
.sprachschalter:hover {
  color: rgb(255, 0, 207);
}

.sprachsteuerung .now {
  text-decoration: underline;
}

/* main der seiten */
#carousel {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
  padding-top: 3rem !important;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  transition: transform 1.2s ease;
}

#pfeil {
  font-size: 2.5rem;
  color: rgb(255, 0, 207);
  opacity: 0;
  transition: 0.5s ease;
}
.carousel-control-next:hover #pfeil,
.carousel-control-prev:hover #pfeil {
  opacity: 1;
}
.prevnext {
  position: relative;
}

.prevnext {
  width: 2rem;
}

.kreuz {
  position: absolute;
  z-index: 1;
}
.kreuz a {
  /* color: rgb(161, 159, 159); */
  color: whitesmoke;
  font-size: 3rem;
}
/* end main der seiten */

/* main text der seiten */

.container-fluid #panelp {
  color: black;
  padding-top: 2rem;
}

#rowsite {
  padding-top: 1.5rem;
}

#rowsite #four {
  padding-left: 1.5rem;
}
#rowsite #eight {
  padding-right: 1.5rem;
}

#panelp {
  color: black;
}

.notimp {
  font-style: italic;
  font-weight: 100;
}

/* end main text der seiten */

/* footer */

.site-footer {
  background-color: transparent;
  padding: 0;
  padding-left: 0%;
  font-size: 1rem;
  line-height: 24px;
  color: rgb(255, 0, 207);
  border-top: solid 2px rgb(255, 0, 207);
  margin-top: 2rem;
}
.site-footer a {
  color: rgb(255, 0, 207);
}
.site-footer a:hover {
  color: black;
  text-decoration: none;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons img {
  width: 35px;
}
.copyright-text {
  margin: 0;
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
#foco1 {
  margin-right: 0 !important;
}
.fakeheight {
  height: 24rem;
}
.weg {
  color: transparent !important;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

.gifdiv img {
  position: relative;
  width: 20rem;
  left: 20rem;
  bottom: 10rem;
}
#giff {
  height: 2rem;
}


.videocontainer{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}


.video-quer{
  height: 100%;
  width: 98%;
  margin: auto;
}

.videocontainer2{
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  width: 100%;
}

.video-hochformat {
  width: 31%;
  height: 50%;
  margin: auto;
}

.videobereich {
  background-color: rgb(255, 0, 207);
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.videoextern {
  background-color: rgb(255, 0, 207);
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
}

.start-untertitel{
    color: rgb(255, 0, 207);
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    top: 1rem !important;
    left: -80px !important;
}


/*============= Secret =============*/
.purple {
  color: rgb(147, 116, 255);
  text-align: center;
}

.plus {
  font-size: 5rem;
}

.nix {
  z-index: -999;
}
/*============= MEDIA QUERIES =============*/

@media (max-width: 412px) {
  #untertitel {
    color: transparent;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
  }
  

  .start-untertitel {
    color: rgb(255, 0, 207);
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    position: absolute;
    top: 0.6rem !important;
    left: -30px !important;
    font-weight: bolder;
    font-size: 1.2rem;
  }
  
  #education-info {
    font-size: 1rem;
    color: black;
  }
}

/* Extra small (xs) */
@media (max-width: 576px) {
  .start-untertitel {
    color: rgb(255, 0, 207);
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    position: absolute;
    top: 0.6rem !important;
    left: 3px;
    font-weight: bolder;
    font-size: 1.3rem;
  }
  
  #education-info {
    font-size: 1rem;
    color: black;
  }

  .card-header a {
    font-size: 2rem;
  }
  #titel {
    font-size: 1.8rem !important;
    padding-top: 16px;
  }
  #accordion {
    padding-top: 5px;
  }
  .sprachsteuerungindex {
    padding-top: 0.8rem;
  }
  .panelp {
    padding-bottom: 50rem !important;
  }
  .panel .imp {
    padding-left: 7.5px;
  }
  #jumbi {
    padding-bottom: 4rem;
  }
  #untertitel {
    right: 8rem;
    top: 0.8rem;
  }
  .pink > .nichtmarkieren {
    font-size: 1.5rem;
  }
  #fake {
    font-size: 2rem;
  }
  .mobilweg {
    color: transparent;
    -ms-user-select: None;
    -moz-user-select: None;
    -webkit-user-select: None;
    user-select: None;
  }
  #carousel {
    padding-top: 2rem;
  }
  .kreuz {
    top: 2rem;
    right: 1rem;
  }
  .site-footer {
    margin-top: 8rem;
    padding: 10px 0;
  }
  .fakeheight {
    height: 7.5rem;
  }
  .hid {
    display: none !important;
  }
  /* .show {
    display: none;
  }
  .show:: {
    display: block !important;
  } */
}
@media (min-width: 10px) {
  #index h1{
    font-size: 2rem;
  }
}


/* Small (sm)  */
@media (min-width: 576px) {
  .start-untertitel {
    color: rgb(255, 0, 207);
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    position: absolute;
    top: 0.3rem !important;
    left: 3px;
    font-size: 1.3rem;
  }
  
  #education-info {
    font-size: 1rem;
    color: black;
  }

  #untertitel {
    right: 6rem;
  }
  .kreuz {
    top: 2rem;
    right: 1rem;
  }
  .site-footer {
    margin-top: 4.5rem;
  }
  .sprachsteuerung {
    top: 1.2rem !important;
  }
  .gifdiv img {
    left: 5rem;
    bottom: 12rem;
  }
  #index h1{
    font-size: 2rem;
  }
}

/* Medium (md)  */
@media (min-width: 768px) {
  .start-untertitel{
    color: rgb(255, 0, 207);
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    position: absolute;
    top: 0.3rem !important;
    left: 3px;
 
  }
  
  #untertitel {
    right: 12rem;
    top: 11px;
    font-size: 1.2rem;
  }
  #panelp {
    font-size: 1.2rem;
  }

  .sprachschalter {
    font-size: 1.2rem;
  }
  .sprachsteuerung {
    top: 0.8rem !important;
  }
  .kreuz {
    top: 2rem;
    right: 1rem;
  }
  #giff {
    height: 25rem;
  }
  #index h1{
    font-size: 3rem;
  }
}

/* Large (lg)  */
@media (min-width: 992px) {
  .start-untertitel {
    color: rgb(255, 0, 207);
    -webkit-transition: color 0.7s;
    transition: color 0.7s;
    position: absolute;
    top: 0.3rem !important;
    right: 1px;
    bottom: 2rem;
  }
  #untertitel {
    right: 20rem;
    top: 11px;
    font-size: 1.2rem;
  }
  .sprachschalter {
    font-size: 1.2rem;
  }
  .kreuz {
    top: 2rem;
    right: 1rem;
  }
  #giff {
    height: 20rem;
  }
  #index h1{
    font-size: 4rem;
  }
}

/* Extra (xl)  */
@media (min-width: 1200px) {
  .card-header a,
  .nichtmarkieren {
    font-size: 2.5rem;
  }

  #titel {
    font-size: 3rem;
  }

  #panelp {
    font-size: 1.5rem;
  }

  .sprachsteuerung {
    top: 24px;
    font-size: 1.2rem;
  }
  #untertitel {
    right: 20rem;
    top: 22px;
    font-size: 1.5rem;
  }
  .sprachsteuerung {
    top: 22px;
  }
  .sprachschalter {
    font-size: 1.5rem;
  }
  .kreuz {
    top: 3.5rem;
    right: 1rem;
  }
  #index h1{
    font-size: 5rem;
  }
}

@media (min-width: 1500px) {
  #giff {
    height: 40rem;
  }
}

@media (min-width: 1600px) {
  #untertitel {
    right: 30rem;
  }

  #carousel {
    padding-top: 1rem !important;
  }
  .prevnext {
    width: 6rem;
  }
  .kreuz {
    top: 3.5rem;
    right: 1rem;
  }
  #index h1{
    font-size: 6rem;
  }
}

/*-- Bootstrap Mobile Gutter Fix --*/
.row,
.container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.nichtmarkieren {
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}
