body {
	font-family: sans-serif;
	font-size: 110%;
	color:#000;
	padding: 10px 0;
	margin: 0;
	background: #87CEEB;
	line-height: 2;
}

a:link,a:visited,a:active {
	color:#039;
	text-decoration:none;
	font-weight:700;
}

a:hover {
	color:#039;
	text-decoration:underline;
	font-weight:700;
}

hr {
	margin:15px 0;
	color:#333;
	height:1px;
	width:100%;
}

img {
	max-width:100%;
	height: auto;
	/*image-rendering: crisp-edges;*/
}



form {
	margin:0;
}

input,textarea {
	color:#003;
	background-color:#fff;
	border:1px solid #999;
	
}

/***********************************
container
************************************/
#mainContainer {
	padding:1px;
	border:1px solid #b7ab8c;
	background: #d4cbb3;
	margin:0 auto;
	width:auto;
	max-width:960px;
	min-width:270px;
}

#container {
	border:1px solid #ddd;
	padding:0 0 25px;
	margin:0 auto;
	background-color:#FFF;
	width:auto;
}

/***********************************
masthead
************************************/
#masthead {
	padding: 0;
	margin: 0 0 30px;
}

.site_name {
	color:#fff;
	padding:10px 35px;
	margin:0;
	background:#FE9900;
	border-bottom:3px solid #fff;
}

.site_name h1 {
	color:#fff;
	padding:10px 15px;
	margin:0;
	font-size:1em;

}

.stripe {
	margin:0 0 20px;
	padding:5px;
	text-align:left;
	opacity:.8;
	filter:alpha(opacity=80);
	background-color:#E6DBBF;
}

.stripe h2 {
	margin:0;
}

.stripe h1 {
	font-size:1.5em;
	font-weight:700;
	text-align:left;
	vertical-align:bottom;
	color:#000;
	margin:0;
}

#menucontainer {
	border:0 solid #606060;
	float:right;
	padding:0;
	margin:0 0 5px 20px;
}






#suche {
	position:top: 1px;
}


.social-media-share a {
  text-decoration: none;
  color: #000; /* Grundfarbe für Icons */

}

.social-media-share i {
  font-size: 50px; /* Größe der Icons */
  margin-right: 20px; /* Abstand zwischen den Icons */
}

#facebook-share {
  color: #3b5998; /* Facebook Blau */
}

#twitter-share {
color: #1DA1F2; /* Twitter-Farbe */

}


/* FontAwesome für das Twitter-Icon */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
.twitter-button {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #1DA1F2; /* Twitter-Blau */
  color: white;
  text-decoration: none;
  border-radius: 25px;
  border: none;
  transition: background-color 0.3s ease; /* smoother Übergang für den Hover-Effekt */
  font-weight: bold;
}
.icon-container {
  display: flex;
  align-items: center;
  margin-right: 8px; /* Abstand zwischen Icon und Text */
}
/* FontAwesome-Icon (Twitter) */
.fab.fa-twitter {
  font-size: 20px; /* Größe des Icons */
}
/* Hover-Effekt */
.twitter-button:hover, .twitter-button:focus {
  background-color: #1991DA; /* Dunkleres Blau für den Hover-Effekt */
  text-decoration: none; /* Verhindert das Unterstreichen beim Hover */
  color: white; /* Textfarbe weiß beibehalten */
}



.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    height: 0;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    border: 0;
}


#adsenseunten {
	float:left;
	padding: 20px 0px; 
}



.clear {
	clear: both;
	}


#container_social {
	border:0 solid #606060;
	
}
.ads-one {
	float: left;
	padding: 10px 20px; 
}
#amazon {
float:left;

}
#partner {
float:left;
}

#mobile-oben {
float:left;
margin-bottom: 10px;
}

#amazon-wrapper {
display:inline-block;
   margin: 0px auto;
}


#containerinhalt {
	border:2px solid #ddd;
	padding: 25px;
	margin:0 auto;
	background-color:#f5f5f5;
	width:auto;
}
/***********************************
sidebar
************************************/
#sidebar {
	float:left;
	width:20%;
	vertical-align:top;
	background-color:#FFF;
	margin:0;
	padding:0;
}

.menu {
	border:none;
}
.menu a {color: #fff;}

#my-menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	background-color:#EDEAE3;
}

#my-menu li {
	list-style:none;
	margin:0;
	padding:0;
}

#my-menu a {
	display: block;
	border-bottom: 1px solid #cbbab4;
	padding:4px 10px;
	color:#000000;
	display:block;
	text-decoration:none;
	font-weight:700;
}

#my-menu a:hover {
	text-decoration:none;
	color:#BE5532;
}

#my-menu ul ul {
	padding-left:10px;
	background-color:#EEE4C9;
	border-bottom:0;
}

#my-menu .menu_current {
	background:#CBA685;
	border-bottom: 1px solid #fff;
}

#tools {
	float:left;
	width:140px;
	color:#666;
	text-align:center;
	background-color:#EDEAE3;
	font-size:100%;
	padding:20px;
}

.tools input {
	width:80%;
	font-size:80%;
}

.tools a:link,.tools a:visited,.tools a:active {
	color:#999;
	text-decoration:none;
}

.tools a:hover {
	color:#FFF;
	text-decoration:none;
}

/***********************************
main content
************************************/
#mainContent {
	float:right;
	width:80%;
	box-sizing:border-box;
	padding:0 20px;
	background-color:#FFF;
	position:relative;
	vertical-align:top;
	text-align:left;


	
}


.illustrations {
	float:right;
	width:200px;
	margin:0;
	position:relative;
}



h1 {
    font-size: 1.45em; /* Beibehalten der Schriftgröße */
    font-weight: bold; /* Beibehalten der Fettformatierung */
    color: #633; /* Ändern der Textfarbe zu einem dunkleren Grau */
    font-family: 'YourCustomFontFamily', sans-serif; /* Ändern der Schriftfamilie */
    /* Weitere Stile, wie z.B. Ränder, Zeilenhöhe, etc. */
}

#mainContent h2 {
	font-size:1.3em;
	color:#633;
	margin:0;
}

#mainContent h3 {
	font-size:1.2em;
	color:#633;
	margin:0;
}

#mainContent h4 {
	font-size:1.1em;
	color:#633;
	margin:0;
}

#mainContent h5 {
	font-size:1em;
	color:#000;
	margin:0;
}


.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-weight: bold; /* Hier wird die Schrift fett gedruckt. */
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}



/***********************************
separator
************************************/
#clear {
	clear:both;
	height:0;
}

#containerbutton {
	margin-left:auto;
	margin-right:auto;
	width:700px;
	padding:2em 5em 1em 8em;
	text-align:center;
	-webkit-border-radius:1em;
	-moz-border-radius:1em;
	border-radius:1em;
}

.title {
	font-size:30px;
	font-family:verdana;
	font-style:italic;
	font-weight:700;
	text-shadow:0 2px 0 #fff;
	color:#4b4b4b;
}

.cleaner {
	clear:both;
}

.yellow-button {
	display:block;
	width:201px;
	height:46px;
	font-weight:700;
	padding:21px 0 0 20px;
	background:url(https://www.beste-reisezeit.org/media/yellow-button.png) top left no-repeat;
	margin-bottom:-15px;
	margin-right:.1em;
	float:left;
}

.yellow-button:hover {
	background-position:center left;
}

.yellow-button:active {
	background-position:bottom left;
}

.green-button {
	display:block;
	width:201px;
	height:46px;
	padding:21px 0 0;
	background:url(http://www.beste-reisezeit.org/media//green-button.png) top left no-repeat;
	margin-bottom:2em;
	margin-right:2em;
	float:left;
}

.green-button:hover {
	background-position:center left;
}

.green-button:active {
	background-position:bottom left;
	padding-top:22px;
}

.blue-button {
	display:block;
	width:201px;
	height:46px;
	padding:21px 0 0;
	background:url(http://www.beste-reisezeit.org/media//blue-button.png) top left no-repeat;
	margin-bottom:2em;
	float:left;
}

.blue-button:hover {
	background-position:center left;
}

.blue-button:active {
	background-position:bottom left;
	padding-top:22px;
}

.waermer_button {
	display:block;
	width:102px;
	height:26px;
	font-weight:700;
	padding:1px 0 0;
	background:url(https://www.beste-reisezeit.org/media/verschiedenes/button_waermer1.png) no-repeat;
}

.kaelter_button {
	display:inline-block;
	width:102px;
	height:26px;
	font-weight:700;
	padding:1px 0 0;
	background:url(https://www.beste-reisezeit.org/media/verschiedenes/button_kaelter.png) no-repeat;
}

/***********************************
	Footer
************************************/
#footer {
	color:#5D5950;
	vertical-align:middle;
	text-align:center;
	font-size:.8em;
}

#footer a {
	color:#333;
	text-decoration:none;
	font-weight:400;
}

#footer a:hover {
	border-bottom:1px dotted #333;
	color:#333;
}


/***********************************
	Wetter
************************************/
.forecast_table {
	margin: 7px 7px 7px 0px; 
	float: left; 
	border: 2px solid black;
	width:320px;
}
/* Tabelle -> |ber > tbody > tr > th ist der head erreichbar */
.forecast_head > th {
  border: 0px solid grey;
  vertical-align:middle;
  text-align:center;
}
/* berschrift */
.forecast_period > td {
  border: 1px solid grey;
  vertical-align:middle;
  text-align:center;
}
/* Tageszeit */
.forecast_symbol > td {
  border: 1px solid grey;
  vertical-align:middle;
  text-align:center;
}
/* Symbol */
.forecast_temperature > td {
  border: 1px solid grey;
  vertical-align:middle;
  text-align:center;
}
/* Temperatur */
.forecast_precipation > td {
  border:1px solid grey;
  vertical-align:middle;
  text-align:center;
}
/* Niederschlag */

/***********************************
	Responsive
************************************/
@media (min-width: 768px) {
#partner {
	display: none 
	  
	}
	
#mobile-oben {
	display: none   
	}
	
#mobile-banner {
	display: none   
	}
	
	
}


@media (max-width: 768px) {
#adsenseoben {
	display: none   
	}
#contentempfehlung_menue {
	display: none   
	}
#mobile-oben {
	display: none   
	}
}
@media (max-width: 550px) {
  body {
    font-size: 125%;
  }
	#mainContainer {
		position: relative;
	}
	.site_name {
		padding-left: 50px;
	}
	.navtoggle {
		background: center center no-repeat transparent;
		background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	
		display: block;
		width: 40px;
		height: 40px;
		z-index: 100;
		position: absolute;
		top: 0px;
		left: 3px;
	}
	#my-menu {
	  display: none !important;
	}
	#mm-my-menu .menu_current a {
		color: #e6a28b;
	}

	body {
		padding: 0;
		background: #fff;
	}
	#mainContainer,
	#container {
		border: none;
		background: #fff;
		padding: 0;
		position: relative;
	}
	#mainContent,
	#sidebar {
		float: none;
		width: auto;
		padding: 0 15px;
		position: relative;
	}
	#mainContent map,
	#mainContent img[usemap] {
		display: none;
	}
	/*#sidebar:before {
		content: "Navigation";
		display: block;
		padding: 5px 0;
		margin: 15px 0 0;
		border-top: 1px solid #ddd;
	}*/
	
	/* Special elements */
	#container_social {
		margin: 0;
	}
	#masthead {
		margin-bottom: 0;
	}
#adsenseoben {
	display: none 
	  
	}
	
#mobile-oben {
	display: none   
	}
	
#contentempfehlung_menue {
	display: none   
	}
	
	#adsenseunten {
		float: none;
		margin: 15px 0;
	}

	.ads-one {
		float: none;
		width: auto;
		padding: 10px 0;
	}
	.ads-one * {
		/*max-width: 100%; height: auto;*/
	}
	
	/* Wetter */
	.forecast_table {
		width: 100%;
	}

@media (min-width: 551px) {
	 body {
       font-size: 125%;
   }
	
	#mm-my-menu,
	#my-mobile-menu 
{
	  display: none !important;
	}
}


}

@media (max-width: 400px) {
	body{font-size: 125%;}

}


/* CSS-Regel für auszublendende Elemente bei zu kleinem Bildschirm */
.auszublenden {
    display: block; /* Standardanzeige für das Element */
}

/* Media Query für Bildschirmauflösungen kleiner als 768px */
@media screen and (max-width: 830px) {
    .auszublenden {
        display: none; /* Element ausblenden, wenn Bildschirmauflösung kleiner als 830px ist */
    }
}
