/*-----------------------------------------------Ab hier geht die aufgeräume CSS los----------------------------------------------------------------------------------------*/


/* Globale Einstellungen */

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
  margin: 0;
  padding: 0;
}


html {
    box-sizing: border-box;
}

html,
body {
width: 100%;
height: 100%;
}


.col-md-12 {
  overflow: hidden;
  padding: 0px;
}


.row {
  display: flex;
  margin: 0px;
}


.row-full{
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  height: 80%;
  /* margin-top: 100px; */
  left: 50%;
 }

.center {
 text-align: center;
 margin: 0 auto;
}


p {
  text-align: justify;
}


 a:hover {
  color: #888;
  text-decoration: none;
  transition: 0.3s;
}


a {
  color: #333;
}

.container {
  margin-top: 70px;
  margin-bottom: 70px;
}


.btn {
  text-transform: uppercase;
  padding: 10px;
  margin: 10px;
}

h2 {
  text-transform: uppercase;
}




/*Menü*/

.navbar {
  padding: 0px 50px 0px 50px;
  background:#fff;
  box-shadow: 0px 3px 15px grey;
  z-index: 10;
  align-items: baseline;
  /* vertical-align:bottom; */
  font-size: 16px;
  text-transform: uppercase;
  overflow: hidden;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}

li.nav-item .nav-link {
  border-bottom: 5px solid transparent;
}

li.nav-item .nav-link:hover {
  border-bottom: 5px solid rgba(0,0,0,.9);
}

li.nav-item .nav-link:active {
  border-bottom: 5px solid rgba(0,0,0,.9);
}

.navbar-brand {
  margin-right: 30px;
}

.nav-link {
  margin: 15 15 0 15px !important;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}



img {
	vertical-align: middle;
	border-style: none;
  max-height: 70px;
  max-width: 300px;
  object-fit: contain;
  margin: 10 0 10 0px;
}

.nav .navbar-nav .navbar-right .navbar-sponsor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-sponsor {
  padding: 20px;
}


/* html body nav.navbar.navbar-light.bg-light.navbar-expand-sm div#main-navigation.collapse.navbar-collapse.pull-right ul.nav.navbar-nav.navbar-center li a.nav-link.btn.btn-outline-dark .nav-link:focus, .nav-link:hover {
  color: #fff;
} */


/* .navbar.navbar-expand-md a.navbar-brand h1 {
  margin-bottom: 0px;
  background: #fff;
} */

/* .navbar-nav.navbar-center {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  } */

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






/* Footer*/

.footer {
  /* position:absolute; */
  background-color: #333;
  bottom: 0;
  padding: 50px 0 40px 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 60px;
  box-shadow: inset 0 2em 3em -3em  #000;  
}

.footer-sponsor-title {
  color: #fff;
}

#footer-sponsor-items {
  justify-content: center;
  margin-bottom: 40px;
  flex-wrap: nowrap;
}


#footer-sponsor {
  background-color: #fff;
  border-radius: 10px;
  border-color: #fff;
  border-style: solid;
  margin: 10px;
  padding: 10px;
  height: 200px;
  display: flex; 
  justify-content: center; 
  align-items: center;
  box-shadow: 0px 0px 15px #333;  
}

#footer-sponsor img {
  object-fit: contain;
  width:100%;
  height:100%;
}




.footer-menu-item a {
  margin: 20px;
  color: #fff;
}

.footer-credit a {
  margin: 20px;
  color: #fff;
  text-align: center;
}

.text-center {
  text-align: center;
}



/*cookie notice bar*/

.cc_container .cc_btn {
  background-color: #343a40 !important; 
  /* Farbe des Buttons */color: #fff !important; /* Textfarbe des Buttons */
  font-family: 'Fira Code', monospace;
  } 

.cc_container {
  background: #fff !important;
  color: #000 !important;
  box-shadow: 0px -3px 15px grey;
}

.cc_message {
  font-family: 'Fira Code', monospace;
}



/* ------------------------------------- Seiteninhalte ------------------------------------- */

/* Start */

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}


.background {
  background-image: linear-gradient(to top, #ffb34700, #ffcc3300), url("/static/planovia_bgimage.jpg");
  background-blend-mode: multiply;
  display: flex;
	flex-direction: column;
  min-height: 700px;
  width: 100%;
  background-position: center center;
  background-size: cover;
}



.start-block-cta{
  background-color: rgba(255, 255, 255, 1);
  padding: 40px;
  box-shadow: 0px 0px 15px gray;
  justify-content: center;  
}

.start-buttons {
  display: flex;
  vertical-align: middle;
  justify-content: center;
}



/*MAP Seite*/

#map {
  height: 500px;
  width: 100%;
  }

.map-container {
  margin-left: auto;
  margin-right: auto;
}