body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #4f232269;;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  line-height: 38px;
  color: #4f2322;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #4f232214;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #4f2322;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

/*.selectric-open .selectric {
  border-color: #c4c4c4;
}*/

.selectric-open .selectric-items {
  display: block;
 /* height: 100%; */ /*hinzugefuegt*/
 height: auto; /*hinzugefügt*/
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  /*line-height: 20px;*/
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #4f2322;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
    background: #4f2322;
    color: white;
}

.selectric-items li:hover {
    background: #f1eeee;
    color: #4f2322;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

* {
    box-sizing: border-box;
    --header-brown: #492623;
    --header-yellow: #FDD000;
}

body {
    color: #4f2322;
    line-height: 1.5;
    font-family: adobe-garamond-pro, serif;
    font-size: 100%;
}
#wrapper {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5%;
    background-color: #fff;
}
h1 {
    text-transform: uppercase;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 2px;
    background-color: #4f2322;
    text-align: center;
    color: white;
    padding: 24px 0px;
    margin: 0px;
    margin-bottom: 3.5%;
}
h2 {
    text-transform: uppercase;
    font-weight: normal;
    font-style: italic;
    font-size: 1.25rem;
    margin-top: 36px;
}
p:last-child {
    margin-bottom: 0px;
}
a {
    color: #4f2322;
    text-decoration: none;
    font-weight: bold;
}
@media screen and (max-width: 840px){ h1 {
    font-size:23px;
    }
}
@media screen and (max-width: 450px){ h1 {
    font-size:16px;
    }
}
button[type="submit"] {
    color: white;
    background-color: var(--header-brown);
    border: none;
    padding: 10px 16px;
    transition: all .4s ease-in-out;
    cursor:pointer;
}
button[type="submit"]:hover {
    background-color: var(--header-yellow);
    color: var(--header-brown);
}
.formbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
input {
    width: 100%;
    padding: 8px 10px;
    margin-bottom: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border: 1px solid #4f232269;
}
input:focus,
textarea:focus {
    outline-color: #008ecf!important;
    outline-style: solid!important;
    outline-width: 1px!important;
}
div.f-50 {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
}
div.f-100 {
    width: 100%;
    display: flex;
}
textarea {
    padding: 8px 10px;
    /*height: 280px;*/
    -webkit-appearance: none;
    border: none;
    border: 1px solid #4f232269;
    margin-bottom: 16px;
    width: 100%;
}
.explanation {
    width: 100%;
}
.headline {
    width: 100%;
}
.select {
    width: 100%;
}
input[name="anreise"],
input[name="abreise"] {
    color: #4f2322;
}
input[type="submit"] {
    color: white;
    background-color: #4f2322;
    border: none;
    padding: 10px 16px;
}
input + img {
    position: absolute;
    right: 8px;
    top: 6px;
}
.selectric-wrapper {
    width: 100%;
}
input::-webkit-input-placeholder {
    color: #4f2322!important;
}
input:-moz-placeholder {
    color: #4f2322!important;
}
input::-moz-placeholder {
    color: #4f2322!important;
}
input:-ms-input-placeholder {
    color: #4f2322!important;
}
textarea::-webkit-input-placeholder {
    color: #4f2322!important;
}
textarea:-moz-placeholder {
    color: #4f2322!important;
}
textarea::-moz-placeholder {
    color: #4f2322!important;
}
textarea:-ms-input-placeholder {
    color: #4f2322!important;
}
select {
    padding: 8px 10px;
    margin-bottom: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px!important;
    background-color: transparent!important;
    border: 1px solid #4f232269!important;
    color: #4f2322!important;
}
.select {
    position: relative;
}
.select:before {
    font-family: 'FontAwesome';
    content: &quot;\f0d7&quot;;
    color: #4f2322;
    font-style: normal;
    position: absolute;
    bottom: 21px;
    right:12px
}
label.select:before {
    display: none;
}
.selected-button,
.datepicker_bootstrap .days .day.selected,
.datepicker_bootstrap .days .day.selected:hover,
.datepicker_bootstrap .months .month.selected,
.datepicker_bootstrap .months .month.selected:hover,
.datepicker_bootstrap .years .year.selected,
.datepicker_bootstrap .years .year.selected:hover {
    background-color: #4f2322;
}
.f-50 br {
    display: none;
}

screen and (max-width: 550px) {
div.f-50 {
    width: 100%;
}
input + img {
    display: none;
}
}

