@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap');

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  position: relative;
  width: 100%;
  height: 100%;
  color: #313131;
}

a {
  color: #313131;
  text-decoration: none;
}

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

h1 {
  font-size: 28px;
  font-weight: 700;
  color: #e1cf96;  
}

@media (max-width: 992px) {
h1 {
  font-size: 23px;
}
}

h2 {
  font-size: 20px;
  font-weight: 700;
  color: #313131;
}

h3 {
  font-size: 15px;
  font-weight: 400;
  color: #313131;
  line-height: 21px;
}
h4 {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  line-height: 15px;
}

h5 {
  font-size: 17px;
  font-weight: 900;
  color: #313131;
  line-height: 25px;
}

/* Navigation */

.navbar {
  background-color: #ffffff;
}

.navbar-brand {
  position: absolute;
  padding-top: 50px;
}

.navbar-brand1 {
  position: absolute;
  padding-top: 90px;
  padding-left: 25px;
  visibility: visible;
}

.navbar-brand1a {
  visibility: hidden;
}

.navbar-brand2 {
  position: absolute;
  padding-top: 0;
  padding-left: 25px;
  visibility: hidden;
}

.navbar-brand2a {
  visibility: visible;
}

.navbar-nav .nav-link, .nav-item {
  color: #313131;
  font-weight: 700;
  font-style: normal;
}

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

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

.navbar-toggler {
  color: #ffffff;
  border: 0;
}

  
.dropdown-item {
  font-size: 14px;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #e1cf96;
  color: #ffffff;
}

.dropdown .active {
  background-color: #e1cf96;
}

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

.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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav-links {
  padding-top: 20px;
}

@media (min-width: 992px) {
.nav-links {
  padding-top: 50px;
}
}

#collapsesidenav {
	list-style-type: none;
	color: #74b95b;
}

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

#collapsesidenav  a {
	color: #74b95b;
}

#collapsesidenav .active a {
	font-weight: 700;
	color: #74b95b;
}

#collapsesidenav a:hover {
	font-weight: 700;
	color: #74b95b;
}

@media (max-width: 992px) {
#collapsesidenav {
	list-style-type: none;
    margin: 17px 0 0 0;
    padding: 0;
}
}

	
#cf {
  position:relative;
  height:270px;
}

#cf img {
  position:absolute;
  left:0;
  top:0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}

.smooth-scroll1a{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  background: #e1cf96;
  color: #fff;
  padding: 5px;
  border: none;
  visibility: hidden;
    }

.smooth-scroll1b {
        visibility: visible;
    }

.smooth-scroll2a{
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  background: #e1cf96;
  color: #fff;
  padding: 5px;
  border: none;
  visibility: visible;
    }

.smooth-scroll2b {
        visibility: hidden;
    }

.card a {
  color: #ffffff;
}

.card a:hover {
  color: #004982;
  font-weight: 700;
}

#language {
  margin-left: 160px;
}

@media (max-width: 768px) {
#language {
  margin-left: 90px;
}
}

#language a {
  color: #313131;
}

#language a:hover a:active {
  color: #ffffff;
}

.btn-secondary {
  background-color: #313131;
}

.btn-warning {
  background-color: #e1cf96;
}

.btn-warning:hover {
  background-color: #d3bd74;
}

.etappe {
   float:left; 
   width:90px;
}

.etappe_text {
  min-height: 45px;
  line-height: 17px;
  padding-top: 3px;
  padding-bottom: 5px;
  margin-left: 95px
  ;
}