body {
	padding: 0px;
	background-color: #edece5;
}

.wrapper {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}
.content-main {
	background-color: #ffffff;
	padding: 15px;
	
}


p,
td,
li,
div {
  color: #2f2f2d;
  font-family: "NeueSansPro-Normal",Verdana,Arial;
}




/**
 * Hauptfarbe fÃür Titel und Links
 */
a,
a:link,
a:active,
a:visited,
a:focus,
.search span.fa,
.dropapp-search-field input,
.dropapp-search-field span,
.droptours-month,
.dropapp-tours-title > a:link,
.dropapp-tours-title > a:active,
.dropapp-tours-title > a:visited {
  color: #00726F;
}
.droptours-month {
	font-size: 2rem;
}



h1, h2, h3, h4, h5,
h1 > label, h2 > label, h3 > label, h4 > label, h5 > label,
h1 > a, h1 > a:link, h1 > a:active, h1 > a:visited, h1 > a:focus,
h2 > a, h2 > a:link, h2 > a:active, h2 > a:visited, h2 > a:focus {
  color: #00726F;
}

h2 {
	font-size: 2.0625rem
}
h3 {
	font-size: 1.5625rem
}

.btn,
.btn-sm {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 20px;
}
.btn.btn-primary {
  background-color: #00726F;
  border-color: #00726F;
  margin-top: -9px;
}

.header-green {
	width: 100%;
	height: 52px;
	margin-top: -15px;
	margin-bottom: 70px;
	text-align: right;
	
	background: linear-gradient(135deg, #fff000 1%, #a2c91b 20%, #a2c91b 20%, #008039 85%);
}
.header-img img {
	margin-top: -15px;
	margin-right: -15px;
}

.dropapp-items article.dropapp-item .dropapp-item-date-date,
.dropapp-items article.dropapp-item .dropapp-item-date-duration {
	color: #818167;
	font-size: 2rem;
}

#droptours-detail .droptours-button,
#droptours-detail #droptours-back {
	display: inline-block;
	margin-top: 5px;
}
#droptours-detail .droptours-img-web {
	max-width: 600px;
}



.droptours-vegetarier,
#abo,
.droptours-costs-currency {
	display: none;
}


.prosenectute-header {
	position: relative;
	width: 100%;
	height: 52px;
	background: linear-gradient(135deg, #ffed00 1%, #bbcf00 15%, #37aa32 30%, #007b48 80%);
	text-align: right;
	margin-bottom: 80px;
}
.prosenectute-header > a {
	display: inline-block;
	position: absolute;
	top: -12px;
	right: -12px;
}
.prosenectute-footer {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	padding: 15px;
	margin-top: 30px;
}
.prosenectute-footer ul {
	list-style-type: none;
}
.prosenectute-footer ul li {
	float: left;
	margin-right: 30px;
	color: #00726F;
}


#droptours-login, .dropapp-tours-navi {
	background-color: #edece5;
}


@media (max-width: 767px) {
	#droptours-detail .droptours-button,
	#droptours-detail #droptours-back {
		margin-bottom: 15px;
	}
	
	#droptours-detail .droptours-button {
		width: 100%;
	}
	#droptours-print {
		margin-left: 0;
	}
	
	
}


