

:root {
  /*Webseiten Farben */
  --main-brand-color: #011124;
  --primary-color: #000000;
  --secondary-color: #292929;
  --secondary-color2: #ffffff;
  --secondary-color3: #09013054;
  /*Einmal um die Welt Border*/

  /*Text*/
  --text-color1: #ffffff;
  --text-color2: #000000;
  --text-color3: #011124;

  /*Botton*/
  --botton-color: rgb(67, 75, 224);

  /*box*/
  --box-shadow-color: #ffffff;
  --box-color: #ffffff;

  /*titel*/
  --slider-color1: #ffffff;
  ;
  --slider-color2: #000000;

  /*titel*/
  --title-color: #ffffff;

  --navbar-height: 80px;

}

/*Schrift*/




h1 {
  font-size: 100px;
  color: var(--text-color1);
  font-family: 'Indie Flower', cursive;

}

h2 {
  font-size: 70px;
  color: var(--text-color1);
  font-family: 'Indie Flower', cursive;
  background-color: var(--primary-color);
  padding: 20px;
  display: flex;
  justify-content: center;
}

h3 {
  font-size: 70px;
  font-family: 'Indie Flower', cursive;
  color: var(--text-color1);

}


h4 {
  font-size: 70px;
  color: var(--text-color1);
  font-family: 'Indie Flower', cursive;
  padding: 15px !important;

}

h5 {
  font-size: 50px;
  color: var(--text-color1);


}

h6 {
  font-size: 30px;
  color: var(--text-color1);
  padding: 15px;

}

p {
  color: var(--text-color1);
}


#gallery_section h3{
  font-size: 45px;
}
#gallery_section h5{
  font-size: 35px;
}
.schrift_blog {
  line-height: 40px;
}

.atikel_bilder {
  margin: 5px;
  background-color: var(--box-color);
  overflow: hidden;
  height: 100%;
  width: auto;
  box-shadow: 0px 0px 4px 4px var(--box-color);
}

.link-world a {
  background-color: var(--botton-color);
  padding: 15px;
  list-style: none;
  text-decoration: none;
  font-size: 15px;
  color: white;
  border-radius: 5px;
}

.link-world a:hover {
  box-shadow: 0 0 5px rgb(250, 250, 250);
  transition: 3.5;
  cursor: pointer;
}

.skill-section{
  display: flex;
}
.skill-section li{
 list-style: none;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  background: var(--main-brand-color);
  color: var(--box-color);
  font-style: italic;
  width: 99%;
  margin: 10px;
  font-size: 25px;
}

.wpcf7 input[type="submit"],
.wpcf7 input[type="button"] {
  background-color: var(--main-brand-color);
  padding: 20px;
  border-radius: 30px;
  width: 174px;
  text-align: center;
  color: var(--box-color);
  text-transform: uppercase;

}


.kontakt_form {
  padding: 63px;
  padding: 30px;
  margin: 7px 0;
}

* {
  margin: 0;
}

body {
  background-color: var(--main-brand-color);
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: var(--text-color);
  height: 100%;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}



section {
  padding: 35px 0;
}


.kontakt_botten {
  padding: 15px;
  background-color: var(--botton-color);
  color: white;
  border-radius: 15px;
  text-decoration: none;
  font-size: 15px;
}

.kontakt_botten:hover {
  box-shadow: 0 0 5px rgb(250, 250, 250);
  transition: 3.5;
  cursor: pointer;

}

#center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text_slider {
  width: 80%;
  height: auto;
  margin-top: 13px;
}

.text_slider h3 {
  font-size: 60px;
}

.slider_text_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.box {
  box-shadow: 0px 0px 5px 5px var(--box-shadow-color);
  margin-top: -5px;
}

.color {
  background-color: var(--secondary-color);
}


.slider_container {
  background-color: var(--box-color);
  position: relative;
  width: 100%;
  height: 30rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  padding: 0;
  margin-top: 95px;

}

.slider {
  position: relative;
  width: 400%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  animation: 30s cubic-bezier(1, 0.95, 0.565, 1) sliding infinite;
}

.slide {
  position: relative;
  min-width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
}

.slide .caption {
  position: absolute;
  left: 0;
  bottom: 5%;
  font-size: 5rem;
  font-weight: 600;
  color: var(--slider-color1);
  text-transform: capitalize;
  background: var(--slider-color2);
  backdrop-filter: blur(10px);
  padding: 1rem 5rem;
  border-radius: 0 2rem 2rem 0;
}

.slide.one {
  background: var(--slider-color2);
}

.slide.two {
  background: var(--slider-color2);
}

.slide.three {
  background: var(--slider-color2);
}

.slide.four {
  background: var(--slider-color2);
}

.slide.five {
  background: var(--slider-color2);
}

@keyframes sliding {
  0% {
    transform: translateX(0%);
  }

  20% {
    transform: translateX(0%);
  }

  25% {
    transform: translateX(-100%);
  }

  45% {
    transform: translateX(-100%);
  }

  50% {
    transform: translateX(-200%);
  }

  70% {
    transform: translateX(-200%);
  }

  75% {
    transform: translateX(-300%);
  }

  95% {
    transform: translateX(-300%);
  }

  100% {
    transform: translateX(-400%);
  }

}

.text_h {
  display: flex;
  justify-content: center;
}


.click {

  width: 100px;
  height: auto;
  box-shadow: 0px 0px 2px 2px black;
  background-color: var(--botton-color);
  background-color: blue;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0.1s;
  display: block;
  border-radius: 10%;

}

.click a {
  text-decoration: none;
  color: black;
}

.click:hover {

  box-shadow: 0px 0px 4px 4px black;
}

.click_all {
  width: 110px;
  height: 120px;


}

.click_all_1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}


.white {
  color: var(--text-color1);
}

/*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/



/*Header*/
/*
header .wrapper {
  justify-content: space-between;
}

header .logo {
  height: 110px;
}

.heed-ha {}

.subheading {
  margin-bottom: 40px;

}

*/


/*Section-(Über mich)*/
#about_me_section {
  padding: 100px 0;
  background-color: var(--main-brand-color);
}


#about_me_section>div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: nowrap;
}

#start {
  padding: 0;
  background-color: var(--main-brand-color);
}

.about_me_container {
  width: 750px;
  max-width: 90%;
}

#about_me_section img {
  width: 400px;
  max-width: calc(90% - 30px);
  border: 15px solid var(--box-color);
  box-shadow: 0 0 70px white;
}

.about_me_container p {
  justify-content: center;
  line-height: 175%;
}


.about_me_container ul li a {
  text-decoration: none;
  color: var(--text-color1);


}



.wrapper {
  --wrapper-width: 1200px;
  position: relative;
  max-width: var(--wrapper-width);
  padding: 0 20px;
  margin: 0 auto;
  height: 100%;
}


/*Section-(Meine Bilder)*/

.img-schwarzweiss {
  transition: filter 1s;

}

.img-schwarzweiss:hover {
  filter: grayscale(100%);

}

#Gallery_section {

  text-align: center;
}

#Gallery_section h3 {
  padding: 30px;
}

.Gallery_flex_container {
  padding: 50px;
  background-color: var(--secondary-color);
  margin-top: 0px;
}

.Bilder_Gallery {
  display: grid;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  margin: 0 auto;
  grid-template-columns: 1fr 1fr;
  gap: 15px;


}

.Blid {
  text-align: center;
  display: flex;
  flex-basis: calc(33.3333% - 20px);
}

.Bild {
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Add this to hide anything that overflows the .Bild container */
}

.Bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Scale the image to maintain aspect ratio */
}

.title {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.823);
  color: var(--text-color3);
  position: absolute;
  padding: 30px;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-end;
  font-size: 30px;
}

.Bild:hover .title {
  display: flex;
}









/*Galerie-zweite-seite*/
.wp_galerie {
  border-radius: 80%;
  border-color: white;
}

.left {
  display: flex;
  justify-content: center;

}

.wp_galerie {
  border-radius: 80%;
  border-color: white;
}

.textbox p,
.textbox h1,
.textbox h2,
.textbox h3,
.textbox h4,
.textbox h5,
.textbox h6 {
  text-align: left;
  margin-left: 15px;
  color: var(--text-color2);
}



.stoy-cl {
  background-color: rgba(0, 0, 0, 0.137);
  width: 800px;
  align-items: center;
}

.text-stoy {
  text-align: left;
  margin-left: 15px;



}

#gallery_section {
  background-color: var(--main-brand-color);
  text-align: left;
  padding: 0;

}

#gallery_section h3 {
  padding: 30px;

}

#gallery_section h4 {
  padding: 5px;
  background-color: var(--main-brand-color);

}

.flex_container {
  padding: 50px;
  background-color: var(--secondary-color);

}

.Bildertest {
  width: 400px;
  height: auto;
  border-radius: 5px 5px 5px 5px black;
}

.pic_gallery_all {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 70%;
  margin: 0 auto;
  width: 100%;
  gap: 10px;
}

.card {
  display: flex;
  position: relative;
}

#gallery_section h2 {
  padding: 30px;
  text-align: center !important;
}

.card img {
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  width: 800px;
  object-position: center;
}

.bilder_freddy {
  padding: 5px;
  background-color: white;
  border-radius: 50px;



}

.card:hover {
  box-shadow: 0 0 20px var(--primary-color);
  cursor: pointer;
}

.textbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.69);
  color: var(--main-brand-color);
  padding: 15px;
  box-sizing: border-box;
  display: none;
  height: 100%;
  color: var(--text-color2);
  transition: background-color 3s;
}

.card:hover .textbox {

  box-shadow: 0 0 20px var(--primary-color);
  display: block;
}

.card:hover::after .textbox {
  display: none;
}

.ref_er {
  background-color: var(--secondary-color3);
  width: 300px;
  height: auto;
  padding: 1px;
  box-shadow: 0px 0px 3px 3px white;
}


.ref_er img {
  width: 300px;
  height: auto;

}

.ref_er p {
  font-size: 14px;
  margin-top: -35px;
  color: var(--text-color1);
}

.ref_er h4 {
  font-size: 25px;
  margin-bottom: -34px;
}

.refer {
  display: flex;
  text-align: center;
  justify-content: center;
}

.click {
  text-decoration: none;
  padding: 10px;
  box-shadow: 0px 0px 5px 5px black;
  background-color: var(--botton-color);
  color: black;
}

.click:hover {
  padding: 15px;
  color: rgb(0, 5, 146);

}


.Gallery_flex_container {
  padding: 0px;
  margin-top: 15px;
}






/*Section-(Einmal um die Welt)*/
.landmap {
  display: inline-flex;
  text-align: center;
  gap: 50px;
  background-color: var(--secondary-color3);
  box-shadow: 0 0 2px 2px white;
  padding: 15px;
  border-radius: 10px;


}

/*Mobiel*/






/*Section-(Travel-Blog)*/

#blog_section {
  background-color: var(--main-brand-color);
  text-align: center;
}

#blog_section h3 {
  padding: 30px;


}

.blog_flex_container {
  padding: 50px;
  background-color: var(--secondary-color);
}

.blog_all {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  max-width: 70%;
  /* Set the maximum width of the gallery to 100% of the webpage */
  margin: 0 auto;
  /* Center the gallery horizontally */
  gap: 10px;
}

.cards {
  height: 500px;
  text-align: center;
  justify-content: center;
  display: flex;
  position: relative
}

.blog_card:hover {
  opacity: .8;
  transition: .9;
}

.blog_card .title {
  position: absolute;
  top: 93%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: var(--title-color);
  background-color: rgba(71, 71, 71, 0.735);
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}


#Gallery_section {
  background-color: var(--secondary-color);
}

.blog_container {
  padding: 30px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.blog_container h1 {
  font-size: 40px;
  text-align: left;
  max-width: 50%;
}

.blog_container h2 {
  font-size: 30px;
  text-align: left;
  max-width: 50%;
}

.blog_container p {
  font-size: 20px;
  text-align: left;
  max-width: 50%;
}

.blog_container img {
  max-width: 25%;
  display: inline-block;
  text-align: left;
}

.pictur_island img {
  max-width: 100%;
}



/*Section-(Referenzen)*/
.land ul li a {
  display: flex;
  text-decoration: none;
  align-items: start;
  font-size: 20px;
  color: var(--text-color1);


}






/*Section-(Social Media)*/
/*

header .wrapper {
  display: flex;
  align-items: center;
}

.header_text {
  width: 850px;

}

nav ul {
  list-style: none;
  display: flex;
  gap: 37px;

}

nav a {
  color: var(--text-color1);
  text-decoration: none;
  position: relative;
  padding: 3px;
}

nav a:hover {
  color: var(--text-color1);
  text-shadow: 0 0 5px white;
}

nav a::after {
  content: '';
  height: 2px;
  width: 0%;
  background: var(--text-color2);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 150ms ease-in-out;
}

nav a:hover::after {
  width: 100%;
}

*/




#sozal_media_section {
  background-color: var(--main-brand-color);
  text-align: center;
  padding: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}

.sm_flex_container h5 {
  text-align: center;
  padding: 13px;




}

.sm_flex_container p {
  align-items: flex-end;
  font-size: 25px;
  padding: 29px;
  max-width: 60%;
  margin: auto;
}

.Button2 {
  width: 100px;
  height: 800px;
  background-color: var(--botton-color);
  font-size: 15px;
  text-decoration: none;
  color: white;
  border-radius: 10%;
  padding: 30px;


}

.Button2.botten1:hover {
  box-shadow: 0 0 10px rgb(234, 0, 176),
    0 0 20px rgb(234, 0, 176);
  text-shadow: 0 0 5px rgb(234, 0, 176),
    0 0 20px rgb(234, 0, 176);
  transition: 0.9s;
  cursor: pointer;
}

.Button2.botten2:hover {
  box-shadow: 0 0 10px rgb(246, 0, 0),
    0 0 20px rgb(246, 0, 0);
  text-shadow: 0 0 5px rgb(246, 0, 0),
    0 0 20px rgb(246, 0, 0);
  transition: 0.9s;
  cursor: pointer;
}

.Button2.botten3:hover {
  box-shadow: 0 0 10px rgb(22, 1, 253),
    0 0 20px rgb(22, 1, 253);
  text-shadow: 0 0 5px rgb(22, 1, 253),
    0 0 20px rgb(22, 1, 253);
  transition: 0.9s;
  cursor: pointer;
}

.Button2.botten4:hover {
  box-shadow: 0 0 10px rgb(132, 0, 255),
    0 0 20px rgb(132, 0, 255);
  text-shadow: 0 0 5px rgb(132, 0, 255),
    0 0 20px rgb(132, 0, 255);
  transition: 0.9s;
  cursor: pointer;
}




.sm_flex_container img {
  width: 200px;
  height: auto;


}


.planet_text {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 5px;
}



/*Footer*/
#footer_section {
  padding: 30px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
}


.footer_flex_container {
  background-color: var(--main-brand-color);
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.recht {
  color: var(--text-color1r);
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-decoration: none;

}

.recht a {
  color: var(--text-color1);

}

.recht:hover {
  text-shadow: 0 0 5px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255);
  transition: 0.9;
  cursor: pointer;

}

#footer_section {
  padding: 10px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
}


.footer_flex_container {
  background-color: var(--secondary-color);
  text-align: center;
  padding: 10px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.recht {
  color: var(--secondary-text-color);
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.c {
  text-align: center;
  font-size: 20px;
}

.recht:hover {
  text-shadow: 0 0 5px rgb(255, 255, 255), 0 0 20px rgb(255, 255, 255);
  transition: 0.2;
  cursor: pointer;

}

/*Datenschutz*/
#Im_Da_section {

  background-color: var(--secondary-color);
  display: flex;
  justify-content: center;

  gap: 100px;
}

.Im_Da_flex_container {
  padding: 30px;
  background-color: var(--secondary-color);
  width: 750px;
  max-width: 90%;

}

.Im_Da_flex_container h1 {
  justify-content: center;
  color: var(--secondary-text-color);
  font-size: 30px;

}

.Im_Da_flex_container p {
  justify-content: center;
  color: var(--secondary-text-color);
  font-size: 12px;


}



/*Land*/
#land-section img {
  width: 500px;
  max-width: calc(90% - 30px);

}

.land-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: nowrap;
}

.land-grid-mobiel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: nowrap;
}

.img-mobil-position{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: nowrap;
}


.color-land {
  background-color: var(--secondary-color);
}






/*max-width 1000px*/


@media (max-width: 1000px) {
  .land-grid {
    display: flex;
    gap: 20px;
    flex-wrap: none;
    flex-direction: column;
  }

  .land-grid-mobiel {
    display: flex;
    gap: 20px;
    flex-wrap: none;
    flex-direction: column-reverse;
}

  .slider_text_container {
    flex-direction: column;
    margin-top: 20px;
  }

  .text_slider {
    width: 80%;
  }

  #land-section img {
    width: 100%;
  }

  .pic_gallery_all {
    max-width: 100%;
  }

  h4 {
    font-size: 40px;
  }

  .Button2 {
    font-size: 35px;
  }

  .link-world a {
    display: none;
  }

  .kontakt_botten {
    font-size: 25px;
    margin-top: 5px;
    border-radius:54px;
  }

  .land ul li a {
    font-size: 35px;
    
  }

  

  .planet_text img {
    display: none;
  }

  .bot_text {
    display: flex;
    justify-content: center;
  }

  .slider_container {
    margin-top: 20px;
    width: 70%;
    margin-top: 0;
    
  }

  .title {
    padding: 10px;
  }

  .footer_flex_container {
    font-size: 35px;
  }

section{
  padding: 15 ;
}

body{
  font-size: 15px;
}

.text_slider{
  width: 100%;
}

#gallery_section h5{
  font-size: 25px;
}

.skill-section{
 font-size:10px ; 
}


 
.recht{
  font-size: 10px;
}

}


/*max-width 800 px*/

@media (max-width:800px) {

  .c {
    text-align: center;
    font-size: 6px;
  }

  #footer_section {
    padding: 30px;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
  }

  .footer_flex_container {
    background-color: var(--secondary-color);
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .recht {
    color: var(--secondary-text-color);
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
  }

  #footer_section {
    padding: 30px;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap-reverse;
  }


  .footer_flex_container {
    background-color: var(--secondary-color);
    text-align: center;
    padding: 20px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }

  .recht {
    color: var(--secondary-text-color);
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 10px;
  }
/*
  nav {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--main-brand-color);
    padding: 15px;
    border-radius: 0 0 25px 0;
    box-shadow: 0 0 5px white;

  }

  .subheading {
    margin-bottom: 50px;
    padding: 10px;
  }

  .header_text {
    margin-bottom: 50px;
  }
*/
  #sozal_media_section {
    padding: 30px;
  }

  #Button2 {
    font-size: 15px;
    border-radius: 0%;
    border-bottom: 1px solid rgb(255, 255, 255);
    display: block;
    width: 70%;
    height: 40px;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 10px;
  }


  .sm_flex_container h5 {
    flex: 1;
    margin: 0 auto;
    text-align: left;
  }

  .sm_flex_container h5 {
    display: block;
    text-align: center;
    padding: 20px;
    gap: 70px;
  }

  .sm_flex_container p {
    align-items: flex-end;
    font-size: 15px;
    padding: 20px;
    max-width: 100%;
    margin: auto ;
  }

  #Button2:hover {
    display: none;
  }

  .sm_flex_container a {
    justify-content: center;
    margin-left: 30px;
  }

  .cards {
    flex-basis: calc(50% - 20px);
    max-height: 100px;
  }

  .cards {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--box-color);
    padding: 10px;
    font-size: 10px;
  }

  .blog_all {
    max-width: 100%;
  }

  #Gallery_section {
    background-color: var(--secondary-color);
  }

  .blog_container {
    padding: 30px;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 84.5%;
    max-width: 100%;
    margin: auto 0;
  }

  .blog_container h1 {
    font-size: 20px;
    text-align: left;
    max-width: 100%;

  }

  .blog_container h2 {
    font-size: 30px;
    text-align: left;
    max-width: 100%;
  }

  .blog_container p {
    font-size: 10px;
    text-align: left;
    max-width: 100%;
  }

  .blog_container img {
    max-width: 100%;
    display: inline-block;
    text-align: left;
  }

  .pictur_island img {
    max-width: 100%;
  }

  .gallerie_img_1 {
    display: flex;
    text-align: center;
    justify-content: center;
    object-fit: cover;
    box-shadow: 0 0 20px var(--primary-color);
  }

  #gallery_section h3 {
    font-size: 15px;

  }

  .flex_container {
    padding: 0px;
    max-width: 100%;
  }

  .card {
    max-width: 100%;

  }

  .card img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
    width: 300px;
    object-position: center;
  }

  .textbox {
    display: none;
  }

  .card:hover .textbox {
    display: none;
  }

  .card:hover {
    display: none;
  }

  h1 {
    font-size: 12vw;
    text-align: center;
  }

  .subheading {
    text-align: center;

  }

  #about_me_container {
    padding: 50px 0;
  }

  #about_me_container h2 {
    text-align: center;
    font-size: 12vw;
  }

  #Gallery_section h3 {
    font-size: 25px;
  }

  .Blid {
    flex-basis: calc(50% - 20px);
    max-height: 100px;
  }

  .title {
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.467);
    padding: 5px;
    font-size: 25px;
  }

  .Bilder_Gallery {
    grid-template-columns: 1fr;
  } 
  #about_me_section>div {
    display: flex;
    flex-direction:column-reverse;
  }
  #about_me_section{
    padding: 0;
  }
  .skill-section{
    font-size: 15px;
  }
h2{
  font-size: 25px;
}

  .sm_flex_container a {
    margin-left: 0;
  }
  li{
    list-style: none;
  }

  .land ul li a{
    font-size: 15px;
  }

  .landmap{
    display: flex;
    gap: 0;
    padding: 0;
  }

  
.slide img {
  width: 100%;
  height: 100%;
}

.slider_container{
  height: 100%;
  width: 100%;
  background-color:none;
  padding: 0;
}

.box{
  box-shadow:none;
}

h3{
  text-align: center;
  font-size: 45px;
}

.Button2{
  font-size:33px;
  display: flex;
  width: 100%;
  height: 80px;
  padding: 0;
  align-items: center;
  margin:20px;
  border-radius: 80px;

}

.Button2 a{
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_text_container section{
padding: 0;
margin: 0;

}

.slider_container{
  background-color:var(--secondary-color);
}

.Button2.botten1 {
  box-shadow: 0 0 10px rgb(234, 0, 176),
    0 0 20px rgb(234, 0, 176);
  text-shadow: 0 0 5px rgb(234, 0, 176),
    0 0 20px rgb(234, 0, 176);
}

.Button2.botten2{
  box-shadow: 0 0 10px rgb(246, 0, 0),
    0 0 20px rgb(246, 0, 0);
  text-shadow: 0 0 5px rgb(246, 0, 0),
    0 0 20px rgb(246, 0, 0);
}

.Button2.botten3 {
  box-shadow: 0 0 10px rgb(22, 1, 253),
    0 0 20px rgb(22, 1, 253);
  text-shadow: 0 0 5px rgb(22, 1, 253),
    0 0 20px rgb(22, 1, 253);
}

.Button2.botten4 {
  box-shadow: 0 0 10px rgb(132, 0, 255),
    0 0 20px rgb(132, 0, 255);
  text-shadow: 0 0 5px rgb(132, 0, 255),
    0 0 20px rgb(132, 0, 255);
}

}


/*max-width 300px*/

@media screen and (max-width: 800px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn {
    width: 100%;
  }

}

.{
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
    gap: 10px;}