@charset "utf-8";
/* CSS Document */
span #warning-container {
	display: none;
}
::-moz-selection { background: #83c4d7; }
::selection { background: #83c4d7; }
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, p {
	margin: 0px;
}
h3 {
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 33px;
}
a {
	color: black;
	text-decoration: none;
}
gi {
	color: #fff;
	background-color: #C1272D;
	padding: 5px 10px;
	font-size: 30px;
	transition: 0.3s;
	font-family: dunbar-tall, sans-serif;
	float: left;
	}
gi:hover , a:hover gi {
	background-color: #83c4d7;
}
bo {
	color: #000000;
	font-size: 32px;
	font-family: dunbar-tall, sans-serif;
	font-weight: 700;
	font-style: italic;
	position: fixed;
	top: 0px
	left: 10px;
	}
.logobar img {
	height: 50px;
	background: #d85f97;
}
.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: #83c4d7;
  }
  100% {
    background: #83c4d7;
  }
}

.inhalt {
	margin-left: 12%;
	margin-right: 12%;
	
}
.wichtig {
	width: 100%;
	text-align: center;
	background-color: #F1CD63;
	padding: 12px 0px;
}
.cookie {
	position: fixed;
	right: -223px;
	top: 20%;
	writing-mode: vertical-lr;
	background-color: #83c4d7;
	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;
}

.btn {
  font-size: 20px;
  font-weight: 300;
	
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  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;
}
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: #d85f97;
	border: 2px solid #d85f97;
}
.knopf {
	padding-top: 13px;
	text-align: right;
	font-family: dunbar-tall, sans-serif;
}
span {
	color: #fff;
	background-color: #83c4d7;
	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: #d85f97;
}
.hochbu {
	color: #fff;
	background-color: #83c4d7;
	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 35px 0px;
	z-index: 50;
}
.drei {
	float: left;
	width: 33.3%;
}
.buchbild {
	border-left: solid 20px #83c4d7;
	background-color: #83c4d7;
	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;
}
.footer {
	width: 100%;
	/*border-top: solid 4px #C1272D;*/
	padding-top: 12px;
	transition: 0.3s;
	height: 150px;
	background-color: #83c4d7;
}
h4 {
	color: #d85f97;
}
.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: #000;
	color: #fff;
	padding-top: 28px;
	height: 80px;
}
.kasten p {
	padding-top: 12px;
}
.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: 86%;
	border-left: solid 15px #83c4d7;
	overflow: auto;
	margin-top: 44px;
}
.nachricht {
	overflow: auto;
}
.mehrdazu {
	width: 100%;
}
.abschnitt {
	overflow: auto;
}
.ares {
	text-align: center;
	padding: 100px 0px;
}
.rueckmeldung {
	background-color: antiquewhite;
	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%;
	}
	.buchcover t4 {
	background-color: rgba(18,52,86,0.8);
	padding: 6px;
	display: block;
}
	.footer {
		height: 250px;
	}
	.logobar {
		float: left;
	}
}
@media screen and (max-width: 815px) {
	.halb {
	width: 100%;
	}
	.kasten {
	height: 120px;
}
	.logobar {
		float: none;
	}
	.inhalt {
		margin: 0px 5%;
	}
	.bucherraster {
		width: 50%;
	}
	.viertel {
		width: 50%;
		padding-bottom: 5px;
	}
	.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: 50px;
	}
	
	.suche, .kategorie, .auswahl {
	float: left;
	padding-right: 5px;
	overflow: auto;
}
	.banner img{
		height: 150px;
		object-fit: cover; 
	}
	.bucherraster {
		width: 100%;
	}
	.footer {
		height: 300px;
	}
	.ares {
		padding: 0px;
	}
}