:root {
  color-scheme: only light;
}

body {
  font-family: 'Fira Sans', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #111111;
  font-size: 17px;
  font-weight: 400;
}

@media (min-width: 1600px) {
.container {
    max-width: 1420px!important;
}
}

/*--------------------------------------------------------------
# Typografie
--------------------------------------------------------------*/

a {
  color: #60A62E;
}

a:focus, a:hover {
  color: #98F943;
  text-decoration: none;
}

h1 {
  font-size: 38px;
  font-weight: 600;
}

h2.fakeh1 {
  font-size: 38px;
  font-weight: 600;
  color: #111111;
}

h2 {
  font-size: 28px;
  font-weight: 600;
  color: #60A62E;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

.red {
  color: #60A62E;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn-primary {
  color: #ffffff;
  background-color: #60A62E;
  border-color: #60A62E;
}

.btn-primary:hover {
  color: #98F943;
  background-color: #111111;
  border-color: #111111;
}

.btn-outline-primary {
  color: #60A62E;
  border-color: #60A62E;
}

.btn-outline-primary:hover {
  color: #98F943;
  background-color: #111111;
  border-color: #111111;
}

.btn-outline-dark {
  color: #98F943;
  border-color: #98F943;
}

.btn-outline-dark:hover {
  color: #111111;
  background-color: #98F943;
  border-color: #98F943;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.bg-navi {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.navbar-logo {
  height: 120px;
}

@media (max-width: 768px) {
.navbar-logo {
  height: 100px;
}
}

.navbar-nav .nav-link, .nav-item {
  color: #111111;
  font-size: 18px;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
  color: #98F943;
}

.navbar-nav .show > .nav-link,
.navbar-nav .active > .nav-link,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link.active {
  color: #60A62E;
}

.navbar-toggler {
  color: #60A62E;
  border-color: #60A62E;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #98F943;
}

.dropdown .active {
  background-color: #60A62E;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(75, 22, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#cta-nav {
  margin-left: 30px;
}

@media (max-width: 768px) {
#cta-nav {
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: 20px;
}
}

/*--------------------------------------------------------------
# Sidenavigation
--------------------------------------------------------------*/

#collapsesidenav {
	list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (max-width: 768px) {
#collapsesidenav {
  text-align: center;
  margin-top: 20px;
}
#adressefooter {
  margin-top: 20px;
  text-align: center;
}
}

#collapsesidenav ul {
	list-style-type: none;
  margin: 0;
  padding: 0;
}

#collapsesidenav .active a {
  color: #ffffff;
}

#collapsesidenav a:hover {
  color: #ffffff;
}

#collapsesidenav a {
  color: #ffffff90;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #111111;
  color: #ffffff;
}

/*--------------------------------------------------------------
# Diverses
--------------------------------------------------------------*/

.icon {
  width: 120px;
  margin-bottom: 20px;
}

.bild-abgerundet {
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card {
  border-radius: 12px;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.abstand {
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
.card {
  margin-top: 30px;
}
.abstand {
  margin-top: 50px;
  margin-bottom: 50px;
}
.bild-abgerundet {
  margin-top: 30px;
}
}


/*--------------------------------------------------------------
# Cookies
--------------------------------------------------------------*/

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.disclaimer-footer {
  text-align: right;
}

@media (max-width: 768px) {
.disclaimer-footer {
  text-align: left;
}
}
