.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, 221, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-light .navbar-toggler {
    border:2px solid rgba(255, 221, 0, 1);
}
#navbarResponsive ul {
    padding-top:10px;
}

#mainNav.open {
    background:#212529 !important;
}
#mainNav.open .navbar-nav>li.nav-item>a.nav-link,
#mainNav.open .navbar-nav>li.nav-item>a.nav-link:focus {
    color:#fff;
}

.bg-primary {
    background-color: #f0f0f0 !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-light {
  background-color: #fff !important;
}

.bg-yellow {
	background-color: #ffdd00;
}

hr.light {
  border-color: #fff;
}

hr.dark {
  border-color: #eaeaea;
}

.btn-light {
	color: #212529;
	background-color: #fcdb00 !important;
}

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #ffdd00;
}

section {
  padding: 6rem 0 !important;
}

section.partner {
  padding: 2rem 0 !important;
}

.text-faded {
  color: #212529;
}

.text-dark {
	color: #212529;
}

.text-white{
  color: #fff;
}

.light {
	color: #fff;
}

.text-primary {
  color: #0827be !important;
}

.text-description {
	font-size: 18px !important; 
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #212529;
  background: rgba(252, 219, 0, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.box-text {
	display: flex;
	align-items: center;
	justify-content: center;
}

.responsiveContainer {
  position: relative;
  padding-top: 0;
  /*padding-bottom: 10%;*/
  height: 0;
  overflow: hidden;
}

.karte iframe {
	display: block;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

.font {
	font-family: 'Poppins', sans-serif;
}

a {
  color: #212529;
  -webkit-transition: all 0.2s;
  transition: all 0.2s !important;
}

a.light {
  color: #fff;
}

a:hover {
  color: #ffdd00;
}

img.logo {
  width: 50%; 
  height: auto;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #ffdd00 !important;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

#mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #ffdd00 !important;
  }
 
 #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link, #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #fff;
}
 
#mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33,37,41,.1);
    background-color: #212529 !important;
}
 
footer {
	background-color: #212529;
	text-align: center;
	padding: 1rem;
}

.bold {
	font-weight: 500;
	font-size: 1.25rem;
}

img.small {
	height: 64px;
}


#box123 {
	display: block;
	height: 100%;
	width: 100%;
	background-color: red;
}

.center-text {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
}

p {
	margin-bottom: 0 !important;
}


