@charset "utf-8";
/* CSS Document */
span #warning-container {
	display: none;
}
body {
	margin: 0px;
	font-family: dunbar-text, sans-serif;
	font-weight: 500;
	font-style: normal;
}
b4 {
	padding: 4px;
	border: solid #C1272D;
	transition: 0.3s;
}
b4:hover {
	background-color: #C1272D;
	color: #fff;
}
h1 {
	margin: 0px;
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: italic;
}
a {
	color: black;
	text-decoration: none;
}
.artitel {
	width: 90%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.artitel p, .artitel h1, .artitel h2, .artitel h3, .artitel h4, .artitel h5 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.likeit {
	width: 10%;
	float: left;
	font-size: 24pt;
	margin-top: 20px;
	color: red;
}
.titelbild img {
	width: 95%;
}
.nebenbild img {
	width: 70%;
}
.hauptseite {
	width: 75%;
	float: left;
	overflow: auto;
}
.hauptseite p, .hauptseite h2 {
	padding-right: 40px;
}
.mehrinhalt {
	width: 100%;
	float: none;
	overflow: auto;
}
.seitenleiste {
	width: 25%;
	float: left;
}
.seitenleiste .pin {
	width: 100%;
}
.seitenleiste .pincover {
	height: 180px;
}
.seitenleiste .pincover t3 {
	top: 170px;
}
.seitenleiste .bigbutton {
	//color: #fff;
	//outline: solid 3px #83c4d7;
	//outline-offset: -3px;
	width: 100%;
	text-align: center;
}
.seitenleiste a {
	transition: 0.5s;
	color: #919ABA;
}
.seitenleiste a:hover {
	color: #83c4d7;
}
.kategorien t4 {
	font-size: 8pt;
	display: block;
	background-color: #83c4d7;
	padding: 6px;
	border-radius: 15;
	float: left;
	margin-right: 10px;
	color: #fff;
}
.kategorien p {
	padding: 2px;
}
gi {
	color: #fff;
	background-color: #3C436D;
	padding-left: 15px;
	padding-top: 9px;
	font-size: 30px;
	transition: 0.3s;
	font-family: dunbar-tall, sans-serif;
	}
gi:hover , a:hover gi {
	background-color: #919ABA;
}
bo {
	color: #000000;
	font-size: 40px;
	font-family: dunbar-low, sans-serif;
	}
.inhalt {
	margin-left: 12%;
	margin-right: 12%;
	
}
input { color: #000; }
.wichtig {
	width: 76%;
	text-align: center;
	background-color: #d85f97;
	padding: 17px 12% 10px 12%;
	color: #fff;
	height: 35px;
}
meldung {
	border: solid 2pt #fff;
	padding: 5px 8px;
	color: #fff;
	font-size: 8pt;
	transition: 0.3s;
	text-align: center;
}
meldung:hover {
	background-color: #fff;
	color: #3C436D;
}
a:hover meldung{
	background-color: #fff;
	color: #3C436D;
}
meldetext {
	color: #fff;
	padding-left: 5px;
	padding-top: 5px;
	text-align: center;
}
.cookie {
	position: fixed;
	right: -223px;
	top: 20%;
	writing-mode: vertical-lr;
	background-color: #123456;
	padding: 6px;
	transition: 0.3s;
}
.cookie t4 {
	color: #fff;
}
.cookie:hover, .cookie:active, .cookie:checked, .cookie:focus {
	right: 0px;
}

.upload-btn-wrapper {
  position: relative;
  
  display: inline-block;
	z-index: 2;
}

.btn {
  font-size: 25px;
  font-weight: 300;


}

.upload-btn-wrapper input[type=file] {
  font-size: 30px;
	  position: absolute;
  left: 0;
  top: 0;
	opacity: 0;
}


.menubar {
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
	background-color: #fff;
	padding-bottom: 5px;
	z-index: 20;
	
}
.suche, .kategorie, .logobar, .auswahl {
	float: left;
	padding-right: 10px;
	overflow: auto;
}
.logobar img {
	height: 50px;
	background: #83c4d7;
}
.logobar img:hover {
	animation: farbwechsel 2s infinite;
}
@keyframes farbwechsel {
  0% {
    background: #efc6d8;
  }
  9% {
    background: #efc6d8;
  }
  10% {
    background: #abc25f;
  }
  19% {
    background: #abc25f;
  }
  20% {
    background: #91c2d5;
  }
  29% {
    background: #91c2d5;
  }
  30% {
    background: #cdd7b5;
  }
  39% {
    background: #cdd7b5;
  }
  40% {
    background: #c96695;
  }
  49% {
    background: #c96695;
  }
  50% {
    background: #98a8c1;
  }
  59% {
    background: #98a8c1;
  }
  60% {
    background: #5b5395;
  }
  69% {
    background: #5b5395;
  }
  70% {
    background: #7b8d47;
  }
  79% {
    background: #7b8d47;
  }
  80% {
    background: #a6577f;
  }
  89% {
    background: #a6577f;
  }
  90% {
    background: #faf26d;
  }
  100% {
    background: #faf26d;
  }
}
input, select {
	
	height: 50px;
	border: 3px solid #000;
	padding: 17px;
	border-radius: 0;
	-webkit-appearance: none;
	font-family: dunbar-text, sans-serif;
	background-color: #fff;
	color: #000;
}
textarea {
	width: 89%;
	height: 60px;
	border: 3px solid #000;
	padding: 17px;
	border-radius: 0;
	radius: 0;
	-webkit-appearance: none;
	font-family: dunbar-text, sans-serif;
}
select {
	width: 150px;
	height: 50px;
	border: 3px solid #000;
	padding: 6px;
	padding-left: 17px;
	border-radius: 0px;
	font-family: dunbar-text, sans-serif;
	color: 000; 
}
button {
	height: 50px;
	border: 2px solid #000;
	padding: 12px;
	border-radius: 0px;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	//transition: 0.3s;
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 15px;
}
button:hover {
	background-color: #83c4d7;
	border: 2px solid #83c4d7;
	color: #000;
}
.knopf {
	padding-top: 13px;
	text-align: right;
	font-family: dunbar-tall, sans-serif;
}
span {
	color: #000;
	background-color: #faf26d;
	cursor: pointer;
	//transition: 0.3s;
	padding: 14px;
	height: 50px;
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: italic;
	font-size: 15px;
}
span:hover {
	background-color: #83c4d7;
}
.hochbu {
	color: #fff;
	background-color: #123456;
	padding: 20px 10px;
}

.searchbar {
	position: sticky;
	top: 0px;
	background-color: rgba(255,255,255,0.75);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	padding: 19px 0px 21px 0px;
	height: 50px;
	z-index: 50;
}
.drei {
	float: left;
	width: 33.3%;
}
.buchbild {
	border-left: solid 20px #123456;
	background-color: #123456;
	overflow-x: hidden;
}
.buch {
	width: 90%;
	overflow-x: hidden;
}
.buch img {
	width: 100%;
	transition: 0.3s;
	object-fit: cover; 
	overflow-x: hidden;
	height: 350px;
}
.bucherraster {
	width: 25%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.buchcover {
	position: relative;
	text-align: center;
	color: white;
	height: 355px;
	overflow-x: hidden;
}
.buchcover t3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(18,52,86,0.81);
	padding: 6px;
	font-size: 20pt;
}
.buchcover t4 {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15pt;
	display: none;
}
.buch:hover .buchcover t4 {
	display: block;
}
.buch:hover img {
	opacity: 0.2;
}
.banner img {
	width: 100%;
}
.bucher {
	overflow: auto;
}
.artikelbild {
	border-bottom: solid 0px #83c4d7;
	background-color: #83c4d7;
	overflow-x: hidden;
}
.artikel {
	width: 95%;
	overflow-x: hidden;
}
.artikel img {
	width: 100%;
	transition: 0.3s;
	object-fit: cover; 
	overflow-x: hidden;
	height: 350px;
}
.artikelraster {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.artikelcover {
	position: relative;
	text-align: center;
	color: white;
	height: 355px;
	overflow-x: hidden;
}
t3 {
	font-size: 10pt;
}
.artikelcover t4 {
	position: absolute;
	top: 12px;
	left: 12px;
	transform: translate(-0%, -0%);
	font-size: 8pt;
	display: block;
	background-color: rgba(23,26,28,.08);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	padding: 6px;
	border-radius: 15;
}
.artikel:hover img {
	opacity: 0.9;
}
t1 {
	color: #000;
	font-size: 26pt;
	font-weight: 600;
}

.pinbild {
	background-color: #83c4d7;
}
.pin {
	width: 97%;
}
.pin img {
	width: 100%;
	transition: 0.3s;
	object-fit: cover; 
	height: 240px;

}
.pinwand {
	height: 250px;
	overflow: auto;
  	
	display: flex;
	overflow-y: hidden;
}
.pinraster {
	width: 450px;
	float: left;
	margin-bottom: 0px;
	display: inline-block;
	min-width: 450px;
	overflow-y: hidden;
}
.pincover {
	position: relative;
	color: white;
	height: 240px;
	overflow-y: hidden;
	background-color: #83c4d7;
	border-radius: 15px;
}
.pincover t3 {
	position: absolute;
	top: 230px;
	left: 12px;
	transform: translate(0%, -100%);
	font-size: 22pt;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
.pincover t4 {
	position: absolute;
	top: 12px;
	left: 12px;
	transform: translate(-0%, -0%);
	font-size: 8pt;
	display: block;
	background-color: rgba(23,26,28,.08);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	padding: 6px;
	border-radius: 15;
}
.pincover:hover img {
	opacity: 0.9;
}

.100pro {
	width: 100%;
	overflow: auto;
}

.footer {
	width: 100%;
	/*border-top: solid 4px #C1272D;*/
	padding-top: 12px;
	transition: 0.3s;
	background-color: #163353;
	height: 180px;
}
.bigbutton {
	color: #fff;
	background-color: #83c4d7;
	height: 80px;
	width: 100%;
	margin-top: 20px;
	padding-top: 40px;
	font-weight: 600;
	font-size: 30px;
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: italic;
}
.bigbutton:hover {
	background-color: #faf26d;
	color: #000;
}
h4 {
	color: #3C436D;
}
.footer h4 {
	color: #fff;
}
.footer p {
	color: #919ABA;
}
.footer p:hover {
	color: #fff;
}
.viertel {
	width: 25%;
	float: left;
	overflow: auto;
	text-align: center;
}
.menubar {
	display: none;
	background-color: rgba(255,255,255,0.75);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	/*border-top: solid 1px #666666;*/
}
.menubar .klickbild {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20pt;
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: italic;
	color: #000;
}
.menubar .klicktext {
	font-size: 8pt;
	color: #000;
	display: none;
}
.kasten {
	background-color: #faf26d;
	color: #000;
	padding-top: 28px;
}
.kasten p {
	padding: 0px 15px 20px 15px;
}
.kasten h1 {
	padding: 0px 15px 0px 15px;
}

.halb {
	width: 50%;
	float: left;
	overflow: auto;
}
.teilen {
	position: relative;
	top: -50px;
	right: -99%;
	color: #fff;
}
.einsdrei {
	width: 25%;
	float: left;
	
}
.dreieins {
	width: 75%;
	float: left;
	overflow: auto;
}
.einsdrei img {
	width: 90%;
	border-left: solid 15px #123456;
	overflow: auto;
	
}
.nachricht {
	overflow: auto;
}
.mehrdazu {
	width: 100%;
}
.abschnitt {
	overflow: auto;
}
.ares {
	text-align: center;
	padding: 100px 0px;
}
.rueckmeldung {
	background-color: #83c4d7;
	padding: 15px;
	height: 45px;
}
.meldung-meldung {
	float: left;
	padding-top: 11px;
}

@media screen and (max-width: 1110px) {
	.menubar {
	display: block;
	}
	.knopf {
		display: none;
	}
	.searchbar {
	padding: 19px 0px 66px 0px;
}
	.bucherraster {
		width: 33.3%;
	}
	.artikelraster {
		width: 100%;
	}
	.artikel {
		width: 100%;
	}
	.buchcover t4 {
	background-color: rgba(18,52,86,0.8);
	padding: 6px;
	display: block;
}
	.seitenleiste {
	width: 500px;
}
	.hauptseite {
	width: 100%;
}
	.titelbild img {
	width: 100%;
}
.nebenbild img {
	width: 100%;
}
.hauptseite p, .hauptseite h2 {
	padding-right: 0px;
}
	.footer {
		
		height: 230px;
	}
}
@media screen and (max-width: 815px) {
	.halb {
	width: 100%;
	}
	.logobar {
		float: none;
	}
	.inhalt {
		margin: 0px 5%;
	}
	.wichtig {
	width: 90%;
	padding: 10px 5% 0% 5%;
	}
	.bucherraster {
		width: 50%;
	}
	
	.viertel {
		width: 50%;
		padding-bottom: 5px;
	}
	.footer {
		
		height: 350px;
	}
	.einsdrei {
	width: 100%;	
	}
	.dreieins {
	width: 100%;
	}
	.einsdrei img {
	width: 50%;
	}
}
@media screen and (max-width: 550px) {
	input {
		width: 100px;
	}
	.ares input {
		width: 200px;
	}
	select {
		width: 80px;
	}
	
	.suche, .kategorie, .auswahl {
	float: left;
	padding-right: 5px;
	overflow: auto;
}
	.banner img{
		height: 120px;
		object-fit: cover; 
	}
	.bucherraster {
		width: 100%;
	}
	.ares {
		padding: 0px;
	}
	.pinwand {
	max-height: 200px;
}
.pinraster {
	width: 375px;
	min-width: 375px;
}
.pincover {
	height: 200px;
}
.pincover t3 {
	top: 188px;
	font-size: 19pt;
}
		.seitenleiste {
	width: 100%;
}
}