/* CSS Document */

body {
  width: 100%;
  margin: 0;
	padding: 0;
}

.spacer {
  height: 5px;
}

.wrapper {
  width: 870px;
  margin: 0 auto;
  float: none;
  background: none;
}

#reisedatum > header .wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 940px;
  width: auto;
  margin-bottom: -3px;
}

fieldset {
	border: none;
	background-image: none;
}

fieldset > header {
  margin-bottom: 25px;
  padding: 10px 0;
  border-top: none;
	background-color: rgba(255,252,252,0.90);
  /*text-align: center;*/
}

fieldset > header > div {
  color: black;
  font-size: 14px;
}

fieldset > header img {
  margin: 0 15px;
  vertical-align: middle;
}

fieldset > header .button {
  margin-left: 25px;
  padding: 8px 40px;
  line-height: 14px;
  border: none;
  border-radius: 0;
  background-color: #AC7E49;
  color: white;
  font-family: WaldhausSils1;
  font-size: 14px;
  font-style: italic;
}

fieldset > header .button:hover {
  background-color: #7C5E3B;
}

.buttonbook {
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 5px 15px 5px 15px;
    font-family: WaldhausSils1;
	color: white;
    background-color: #AC7E49;
	text-decoration: none;
	font-weight: normal;
    font-size: 14px;
	border: none;
	transition: background-image 0.5s;
}

.buttonbook:hover {
    background-color: #7C5E3B;
	color: white;
}



.travel-label {
  padding-right: 10px;
  color: #2E2E2E;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.travel-date {
  padding: 0 2px;
  color: #AC7E49;
  font-style: italic;
  text-decoration: underline;
}

fieldset > section {
  position: relative;
  padding: 0;
  padding-bottom: 45px;
	background: #FFFFFF;
	border: none;
  box-shadow: 0px 2px 2px 0px rgba(185, 185, 185, 0.50);
}

.bronze-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52px;
  background-color: #AC7E49;
}

input[type=submit] {
	font-size: 1em;
	background-image: -webkit-linear-gradient(270deg,rgba(203,102,1,1.00) 0%,rgba(255,134,13,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(203,102,1,1.00) 0%,rgba(255,134,13,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(203,102,1,1.00) 0%,rgba(255,134,13,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(203,102,1,1.00) 0%,rgba(255,134,13,1.00) 100%);
	transition: 0.2s;
}

input[type=submit]:hover {
	color: #821E04;
	transition: 0.4s;
}

.season {
	line-height: 1.45;
}

.season h2 {
  font-size: 15px;
  text-transform: uppercase;
}

.season p {
  margin: 0;
}

.season.winter {
  text-align: left;
}

.season.summer {
  text-align: right;
}

@media only screen and ( min-width: 660px ) and ( max-width: 972px ) {
  .wrapper {
    width: 625px !important;
  }
  
  .season {
    display: none;
  }
}

@media only screen and ( max-width:640px ) {
  .wrapper {
    width: 300px !important;
  }

  fieldset > header h2 {
    display: none;
  }

  fieldset > header span {
    /*display: none;*/
  }

  input[type=submit] {
    margin-top: 0;
  }
}
