@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

.gelb_bg { background-color: #FFD86C; }

.gelb { color: #FFD86C; }

.pink_bg { background-color: #E62767; }

.pink { color: #E62767; }

a.pink:hover { color: #fff; }

a.white { color: #fff; }
a.white:hover { color: #FFD86C; }

.larger {
  font-size: larger;
  line-height: 1.8em;
}

.center {
   text-align: center;
}

body {
  font-family: 'Poppins', sans-serif, arial;
}

body {
    padding: 0;
    margin: 0;
    background: #FFD86C;
}

p {
	margin: 0.5rem;
}

.navbar {
    background:#FFD86C;
}

.navbar-toggler-icon {
  background-color: #E62767;
  border-radius: 5px;
}

.navbar-nav { margin-right:20px; }


.nav-link { margin: 0 10px; }

.nav-link,
.navbar-brand {
    color: #E62767;
    cursor: pointer;
}

.nav-link:hover {
    color: #E62767;
}

.nav-active { background: #fff; }

ul.navbar-nav li.nav-item:hover { background: #fff; }

.navbar-collapse {
    justify-content: flex-end;
}

.description {
	left: 50%;
	position: absolute;
	top: 45%;
	transform: translate(-50%, -55%);
	text-align: center;
}
.description h1 {
	color: #6ab446;
}
.description p {
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.5;
}

.features {
	margin: 1em auto;
	padding: 1em;
	position: relative;
	background-color: #E62767;
	color:#fff;
	border-radius: 15px;
}
.feature-title {
	color: #333;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.features img {
	-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 16px;
}

.page-footer {
    background-color: #FFD86C;
    color: #ccc;
    padding: 60px 0 30px;
}
.footer-copyright {
    color: #666;
    padding: 40px 0;
}

#keks {
  border: 1px solid #7c807f;
  background-color: #e62767;
  color: pink;
  padding: 10px;
  text-align: right;
}



#keks {
    opacity: 1;
    animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


#keks button {
	border-radius: 5px;
  	background-color: pink;
}

/* pink color: #E62767; background-color: #E62767; */
/* gelb background-color: #FFD86C; */
/* font-family: 'Poppins'; */
