@charset "UTF-8";
/*Generelle Informationen*/
/*
Theme Name: Franz Schmid Immobilien
Description: Franz Schmid Immobilien Webseite
Author: Daniel Schulze
Author URI: https://ror-software.de
Version: 1.0

/*--------------------------------------------------------------------------------------------------*/
/*Colorsettings*/
/*
Farbe Blau: #3373aa
Farbe Blau hover: #3373dd
Farbe Schriftart: #61686b
Header-Footer: #3f3f3f;
*/
/*Library*/
/*rgb(247, 247, 247);*/
/*--------------------------------------------------------------------------------------------------*/
@font-face {
  font-family: "Roboto";
  /*src: url(/assets/Roboto-Regular.ttf) format("truetype");*/
  src: url(/assets/Roboto-Regular-c9a4ea29f5397cebb80f3823bbc677fc10d307d73cd6a580b5f13e9c5d3effc4.ttf) format("truetype");
}

/*--------------------------------------------------------------------------------------------------*/
/* Fehlermeldungen  */
/* line 42, app/assets/stylesheets/main.css.scss */
.error_message ul {
  background-color: red;
  color: white;
  margin-top: 0em;
}

/* line 47, app/assets/stylesheets/main.css.scss */
.error_message ul li {
  background-color: red;
  display: block;
  color: white;
}

/* line 53, app/assets/stylesheets/main.css.scss */
.success_h1 {
  background-color: #32CD32;
  font-size: 25pt;
  text-transform: uppercase;
  color: white;
}

/* line 59, app/assets/stylesheets/main.css.scss */
.error_h1 {
  background-color: #B22222;
  font-size: 25pt;
  text-transform: uppercase;
  color: white;
}

/* line 65, app/assets/stylesheets/main.css.scss */
.notice_h1 {
  background-color: #fece0f;
  font-size: 25pt;
  text-transform: uppercase;
  color: white;
}

/* line 71, app/assets/stylesheets/main.css.scss */
.alert_h1 {
  background-color: #fece0f;
  font-size: 25pt;
  text-transform: uppercase;
  color: white;
}

/*--------------------------------------------------------------------------------------------------*/
/*Hauptlayout und Überschriften Einstellung*/
/* line 80, app/assets/stylesheets/main.css.scss */
body {
  background-color: #e8e8e8;
  color: #61686b;
  margin: auto;
  padding-top: 0px;
  padding-buttom: 0px;
  font-size: 12pt;
  font-weight: 400;
  line-height: 1.75em;
  width: 100%;
  font-family: "Roboto", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
}

/* line 95, app/assets/stylesheets/main.css.scss */
h1 {
  background-image: linear-gradient(#2d7671 40%, #13403d);
  color: #2d7671;
  text-align: left;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 6px;
}

/* line 104, app/assets/stylesheets/main.css.scss */
h1 a:link {
  color: #2d7671;
  text-decoration: none;
  color: #61686b;
}

/* line 110, app/assets/stylesheets/main.css.scss */
h1 a:hover {
  text-decoration-line: underline;
}

/* line 114, app/assets/stylesheets/main.css.scss */
h1 a:visited {
  text-decoration: none;
  color: #2d7671;
}

/*Zwischenüberschriften*/
/* line 120, app/assets/stylesheets/main.css.scss */
h2 {
  color: #2d7671;
  text-align: left;
  background-image: linear-gradient(#2d7671 40%, #13403d) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

/* line 128, app/assets/stylesheets/main.css.scss */
h3 {
  color: #2d7671;
  text-align: left;
}

/*Vorteile Franz Schmid*/
/* line 135, app/assets/stylesheets/main.css.scss */
h4 {
  color: #2d7671;
  text-align: left;
  font-weight: bold;
  text-decoration-line: overline;
  font-size: 15pt;
  margin-bottom: 10px;
  margin-top: 40px;
}

/*Für Leistungen auf der Startseite*/
/* line 146, app/assets/stylesheets/main.css.scss */
h5 {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15pt;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 156, app/assets/stylesheets/main.css.scss */
a {
  text-decoration: underline;
  color: #61686b;
}

/* line 161, app/assets/stylesheets/main.css.scss */
h6 {
  color: #2d7671;
  font-size: 18pt;
  text-align: center;
  margin: 20px;
  background-image: linear-gradient(#2d7671 40%, #13403d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------------------------------------------*/
/*Inhalt Bereich*/
/* line 173, app/assets/stylesheets/main.css.scss */
.inhalt_page {
  margin: auto;
  padding: 0em 1em 0em 1em;
  text-decoration: none;
  max-width: 1024px;
  /*text-align: justify;*/
  text-align: left;
  overflow: hidden;
  animation: 5s slide-down;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 186, app/assets/stylesheets/main.css.scss */
.inhalt_page-back {
  margin: auto;
  padding: 0em 1em 0em 1em;
  text-decoration: none;
  max-width: 1024px;
  /*text-align: justify;*/
  text-align: left;
  overflow: hidden;
  animation: 5s slide-down;
  padding-top: 50px;
  padding-bottom: 50px;
}

/*Für farblichen Akzent*/
/* line 200, app/assets/stylesheets/main.css.scss */
.bg_white {
  background-color: white;
}

/*Text wird eingeblendet*/
@keyframes slide-down {
  from {
    opacity: 0.0;
  }
  to {
    opacity: 1.0;
  }
}

/*--------------------------------------------------------------------------------------------------*/
/*Header Bereich*/
/*--------------------------------------------------------------------------------------------------*/
/*Footer Bereich*/
/*Copryright Bereich*/
/* line 226, app/assets/stylesheets/main.css.scss */
.copyright {
  background: #2d7671;
  margin: auto;
  overflow-x: hidden;
  color: white;
}

/* line 232, app/assets/stylesheets/main.css.scss */
.copyright ul {
  padding: 0px;
  margin: 0px;
  /*color: rgba(255, 255, 255, 0.5);*/
  color: white;
  text-align: center;
  font-size: 0.5em;
}

/* line 240, app/assets/stylesheets/main.css.scss */
.copyright ul li {
  display: inline-block;
  padding: 5px 0 10px 10px;
  margin: 0px;
  /*color: rgba(255, 255, 255, 0.5);*/
  color: white;
  /*width: 15em;*/
  text-align: center;
  font-size: 1.5em;
}

/* line 251, app/assets/stylesheets/main.css.scss */
.copyright ul li a {
  /*color: rgba(255, 255, 255, 0.5);*/
  color: white;
  text-decoration: none;
}

/* line 256, app/assets/stylesheets/main.css.scss */
.copyright ul li a:hover {
  color: orange !important;
}

/* line 259, app/assets/stylesheets/main.css.scss */
.copyright ul li a:visited {
  /*color: rgba(255, 255, 255, 0.5);*/
  color: white;
  text-decoration: none;
}

/*--------------------------------------------------------------------------------------------------*/
/*Navigations Bereich*/
/* line 267, app/assets/stylesheets/main.css.scss */
.nav, .nav-back {
  display: flex;
  flex-direction: row;
  font-weight: bold;
  letter-spacing: 1px;
  /*background: $menu-color;*/
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 278, app/assets/stylesheets/main.css.scss */
.nav a, .nav-back a {
  color: #fff;
  text-decoration: none;
  margin-right: 17px;
  position: relative;
}

/* line 286, app/assets/stylesheets/main.css.scss */
.nav img, .nav-back img {
  padding-right: 25px;
}

/* line 292, app/assets/stylesheets/main.css.scss */
.nav-links:hover::after, .nav-links-back:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* line 297, app/assets/stylesheets/main.css.scss */
.nav-links::after, .nav-links-back::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: orange;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 250ms;
}

/* line 312, app/assets/stylesheets/main.css.scss */
.nav .current::after, .nav-back .current::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.2rem;
  background-color: orange;
}

/* line 323, app/assets/stylesheets/main.css.scss */
.toggle_button {
  width: 30px;
  height: 23px;
  position: absolute;
  top: 25px;
  right: 25px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
}

/* line 336, app/assets/stylesheets/main.css.scss */
.bar {
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 100px;
}

/* line 343, app/assets/stylesheets/main.css.scss */
.nav input, .nav-back input[type="checkbox"] {
  display: none;
}

/*--------------------------------------------------------------------------------------------------*/
/*Trennlinie Bereich*/
/* line 350, app/assets/stylesheets/main.css.scss */
.shortline {
  display: block;
  border-width: 1px;
  color: LightGray;
  border-style: solid;
  margin: 0 auto;
  width: 100px;
}

/*--------------------------------------------------------------------------------------------------*/
/*Tabelle Öffnungszeiten*/
/* line 362, app/assets/stylesheets/main.css.scss */
h3.opening {
  font-size: 10pt;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

/* line 368, app/assets/stylesheets/main.css.scss */
table.opening {
  margin: 0 0 2em 0;
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
  display: inline-table;
}

/* line 376, app/assets/stylesheets/main.css.scss */
table.opening tbody tr {
  border: solid 1px #dddddd;
  border-left: 0;
  border-right: 0;
}

/* line 382, app/assets/stylesheets/main.css.scss */
table.opening tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}

/* line 386, app/assets/stylesheets/main.css.scss */
table.opening td {
  padding: 0.75em;
}

/* line 390, app/assets/stylesheets/main.css.scss */
table.opening th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 396, app/assets/stylesheets/main.css.scss */
table.opening th .asc {
  background-image: url(/images/icons/arrow_up.png);
}

/* line 400, app/assets/stylesheets/main.css.scss */
table.opening th .desc {
  background-image: url(/images/icons/arrow_down.png);
}

/* line 404, app/assets/stylesheets/main.css.scss */
#tdleft {
  text-align: right;
  padding-right: 2em;
}

/* line 408, app/assets/stylesheets/main.css.scss */
#tdright {
  text-align: left;
  padding-left: 2em;
}

/* line 414, app/assets/stylesheets/main.css.scss */
#tdicon {
  padding: 0.2em;
}

/*--------------------------------------------------------------------------------------------------*/
/* Design fürs Formulare */
/* line 422, app/assets/stylesheets/main.css.scss */
.kontaktformular {
  display: grid;
  width: 100%;
  height: 100%;
  margin: auto;
  grid-template-columns: 48%;
}

/* line 430, app/assets/stylesheets/main.css.scss */
.kontaktformular-1 {
  grid-column: 1;
  align-self: center;
}

/* line 435, app/assets/stylesheets/main.css.scss */
.kontaktformular-2 {
  grid-column: 2;
  align-self: center;
}

/* line 440, app/assets/stylesheets/main.css.scss */
.kontaktformular-x {
  grid-column: 1 / span 2;
}

/* line 444, app/assets/stylesheets/main.css.scss */
.kontaktformular-x textarea {
  width: 95%;
}

/* line 448, app/assets/stylesheets/main.css.scss */
.kontaktformular-x input[type="text"] {
  width: 95%;
}

/* line 452, app/assets/stylesheets/main.css.scss */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Radio Button Anpassung*/
/* line 466, app/assets/stylesheets/main.css.scss */
.radio-type input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* line 472, app/assets/stylesheets/main.css.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* line 482, app/assets/stylesheets/main.css.scss */
.radio-type:hover input ~ .checkmark {
  background-color: #ccc;
}

/* line 486, app/assets/stylesheets/main.css.scss */
.radio-type input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* line 490, app/assets/stylesheets/main.css.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
/* line 497, app/assets/stylesheets/main.css.scss */
.radio-type input:checked ~ .checkmark:after {
  display: block;
}

/* line 501, app/assets/stylesheets/main.css.scss */
.radio-type .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* line 510, app/assets/stylesheets/main.css.scss */
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.15);
  border-radius: 15px;
  border: none;
  color: inherit;
  display: block;
  outline: 0;
  /*padding: 1em;*/
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding: 1em;
  text-decoration: none;
  width: 90%;
  font-size: 1em;
  font-family: "Raleway", "Helvetica", sans-serif;
}

/* line 535, app/assets/stylesheets/main.css.scss */
select {
  width: 96%;
}

/* line 539, app/assets/stylesheets/main.css.scss */
textarea[readonly] {
  background-color: grey;
  color: black;
}

/* line 544, app/assets/stylesheets/main.css.scss */
input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

/* line 552, app/assets/stylesheets/main.css.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  box-shadow: inset 0 0 0 2px #8cd1a8;
}

/* line 560, app/assets/stylesheets/main.css.scss */
input[required] {
  border-color: red;
}

/* line 564, app/assets/stylesheets/main.css.scss */
#tablecontact {
  /*width: 95%;*/
  min-width: 500px;
  max-width: 600px;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

/* line 574, app/assets/stylesheets/main.css.scss */
#contact {
  /*padding: 0em 1em 0em 1em;*/
}

/* line 577, app/assets/stylesheets/main.css.scss */
#contact input[readonly] {
  background-color: grey;
  color: black;
  cursor: default;
}

/* line 583, app/assets/stylesheets/main.css.scss */
input[type="submit"] {
  font-family: "Raleway", "Helvetica", sans-serif;
  color: White;
  background: #2d7671;
  border-radius: 15px;
  /*width: 170px; */
  padding: 15px 20px 15px 20px;
  margin: 15px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  border: white;
  font-weight: bold;
  font-size: 1em;
  margin-top: 40px;
}

/* line 600, app/assets/stylesheets/main.css.scss */
input[type="submit"]:hover {
  background: #235e5a;
}

/*--------------------------------------------------------------------------------------------------*/
/*Tabellenlayout für Team*/
/* line 607, app/assets/stylesheets/main.css.scss */
.team {
  display: grid;
  width: 100%;
  height: 100%;
  margin: auto;
  grid-template-columns: 48%;
  grid-gap: 20px;
}

/* line 616, app/assets/stylesheets/main.css.scss */
.team-left {
  grid-column: 1;
}

/* line 620, app/assets/stylesheets/main.css.scss */
.team-right {
  grid-column: 2;
}

/* line 624, app/assets/stylesheets/main.css.scss */
.team img {
  display: grid;
  align-items: center;
  text-align: center;
  margin: auto;
  border-radius: 15px;
  /* Nicht Markierbar */
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  /*margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    max-width: 90%;
    height: auto;
    padding: 10px;*/
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 648, app/assets/stylesheets/main.css.scss */
.map-container {
  position: relative;
  padding-bottom: 56.25%;
  /* ratio 16x9 */
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}

/* line 656, app/assets/stylesheets/main.css.scss */
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ___________________________ ENDE ___________________________ */
/*--------------------------------------------------------------------------------------------------*/
/*Basis Layout*/
/* line 671, app/assets/stylesheets/main.css.scss */
.grid-box {
  /*width: 100vw;*/
  width: 100%;
  height: 100vh;
  display: grid;
  margin: auto;
  grid-template-columns: 100%;
  grid-template-rows: 125px auto 40px;
  grid-template-areas: "header header header" "content content content" "footer footer footer";
}

/* line 688, app/assets/stylesheets/main.css.scss */
.header, .header-back {
  background: linear-gradient(#2d7671 40%, #13403d);
  grid-area: header;
  position: fixed;
  z-index: 1000;
  width: 100%;
}

/* line 696, app/assets/stylesheets/main.css.scss */
.content, .content-back {
  grid-area: content;
}

/* line 700, app/assets/stylesheets/main.css.scss */
.footer {
  background: #2d7671;
  grid-area: footer;
}

/*Startseite Bild / Text Layout*/
/* line 706, app/assets/stylesheets/main.css.scss */
.start {
  display: grid;
  grid-template-columns: 48% auto;
  max-width: 1024px;
  grid-gap: 40px;
  /*margin-left: auto;
    margin-right: auto;*/
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 717, app/assets/stylesheets/main.css.scss */
.start ul {
  padding-left: 15px;
  text-align: left;
}

/* line 722, app/assets/stylesheets/main.css.scss */
.start-left {
  grid-column: 1;
  text-align: left;
}

/* line 727, app/assets/stylesheets/main.css.scss */
.start-right {
  grid-column: 2;
  text-align: left;
}

/* line 732, app/assets/stylesheets/main.css.scss */
.start img {
  align-items: center;
  overflow: hidden;
  border-radius: 15px;
  display: grid;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  /*width: 100%;
    height: 100%;*/
}

/*Leistungsübersicht Startseite*/
/* line 748, app/assets/stylesheets/main.css.scss */
.start-leistung {
  display: grid;
  grid-template-columns: auto;
  max-width: 1024px;
  grid-gap: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* line 758, app/assets/stylesheets/main.css.scss */
.start-leistung-1 {
  grid-column: 1;
  /*background: url(/../../assets/neubau.jpg) no-repeat top;*/
  background: url(/assets/neubau-603ebd2c6828a68e861dcfeaad1a195640d585696ac82410dbab0ee1d5d0aad9.jpg) no-repeat top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* Nicht Markierbar */
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  width: 320px;
  height: 440px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 778, app/assets/stylesheets/main.css.scss */
.start-leistung-2 {
  grid-column: 2;
  background: url(/assets/hallway-f661919e23d2417132a4d441f310396fdd3f4b0f35398b71d7168f6041235d2a.jpg) no-repeat top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* Nicht Markierbar */
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  width: 320px;
  height: 440px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 797, app/assets/stylesheets/main.css.scss */
.start-leistung-3 {
  grid-column: 3;
  background: url(/assets/dachstuhl-9ab40d8602a37551c53d5412a02421527ccc8b6cf54b56f32e0b888425de71dd.jpg) no-repeat top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* Nicht Markierbar */
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  width: 320px;
  height: 440px;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 817, app/assets/stylesheets/main.css.scss */
.start-leistung-text {
  font-size: 11pt;
}

/* line 821, app/assets/stylesheets/main.css.scss */
.start-leistung-cover .close, .start-leistung .open {
  display: grid;
  /*background-color: $header-footer;*/
  background-color: #2d76719c;
  width: 320px;
  height: 440px;
  border-radius: 20px;
  box-sizing: border-box;
  color: white;
  font-size: 2em;
  text-align: center;
  align-items: center;
  overflow: hidden;
}

/* line 836, app/assets/stylesheets/main.css.scss */
.start-leistung-cover:hover .close {
  display: none;
}

/* line 840, app/assets/stylesheets/main.css.scss */
.start-leistung-cover:hover .open {
  display: grid;
  background-color: #2d7671;
  padding: 10px;
  align-content: center;
}

/* line 847, app/assets/stylesheets/main.css.scss */
.start-leistung-cover .open {
  display: none;
  z-index: 2;
  opacity: 0.9;
}

/* line 853, app/assets/stylesheets/main.css.scss */
.button-start-leistung {
  color: #2d7671;
  font-size: 12pt;
  font-weight: bold;
  border-radius: 15px;
  background-color: white;
  display: inline-block;
  position: relative;
  padding: 10px 20px 10px 20px;
  margin-top: 20px;
}

/* line 865, app/assets/stylesheets/main.css.scss */
.button-start-leistung:hover {
  text-decoration-line: underline;
}

/*Spaltung für Kontakt*/
/* line 871, app/assets/stylesheets/main.css.scss */
.kontakt {
  display: grid;
  grid-template-columns: 50% 2% 48%;
  max-width: 1024px;
  /*grid-gap: 10px;*/
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}

/* line 881, app/assets/stylesheets/main.css.scss */
.kontakt-left {
  grid-column: 1;
  text-align: left;
}

/* line 885, app/assets/stylesheets/main.css.scss */
.kontakt-middle {
  grid-column: 2;
  border-left-style: solid;
  border-left-color: LightGray;
}

/* line 890, app/assets/stylesheets/main.css.scss */
.kontakt-right {
  grid-column: 3;
  text-align: left;
  padding-left: 10px;
}

/* line 896, app/assets/stylesheets/main.css.scss */
.kontaktdaten {
  display: grid;
  width: 100%;
  height: 100%;
  margin: auto;
  grid-gap: 0px;
  /*max-width: 480px;
        justify-content: center;*/
  grid-template-columns: auto;
}

/* line 907, app/assets/stylesheets/main.css.scss */
.kontaktdaten-1 {
  grid-column: 1;
  max-width: 240px;
}

/* line 912, app/assets/stylesheets/main.css.scss */
.kontaktdaten-2 {
  grid-column: 2;
}

/* line 916, app/assets/stylesheets/main.css.scss */
.kontaktdaten-3 {
  grid-column: 3;
  max-width: 240px;
}

/* line 921, app/assets/stylesheets/main.css.scss */
.kontaktdaten-4 {
  grid-column: 4;
}

/* line 926, app/assets/stylesheets/main.css.scss */
.button {
  color: white;
  font-weight: bold;
  border-radius: 15px;
  background-color: #2d7671;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 20px 15px 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  cursor: pointer;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}

/* line 942, app/assets/stylesheets/main.css.scss */
.button:hover {
  background-color: #235e5a;
}

/* line 946, app/assets/stylesheets/main.css.scss */
.button a {
  color: white;
}

/*--------------------------------------------------------------------------------------------------*/
/*------------------------------------ Cookies ----------------------------------------*/
/* line 952, app/assets/stylesheets/main.css.scss */
.cookies-eu {
  /* main div */
  background: #2d7671 !important;
  color: white;
  line-height: 20px !important;
}

/* line 957, app/assets/stylesheets/main.css.scss */
.cookies-eu-content-holder {
  /* content holder */
}

/* line 960, app/assets/stylesheets/main.css.scss */
.cookies-eu-button-holder {
  /* button holder */
}

/* line 963, app/assets/stylesheets/main.css.scss */
.cookies-eu-ok {
  /* button */
  color: #2d7671 !important;
  font-size: 12pt !important;
  font-weight: bold;
  border-radius: 15px;
  background-color: white !important;
  padding: 5px 10px 5px 10px !important;
}

/* line 971, app/assets/stylesheets/main.css.scss */
.cookies-eu-link {
  /* link */
  color: white !important;
}

/*--------------------------------------------------------------------------------------------------*/
/*------------------------------------ Background ----------------------------------------*/
/* line 978, app/assets/stylesheets/main.css.scss */
table.contact {
  margin: 0 0 2em 0;
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
  display: inline-table;
}

/* line 986, app/assets/stylesheets/main.css.scss */
table.contact tbody tr {
  border: solid 1px #ccc;
  border-left: 0;
  border-right: 0;
}

/* line 992, app/assets/stylesheets/main.css.scss */
table.contact tbody tr:nth-child(2n + 1) {
  background-color: rgba(144, 144, 144, 0.075);
}

/* line 996, app/assets/stylesheets/main.css.scss */
table.contact td {
  padding: 0.75em;
  border: solid 1px #ccc;
}

/* line 1001, app/assets/stylesheets/main.css.scss */
table.contact th {
  border: solid 1px #ccc;
  text-align: center;
}

/* line 1006, app/assets/stylesheets/main.css.scss */
table.contact th .current {
  padding-right: 12px;
  background-repeat: no-repeat;
  background-position: right center;
}

/* line 1012, app/assets/stylesheets/main.css.scss */
table.contact th .asc {
  background-image: url(/images/icons/arrow_up.png);
}

/* line 1016, app/assets/stylesheets/main.css.scss */
table.contact th .desc {
  background-image: url(/images/icons/arrow_down.png);
}

/* line 1020, app/assets/stylesheets/main.css.scss */
#tdleft {
  text-align: right;
  padding-right: 2em;
  font-weight: bold;
}

/* line 1025, app/assets/stylesheets/main.css.scss */
#tdright {
  text-align: left;
  padding-left: 2em;
}

/* line 1031, app/assets/stylesheets/main.css.scss */
#tdicon {
  padding: 0.2em;
  text-align: center;
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*------------------------------------ Immowelt Einstellungen ----------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/* line 1045, app/assets/stylesheets/main.css.scss */
#iwModule #iwWidget .hm_box_03 {
  background: linear-gradient(#2d7671 40%, #13403d);
}

/* line 1049, app/assets/stylesheets/main.css.scss */
#iwModule #iwWidget .hm_box_02 {
  border: 1px solid #2d7671 !important;
}

/* line 1053, app/assets/stylesheets/main.css.scss */
#iwModule #iwWidget .hm_icon_04 {
  background-color: #2d7671 !important;
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*------------------------------------ Screen Einstellungen ----------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 980px) {
  /* line 1073, app/assets/stylesheets/main.css.scss */
  .kontaktdaten {
    display: grid;
    width: 100%;
    height: 100%;
    margin: auto;
    grid-gap: 0px;
    max-width: 480px;
    justify-content: center;
    grid-template-columns: auto;
  }
  /* line 1084, app/assets/stylesheets/main.css.scss */
  .kontaktdaten-1 {
    grid-column: 1;
  }
  /* line 1088, app/assets/stylesheets/main.css.scss */
  .kontaktdaten-2 {
    grid-column: 1;
  }
  /* line 1092, app/assets/stylesheets/main.css.scss */
  .kontaktdaten-3 {
    grid-column: 1;
  }
  /* line 1096, app/assets/stylesheets/main.css.scss */
  .kontaktdaten-4 {
    grid-column: 1;
  }
}

@media screen and (max-width: 480px) {
  /* line 1105, app/assets/stylesheets/main.css.scss */
  .inhalt_page {
    max-width: 480px;
  }
  /* line 1110, app/assets/stylesheets/main.css.scss */
  .toggle_button {
    display: flex;
  }
  /* line 1114, app/assets/stylesheets/main.css.scss */
  .nav-links, .nav .current, .nav-back .current {
    display: none;
  }
  /* line 1118, app/assets/stylesheets/main.css.scss */
  .nav input[type="checkbox"]:checked ~ .nav-links {
    display: flex;
  }
  /* line 1121, app/assets/stylesheets/main.css.scss */
  .nav input[type="checkbox"]:checked ~ .current {
    display: flex;
  }
  /* line 1125, app/assets/stylesheets/main.css.scss */
  .nav-back input[type="checkbox"]:checked ~ .nav-links {
    display: flex;
  }
  /* line 1128, app/assets/stylesheets/main.css.scss */
  .nav-back input[type="checkbox"]:checked ~ .current {
    display: flex;
  }
  /* line 1133, app/assets/stylesheets/main.css.scss */
  .nav, .nav-back {
    max-width: 480px;
    text-align: left;
    align-items: left;
    justify-content: left;
    margin-left: 10px;
    flex-direction: column;
  }
  /* line 1143, app/assets/stylesheets/main.css.scss */
  .nav a, .nav-back a {
    justify-content: right;
    padding-right: 20px;
    margin-left: -10%;
    margin-right: -10%;
    padding-bottom: 5px;
    /*background: linear-gradient($header-footer 40%, $header-footer2);*/
    background: #2d7671;
    position: relative;
    width: 100%;
    top: 50px;
    z-index: 2;
  }
  /* line 1156, app/assets/stylesheets/main.css.scss */
  .nav .current, .nav-back .current {
    color: orange;
  }
  /* line 1161, app/assets/stylesheets/main.css.scss */
  .nav-links:hover::after, .nav-links-back:hover::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  /* line 1166, app/assets/stylesheets/main.css.scss */
  .nav-links::after, .nav-links-back::after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: orange;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 250ms;
  }
  /* line 1180, app/assets/stylesheets/main.css.scss */
  .nav img, .nav-back img {
    position: absolute;
    top: 10px;
    left: 10px;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 1188, app/assets/stylesheets/main.css.scss */
  .header {
    max-width: 480px;
    position: relative;
  }
  /* line 1193, app/assets/stylesheets/main.css.scss */
  .content {
    max-width: 480px;
  }
  /* line 1197, app/assets/stylesheets/main.css.scss */
  .content-back, .inhalt_page-back, .nav-back {
    max-width: 800px;
  }
  /* line 1201, app/assets/stylesheets/main.css.scss */
  .header-back {
    max-width: 800px;
    position: relative;
  }
  /* line 1206, app/assets/stylesheets/main.css.scss */
  .start {
    grid-template-columns: auto;
    max-width: 460px;
  }
  /* line 1210, app/assets/stylesheets/main.css.scss */
  .start-left {
    grid-column: 1;
  }
  /* line 1214, app/assets/stylesheets/main.css.scss */
  .start-right {
    grid-column: 1;
  }
  /* line 1218, app/assets/stylesheets/main.css.scss */
  .start img {
    align-items: center;
    overflow: hidden;
    border-radius: 15px;
    display: grid;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
  }
  /* line 1230, app/assets/stylesheets/main.css.scss */
  .start-leistung {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    grid-gap: 10px;
    margin: auto;
  }
  /* line 1238, app/assets/stylesheets/main.css.scss */
  .start-leistung-1 {
    grid-column: 1;
  }
  /* line 1242, app/assets/stylesheets/main.css.scss */
  .start-leistung-2 {
    grid-column: 1;
  }
  /* line 1246, app/assets/stylesheets/main.css.scss */
  .start-leistung-3 {
    grid-column: 1;
  }
  /* line 1250, app/assets/stylesheets/main.css.scss */
  .team {
    display: grid;
    width: 100%;
    height: 100%;
    margin: auto;
    grid-gap: 0px;
    max-width: 480px;
    justify-content: center;
    grid-template-columns: auto;
  }
  /* line 1261, app/assets/stylesheets/main.css.scss */
  .team-left {
    grid-column: 1;
  }
  /* line 1265, app/assets/stylesheets/main.css.scss */
  .team-right {
    grid-column: 1;
  }
  /* line 1269, app/assets/stylesheets/main.css.scss */
  .cookies-eu {
    /* main div */
    position: fixed !important;
  }
  /* line 1273, app/assets/stylesheets/main.css.scss */
  input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: rgba(144, 144, 144, 0.15);
    border-radius: 15px;
    border: none;
    color: inherit;
    display: block;
    outline: 0;
    /*padding: 1em;*/
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding: 1em;
    text-decoration: none;
    width: 78%;
    font-size: 1em;
    font-family: "Raleway", "Helvetica", sans-serif;
  }
  /* line 1298, app/assets/stylesheets/main.css.scss */
  select {
    width: 95%;
  }
  /* line 1302, app/assets/stylesheets/main.css.scss */
  textarea[readonly] {
    background-color: grey;
    color: black;
  }
  /* line 1307, app/assets/stylesheets/main.css.scss */
  input[type="text"]:invalid,
input[type="password"]:invalid,
input[type="email"]:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none;
  }
  /* line 1315, app/assets/stylesheets/main.css.scss */
  input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
    box-shadow: inset 0 0 0 2px #8cd1a8;
  }
  /* line 1323, app/assets/stylesheets/main.css.scss */
  input[required] {
    border-color: red;
  }
  /* line 1327, app/assets/stylesheets/main.css.scss */
  .kontaktformular-x textarea {
    width: 88%;
  }
  /* line 1331, app/assets/stylesheets/main.css.scss */
  .kontaktformular-x input[type="text"] {
    width: 88%;
  }
}

/*--------------------------------------------------------------------------------------------------*/
/*Prüfen ob noch relevant*/
/*LÖSCHEN?
.header {
    background: $header-footer;
}

.header h1 {
    margin: auto;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    text-align: left;
    max-width: 1024px;
}

.header h1 a {
    text-decoration: none;
}


/*LÖSCHEN*/
/*Icons für Social Media / etc*/
/*footer {
    background: $header-footer;
}
footer ul {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;

}
footer ul li {
    display: inline;
    padding: 10px;
    margin: 0px;
    color: white;
    width: 10em;
    text-align: center;
    font-size: 1.0em;
}

.footer-impressum:hover {
    color: orange !important;
}
.footer-impressum a:hover {
    cursor: pointer !important;
    color: orange !important;
}
*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *



*/
/* line 7, ../../../home/dschulze/.rvm/gems/ruby-3.4.2/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu {
  line-height: 40px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  text-align: center;
  border-top: 1px solid #E4E4E4;
  background: #F2F2F2;
}

@media (max-width: 767px) {
  /* line 7, ../../../home/dschulze/.rvm/gems/ruby-3.4.2/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
  .cookies-eu {
    font-size: 12px;
    line-height: 30px;
    position: initial;
  }
}

/* line 30, ../../../home/dschulze/.rvm/gems/ruby-3.4.2/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-content-holder {
  display: inline-block;
  padding: 0 20px;
}

/* line 36, ../../../home/dschulze/.rvm/gems/ruby-3.4.2/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder {
  display: inline-block;
}

/* line 39, ../../../home/dschulze/.rvm/gems/ruby-3.4.2/gems/cookies_eu-1.7.8/app/assets/stylesheets/cookies_eu.scss */
.cookies-eu .cookies-eu-button-holder .cookies-eu-ok {
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  min-width: 26px;
  margin-right: 5px;
  padding: 2px 11px;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  color: #FFFFFF;
  border: 0;
  outline: none;
  background-color: #4D90FE;
}
