/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver-Eigenschaften für fließende Raster
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Idee durch den Artikel "Responsive Web Design" von Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	und "Golden Grid System" von Joni Korpi
	http://goldengridsystem.com/
*/

/* Layout für Mobilgeräte: 480 px oder weniger. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
}
#depots {
position: fixed; 
left: 0; 
top: 100; 
width: 500px; 
height: 500px; 
background-color: green;
}
#Hinweisfenster {
	height: auto;
	width: auto;
	right: auto;
	text-align: center;
	background-color: #fdf7f7;
	border: thin outset #CCC;
}
#Werbefenster {
	margin: 0%;
	padding: 5%;
	height: auto;
	width: auto;
	text-align: center;
	background-color: #fdf7f7;
}
#textfeld {
	position: relative;
	top: 100px;
	margin: 0%;
	padding: 2%;
	height: auto;
	width: auto;
	background-color: fdf7f7;
}
#Absatz_hellgrau {
	width: 100%;
	display: block;
	background-color: #fdf7f7;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 140%;
}
#Absatz_tuerkis {
	width: 100%;
	display: block;
	background-color: #C4FFE1;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	line-height: 140%;
}
#Absatz_hautfarben {
	width: 100%;
	display: block;
	background-color: #FEF8EE;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
}
#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
}
#Aktionswochen {
	clear: both;
	float: left;
	width: auto;
}

/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#depots {
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	height: 200px;
	background-color: lightblue;
}
#Hinweisfenster {
	position: absolute;
	top: 2500px;
	width: 176px;
	text-align: center;
	background-color: #fdf7f7;
}
#Werbefenster {
	clear: both;
	float: left;
	position: absolute;
	width: 20%;
	text-align: center;
	left: 5px;
	padding: 10px;
	top: 3500px;
}
#textfeld {
	clear: both;
	float: left;
	margin-left: 150;
	box-shadow: 10px 20px 30px grey;
	width: 70%;
	display: block;
	position: relative;
	left: 20%;
	padding: 10px;
}
#footer {
	clear: both;
	float: left;
	display: block;
	padding: 10px;
}
#Aktionswochen {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#depots {
	height: 300px;
	width: 300px;
	text-align: center;
	background-color: #0F0;
	left: 0px;
	top: 1000px;
	position: fixed;
}
#Hinweisfenster {
	position: absolute;
	top: 1500px;
	width: 200px;
	right: 10px;
	text-align: center;
	background-color: #fdf7f7;
}
#Werbefenster {
	clear: both;
	float: left;
	position: absolute;
	text-align: center;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	left: 5px;
	top: 3500px;
}
#textfeld {
	clear: none;
	float: left;
	display: block;
	box-shadow: 10px 20px 30px grey;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	padding-right: 50px;
	top: 50px;
	width: 70%;
}
#abstandshalter_oberer_rand {
	clear: none;
	float: left;
	display: block;
	position: relative;
	padding-top: 100px;
	padding-bottom: 20px;
	padding-left: 100px;
	padding-right: 50px;
	width: 70%;
}
#footer {
	clear: both;
	float: left;
	text-align: center;
}
#Aktionswochen {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}


/* CSS Document - Neu erstellt wegen fliessendem Rasterlayout am 24.03.2015*/

.Ueberschrift1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #0e3970;
	line-height: 150%;
}
.Unterueberschrift1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #909bad;
	line-height: 150%;
}
.Fliesstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #666;
	line-height: 140%;
}
.Fliesstext_blau {
	font-family: Calibri, sans-serif;
	font-size: large;
	color: #5884D5;
	font-weight: normal;
	line-height: 140%;
}
.Ueberschrift_Kasten {
	font-family: Tahoma;
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
.FAQ_Ueberschriften {
	font-family: Verdana, Geneva, sans-serif;
	font-size: large;
	font-weight: medium;
	line-height: 150%;
	font-style: normal;
	color: #909bad;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
}
.Fliesstext2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #F00;
	font-style: italic;
}
.Hinweis_magenta {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0080;
	font-weight: bold;
}
.Hinweis_negativ_fett {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.Hinweis_unsichtbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
}
.bild-zentrieren {
	text-align: center;
	left: auto;
	right: auto;
}
.bildunterschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	text-align: center;
}
.Schnoerkelschrift-fett {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #426B89;
	font-style: italic;
	font-weight: normal;
}
.Schnoerkelschrift-fett-negativ {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
.Schnoerkelschrift-fett-negativ-klein {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
}
.Schnoerkelschrift-fett-klein-grau {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #999999;
	font-style: italic;
	font-weight: normal;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
.btn-googleplus {
	  background: #E93F2E;
	  border-radius: 0;
	  color: #fff;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #b72213;
	}
	.btn-googleplus:link, .btn-googleplus:visited {
	  color: #fff;
	}
	.btn-googleplus:active, .btn-googleplus:hover {
	  background: #b72213;
	  color: #fff;
	}

/* Test zu Frabgestaltung eingefügt am 05.11.2019 */

.eigen-hintergrund-1   { background: #0097A7; }
.eigen-hintergrund-2   { background: #00BCD4; }
.eigen-hintergrund-3   { background: #B2EBF2; }
.eigen-textfarbe-1     { color: #FFFFFF; }
.eigen-hintergrund-4   { background: #009688; }
.eigen-textfarbe-2     { color: #212121; }
.eigen-textfarbe-3     { color: #757575; }
.eigen-trenner-randfarbe{ border-color: #BDBDBD; }

/* Ende Test Farbgestaltung */

/*Hier beginnt code zu bootstrap _ alle Einstellungen von bootsrap können hier überschrieben werden */


#social {
	margin: 20px 10px;
	text-align: center;
}

.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-shadow: 0 2px 2px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}
/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}
.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}
.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
}
/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}
.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}
.twitterBtn:hover{
      color: #00ABE3;
      background: #fff;
}
/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}
.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}
.googleplusBtn:hover{
      color: #e64522;
      background: #fff;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}
.linkedinBtn:before{
      font-family: "FontAwesome";
      content: "\f0e1"; /* add linkedin icon */
}
.linkedinBtn:hover{
      color: #0094BC;
      background: #fff;
}
/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}
.pinterestBtn:before{
      font-family: "FontAwesome";
      content: "\f0d2"; /* add pinterest icon */
}
.pinterestBtn:hover{
      color: #cb2027;
      background: #fff;
}
/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}
.tumblrBtn:before{
      font-family: "FontAwesome";
      content: "\f173"; /* add tumblr icon */
}
.tumblrBtn:hover{
      color: #3a5876;
      background: #fff;
}
/* rss button class*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
      font-family: "FontAwesome";
      content: "\f09e"; /* add rss icon */
}
.rssBtn:hover{
      color: #e88845;
      background: #fff;
}
/* meine ergänzung wg instagram button class */
.instagramBtn{
    background: #4246EF;
}
.instagramBtn:before{
      font-family: "FontAwesome";
      content: "\f16d"; 
}
.instagramBtn:hover{
      color: #e88845;
      background: #fff;
}
/*Ende social-buttons rund */

/* Zur Formatierung des dropdown-menus angehängt */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	left: -71px;
	top: -1px;
}
/* Ende Formatierung dropdown-menu */
}
