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

@font-face {
 font-family: 'Dunbar Tall'; /* Gewünschter Name */
 src: url('abeezee-regular-webfont.eot');
           /* für IE9 */
 src: url('abeezee-regular-webfont.eot?#iefix') 
           format('embedded-opentype'),
           /* für IE6-IE8 */
      url('/Fonts/DunbarTall-Medium.woff') 
           format('woff'), 
          /* für moderne Browser */
      url('/Fonts/DunbarTall-Regular.ttf') 
           format('truetype');
         /* für Safari, Android, iOS */
}

body {
	font-family: Dunbar Tall, "sans-serif";
	margin: 0px;
}
.menu {
	background-color: #FFEB4E;
}
.menustick {
	background-color: #FFEB4E;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.nav {
	text-align: center;
	height: 45px;
	padding-top: 15px;
}
.nav img {
	height: 28px;
	margin: 0px 6px;
	transition: 0.3s;
}
.nav img:hover {
	
}
.nav button-light-l {
	margin: 0px 6px;
	vertical-align: 7px;
}
a {
	text-decoration: none;
}
h1 {
	background: linear-gradient(transparent,transparent 62%,#FFEB4E 0,#FFEB4E 105%,transparent 0) no-repeat;
	margin-bottom: 0px;
	max-width: 360px;
}
h2 {
	margin-top: 0px;
	font-size: 20px;
}
p{
	font-size: 12px;
	font-style: italic;
}
button-light-l {
	background-color: #FFFAC4;
	padding: 8px 18px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	font-style: italic;
}
button-light-l:hover {
	background-color: #000;
	color: #FFFAC4;
}
.cat button-light-s {
	vertical-align: -3px;
}
button-light-s {
	font-size: 12px;
	background-color: #FFFAC4;
	padding: 5px 12px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	margin: 0px 6px 0px 0px;
}
button-light-s:hover {
	background-color: #000;
	color: #FFFAC4;
}
button-full-s {
	font-size: 12px;
	background-color: #ffeb4e;
	padding: 5px 12px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	margin: 0px 6px 0px 0px;
}
button-full-s:hover {
	background-color: #000;
	color: #ffeb4e;
}
.button-full-xl {
	font-size: 16px;
	background-color: #ffeb4e;
	padding: 8px 2px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	width: 100%;
	text-align: center;
	font-style: italic;
}
.button-full-xl:hover {
	background-color: #000;
	color: #ffeb4e;
}


.slideradio {
	background-color: rgb(255, 250, 196);
    padding: 1px;
    border-radius: 200px;
	width: 420px;
}

.checkmark slide-light-sx {
  margin-top: 12px;
  transition-duration: 0.3s;
}

.container input:checked ~ .checkmark slide-light-sx {
  margin-top: 19.5px;
}

.container {
  display: float;
  position: relative;
  padding-left: 90px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -5px;
  left: -5px;
  height: 23px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgb(255, 250, 196);
  border-radius: 250px;
  transition-duration: 0.3s;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgb(255, 235, 78);
}

/* When the radio button is checked, add a blue background */
.container input:checked ~ .checkmark {
  position: absolute;
  top: -11.5px;
  left: -5px;
  height: 35px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgb(255, 235, 78);
  border-radius: 250px;
}


slide {
	font-size: 12px;
	background-color: #FFFAC4;
	padding: 5px 0px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
}
slide-light-s {
	font-size: 12px;
	background-color: #FFFAC4;
	padding: 5px 12px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
	margin: 0px 0px 0px 0px;
}
slide-light-s:hover {
	background-color: #ffeb4e;
	padding: 10px 12px;
}
slide-full-s {
	font-size: 12px;
	background-color: #ffeb4e;
	padding: 10px 12px;
	border-radius: 20px;
	color: #000;
	text-decoration: none;
	transition: 0.3s;
}
slide-full-s:hover {
	background-color: #ffeb4e;
}
.cat {
	width: 100%;
	overflow: auto;
	display: flex;
	height: 40px;
}
.logo {
	text-align: center;
}
h0 {
	font-size: 60px;
	font-weight: 500;
	font-style: italic;
}
.inhalt {
	margin: 0px 10%;
}
.foot {
	background-color: #FFEB4E;
	padding-top: 5px;
	padding-bottom: 4px;
}
.gelb {
	background-color: #FFEB4E;
	padding: 10px 0px;
}
.profilbild-s img {
	height: 60px;
	width: 60px;
	float: left;
	border-radius: 100px;
	object-fit: cover;
	border: #74B974 9px solid;
	margin-right: 6px;
}
.profilbild-s obertext {
	font-weight: 600;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	vertical-align: -34px;
}
.profilbild-s nebentext {
	vertical-align: -34px;
	font-style: italic;
}
.profilbild-s untertext {
	font-weight: 400;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
.profilbild-s {
	height: 85px;
}
.bild img{
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	max-height: 360px;
	max-width: 360px;
}
.bild {
	height: 180px;
	background-color: #FFEB4E;
	margin-bottom: 180px;
}
.teilspeich img {
	height: 12px;
	padding-right: 3px;
}
.teilspeich a {
	color: #000;
	font-size: 12px;
	margin-right: 12px;
}
