@font-face {
  font-family: Lexend;
  src: url(../fonts/Lexend/Lexend-VariableFont_wght.ttf) format('ttf'),
  url(../fonts/Lexend/static/Lexend-Regular.ttf),
  url(../fonts/Lexend/static/Lexend-SemiBold.ttf),
  url(../fonts/Lexend/static/Lexend-Thin.ttf)
}

@font-face {
  font-family: Quicksand;
  src: url(../fonts/Quicksand/Quicksand-VariableFont_wght.ttf) format('ttf')
}

* {
    padding: 0px;
    margin: 0px;
    font-family: "Lexend", sans-serif;
    line-height: 2em;
    -webkit-appearance: none;
    outline: 0px solid red;
  }

html {
  scroll-behavior: smooth;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

:root {
  --bgcolor: #F6F3EE;
  --primary: #07618C;
  --secondary: #5D5D5B;
  --footer: #5D5D5B;
  --schriftart: 'Lexend', sans-serif;
}

.quicksand {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}


body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--bgcolor);
}

.section1{
    width: 1200px;
    margin: auto;
    border: 1px solid #0000;
}

header {
  background-color: var(--bgcolor);
  color: var(--secondary);
  align-items: center;
}

.bar {
  background-color: var(--primary);
  color: #ffffff;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1em;
}

.bar span {
  line-height: 1.2em;
  font-size: 1.1em;
}

.logo-link {
  display: inline-block;
  align-items: center;
  text-decoration: none;
  color: white;
}

.logo-link img {
  height: 100px;
  object-fit: fill;
}

nav {
  background-color: var(--bgcolor);
  padding: 10px 20px;
  margin-left:20px;
  display: inline-block;
  text-align: right;
  width: 70%;
  height: 100%;
  vertical-align: top;
}

nav a {
  margin-right: 15px;
  text-decoration: none;
  color: var(--primary);
  font-weight: bold;
  line-height: 100%;
  height: 100%;
  border-top: 2px solid var(--bgcolor);
  display: inline-block;
  padding: 20px;
  transition: all 1s;

}

nav a:hover {
    border-top: 2px solid var(--primary);
    transition: all 1s;
}

.inlinetext {
  text-decoration: none;
  color: var(--primary);
  background-color: #ededed;
  padding: 5px;
}

a {
  text-decoration: none;
  color: #fff;
  padding: 5px;
}

main {
  padding: 0px;
}

.padding {
    padding: 20px;
}

footer {
  background-color: var(--primary);
  color: white;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer .logo {
  width: 50%;
  border-radius: 50%;
}

h1 {
    color: var(--primary);
}
  h2 {
    color: var(--secondary);
}

.contentfullwidth {
    width: 100%;
}

.onethird {
    width: 32%;
    border: 0px solid #ff0000;
    display: inline-block;
    vertical-align: top;
  }

.twothird {
    width: 66%;
    border: 0px solid #00ff00;
    display: inline-block;
    vertical-align: top;
  }

.onehalf {
    width: 49%;
    border: 0px solid #ff00ff;
    display: inline-block;
    vertical-align: top;
  }

.houseBox {
  border: 0px solid #ff00ff;
  margin-bottom: 40px;
  margin-top: 40px;
  vertical-align: super;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  transition: all 0.2s;
}

  .houseBox:hover {
    border: 0px solid #ff00ff;
    margin-bottom: 40px;
    margin-top: 40px;
    vertical-align: super;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    transition: all 0.2s;
  }

  .housePicBox {
    width: 49%;
    height: 49%;
    outline: 0px solid #ff5555;
    display: inline-block;
  }

  .housePicBox img {
    width: 25%;
    height: 25%;
  }

  .bgSand {
    background-color: var(--bgcolor);
  }

.housePic {
    width: 100%;
  }

.padding20px {
  padding: 40px;
}

.iconSmall {
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 10px;
  margin-left: 10px;
}

.iconMedium {
  display: inline-block;
  height: 2em;
  width: 2em;
  background-size:contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 10px;
  margin-left: 10px;
}

.noleftMargin {
  margin-left: 0px;
}

.iconCheckGreen {
  background-image: url(icons/checkblue.png);
}

.iconLocation {
  background-image: url(icons/location.png);
}

.iconPhoneWhite {
  background-image: url(icons/phoneWhite.png);
}

.iconWhatsApp {
  background-image: url(icons/whatsappWhite.png);
}

.iconFacebook {
  background-image: url(icons/facebook.png);
}

.iconFacebookWhite {
  background-image: url(icons/facebookWhite.png);
}

.iconMailWhite {
  background-image: url(icons/envelopeWhite.png);
}

.iconCross {
  background-image: url(icons/cross.png);
}

.iconHouse {
  background-image: url(icons/home.png);
}


footer h2 {
  color: var(--bgcolor);
  margin-bottom: 20px;
}


.avatarCard {
  padding:20px;
  text-align: center; 
  margin-right: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000;
  display: inline-block;
  background-color: var(--bgcolor);
  display: inline-block;

}
.avatar {
  width: 200px;
  height: 200px;
  border-radius: 200px;
  border: 0px solid var(--secondary);
  background-position: center -15px;
  background-size: cover;
}

.andi {
  background-image: url(../pics/andi.jpg);
}

.josephine {
  background-image: url(../pics/avatar04.png);
}

.aaron {
  background-image: url(../pics/avatar01.png);
}

.valentina {
  background-image: url(../pics/avatar03.png);
}

.valentina {
  background-image: url(../pics/avatar03.png);
}

.hsh {
  background-image: url(../pics/71.jpeg);
}

.houseAvatar {

  position: relative;
  top: -2%;
  right: -2%;
}


.button-18 {
  align-items: center;
  /* background-color: #0A66C2; */
  background-color: #ccdd0a;

  border: 0;
  border-radius: 10px;
  box-sizing: border-box;
  color: #ff0000;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  width: 300px;
  height: 50px;
}

.button-18:hover,
.button-18:focus { 
  background-color: #ccdd0a;
  color: #ff0000;
}

.button-18:active {
  background: #ccdd0a;
  color: #ff0000;
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.button-18-secondary {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid var(--secondary);
}

.button-18-gray {
  color: #000 !important;
  background-color: #ededed !important;
  border: 0px solid var(--secondary);
}

.button-18-green {
  color: #fff !important;
  background-color: #1ebe5d !important;
}

.button-18-green:hover {
  background-color: #1ebe5d !important;
}

.overlay {
  backdrop-filter: blur(50px);
  height: 400vh;
  width: 100vw;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}

.radio-group {
  display: inline-block;
  gap: 1rem;
  width: 100%
}

input[type="radio"] {
  display: none; /* Original-Button ausblenden */
}

label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  transition: 0.3s;
  text-align: center;
  margin-right: 40px;
}

label img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  display: block;
}

/* Markierter Zustand */
input[type="radio"]:checked + label {
  border: 2px solid var(--primary);
  box-shadow: 0 0 8px rgba(0,0,0,0.4);
  transform: scale(1.05);
}

.textbox {
  border: 1px solid var(--primary);
  box-shadow: 0 0 0px rgba(0,0,0,0.4);
  display: inline-block;
  width: 400px;
  padding: 10px;
  border-radius: 10px;
  font-size: 1.2em;
  height: 1.5em;
}

.tarea {
  height: 10em;
  width: 97%;
}

.dialogTab {
  display: none;
}

.dialogTabShow {
  display: block;
}

.dialogTabHide {
  display: none;
}

.alignRight {
  text-align: right;
  width: 100%;
}

.roundLeft {
  border-radius: 10px 0px 0px 10px;
}
.roundRight {
  border-radius: 0px 10px 10px 0px;
}

.w50p {
  width: 50%;
}

#summary {
  padding :20px;
  display: block;
  background-color: #ededed;
  border-radius: 20px;
}

/* ---------------------- */
/* Responsive Anpassungen */
/* ---------------------- */

/* Smartphones bis 600px */
@media (max-width: 600px) {
  .section1 {
    width: 100%;
    padding: 10 10px;
  }

  h1 {
    font-size: 1.2em;
    width: 100% !important;
    overflow: hidden !important;
  }

  .button-18 {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  
  nav {
    display: block;
    width: 90%;
    margin-left: 0;
    text-align: center;
  }

  .alignRight {
    text-align: center;
  }

  .avatarCard {
    margin-right: 0px;
  }

  .onethird {
    text-align: center;
    width: 100%;
  }

  nav a {
    display: block;
    padding: 0px;
    margin: 0;
    border-top: none;
    border-bottom: 1px solid var(--secondary);
  }

  .onethird, .twothird, .onehalf, .housePicBox {
    width: 100% !important;
    display: block;
    margin-bottom: 20px;
  }

  .housePicBox img {
    width: 100%;
    height: auto;
  }

  .textbox {
    width: 100%;
    font-size: 1em;
  }

  .tarea {
    width: 100%;
  }

    .w50p {
      width: 100%;
    }

.bigPic {
  border-radius: 0px !important;
  height: 200px !important;
}

    .bigPic h1 {
  font-size: 1.8em !important;
}

.padding20px {
  padding: 0px !important;
}

  }



/* Tablets bis 900px */
@media (max-width: 900px) {
  .section1 {
    width: 100%;
    padding: 10px !important;
    box-sizing: border-box !important;
  }

.bigPic h1 {
  width: 80% !important;
}

  nav {
    width: 90%;
    margin-left: 0;
    text-align: center;
  }

  nav a {
    margin: 5px;
    padding: 10px;
  }

  .onethird, .twothird, .onehalf {
    width: 100%;
    margin-bottom: 20px;
  }

  .formBox {
    padding: 20px;
  }

  footer * {
    text-align: center !important;
  }


  
}

#bigPic {
  display: none;
  height: 100vh;
  width: 100vw;
  width: auto;
  z-index: 100;
  box-shadow: inset 0px 0px 100px #000;
  background-color: #000;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#bigPicFrame {
  border: 5px solid var(--primary);
  height: 90%;
  width: 40%;
  margin: auto;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 2%;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}

.bigPic {
  height: 50vh;
  width: 100vw;
  background-image: url(../pics/houses/splash.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 5% 0% 50% 0%;
}

.bigPic h1 {
  position: relative;
  top: 16%;
  width: 100%;
  text-align: left;
  display: block;
  font-size: 6em;
  color: #ff0000;
  text-shadow: 0px 0px 50px #000;
  padding: 100x;
  left: 15%;
  line-height: 0.7em;
}

/* Große Bildschirme ab 1200px */
@media (min-width: 1200px) {
  .section1 {
    width: 1200px;
    margin: auto;
  }

  .formBox {
    padding: 0px;
  }
}

input[type="checkbox"] {
  border: 0px solid #000;
  width: 30px;
  height: 30px;
  background-image: url(icons/checkblue.png);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
  background-color: #fff;
  filter: grayscale(1)
} 

input[type="checkbox"]:focus {
  border: 0px solid #ff0000;
  width: 30px;
  height: 30px;
  background-image: url(icons/checkblue.png);
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
  background-color: #07618C;
  border-radius: 5px;
  filter: grayscale(1)
} 

input[type="checkbox"]:checked {
  border: 0px solid #000;
  width: 30px;
  height: 30px;
  background-image: url(icons/checkblue.png);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s;
  background-color: #fff;
    filter: grayscale(0)
} 
