.h3, h3 { font-family: Rajdhani,sans-serif !important; font-size: 1.2rem; text-transform: uppercase; font-weight: 700; margin-bottom: .5rem; line-height: 1.2; color: #ee7a25; }
.h4, h4 { font-family: Rajdhani,sans-serif !important; font-size: 1.1rem; text-transform: uppercase; font-weight: 700; margin-bottom: .5rem; line-height: 1.2; color: #ee7a25; }
.h5, h5 { font-family: Rajdhani,sans-serif !important; font-size: 1.0rem; text-transform: uppercase; font-weight: 700; margin-bottom: .5rem; line-height: 1.2;  color: #ee7a25;}

/* .brick a { color: #ee7a25; text-decoration: underline; } */
.brick a { text-decoration: underline; }
.button-white a { text-decoration: none; }
.button-orange a { text-decoration: none; }

.wrap-collabsible {
  margin-bottom: 1.2rem 0;
}

input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;

  font-weight: bold;
  font-family: Rajdhani,sans-serif !important;
  font-size: 1.2rem;
  text-transform: uppercase;
//  text-align: center;

  padding: 1rem;

  color: #17344b;
  background: transparent;

  cursor: pointer;

  border-radius: 12px;
  border: 1px solid #17344b;
  transition: all 0.25s ease-out;
}

.lbl-toggle:hover {
  color: #ffffff;
  background: #17344b;
}

.lbl-toggle::before {
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: none;
}

.toggle:checked + .lbl-toggle {
  color: #ffffff;
  background: #17344b;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.collapsible-content .content-inner {
  background: transparent;
  border-left: 1px solid #17344b;
  border-right: 1px solid #17344b;
  border-bottom: 1px solid #17344b;
  padding: .5rem 1rem;
}

.main-navigation__dropdown--item-ebene3 {
color:#fff;
font-size:16px;
list-style: square;
}

.main-navigation__dropdown--item-ebene3:hover {
color:#ee7a25;
font-size:16px;
}

.mobile-navigation .navigation navigation-ebene3{
font-size:8px;
}

div#no-border {
  border: none;
}

.table-head {
  background: #17344b;
  color: #ffffff;
}

.table {
width: 100%;
border:none;
}

tr:nth-child(even) {background: #dbe5e9}

.button-full {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.button-orange {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.button-white {
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
}

.preisinfo {
position:fixed;
right:0;
top:420px;
z-index:5000;
width:100%;
height:0;
max-width:1920px;
margin:0 auto;
left:0;
color:white;
font-weight: 600;
-webkit-transform:translateY(-50%);
transform:translateY(-50%)}
}

.preisinfo .inner {
position: relative;
width: 180px;
margin-left: auto;
transition: .3s ease-in-out;
}

.error {
  display: block;
  border: 1px solid #ff0000 !important;
  background-color: #ffaaaa !important;
}

.selectland select{
    border: 1px solid #15334a;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
    width: 100%;
    height: 50px;
    line-height: 35px;
    background: #dbe5e9;
    font-size: 18px;
    font-weight: 500;
    color: black;
    padding-left: 25px;
    box-shadow: 5px 5px 30px #eee;
    transition: 0.2s;
}

.selectland select:focus{
border: 1px solid #dcdcdc;
box-shadow: 3px 3px 10px #eee;
background: #dbe5e9;
}

.selectland select:hover {
border: 1px solid #dcdcdc;
box-shadow: 5px 5px 10px #eee;
}



section.area-section.brick .panorama-wrapper__order .panorama__list {
    font-size: 18px !important;
}

.rclear{
  float: right;
  clear:both;
}

.lclear{
  float: left;
  clear:both;
}

.card-angebote{
width:120%;
}

.form-group input{
width:99%;
}

/*
.form-group input:focus{
border: 1px solid #dcdcdc;
box-shadow: 3px 3px 10px #eee;
background: #dbe5e9;
}*/

.ziport input{
    border: 1px solid #15334a;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
    width: 49%;
    height: 50px;
    line-height: 35px;
    background: #dbe5e9;
    font-size: 18px;
    font-weight: 500;
    color: black;
    padding-left: 25px;
    box-shadow: 5px 5px 30px #eee;
    transition: 0.2s;
}

/*
.ziport input:focus{
border: 1px solid #dcdcdc;
box-shadow: 3px 3px 10px #eee;
background: #dbe5e9;
}*/
