#loading-overlay {
  display: none; /* Standardmäßig versteckt */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}
#loading-overlay span {
  color: white;
  font-size: 20px;
}
#report {
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 1;
  visibility: visible;
  position: fixed; /* typischerweise bei Overlays */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 1); /* Beispiel für Overlay-Background */
  z-index: 9999;
  overflow: auto; /* SCROLLEN erlauben */
}
#report.hidden {
  opacity: 0;
  visibility: hidden;
}
#wrapper .section .container_wrapper {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
.language_selecter {
  position: absolute;
  top: 22px;
  right: 70px;
}
.inner_header {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1240px;
  padding: 0 20px;
}
.language_selecter a {
  color: #fff;
}
.dropzone {
  width: 300px;
  height: 500px;
  border: 2px dashed #ccc;
  border-radius: 5px;
  text-align: center;
  line-height: 500px;
  font-size: 16px;
  color: #aaa;
  margin: 10px auto;
}
.dropzone img {
  max-width: 100%;
  max-height: 100%;
  line-height: normal;
}
#header_logo img {
  height: 50px;
  width: auto;
  left: 0;
}
#footer {
  padding: 20px;
  width: 100%;
  margin: 0 auto;
}
#register {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999999999;
}
#registerinside {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  transform: translate(-50%, -50%);
  background: #133a77;
  color: #FFF;
  width: 400px;
  max-width: calc(100% - 40px);
}
#reportinside {
  background: #133a77;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  color: #FFF;
  padding: 20px;
}
#reporting {
  padding: 20px;
  position: relative;
  height: auto !important;
  overflow: auto; /* Statt hidden */
}
.register_info {
  font-size: 20px;
  line-height: 26px;
}
.register_close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  z-index: 30;
  cursor: pointer;
}
.teilnahme_fehler p {
  font-weight: bold;
  margin: 5px auto;
  color: red;
}
.register_titel {
  font-size: 30px;
  line-height: 36px;
}
#confirm, #request {
  position: fixed;
  z-index: 9999999999999999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
h3 {
  margin-bottom: 20px;
}
.videocontainer {
  padding: 0;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  -webkit-flex-direction: row;
  flex-direction: row;
}
#container2340_1_1147 h3 {
  display: none;
}
.addon_video {
  width: calc(33.333% - 20px);
  margin: 0 20px 120px 0;
}
.addon_video iframe, .addon_video video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 80px;
  right: 0;
  width: 100%;
  height: 100%;
}
.addon_video h4 {
  padding-top: 10px;
  position: absolute;
  font-family: custom_font;
  font-size: 18px;
  top: 100%;
}
.checken {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1200px;
  height: auto;
  overflow: hidden;
  background: #efefef;
  margin: 50px auto;
  padding: 40px;
}
.checken .kontakt_felder {
  background: #FFF;
}
.checken .suchbutton i {
  margin: 10px auto auto 10px;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.checken .suchbutton i:hover {
  color: #133a77;
}
.suchergebnis {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.suchentry {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
  height: auto;
  overflow: hidden;
}
.nenner {
  float: left;
  width: 120px;
}
.entry {
  float: left;
  width: calc(100% - 120px);
}
/* ##################################################################################GUIDEINFO CONTENT */
.home_schreiben_overview, .home_schreiben_overview_archiv {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  -webkit-flex-direction: row;
  flex-direction: row;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#container2283_1_1118 h1, #container2287_1_1120 h1 {
  text-align: left;
  line-height: 50px;
  font-size: 45px;
}
.home_schreiben_overview_archiv {}
.home_schreiben {
  position: relative;
  width: calc(33.333% - 20px);
  margin: 10px;
  height: auto;
  overflow: hidden;
  float: left;
  cursor: pointer;
}
.home_schreiben .home_img img, .home_img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}
.home_schreiben_ungelesen {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #133a77;
  color: #fff;
  text-align: center;
  line-height: 50px;
  z-index: 10;
  animation-name: einblenden;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.home_schreiben_ungelesen.marketing_pr {
  background: #8bb99a;
}
.home_schreiben_ungelesen.organisatorisches {
  background: #133a77;
}
.home_schreiben_ungelesen.vermietung {
  background: #00acc3;
}
@keyframes einblenden {
  0% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.home_schreiben_ungelesen i {
  font-size: 25px;
}
.home_img img {
  max-width: 100% !important;
  height: auto;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.home_schreiben:hover .home_img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}
.home_img img {
  margin-bottom: -1%;
}
.home_img h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 25px;
  color: #FFF;
  line-height: normal !important;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  font-weight: normal !important;
  font-family: header !important;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 40%, rgba(0, 0, 0, 0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.home_img h2 span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0 25px 0 25px;
  bottom: 30px;
}
.home_img h2 span {
  line-height: 25px;
}
.home_img h2 span:after {
  content: '';
  clear: both;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -55px;
  width: 110px;
  height: 4px;
  background: #fff;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.home_schreiben_nr, .detail_text h3 {
  margin-top: 20px;
  font-size: 30px;
  line-height: 36px;
  color: #333;
  font-family: header;
  text-align: left;
  font-weight: normal;
}
.home_schreiben_titel {
  text-align: left;
    font-size: 15px;
  text-transform: uppercase;
  font-family: custom_font;
  font-weight: bold;
  height: 75px;
  overflow: hidden;
}
.home_schreiben_titel.big {
  font-size: 24px;
  float: left;
  width: 80%;
  margin: 10px 10% 20px 10%;
}
.home_schreiben_text {
  text-align: left;
  font-size: 14px;
  font-family: custom_font;
  line-height: 21px;
  margin: 20px 0 20px 0;
}
.home_mehr_lesen {
  position: relative;
  margin: 60px 0 20px 0;
  display: table;
  color: #151515;
  padding: 0 30px 0 30px;
  font-size: 16px;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
  cursor: pointer;
  border: 1px solid #979797;
  border-radius: 25px;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.home_mehr_lesen:hover {
  border: 1px solid #8A58FD;
  color: #8A58FD;
}
#detailschreiben {
  position: relative;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  height: auto;
}
.detail_text {
  position: relative;
  background: #eee;
  width: 98%;
  margin: 1%;
  padding: 80px 23% 80px 23%;
  text-align: left;
  overflow: hidden;
  border-radius: 10px;
}
.detail_text .home_schreiben_nr, .detail_text h3 {
  margin: 10px 0 10px 0;
  font-size: 20px !important;
}
.detail_text .home_schreiben_nr h1 {
  margin: 10px 0 10px 0;
  font-size: 60px !important;
}
.detail_text .home_schreiben_nr h2 {
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 34px !important;
}
.detail_text .home_schreiben_nr, .detail_text h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #bec0c0;
}
.detail_text h3 {
  margin: 10px 0 0 0;
}
.detail_text .downloadcontainer {
  margin: 0 0 0 0;
}
.detail_text .mediaarchiv_download {
  background: transparent;
}
.detail_text .media_details {
  width: auto;
  font-family: custom_font;
  font-size: 14px;
  line-height: 50px;
}
.mediaarchiv_download .media_details h4 {
  color: #151515 !important;
  font-size: 14px !important;
  line-height: 18px !important;
  font-family: custom_font;
}
.schreiben_main_text {
  text-align: left !important;
  font-family: custom_font;
  padding: 20px 0 0 0;
}
.schreiben_main_text p {
  width: 100%;
  margin-bottom: 15px;
}
.schreiben_main_text img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.schreiben_main_text ul {
  margin-left: 20px;
}
.download_button, .close_button {
  display: inline;
  color: #FFF;
  font-size: 16px;
  border-radius: 20px;
  margin-top: 15px;
  padding: 10px 20px 10px 20px;
  border: 0px solid;
  cursor: pointer;
}
.download_button_container {
  display: block;
  text-align: center;
  width: 100%;
  height: 40px;
  margin: 30px 0 30px 0;
}
.downline {
  background: #bec0c0;
  height: 1px;
  width: 100%;
  position: relative;
}
.download_button {
  display: block;
  border-radius: 5px;
  padding: 5px 20px 5px 20px;
}
.close_button {
  position: absolute;
  color: #bec0c0;
  top: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  margin: 0 0 10px 10px;
  text-align: center;
  border: 1px solid #979797;
  cursor: pointer;
  z-index: 10;
}
.close_button:hover {
  background: #fff;
}
.download_button:hover {
  background: #000;
  color: #FFF;
}
/* ##################################################################################NAVIGATION CONTENT */
.menufooter {
  list-style: none;
  margin: 0 auto 20px auto;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
}
.subfoot {
  max-width: 800px;
  margin: 0 auto 20px;
}
.menufooter li {
  height: 25px;
}
.navigation-menu i, .navigation-close i {
  color: #FFF;
  font-size: 18px;
  top: 18px;
  right: 30px;
}
.navigation-menu div {
  font-size: 11px;
}
.navigation-display {
  top: 20px;
  right: 20px;
}
.navigation-display ul a {
  text-transform: uppercase;
}
.navigation-close:hover, .close_suche:hover {
  -webkit-transform: none; /* Chrome and other webkit browsers */
  transform: none;
}
.container_video:before {
  padding-top: 28.57%;
}
/* #################################################################################RATES*/
.touren.special button {
  float: left;
  margin-right: 15px;
}
.touren {
  position: relative;
  margin: 40px auto;
  height: auto !important;
  overflow: hidden !important;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
}
.tour_icon {
  position: relative;
  float: left;
  cursor: pointer;
  width: calc(25% - 20px);
  border: 0px solid #CCC;
  background: #efefef;
  margin: 10px;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
button:not(.navigation-menu).reject {
  background: red;
}
.tour_tabelle {
  position: relative;
  cursor: pointer;
  height: auto;
  overflow: hidden;
  display: block;
  min-width: 100%;
  background: #efefef;
  float: none;
  transition: 0.5s ease;
  transform: translateZ(0);
}
.reitericon {padding:2px;background:#133a77 !important; color:white !important}
.vip {background:#133a77 !important; color:white !important}
.tabellen_reiter {
  width: 20%;
  font-size: 14px;
  padding: 15px 5px;
  float: left;
  border-right: 1px solid #CCC;
}
.tabellen_reiter.datum {
  width: 120px
}

.tabellen_reiter.destination {
    width: 15%;
}
.tabellen_reiter.short {
  width: 50px;
  text-align: center;
}
.tabellen_reiter.ikts {
  width: 70px
}
.tabellen_reiter.buttons {
  float: right;
    width: auto;
  text-align: right;
  padding: 5px;
  margin-right: 0 ;
}
.tabellen_reiter form {
  float: right;
  width: auto;
  margin: 0;
}
.tabellen_reiter form button,.tabellen_reiter.buttons button  {
  margin-right: 0 !important;
    font-size:14px;
    float:right;
}
.tabellen_reiter.buttons button {

     float:right;
 }

.tourinfos {

    position: relative;
    width: 100%;
    clear: both;
    float: none;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
}


.tour_filter_container {
  display: flex;
  gap: 10px;
  padding: 15px 0;
  flex-wrap: wrap;
}
.tour_filter_container select {
  padding: 10px 15px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 14px;
  min-width: 150px;
}
.tour_filter_container .filter-reset {
  padding: 10px 15px;
  background: #666;
  color: white;
  border: none;
  cursor: pointer;
}
.tour_filter_container .filter-reset:hover {
  background: #555;
}
/* Isotope Grid */
#tour-grid {
  width: 100%;
}
.tour-item {
  width: 100%;
}
/* Zebra-Streifen */
.tour-item.row-even {
  background: #fff;
}
.tour-item.row-odd {
  background: #efefef;
}
/* Hover-Effekt */
.tour-item:hover {
  background: #FFF !important;
  transition: background 0.2s ease;
}
/* Header nicht hovern */
.tour-header-row:hover {
  background: #ccc !important;
}
/* Success Message */
.success-message {
  background: #d4edda;
  color: #155724;
  padding: 15px;
  margin-bottom: 15px;
}
.success-message h3 {
  margin: 0;
}
.home .tour_icon {
  width: calc(50% - 20px) !important;
}
.touroffer .tour_icon {
  width: calc(33.33% - 20px);
}
.tour_icon:hover {
  background: #efefef;
}
.tourdate {
  width: 100%;
  text-align: right;
  margin: 20px auto 50px;
}
.tourdate span {
  background: #007aff;
  padding: 10px;
  color: #FFF;
  border-radius: 10px;
}
.tourchooser {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
}
.tourchoose {
  padding: 10px;
  width: auto;
  float: left;
  margin: 0 5px;
  border-radius: 10px;
  border: 1px solid #666;
  color: #666;
}
.tourchoose a {
  color: #666;
}
.tour_detail {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.tour_detail_image {
  position: relative;
  float: left;
  width: calc(40% - 40px);
  margin-left: 40px;
}
.tourinfos .tour_detail_image{
    background:#fff;
    padding:15px;
    font-size:14px;
    line-height:18px;
    border:1px solid #999;
}
.tour_detail_text {
  position: relative;
  float: left;
  width: 60%;
}
.tour_icon img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.tour_icon:not(.nohover):hover img {
  padding: 20px;
}
.tour_icon h2 {
  font-size: 12px;
  line-height: 16px;
  height: 40px;
  margin: 0 auto 20px;
}
.tourdetailheader h2 {
  font-size: 20px;
  line-height: 24px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  padding: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 80%;
  max-width: 320px;
}
.tourdetailheader .bstatus {
  top: 5px;
  right: 5px;
}
.tour_icon h3 {
  font-family: custom_font;
  font-size: 14px;
  line-height: 18px;
  margin: 5px auto;
}
.tour_detail_text h2, .tour_detail_image h2, .tour_detail.report h2 {
  font-size: 20px;
  line-height: 24px;
  margin: 20px auto;
}
.tour_detail_text h3, .tour_detail.report h3 {
  font-family: custom_font;
  font-size: 16px;
  text-transform: none;
  line-height: 28px;
  margin: 5px auto;
}
.tour_icon h3 i, .tour_detail_text h3 i, .tour_detail.report h3 i {
  width: 25px;
}
.inforeiter i, .tour_download > i{
    width: 35px;
}
.inforeiter {
    font-family: custom_font;
    font-size: 14px;
    text-transform: none;
    line-height: 25px;
}
.tour_detail.report {
  margin-top: 80px;
  border: 1px solid #666;
  position: relative;
  height: auto;
  overflow: hidden;
  padding: 20px;
}
.tour_download {
  position: relative;
text-align: left;
    overflow: hidden;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.tour_download > i {
     padding: 10px 0 0;
   float:left;
 }

.tour_download a i {
  position: absolute;
  top: 0;
  right: 0;
}
.tour_download a {
  color: #666;

width: calc(100% - 45px);
    padding: 10px 0 10px;
    font-size:14px;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.tour_download a:hover {
  color: #007aff;
}
.tourfocus {
  padding: 10px;
  background: #efefef;
  position: relative;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
.tourfocus h3 {
  float: left;
  width: 50%;
}
.tourdetailheader {
  width: 100%;
  height: 270px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 30px;
}
.tourinfos .buttonclass {
    margin: 0 10px 0 auto;
    background: #007aff;
    font-size: 18px;
    text-align: center;
    width:120px;
    float:left;
    display: block;
    line-height: 18px;
    border-radius: 5px;


}
.buttonclass {
  margin: 0 auto 30px;
  background: #007aff;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  line-height: 18px;
  border-radius: 5px;
  height: auto !important;
  border: 1px solid #007aff;
  padding: 10px;
  color: #FFF !important;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.buttonclass:hover {
  background: #fcbd05;
  border: 1px solid #fcbd05;
}
.bstatus {
  position: absolute;
  top: -10px;
  right: -10px;
}
.bstatus i {
  font-size: 30px;
}
.tourstatus {
    float:left;

}
.bstatus i {
    font-size: 30px;
}
.tour_icon h3.missing {
  color: #CCC;
}
.meter {
    position: absolute;
    left: 20px;
    right: 20px;
    overflow: hidden;
    height: 20px;
    bottom: 20px;
    z-index: 20;
    background: #CCC;
}
.tourinfos .meter{
    position: relative !important;
    left:0;
    right:0;
    bottom:auto;
}
.meter {
  position: absolute;
  left: 20px;
  right: 20px;
  overflow: hidden;
  height: 20px;
  bottom: 20px;
  z-index: 20;
  background: #CCC;
}
.bar_meter {
  position: absolute;
  height: 20px;
  top: 0;
  left: 0;
  font-size: 12px;
  padding: 0;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  background: #2db723;
}
.verbleibend {
  position: absolute;
  top: 50%;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  z-index: 30;
  left: 50% !important;
  transform: translate(-50%, -50%);
}
.back {
  position: relative;
  width: 100%;
  font-size: 40px;
  line-height: 42px;
  text-align: right;
    height:auto;
    overflow:hidden;
  margin-bottom: 30px;
}
.back a {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 25px;
}
/* #################################################################################RATES*/
.rate_container {
  position: relative;
  float: left;
  width: 60%;
  margin: 0 auto;
}
.vertrag_container {
  position: relative;
  float: left;
  width: 35%;
  margin: 0 auto 0 5%;
}
.vertrag_container .raten {
  background: #007aff;
  ;
  border: 1px solid #007aff;
  ;
  color: #FFF;
  border-radius: 10px;
  text-align: center;
}
.vertrag_container .raten a {
  color: #FFF !important;
  font-size: 18px;
  text-align: center;
}
.rate_container .raten .rate_service.extra {
  font-family: header;
}
.rate_container .raten .rate_service.amount {
  text-align: right;
}
.raten {
  position: relative;
  height: auto;
  margin: 50px auto;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  background: #efefef;
  border-radius: 10px;
}
.rate_service {
  float: left;
  width: 33.333%;
}
/* ##################################################################################SERVICES */
.service_container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto 0;
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
}
.service_icon {
  text-align: center;
  position: relative;
  float: left;
  width: 25%;
  padding: 10px;
  background: transparent;
  height: auto;
  overflow: hidden !important;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.service_icon h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 22px;
  line-height: 35px;
  font-weight: normal !important;
  width: 100%;
  text-align: center;
}
.service_icon img {
  width: 100% !important;
  background: transparent;
  height: auto;
  overflow: hidden !important;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.service_icon > h2 span {
  /*border: 1px solid #FFF;*/
  color: #FFF;
  background: transparent;
  opacity: 1;
  font-weight: normal !important;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
.service_icon:hover img {
  -webkit-filter: brightness(2) !important;
  -moz-filter: brightness(2) !important;
  -o-filter: brightness(2) !important;
  filter: brightness(2) !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  overflow: hidden;
}
.service_icon:hover > h2 span {
  opacity: 0;
}
.service_detail {
  position: relative;
  width: 96%;
  max-width: 600px;
  margin: 40px 2%;
  padding: 20px;
  font-size: 16px;
  text-align: left;
  border: 1px solid transparent;
  height: auto;
  color: #333;
  overflow: hidden;
  display: none;
}
.service_detail p {
  max-width: 100%;
  margin-top: 20px;
}
.service_detail > h2 {
  color: #70b62c;
  font-family: header;
  font-weight: normal;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.service_inside > h2 {
  color: #70b62c;
}
.service_detail > ul {
  margin-top: 20px;
}
.service_link {
  position: absolute;
  top: 20px;
  right: 1%;
  text-align: center;
  line-height: 50px;
  color: #333;
  width: 50px;
  height: 50px;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 25px;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.service_link:hover {
  color: #70b62c;
}
/* ##################################################################################DOWNLOADS */
#mieterdownloads {
  display: flex;
  display: -webkit-flex; /* Safari */
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; /* Safari */
  -webkit-flex-direction: row;
  flex-direction: row;
  height: auto;
  overflow: hidden;
}
.file_kategorie {
  position: relative;
  width: calc(33.3333% - 10px);
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
.file_kategorie .home_img h2 {
  font-size: 22px;
}
.mediaarchiv_download {
  width: 100%;
  margin: 20px 0 0 0;
  min-height: 0 !important;
}
.mediaarchiv_download:hover {
  background: #fff;
}
.media_preview {
  width: 50px;
  float: left;
  background: transparent;
  padding: 0;
  height: 50px;
}
.media_preview i {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFF;
  line-height: 50px;
  font-size: 25px;
  color: #333;
}
.media_details {
  margin: 0 0 0 10px !important;
  padding: 0 !important;
  position: relative !important;
  float: left !important;
  font-family: Bikini Atlas Web;
  width: 200px;
  height: auto;
  left: 0 !important;
  top: 0 !important;
  font-size: 14px;
}
.marketing_pr .media_preview {
  border-color: #01a89c;
}
.marketing_pr .media_preview i {
  color: #01a89c;
}
.organisatorisches .media_preview {
  border-color: #f06131;
}
.organisatorisches .media_preview i {
  color: #f06131;
}
.vermietung .media_preview {
  border-color: #e0017a;
}
.vermietung .media_preview i {
  color: #e0017a;
}
.downloadcontainer h3 {
  display: none;
}
.downloadcontainer {
  padding: 0;
}
.igallery {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 0 auto !important;
  padding: 0 !important;
  background: #FFF;
  /* Safari */
  justify-content: center;
  -webkit-justify-content: center;
}
.igallery img {
  width: 31.333% !important;
  margin: 1%;
}
.igallery h3 {
  display: none;
}
/* ##################################################################################GOOGLE */
#map_canvas {
  height: 400px;
  margin-top: 0;
}
.my-marker {
  width: 80px;
  height: auto;
  padding: 2.5px;
  background: transparent;
}
.google_overlay {
  background: rgba(0, 0, 0, 0.1);
}
.mapmarker {
  display: none
}
.google_overlay.closed {
  top: 370px;
}
.google_overlay.closed:hover {
  background: rgba(0, 0, 0, 0.2);
}
#google_markup {
  display: none;
}
.google_overlay i {
  margin-top: 160px;
  color: #FFF;
  font-size: 40px;
}
.google_overlay.closed i {
  display: block;
}
/* ##################################################################################LOGIN */
.login_info {
  color: #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-family: header;
  width: 600px;
  max-width: 96%;
  margin: 50px auto 0;
  padding: 40px;
  text-align: center;
  background: #133a77;
}
.login_info h1 {
  color: #fff !important;
  margin: 0;
  height: auto !important;
}
.login_info h3 {
  margin-top: 2px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  height: auto !important;
}
.login_info h4 {
  margin: 20px auto 0;
  background: #007aff;
  font-size: 18px;
  line-height: 18px;
  width: auto;
  display: table;
  border-radius: 5px;
  height: auto !important;
  border: 1px solid #007aff;
  padding: 10px;
}
.login_info h4 a {
  color: #FFF;
  font-size: 18px;
  line-height: 18px;
}
.login_info h1:after {
  height: 0 !important;
  background: transparent;
}
.login_hinweis {
  color: #FFF;
  text-align: left;
  text-transform: none;
  padding: 10px 80px 10px 10px;
  margin-bottom: 20px;
}
.login_hinweis i, .login_hinweis a {
  color: #FFF !important;
}
.login_hinweis a {
  color: #FFF !important;
  text-decoration: underline
}
.login_hinweis a:hover {
  color: #fcbd05 !important;
}
#ssllogin, #sslhilfe, #passwort_change {
  width: 600px;
  max-width: 96%;
  margin: 0 auto 80px auto;
  padding: 20px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #133a77;
}
#passwort_change {
  margin: 150px auto;
}
#passwort_change .login_info h3 {
  font-family: custom_font;
}
#passwort_change .login_eingabe p {
  color: #FFF;
}
.login_eingabe {
  display: table;
  margin: 1% 1% 2% 1%;
}
#ssllogin .kontakt_felder, #sslhilfe .kontakt_felder, #passwort_change .kontakt_felder {
  margin: 0;
  padding: 20px;
  background: transparent;
  border: 1px solid #FFF;
  border-radius: 5px;
  color: #FFF;
}
#ssllogin .kontakt_felder::-webkit-input-placeholder, #sslhilfe .kontakt_felder::-webkit-input-placeholder, #passwort_change .kontakt_felder::-webkit-input-placeholder {
  color: #ccc; /* Chrome/Opera/Safari */
}
#ssllogin .kontakt_felder::-moz-placeholder, #sslhilfe .kontakt_felder::-moz-placeholder, #passwort_change .kontakt_felder::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
#ssllogin .kontakt_felder:-ms-input-placeholder, #sslhilfe .kontakt_felder:-ms-input-placeholder, #passwort_change .kontakt_felder:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
#ssllogin .kontakt_felder:-moz-placeholder, #sslhilfe .kontakt_felder:-moz-placeholder, #passwort_change .kontakt_felder:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
.kontakt_felder:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #efefef inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #666;
}
.kontakt_felder:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #efefef inset;
  -webkit-text-fill-color: #666;
}
.kontakt_felder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.kontakt_felderr::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.kontakt_felder:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.kontakt_felder:-moz-placeholder { /* Firefox 18- */
  color: #666;
}
#sslhilfe .login_button {
  font-size: 40px;
  position: absolute;
  top: -20px;
  right: 20px;
  text-align: right;
  font-family: custom_font;
  padding: 0;
  color: #FFF;
  background: transparent
}
.login_eingabe i {
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  transition: all 0.6s linear;
  color: #FFF;
}
.login_eingabe i:hover {
  color: #fcbd05;
}
meter {
  width: 100%;
  margin: 0;
  top: 20px;
  height: 10px;
  border-radius: 0;
  border: 0px solid transparent;
}
.uebersicht .user_daten {
  position: relative;
  float: right;
  height: 210px;
  width: 33.3333%;
  font-family: custom_font;
  padding: 20px;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  border: 0px solid #999;
  border-radius: 10px;
  background: #FFF;
}
.guidenavigation {
  position: relative;
  width: 66.6666%;
  float: left;
}
.userBild {
  float: left;
  width: 35%;
  background: #efefef;
  border-radius: 50%;
}
.userBild img {
  border-radius: 50%;
}
.userinfos {
  float: left;
  width: 65%;
  padding: 15px;
}
#passwort_change #user_passwort1, #passwort_change #user_passwort, #sslhilfe #user_passwort {
  padding-right: 60px !important;
}
#passwort_change .show i:first-of-type, #sslhilfe .show i:first-of-type {
  right: 80px;
  color: #333;
}
#sslhilfe .login_eingabe, #sslhilfe .login_eingabe a {
  color: #FFF;
}
.userinfos button {
  position: absolute;
  right: 0;
  top: 0;
  background: #fcbd05;
  border-top-right-radius: 5px;
}
.userinfos {
  font-size: 12px;
}
.userinfos button:hover {
  background: #007aff;
}
.userinfos i {
  width: 15px;
  margin-right: 5px;
}
.uebersicht .navi_left {
  width: 20%;
  padding: 10px 0 10px 0;
  height: auto;
  float: left;
  font-size: 16px;
  text-align: center;
  font-family: custom_font;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
}
.uebersicht .navi_left.selected a i, .uebersicht .navi_left.selected a {
  color: #fcbd05 !important;
}
.uebersicht .navi_left a i {
  color: #FFF !important;
}
.uebersicht .navi_left a {
  color: #FFF;
}
.navi_left .stoerer {
  position: absolute;
  top: -20px;
  right: 30px;
  width: 20px;
  height: 20px;
  color: #FFF !important;
  background: #fcbd05;
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}
.navi_left i {
  width: 20px !important;
  height: 20px !important;
  font-size: 25px;
  float: none !important;
  margin: 0 auto !important;
}
.uebersicht .navi_left:hover > a {
  text-decoration: underline !important;
}
.headermenu .container_wrapper {
  border-radius: 10px;
}
.menu_text {
  width: 100%;
  position: relative;
  padding: 10px 0 0 0;
  font-size: 12px;
  white-space: nowrap;
}
/* ##################################################################################KONTAKT */
.eingabefelder {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 10px 0;
  padding: 5px;
}
.eingabeicon {
  float: left;
  width: 60px;
  text-align: center;
}
.eingabeicon i {
  font-size: 30px;
  line-height: 60px;
}
#step1, #step2, #step3, #step4, #step5, #step6 {
  border: 1px solid #ccc;
  padding: 40px;
}
#step2 ul, #step3 ul, #step6 ul {
  list-style: none;
}
#step2 li {
  float: left;
  width: 33.3%;
}
#step3 ul li {
  font-family: header;
}
#step3 ul ul li, #step3 ul ul ul li {
  font-family: custom_font;
}
#step3 ul ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  clear: both;
}
#step3 ul ul ul li {
  float: left;
  width: 33.3%;
}
.anmeldeinfo {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  margin: 20px auto 20px 60px;
}
.reiter {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.meinprofil {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #efefef;
  border-radius: 15px;
}
.profilheader {
  position: relative;
  width: 100%;
  height: 250px;
  margin-bottom: 75px;
  background: url(https://cloud.imexx.de/lib/userfiles/341/bg/Profil.jpg) no-repeat center center;
}
.profilheader h2 {
  position: absolute;
  left: 20px;
  bottom: 30px;
  padding: 5px;
  color: #FFF;
  background: rgba(0, 0, 0, 0.2);
}
.meinuserBild {
  position: absolute;
  width: 150px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -75px;
}
.meinuserBild img {
  border-radius: 50%;
  border: 10px solid #FFF;
}
.meineuserinfos {
  position: relative;
  width: 50%;
  margin: 120px auto;
  text-align: center;
  padding: 30px;
}
.tab {
  position: relative;
  padding: 10px;
  font-size: 13px;
  line-height: 26px;
  font-family: custom_font;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-transform: uppercase;
  float: left;
  color: #999;
  background: #efefef;
  width: 16.6666%;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
#reporting .tab {
  width: 25%;
}
.tab.active {
  background: #133a77;
  color: #FFF;
}
.tab.done {
  background: #fff;
  cursor: pointer;
  color: #000;
}
button:not(.navigation-menu) {
  background: #133a77;
  color: #FFF;
  cursor: pointer;
  border: 0;
  font-size: 18px;
  padding: 15px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
button:not(.navigation-menu):hover {
  background: #fcbc05;
}
.kontakt_felder, .kontakt_felder_h_ind {
  background: #efefef;
  font-family: custom_font;
  font-size: 16px;
  color: #333;
  float: left;
  border: 1px solid #efefef;
  padding: 20px 15px;
  width: calc(100% - 60px);
  height: auto;
  margin: 0;
}
.kontakt_felder:hover, .kontakt_felder_h_ind:hover {
  background: #070a40;
  color: #FFF;
}
.login_eingabe .kontakt_felder:hover {
  color: #000;
}
.login_eingabe.show i {
  color: #FFF !important;
}
.kontakt_felder:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fff inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #666;
}
.kontakt_felder:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #fff inset;
  -webkit-text-fill-color: #666;
}
.kontakt_felder::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.kontakt_felderr::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.kontakt_felder:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.kontakt_felder:-moz-placeholder { /* Firefox 18- */
  color: #666;
}
.kontakt_button {
  background: #000;
  color: #FFF;
  font-family: custom_font;
  font-size: 26px;
  line-height: 50px;
  border: 0px dashed #333;
  padding: 0;
  width: 200px;
  height: 50px;
  margin: 40px auto 40px auto;
}
.kontakt_button:hover {
  background: #fff;
  color: #333;
}
.kontakt_fehler {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 2% 0 2% 0;
  text-align: center;
  font-size: 24px;
}
input[type=checkbox].css-checkbox + label.css-label .ui-timepicker-list li {
  font-size: 16px;
  color: #333;
}
label {
  font-size: 16px !important;
}
label.css-label {
  background-image: url(https://cloud.imexx.de/lib/userfiles/341/hauptlayout/checkbox.png);
}
.socialmedia i {
  color: #000 !important;
}
.socialmedia {
  margin-bottom: 80px;
}
.subfoot a {
  padding-left: 0;
  margin-left: 0;
  text-transform: uppercase;
}
@media (max-width: 1220px) {
  .tabellen_reiter {
    width: 18%;
    font-size: 13px;
    padding: 15px 4px;
    float: left;
    border-right: 1px solid #CCC;
  }
  .tabellen_reiter.datum {
    width: 90px
  }

  .tabellen_reiter.ikts {
    width: 60px
  }
    .tabellen_reiter.short {
        width: 40px
    }

  .tabellen_reiter form {
    float: right;
    width: auto;
    margin: 0;
  }
  .tabellen_reiter form button {
    margin-right: 0 !important;
  }
}
@media (max-width: 999px) {
  .splitcontainer .container_content_wrapper {
    display: block;
  }
  .tour_icon {
    width: calc(50% - 20px) !important;
  }
  .detail_text .home_schreiben_nr h1 {
    font-size: 35px !important;
    line-height: 44px !important;
  }
  .detail_text .home_schreiben_nr h2 {
    font-size: 25px !important;
    line-height: 34px !important;
  }
  .close_button {
    top: 20px;
    right: 20px;
  }
  .file_kategorie {
    position: relative;
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  .addon_video {
    width: calc(50% - 20px);
    margin: 0 20px 20px 0;
  }
}
@media (max-width: 1200px) {
    .inline-container h1{
        max-width: 100% !important;
    }
  #wrapper .section {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 2%;
    padding-right: 2%;
  }
  .uebersicht .navi_left {
    padding: 10px 0 10px 0;
    font-size: 14px;
  }
  .menu_text {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  .tabellen_reiter {
    width: 16%;
      font-size: 12px;
    float: left;

  }
  .tabellen_reiter.datum {
    width: 80px
  }
  .tabellen_reiter.short {
   width:40px;
  }
  .tabellen_reiter.ikts {
    width: 60px
  }

}
@media (max-width: 840px) {
    .tabellen_reiter {
        width: 14%;
        font-size: 11px;
        float: left;

    }
    .tabellen_reiter.datum {
        width: 70px;
    }
    .tabellen_reiter.short {
        width: 40px;
    }
    .tabellen_reiter.ikts {
        width: 40px
    }

    .tabellen_reiter.buttons button {
       font-size: 10px;
    }
    .tabellen_reiter.buttons button i{

        font-size: 10px;


    }

}
@media (max-width: 640px) {
    .tabellen_reiter {
        width: 80px;
        font-size: 10px;
        float: left;

    }


    .tabellen_reiter.datum {
        width: 60px;
    }

    .tabellen_reiter.ikts {
        width: 40px
    }

    .tabellen_reiter.buttons button {
        width:35px;
        padding:0;
        height:35px;
    }
    .tabellen_reiter.buttons button i{

        font-size: 10px;
        line-height: 20px;

    }

}
@media (max-width: 575px) {
    .tabellen_reiter {
        width: 25%;
        font-size: 10px;
        float: left;

    }
    .tour_tabelle .tabellen_reiter.datum.till,.tour_tabelle .tabellen_reiter.short.till {
        display: none;
    }
    .tabellen_reiter.ikts {
        display:none;
    }
    .tabellen_reiter.buttons{
min-width:85px !important;
    }

}
@media (max-height: 870px) {
  .navigation-display ul li a {
    padding: 5px 0 !important;
    font-size: 15px !important;
  }
}
@media (max-width: 1000px) {
  .home_schreiben_titel {
    font-size: 16px;
  }
  .mieter_jahr {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
  }
  .tab {
    padding: 5px;
    font-size: 12px;
    line-height: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
@media (max-width: 900px) {
  .user_daten {
    display: none;
  }
  .guidenavigation {
    float: none;
    width: 100%;
  }
  .uebersicht .navi_left {
    width: 25%;
    padding: 10px 0 10px 0;
    font-size: 16px;
  }
  #step1, #step2, #step3, #step4, #step5, #step6 {
    padding: 20px;
  }
  .tab {
    padding: 2px;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 19px;
  }
  .language_selecter {
    top: 25px;
  }
  .navigation-display ul {
    max-width: calc(100% - 40px) !important;
  }
  .navigation-display ul li {
    max-width: calc(100% - 40px) !important;
  }
  .navigation-display ul li a {
    padding: 5px 0 !important;
    font-size: 15px !important;
  }
  .navigation-display .imagecontainer {
    display: None;
  }
  .menufooter {
    width: 80%;
  }
  .home_schreiben {
    width: calc(50% - 20px);
  }
    .tourinfos .buttonclass {
font-size:14px;
       padding:2px;
        width:80px;



    }
  #reporting .tab, .tab {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    float: none;
    width: 100%;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
  }
  #step3 ul ul ul li {
    float: left;
    width: 50%;
  }
}
@media (max-width: 675px) {
  .touroffer .tour_icon {
    width: calc(100% - 20px) !important;
  }
  .tour_detail_text {
    position: relative;
    float: none;
    width: 100%;
  }
  .tour_detail_image {
      margin-top:20px;
    position: relative;
    float: none;
    width: calc(100%);
    margin-left: 0;
  }
  .login_info h1 {
    font-size: 40px;
    line-height: 45px;
  }
  #step2 li {
    float: left;
    width: 50%;
  }
  label {
    font-size: 12px !important;
  }
  .uebersicht .navi_left {
    width: 33.33%;
    padding: 10px 0 10px 0;
    font-size: 16px;
  }
  .login_info h3 {
    margin-top: 2px;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    height: auto !important;
  }
  .service_icon {
    width: 48%;
  }
  .detail_text {
    padding: 80px 15% 80px 15%;
  }
  .mieter_jahr {
    font-size: 14px;
    padding: 10px 10px 10px 10px;
  }
  .file_kategorie {
    position: relative;
    width: calc(100%);
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  #reporting .css-checkbox, input[type=radio].css-checkbox,  #reporting input[type=checkbox].css-checkbox {
    position: static;
    z-index: auto;
    left: auto;
    overflow: visible;
    clip: auto;
    height: auto;
    width: auto;
    margin: 0;
    padding: initial;
    border: initial;
  }
  #reporting input[type=radio].css-checkbox + label.css-label, #reporting input[type=checbox].css-checkbox + label.css-label {
    padding-left: 0;
    margin: 5px;
  }
  #reporting label.css-label {
    background-image: none;
  }
}
@media (max-width: 575px) {
  .login_info h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .addon_video {
    width: calc(100%);
    margin: 0 0 20px 0;
  }
  #step1, #step2, #step3, #step4, #step5, #step6 {
    padding: 10px;
  }
  .uebersicht .navi_left {
    padding: 10px 0 10px 0;
    font-size: 16px;
  }
  .login_info h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .login_info h4 {
    font-size: 14px;
    line-height: 14px;
    padding: 5px;
  }
  .login_info h4 a {
    font-size: 18px;
    line-height: 18px;
  }
  .service_icon {
    width: 48%;
  }
  .detail_text {
    padding: 40px 10% 40px 10%;
  }
  .mieter_jahr {
    font-size: 12px;
    padding: 10px 5px 10px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
  }
}
@media (max-width: 475px) {
  .profilheader h2 {
    font-size: 10px;
  }
  #step2 li {
    float: left;
    width: 100%;
  }
  .home_schreiben {
    width: calc(100% - 20px);
  }
  .mieter_jahr {
    display: none;
  }
  .tour_icon, .home .tour_icon {
    width: calc(100%) !important;
  }
  #container2224_1_1078 .inner_container {
    padding: 20px;
  }
  #reporting input[type=radio].css-checkbox + label.css-label, #reporting input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 0;
    margin: 2px;
  }
}