@charset "UTF-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #EEE;
	margin: 0 auto;
	padding: 0;
	color: #000;
	text-align: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 25px;
	padding-left: 25px; 
}

h1 {
	font-size: 300%;
	color: #0A640D;
}

h2 {
	font-size: 150%;
	color: #0A640D;
	font-weight: normal;
}

h3 {
	font-size: 150%;
	text-align:center;
	color:#c20012;
	font-weight: normal;
}

h4 {
	font-size: 150%;
	text-align:left;
	color:#c20012;
	font-weight: normal;
}

h5 {
	font-size: 100%;
	text-align:left;
	color: #FDBA4F;
	padding-left: 1%;
	font-weight: normal;
}

h6 {
	font-size: 100%;
	text-align:center;
	color: #0A640D;
	padding-left: 1%;
	margin-top: 5%;
	font-weight: normal;
}

a img { 
	border: none;
}


a:link {
	color:#000;
	text-decoration: none;
}

.content ul, .content ol {  
	padding: 0 15px 15px 40px; 
}

a.PDF-link:link {
	color:#c20012;	
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active, a:focus { 
	color: #c20012;
	text-decoration: none;
}

myTopnav a,
myTopnav a[aria-current],
myTopnav a:visited, 
myTopnav a[aria-current] a:visited {
	color: #FFF;
}

myTopnav a:focus,
myTopnav a[aria-current] a:focus,
myTopnav a:hover,
myTopnav a[aria-current] a:hover,
myTopnav a:active
myTopnav a[aria-current] a:active {
	color: #f6c620;
}

myTopnav a[aria-current] a {
	color: #f6c620;
	font-weight: bold;
}

myTopnav a[aria-current] {
	color: #f6c620;
	font-weight: bold;
}

.navigation a,
.navigation a[aria-current],
.navigation a:visited, 
.navigation a[aria-current] a:visited {
	color: #FFF;
	font-size: 90%;
}

.navigation a:focus,
.navigation a[aria-current] a:focus,
.navigation a:hover,
.navigation a[aria-current] a:hover,
.navigation a:active
.navigation a[aria-current] a:active {
	color: #f6c620;
	font-size: 90%;
}

.navigation a[aria-current] a {
	color: #f6c620;
	font-weight: bold;
	font-size: 90%;
}

.navigation a[aria-current] {
	color: #f6c620;
	font-weight: bold;
	font-size: 90%;
}

.header {
	background: #FDBA4F;
	width: 100%;
	height: auto;
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
	padding: 0 0 5px 0;
	margin-left: auto;
	margin-right: auto;
}

.container {
	width: 100%;
	max-width: 1460px;
	background: #EEE;
	margin: 20px 0px 0px 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
}

.container-TZ {
	width: 100%;
	max-width: 1680px;
	background: #EEE;
	margin: 20px 0px 0px 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
}

.container h1 {
	font-size: 260%;
	color: #0A640D;
	font-weight: normal;
	padding-top: 20px;
}

.willkommen {
	width: 80%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
	justify-content: center; 
    align-items: center;
	margin-right: auto;
	margin-left: auto;
}

.willkommen-TZ {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
	justify-content: center; 
    align-items: center;
	margin-right: auto;
	margin-left: auto;
}

.willkommen h1,
.willkommen-TZ h1 {
	font-size: 200%;
	color: #690828;
	font-weight: normal;
	padding-top: 20px;
}

.willkommen p,
.willkommen-TZ p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.header-WH {
	background: #91c6fc;
	width: 100%;
	height: auto;
	font-size: 125%;
	font-weight: bold;
	color: #FFF;
	padding: 0;
}

.wrap { 
	background: transparent;
	width: 68%;
	margin-left: auto;
	margin-right: auto;
	
}
.spalte-A { 
	float: left; 
	width: 33%; 
	background: transparent; 
	display: subgrid; 
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.spalte-X { 
	float: left; 
	width: 15%; 
	background: transparent; 
}

.spalte-C { 
	float: left; 
	width: 33%; 
	background: transparent; 
	margin-top: 25px;
	margin-bottom: 25px;
}

.spalte-C h1 {
	font-size: 200%;
	color: #690828;
	font-weight: normal;
	padding-top: 40px;
	padding-bottom: 10px;
}

.spalte-C p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-top: 20px;
}

.spalte-1 { 
	float: left; 
	width: 33%; 
	background: transparent; 
}

.spalte-2 { 
	float: left; 
	width: 33%; 
	background: transparent; 
	display: subgrid; 
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.spalte-3 { 
	float: left; 
	width: 33%; 
	background: transparent; 
}

.spalte-3 h1 {
	font-size: 200%;
	color: #690828;
	font-weight: normal;
	padding-top: 20px;
}

.spalte-3 p {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding-top: 20px;
}

.traumziele {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.tz-logo {
	background-color: transparent;
	z-index: 900;
	width: 99%;
	height: auto;
	margin-top: 0;
	padding-top: 2px;
}

.tz-logo-EP {
	background-color: transparent;
	width: 80%;
	height: auto;
	margin-top: 33px;
	margin-right: 15px;
	padding: 5px;
}

.tz-goennen {
	background-color: transparent;
	width: 60%;
	height: auto;
	margin-top: 33px;
	margin-right: 15px;
	padding: 5px;
}

.tz-flagge {
	background-color: transparent;
	width: 25%;
	height: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 75px;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 2px;
	float: left;
}

.tz-flagge-elsass,
.tz-flagge-pfalz {
	background-color: transparent;
	width: 25%;
	height: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 75px;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 2px;
	float: left;
}

.tz-flagge-elsass-x,
.tz-flagge-pfalz-x {
	background-color: transparent;
	width: 22%;
	height: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 75px;
	margin-right: auto;
	margin-top: 12px;
	padding-top: 2px;
	float: left;
}

.tz-flagge-fr {
	background-color: transparent;
	width: 12%;
	height: auto;
	margin-top: 50px;
	padding-top: 2px;
	float: left;
}

.tz-flagge-de {
	background-color: transparent;
	width: 12%;
	height: auto;
	margin-top: 5px;
	margin-right: 25px;
	padding-top: 2px;
	float: right;
}

.button-logos {
	padding: 10px;
}

.buttons-left {
	padding: 10px;
	width: 50%;
	height: auto;
	float: left;
}

.buttons-right {
	padding: 10px;
	width: 50%;
	height: auto;
	float: right;
}

.partnerseiten {
	width: 50%;
	padding: 2%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 33px;
	border: 2px solid #b405a7;
	background-color: #FFF;
}

.buttons-center {
	padding: 10px 10px 25px 10px;
	width: 33%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.buttons-text {
	background-color: #FFF;
	padding: 5px 3px;
	margin-top: 5px;
	border: 2px solid #b405a7;
	font-size: 80%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	width: 100%;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

.traumziel-info {
	width: 100%;
	float: left;
	display: block;
	vertical-align:middle;
	margin-bottom: 20px;
	background-color: transparent;
	text-align: left;
	color: #000;
	text-decoration: none;
	height: auto;
	padding: 5px;
}

.traumziel-info p {
	font-size: 83%;
	padding: 5px 10px 5px 5px;
	vertical-align:middle;
}

.traumziel-info h2 {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	font-size: 120%;
	text-align: center;
	vertical-align:middle;
}

.traumziel-info a {
	font-weight: bold;
	color: darkred;
	font-size: 225%;
	text-align: center;
	vertical-align: top;
}

.TZ-fotos {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	vertical-align: middle;
	display: flex;
}

.bilder {
	width: 100%;
	padding: 0;
	margin: 0;
}

.karte {
	padding-top: 30px;
	margin: 5px 5px 5px 5px;
	float:left;
	text-align: justify;
	font-size: 75%;
}

.postkarte {
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 75%;
	width: 65%;
}

.tourinfo {
	background: #FFF;
	width: 100%;
	clear: both;
	padding-top: 5%;
}

.content {
	padding:0;
	text-align: center;
}

.content ul, .content ol {  
	padding: 0 15px 15px 40px; 
}

.article_left {
	width: 39%;
	float: left;
	color: #343434;
	padding-bottom: 15px;
	padding-left: 1%;
}

.article_left p {
	padding-left: 1%;
	padding-right: 5%;
	text-align: justify;
	margin-bottom: 15px;
	color: #000;
}

.article_left h2 {
	text-align: left;
	padding-left: 1%;
}

.article_left h3 {
	text-align: left;
	padding-left: 1%;
}

.article_right {
	width: 60%;
	float: left;
	padding: 5px 0 0 0;
}

.article_right p {
	padding-left: 1%;
	padding-right: 5%;
	text-align: justify;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #000;
}

.logos-WH {
	margin-bottom: 30px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: inline-block;
}

.logos-WH-1 {
	margin-bottom: 30px;
	margin-top: 5px;
	padding: 5px 0 0 0;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: inline-block;
}

.logos-WH-2 {
	margin-bottom: 30px;
	margin-top: 5px;
	padding: 5px 0 0 0;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: inline-block;
}

.logos-WH h2,
.logos-WH-2 h2 {
	font-size: 150%;
	color: #0A640D;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
}

.logos-WH-1 h2{
	font-size: 150%;
	color: #0A640D;
	font-weight: normal;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 95px;
}

.logolink-WH {
	margin: 0 15px 20px 0;
	vertical-align: middle;
	border: 1px solid #000;
}

.logolink-EPT {
	margin: 0 15px 20px 0;
	width: 15%;
	height: auto;
	vertical-align: middle;
	border: 1px solid #000;
}

.footer {
	background: #F8F8F8;
	font-size: 60%;
	text-align: center;
	color: #000;
	border-top: 1px dotted #000;
	line-height: 17px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.WH-left {
	width: 28%;
	min-height: 100%;
  	height:auto !important;
  	height:100%;
	float: left;
	text-align: right;
	vertical-align: middle;
	justify-content: right; 
    align-items: right;
	margin-left: 21%;
	margin-right: 0;
}

.WH-right{
	width: 28%;
	float: left;
	text-align: left;
	vertical-align: middle;
	justify-content: left; 
    align-items: left;
	margin-left: 0;
	margin-right: 21%;
}

.WH-img {
	min-height: 100%;
  	height:auto !important;
  	height:100%;
}

.WH-left-1 {
	width: 28%;
	min-height: 100%;
  	height:auto !important;
  	height:100%;
	float: left;
	text-align: right;
	vertical-align: middle;
	justify-content: right; 
    align-items: right;
	margin-left: 21%;
	margin-right: 0;
	margin-bottom: 20px;
}

.WH-right-1 {
	width: 28%;
	float: left;
	text-align: left;
	vertical-align: middle;
	justify-content: left; 
    align-items: left;
	margin-left: 0;
	margin-right: 21%;
	margin-bottom: 20px;
}

.WH-left-2 {
	width: 28%;
	min-height: 100%;
  	height:auto !important;
  	height:100%;
	float: left;
	text-align: right;
	vertical-align: middle;
	justify-content: right; 
    align-items: right;
	margin-left: 21%;
	margin-right: 0.5%;
}

.WH-right-2 {
	width: 28%;
	float: left;
	text-align: left;
	vertical-align: middle;
	justify-content: left; 
    align-items: left;
	margin-left: 0.5%;
	margin-right: 21%;
}

.wanderhotels {
	width: 100%;
	float: left;
	margin-bottom: 75px;
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	justify-content: center; 
    align-items: center;
}

.wanderhotels-1 {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	justify-content: center; 
    align-items: center;
}

.wanderhotels p,
.wanderhotels-1 p{
	font-size: 90%;
	padding: 5px 20px 5px 5px;
}

.wanderhotels h1,
.wanderhotels-1 h1{
	font-size: 120%;
	padding-top: 5px;
}

.wanderhotels h1:hover,
.wanderhotels-1 h1:hover {
	font-weight: bold;
	color: #c20012;
}

.wanderhotels h2,
.wanderhotels-1 h2 {
	font-weight: bold;
	color: #000;
}

.wanderhotels h3,
.wanderhotels-1 h3 {
	color: #c20012;
	text-align: left;
	font-size: 100%;
}

.wanderhotels h4,
.wanderhotels-1 h4 {
	color: #c20012;
	text-align: center;
	font-size: 135%;
	margin-bottom: 20px;
}

.wanderhotels-fotos {
	margin-right: 50px;
	width: 40%;
	float: left;
	display: inline-block;
}

.WH-information {
	width: 60%;
	float: left;
	display: inline-block;
	margin-bottom: 10px;
	background-color: #faeab6;
	text-align: left;
	color: #000;
	text-decoration: none;
	height: auto;
	padding: 30px 15px;
}

.WH-information p {
	font-size: 90%;
	padding: 5px 20px 5px 5px;
}

.WH-information h2 {
	font-weight: bold;
	color: #000;
}

.WH-information h3 {
	color: #c20012;
	text-align: left;
	font-size: 100%;
}

.WH-fotos {
	margin-right: 50px;
	width: 40%;
	float: left;
	display: inline-block;
}

.WH-adresslogo  {
	width: 35%;
	padding-right: 35px;
	padding-top: 10px;
	float: left;
}

.WH-adresse {
	margin-left: 40%;
}

.WH-adresse p {
	font-size: 80%;
	padding-top: 10px;
}

.WH-tourentipps {
	width: 40%;
	float: left;
	display: inline-block;
}

.intro-broschuere-1 {
	padding-bottom: 10px;
	display: inline-block;
	min-height: 700px;
	margin-top: 25px;
}


.blaettern-links-1 {
	width: 40%;
	text-align: justify;
	float: left;
}

.blaettern-rechts-1 {
	width: 55%;
	text-align: justify;
	float: right;
}

.PDF-titel-link {
	margin: 25px 15px 50px 0;
	float: left;
	width: 40%;
	height: auto;
}

.book-text {
	font-style: italic;
	font-size: 60%;
	color: #000;
}

.intro-broschuere {
	padding-bottom: 10px;
	display: inline-block;
	min-height: 700px;
}

.blaettern-links {
	width: 30%;
	text-align: justify;
	float: left;
}

.blaettern-rechts {
	width: 65%;
	text-align: justify;
	float: right;
}

.magazin {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #000;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
}

.book {
	font-style: italic;
	font-size: 60%;
	color: #000;
	margin: 0;
}

.PDF-link {
	margin: 5px 15px 0 0;
	float: left;
	width: 30px;
	height: 60px;
}

.link-PDF {
	margin: 5px 15px 0 0;
	float: right;
}

.ausflugsziele {
	width: 80%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
	justify-content: center; 
    align-items: center;
}

.AZ-information,
.AZ-information-big {
	width: 100%;
	float: left;
	display: table-cell;
	vertical-align:middle;
	margin-bottom: 20px;
	background-color: #e4eed1;
	text-align: left;
	color: #000;
	text-decoration: none;
	height: auto;
	padding: 10px 0px 10px 10px;
	border: 2px solid #bcc5ac;
}

.AZ-information1 {
	width: 100%;
	float: left;
		display: table-cell;
	vertical-align: middle;
	margin-bottom: 20px;
	background-color: #f6e8b7;
	text-align: left;
	color: #000;
	text-decoration: none;
	height: auto;
	padding: 10px 0px 10px 10px;
	justify-content: center; 
    align-items: center;
}


.AZ-information p,
.AZ-information1 p,
.AZ-information-big p {
	font-size: 83%;
	padding: 5px 10px 5px 5px;
	vertical-align:middle;
}

.AZ-information1 h2 {
	font-weight: 500;
	color: #000;
	margin-top: 20px;
	font-size: 123%;
}

.AZ-information h2{
	font-weight: 500;
	color: #000;
	margin-top: 30px;
	font-size: 123%;
}

.AZ-information-big h2 {
	font-weight: 500;
	color: #000;
	margin-top: auto;
	font-size: 120%;
	vertical-align:middle;
}

.AZ-information h3,
.AZ-information1 h3 {
	color: #c20012;
	text-align: left;
	font-size: 100%;
}

.AZ-empfehlung {
	color: #000;
	background-color: #bcc5ac;
	font-size: 100%;
	padding: 2px;
	line-height: 1.5em;
}

.AZ-empfehlung1 {
	color: #000;
	background-color: #e3d08d;
	font-size: 100%;
	padding: 2px;
	line-height: 1.5em;
}

.AZ-empfehlung-big {
	color: #000;
	background-color: #bcc5ac;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: auto;
	vertical-align: middle;
}

#AZ-empfehlung-big {
	color: #000;
	background-color: #bcc5ac;
	font-size: 90%;
	padding: 2px;
	line-height: 1.4em;
	margin-top: 10px;
	margin-bottom: auto;
	vertical-align: middle;
}

.AZ-empfehlung p {
	text-align: left;
}

.AZ-fotos {
	margin-right: 60px;
	width: 44%;
	float: left;
	vertical-align: middle;
	display: flex;
}

.AZ-adresslogo  {
	width: 35%;
	padding-right: 35px;
	padding-top: 10px;
	float: left;
}

.AZ-adresse {
	margin-left: 40%;
}

.AZ-adresse p {
	font-size: 140%;
	padding-top: 0px;
	text-align: left;
}

.WH-links {
	margin-bottom: 10px;
	background-color: #faeab6;
	text-align: left;
	color: #000;
	text-decoration: none;
	height: auto;
	padding: 15px;
}

.WH-links p {
	font-size: 90%;
	padding: 5px;
}

.WH-links h2 {
	font-weight: bold;
	color: #000;
}

.WH-links h3 {
	color: #c20012;
	text-align: left;
	font-size: 100%;
}

.TV-button {
	background-color: transparent;
	z-index: 500;
	width: 19%;
	height: auto;
	margin-left: 95%;
	margin-top: -3%;
	margin-bottom: -13%;
}

.TV-button-1 {
	background-color: transparent;
	z-index: 900;
	width: 16%;
	height: auto;
	margin-left: 90%;
	margin-top: -3%;
	margin-bottom: -13%;
}


.logo-EP {
	background-color: transparent;
	z-index: 500;
	width: 9%;
	height: auto;
	right: 65px;
	top: 2px;
	padding: 5px;
	float: left;
	position: fixed;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 30px;
	margin-bottom: 0px;
	align-items: center;
	justify-content: center;
}

.gallery h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #0A640D;
	text-align: center;
}

.hotelinfo {
	margin-top: 50px;
	margin-bottom: 100px;
	text-align: center;
}

.hotelinfo h4 {
	color: #0A640D;
	text-align: center;
	font-weight: bold;
}

.hotelinfo p {
	color: #000;
	text-align: center;
}

.WH-carousel {
	width: 50%;
	height: auto;
	text-align: center;
	background: #FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

.WH-carousel h5 {
	font-size: 90%;
	text-align: center;
	color: #000;
	background-color: #FFF;
	opacity: 80;
	padding: 10px;
	
}

.WH-carousel p {
	font-size: 90%;
	color: #000;
}


.fotoimpression {
	width: 47%;
	text-align: center;
	float: left;
	margin-top: 2px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
}

.fotoimpression1 {
	width: 30%;
	text-align: center;
	float: left;
	margin-top: 2px;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	align-items: center;
	justify-content: center;
}

.partner {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 2px;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
}
.gallery .partner h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
	text-align: center;
}
.gallery .partner p {
	margin: 0;
	color: #898787;
	text-align: center;
}

.impressionen {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
}

.fotos {
	width: 95%;
	padding-bottom: 5px;
	margin-top: 8px;
}

.tv-film {
	width: 95%;
	padding-bottom: 5px;
	margin-top: 8px;
}

.brochure {
	width: 95%;
	padding-bottom: 5px;
	margin-top: 8px;
	min-height: 800px;
}

#cookiehinweis {
	position: fixed;
	justify-content: center; 
    align-items: center;
	vertical-align: bottom;
	bottom: 20px;
	margin: 0 auto;
	width: 100%;
	height: auto;
	z-index: 750;
	background: #FFF;
	border-top: 2px solid #000;
	color: #000;
	padding: 8px 5px 2px 5px;
	font-size: 60%;
}

.rechtliches {
	margin-top: 50px;
	margin-left: 50px;
	text-align: left;
	display: inline-block;
}

.impressum {
	width: 95%;
	text-align: left;
	margin: 15px 0 0 0;
	padding: 20px 20px 10px 20px;
}

#impressum-herausgeber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-left: 70px;
}

.impressum-text {
	font-size: 11px;
	color: #000;
	text-align: left;
}

.impressum a:link, 
.impressum a:visited, 
.impressum a:hover, 
.impressum a:active {
	color: #000;
	text-decoration: none;
}

.impressum-logo {
	margin: 0 125px 0 0;
	float: right;
}

.erecht_logo {
	width: 20%;
	margin-left: 10%;
	margin-top: 2%;
	margin-bottom: 2%;
	align-content: center;
	float: right;
}


@media (max-width: 375px) {
h1 {
	font-size: 125%;
}

h2 {
	font-size: 110%;
}

h3 {
	font-size: 105%;
}
	
.TV-button {
	background-color: transparent;
	z-index: 500;
	width: 30%;
	height: auto;
	margin-left: 0;
	margin-top: 1%;
	margin-bottom: 2%;
}
	
.TV-button-1 {
	background-color: transparent;
	z-index: 900;
	width: 16%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15%;
	margin-bottom: 1%;
}
	
.container h1 {
	font-size: 125%;
	padding-top: 10px;
}
	
.wrap { 
	background: transparent;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center; 
    align-items: center;
	
}
	
.spalte-X { 
	display: none;
}

.spalte-A { 
	float: left; 
	width: 100%; 
	background: transparent; 
	display: grid; 
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.spalte-C { 
	float: left; 
	width: 100%; 
	background: transparent;
	padding: 20px;
}
	
.spalte-1 { 
	float: left; 
	width: 100%; 
	background: transparent; 
}

.spalte-2 { 
	float: left; 
	width: 100%; 
	background: transparent; 
	display: grid; 
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.spalte-3 { 
	float: left; 
	width: 100%; 
	background: transparent;
	padding: 20px;
}
	
.tz-logo,
.tz-logo-EP {
	background-color: transparent;
	z-index: 900;
	width: 75%;
	height: auto;
	margin-top: 0;
	padding-top: 2px;
}

.tz-goennen {
	background-color: transparent;
	width: 60%;
	height: auto;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
	
.partnerseiten {
	width: 90%;
	padding: 2%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 33px;
	border: none;
	background-color: transparent;
}

.buttons-center {
	padding: 10px 10px 25px 10px;
	width: 33%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	
.button-logos {
	padding: 10px;
	width: 100%;
	height: auto;
	float: left;
}

.buttons-left {
	padding: 10px;
	width: 50%;
	height: auto;
	float: left;
}

.buttons-right {
	padding: 10px;
	width: 50%;
	height: auto;
	float: lef;
}

.buttons-text {
	background-color: #FFF;
	padding: 5px 3px;
	margin-top: 5px;
	border: 1px solid #b405a7;
	font-size: 20%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	float: left;
}
	
.traumziel-info h2 {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	font-size: 90%;
	text-align: center;
	vertical-align:middle;
}

.traumziel-info a {
	font-weight: bold;
	color: darkred;
	font-size: 150%;
	text-align: center;
	vertical-align: top;
}
	
.willkommen-TZ {
	width: 100%;
	margin-bottom: 5px;
	justify-content: center; 
    align-items: center;
	margin-right: auto;
	margin-left: auto;
	display: grid;
}
	
.logos-WH-1,
.logos-WH-2 {
	padding: 5px;
	width: 95%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
	
.logos-WH-1 h2{
	margin-top: 15px;
}

.ausflugsziele {
	width: 95%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
	justify-content: center; 
    align-items: center;
}
	
.AZ-information,
.AZ-information-big {
	padding: 0px;
	text-align: center;
}
	
.AZ-fotos {
	width: 100%;
	padding: 10px;
	float: left;
	justify-content: center; 
	margin: auto;
}
	
.logolink-WH {
	margin: 5px;
	vertical-align: middle;
	border: 1px solid #000;
	float: left;
	justify-content: center; 
    align-items: center;
}
	
.partner {
	width: 48%;
	text-align: center;
	float: left;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
}

.fotoimpression1 {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 2px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	align-items: center;
	justify-content: center;
}
	
.logolink-EPT {
	margin: 0 15px 20px 0;
	width: 75%;
	height: auto;
	vertical-align: middle;
	border: 1px solid #000;
}
	
.blaettern-links {
	width: 100%;
	text-align: justify;
	float: left;
}

.blaettern-rechts {
	width: 100%;
	text-align: justify;
	float: right;
}

.fotos {
	width: 100%;
	padding-bottom: 5px;
	margin-top: 8px;
}

.logo-EP {
	background-color: transparent;
	z-index: 500;
	width: 22%;
	height: auto;
	right: 2%;
	top: 15%;
	padding: 5px;
	float: left;
	position: fixed;
}
	
.postkarte {
	width: 100%;
}
	
.willkommen {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.willkommen h1 {
	font-size: 125%;
}

.willkommen p {
	font-size:90%;
}

.WH-left,
.WH-left-1{
	width: 48%;
	margin-left: 1%;
	margin-right: 0;
}

.WH-left,
.WH-right-1 {
	width: 48%;
	margin-left: 0;
	margin-right: 1%;
}

.tv-film {
	width: 100%;
	padding-bottom: 5px;
	margin-top: 8px;
}

}


@media (min-width: 376px) and (max-width: 768px) {
h1 {
	font-size: 175%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
}
	
.TV-button {
	background-color: transparent;
	z-index: 500;
	width: 25%;
	height: auto;
	margin-left: 0;
	margin-top: 1%;
	margin-bottom: 2%;
}
	
.TV-button-1 {
	background-color: transparent;
	z-index: 900;
	width: 16%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15%;
	margin-bottom: -2%;
}
	
.container h1 {
	font-size: 150%;
	padding-top: 10px;
}
	
.wrap { 
	background: transparent;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center; 
    align-items: center;
	
}
	
.spalte-X { 
	display: none;
}

.spalte-A { 
	float: left; 
	width: 100%; 
	background: transparent; 
	display: grid; 
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.spalte-C { 
	float: left; 
	width: 100%; 
	background: transparent;
	padding: 20px;
}
	
.spalte-1 { 
	float: left; 
	width: 100%; 
	background: transparent; 
}

.spalte-2 { 
	float: left; 
	width: 100%; 
	background: transparent; 
	display: grid; 
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.spalte-3 { 
	float: left; 
	width: 100%; 
	background: transparent;
	padding: 20px;
}
	
.tz-logo,
.tz-logo-EP {
	background-color: transparent;
	z-index: 900;
	width: 75%;
	height: auto;
	margin-top: 0;
	padding-top: 2px;
}

.tz-goennen {
	background-color: transparent;
	width: 60%;
	height: auto;
	margin-top: 13px;
	margin-right: 25%;
	margin-left: auto;
	padding: 5px;
}
	
.partnerseiten {
	width: 80%;
	padding: 2%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 33px;
	border: 2px solid #b405a7;
	background-color: #FFF;
}

.buttons-center {
	padding: 10px 10px 0px 10px;
	width: 33%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	
.buttons-left {
	padding: 10px;
	width: 50%;
	height: auto;
	float: left;
}

.buttons-right {
	padding: 10px;
	width: 50%;
	height: auto;
	float: lef;
}

.buttons-text {
	background-color: #FFF;
	padding: 5px 3px;
	margin-top: 5px;
	border: 1px solid #b405a7;
	font-size: 20%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 100%;
	float: left;
}

.traumziel-info h2 {
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	font-size: 90%;
	text-align: center;
	vertical-align:middle;
}

.traumziel-info a {
	font-weight: bold;
	color: darkred;
	font-size: 150%;
	text-align: center;
	vertical-align: top;
}
	
.ausflugsziele {
	width: 90%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
	justify-content: center; 
    align-items: center;
}
	
.willkommen-TZ {
	width: 100%;
	margin-bottom: 5px;
	justify-content: center; 
    align-items: center;
	margin-right: auto;
	margin-left: auto;
	display: grid;
}
	
.logos-WH-1,
.logos-WH-2 {
	padding: 5px;
	width: 95%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
	
.AZ-information,
.AZ-information-big {
	padding: 0px;
	text-align: center;
}
	
.AZ-fotos {
	width: 100%;
	padding: 10px;
	float: left;
	justify-content: center; 
	margin: auto;
}
	
.partner {
	width: 48%;
	text-align: center;
	float: left;
	margin-top: 2px;
	padding-bottom: 2px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
}

.fotoimpression1 {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 2px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	align-items: center;
	justify-content: center;
}

.fotos {
	width: 90%;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
	
.blaettern-links {
	width: 100%;
	text-align: justify;
	float: left;
}

.blaettern-rechts {
	width: 100%;
	text-align: justify;
	float: right;
}

.logo-EP {
	background-color: transparent;
	z-index: 500;
	width: 20%;
	height: auto;
	right: 2%;
	top: 5%;
	padding: 5px;
	float: left;
	position: fixed;
}
	
.logolink-EPT {
	margin: 0 15px 20px 0;
	width: 35%;
	height: auto;
	vertical-align: middle;
	border: 1px solid #000;
}
	
.postkarte {
	width: 90%;
}
	
.willkommen {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.WH-left,
.WH-left-1{
	width: 48%;
	margin-left: 1%;
	margin-right: 0;
}

.WH-left,
.WH-right-1 {
	width: 48%;
	margin-left: 0;
	margin-right: 1%;
}

.tv-film {
	width: 100%;
	padding-bottom: 5px;
	margin-top: 8px;
}
}

@media (min-width: 769px) and (max-width: 1096px) {
h1 {
	font-size: 175%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
}
	
.container h1 {
	font-size: 150%;
	padding-top: 10px;
}

.wrap { 
	background: transparent;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center; 
    align-items: center;
	
}
.spalte-1 { 
	float: left; 
	width: 38%; 
	background: transparent; 
}

.spalte-2 { 
	float: left; 
	width: 58%; 
	background: transparent; 
	display: inline-block; 
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.spalte-3 { 
	float: left; 
	width: 100%; 
	background: transparent;
	padding: 20px;
}
	
.tz-logo {
	background-color: transparent;
	z-index: 900;
	width: 85%;
	height: auto;
	margin-top: 0;
	padding-top: 2px;
}

.tz-goennen {
	background-color: transparent;
	width: 40%;
	height: auto;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
	
.tz-flagge-elsass {
	background-color: transparent;
	width: 10%;
	height: auto;
	flex-direction: column;
	margin-left: 25px;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 2px;
	float: left;
}
	
.tz-flagge-pfalz {
	background-color: transparent;
	width: 10%;
	height: auto;
	flex-direction: column;
	margin-left: 175px;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 2px;
	float: left;
}
	
.partnerseiten {
	width: 80%;
	padding: 2%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 33px;
	border: 2px solid #b405a7;
	background-color: #FFF;
}

.buttons-center {
	padding: 10px 10px 0px 10px;
	width: 50%;
	float: left;
	margin-left: auto;
	margin-right: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	
.buttons-left {
	padding: 10px;
	width: 50%;
	height: auto;
	float: left;
}

.buttons-right {
	padding: 10px;
	width: 50%;
	height: auto;
	float: left;
}

.buttons-text {
	background-color: #FFF;
	padding: 5px 3px;
	margin-top: 5px;
	border: 1px solid #b405a7;
	font-size: 65%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 70%;
	float: left;
}
	
.ausflugsziele {
	width: 70%;
	display: inline-block;
	margin-bottom: 20px;
	vertical-align: middle;
	justify-content: center; 
    align-items: center;
}

.ausflugsziele h1 {
	font-size: 125%;
}
	
.AZ-information,
.AZ-information-big {
	padding: 0px;
	text-align: center;
}
	
.AZ-fotos {
	width: 100%;
	padding: 10px;
	float: left;
	justify-content: center; 
	margin: auto;
}
	
.TV-button-1 {
	background-color: transparent;
	z-index: 900;
	width: 16%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -5%;
	margin-bottom: 1%;
}

.fotoimpression1 {
	width: 50%;
	text-align: center;
	float: left;
	margin-top: 2px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	align-items: center;
	justify-content: center;
}

.fotos {
	width: 95%;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

.logo-EP {
	background-color: transparent;
	z-index: 500;
	width: 15%;
	height: auto;
	right: 2%;
	top: 6%;
	padding: 5px;
	float: left;
	position: fixed;
}
	
.logolink-EPT {
	margin: 0 15px 20px 0;
	width: 35%;
	height: auto;
	vertical-align: middle;
	border: 1px solid #000;
}
	
.postkarte {
	width: 80%;
}

.willkommen {
	width: 95%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
	
}

@media (min-width: 1097px) and (max-width: 1368px) {
.wrap { 
	background: transparent;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	justify-content: center; 
    align-items: center;
	
}
.spalte-1 { 
	float: left; 
	width: 38%; 
	background: transparent; 
}

.spalte-2 { 
	float: left; 
	width: 58%; 
	background: transparent; 
	display: inline-block; 
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
	
.spalte-2 a,
.tz-flagge-elsass a,
.tz-flagge-pfalz a { 
	text-decoration: none;
}

.spalte-3 { 
	float: left; 
	width: 100%; 
	background: transparent;
	padding: 20px;
}
	
.tz-logo {
	background-color: transparent;
	z-index: 900;
	width: 85%;
	height: auto;
	margin-top: 0;
	margin-left: 55px;
	padding-top: 2px;
}

.tz-goennen {
	background-color: transparent;
	width: 42%;
	height: auto;
	margin-top: 13px;
	margin-right: 25%;
	margin-left: auto;
	padding: 5px;
}
	
.tz-flagge-elsass {
	background-color: transparent;
	width: 10%;
	height: auto;
	flex-direction: column;
	margin-left: 55px;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 2px;
	float: left;
}
	
.tz-flagge-pfalz {
	background-color: transparent;
	width: 10%;
	height: auto;
	flex-direction: column;
	margin-left: 205px;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 2px;
	float: left;
}
	
.TV-button-1 {
	background-color: transparent;
	z-index: 900;
	width: 16%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: -2%;
	margin-bottom: 1%;
}
	
}
