.poppins,
h1, textarea {
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: auto;
  font-family: "Poppins", sans-serif;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

#top-container {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9999;
  border-bottom: solid 1px #0071b8;
}

#header {
  display: flex;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 1200px;
}

.fill-empty {
  flex-grow: 1;
}

#header #logo img {
  width: 160px;
  display: block;
}

/* Dropdown Button */

#navigation {
  font-size: 1em;
}

.dropbtn {
  color: #0071b8;
  padding: 30px 15px;
  font-size: 1em;
  border: none;
  display: flex;
}

.dropbtn:hover {
  opacity: 0.8;
  cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown button {
  background-color: unset;
  font-family: "Poppins", sans-serif;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  font-size: 0.9em;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #555;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(0, 179, 255, 0.2);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-content {
  display: block;
}

/* Google Map Start */

.google-maps {
  position: relative;
  padding-bottom: 650px;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

#mapcontainer {
  position: relative;
}

#map {
  height: 650px;
  width: 100%;
  z-index: 1;
  
}

#capture {
  position: absolute;
  left: 10px;
  top: 60px;
  background-color: #dc0000;
  z-index: 2;
  min-width: 250px;
  border-left: solid 2px #dc0000;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  color: #fff;
}

#capture div {
  padding: 10px;
}

#content-info-window {
  font-family: "Poppins", sans-serif;
}
#content-info-window p {
  margin: 0;
  font-size: 1.2em;
  font-weight: normal;
}

#content-info-window h1 {
  padding: 0;
  margin: 0;
  font-weight: 600;
  color: #0071b8;
  font-size: 1.5em;
  padding-bottom: 10px;
}

/* Google Map End */

/* Slider start */

.slider-container {
  width: 100%;
  height: 100vh;
  margin-bottom: 100px;
}

.slider-background {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: bottom;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.slider {
  width: 100%;
  height: 100vh;
}

.slide-item {
  width: 100%;
  height: 100vh;
  position: relative;
}

.slide-text {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  color: #fff;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;

  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slide-content {
  font-family: "Poppins", sans-serif;
}

.slide-content h1 {
  font-size: 4em;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  color: #fff;
  opacity: 0.8;
}

.slide-content p {
  font-size: 1.3em;
  margin: 0;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
  width: 50%;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.btn-more {
  padding: 20px 30px;
  background-color: #0071b8;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 300;
  margin-top: 20px;
}

.btn-more:hover {
  opacity: 0.8;
}
/*Slider end*/

#philosophie {
  padding: 40px 20px 60px 20px;
  background-color: #0071b8;
  text-align: center;
  color: #fff;
  
  margin-top: 50px;
}

#philosophie h1 {
  font-size: 2.5em;
  font-weight: 200;
  margin-bottom: 40px;
}

#philosophie p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 1.5em;
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.col1 {
  font-family: "Poppins", sans-serif;
  margin-bottom: 100px;
  text-align: center;
}

.col1 h1 {
  color: #0071b8;
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}

p {
  font-family: "Poppins", sans-serif;
  color: #777;
}

 h2 {
  margin: 30px 0 30px 0;
  padding: 0;
  color: #0071b8;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  
}

b {
  font-family: "Poppins", sans-serif;
}

.expose {
  font-size: 1.2em;
}

.pdf-icon {
  margin-bottom: -5px;
  
}

.pdf-link {
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
  text-decoration: none;
  color: #0071b8;
}

.neu {
  padding: 3px 15px;
  background-color: #fff000;
  display: inline-block;
  border-radius: 10px;
  color: #444;
  font-weight: bold;
}

.col-2-3 {
  display: grid;
  font-family: "Poppins", sans-serif;
}

.col-2-3 {
  grid-template-columns: 1fr 2fr;
  grid-column-gap: 50px;
  margin-bottom: 100px;
}

.col-full {
  width: 100%;
}

.col3,
.col2 {
  display: grid;
  font-family: "Poppins", sans-serif;
}

.col3 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 50px;
  margin-bottom: 100px;
}

.col2 {
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 50px;
  margin-bottom: 100px;
}

.col3-item img,
.col2-item img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 200px;
  border-radius: 5px;
}

.col-2-3-item-image img {
   display: block;
  width: 100%;
  object-fit: cover;
  
  border-radius: 5px;
}

.col3-item-title,
.col2-item-title {
  font-size: 1.3em;
  color: #0071b8;
  font-weight: 600;
  padding: 20px 0;
}

.col3-item-content,
.col2-item-content {
  color: #777;
}

#footer-container {
  
  width: 100%;
  background-color: #002338;
}

#footer-content {
  width: 100%;
  max-width: 1200px;
  padding: 40px 0;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  font-weight: 300;
}

#footer-content a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

#footer-content a:hover {
  color: #0071b8;
}

#footer-content h1 {
  color: rgba(255, 255, 255, 0.2);
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: 300;
}

#footer-content p {
  color: rgba(255, 255, 255, 0.4);
}

.page-title {
  padding-top: 30px;
  background-color: #0071b8;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.page-title .wrap h1 {
  padding: 0;
  margin: 0;
  color: #fff;
}

.page-image {
  display: block;
  width: 100%;
}

.page-content {
  padding: 20px 0 50px 0;
}

.page-content p {
  font-size: 1.3em;
  
}

.contact-form {
  font-size: 1em;
  color: #777;
  border-top: solid 1px #e0e0e0;
  margin-top: 40px;
}


.contact-form input, .contact-form textarea {
  padding: 10px;
  border: solid 1px #ccc;
  width: 100%;
}

.contact-form input[type="submit"] {
width: unset;
margin-top: 20px;
font-size: 1em;
padding: 10px 20px;
}

.contact-form input[type="radio"] {
  width: unset;
}

p.contact-title {
  margin-bottom: 10px;
  font-size: 1em;

}

.contact-flex {
  display: flex;
}

.contact-flex-item {
  width: 50%;

}

.contact-flex-item:first-child {
  padding-right: 20px;
}

.contact-flex-item:last-child {
  padding-left: 20px;
}

textarea {
  font-size: 1em;
  color: #777;
}

textarea::placeholder {
  opacity: .5;
}

.red {
  color: #dc0000;
}

.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px;
  border-radius: 10px;
  background-color: rgba(0,0,0,0.2);
  color: rgba(255,255,255,0.7);
  z-index: 1000;
}

.chevron::before {
	border-style: solid;
	border-width: 0.25em 0.25em 0 0;
	content: '';
	display: inline-block;
	height: 1.2em;
	
	position: relative;
	top: 0.3em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 1.2em;
}

.chevron.right:before {
	left: 0;
	transform: rotate(45deg);
}

.chevron.bottom:before {
	top: 0;
	transform: rotate(135deg);
}

.chevron.left:before {
	left: 0.25em;
	transform: rotate(-135deg);
}

.dropbtn .fill-empty {
    display: none;
  }

  .menu-button { display: none;
    
  }

@media only screen and (max-width: 1024px) {
  
  #header {
    flex-wrap: wrap;
    padding: 20px;
  }

  .menu-button { display: unset;
    
  }
  #navigation {
    width: 100%;   
    display: none; 
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-content{
    position: unset;
  }

  .dropbtn {
    padding: 15px 0;
    display: flex;
    width: 100%;
    box-sizing: border-box;
  }

  .dropdown:first-child {
    margin-top: 20px;
  }
  .dropbtn:last-child {
    padding-bottom: 0;
  }

  .dropdown-content a {
    padding: 15px 0;
    white-space: initial;
  }

  .dropdown-content {
    background: unset;
  }

  .dropbtn .fill-empty {
    display: unset;
  }

  .col1 {
     text-align: left;
  }

  .col3, .col2, .col-2-3, #footer-content  {
    grid-template-columns: 1fr;
  }
  .col2-item-title, .col2-item-content, .col1, .col3-item-title, .col3-item-content {
    padding: 10px 20px;
    
  }
  .neu {
    margin-left: 20px;
    margin-top: 20px;

  }

  .col3-item-image, .col2-item-image {
    margin-top: 20px; margin-bottom: 20px;
  }

  img {
    border-radius: 0!important;
  }

  .col-2-3, .col1, .col3 {
    margin-bottom: 0;
  }

  #footer-content {
    padding: 20px;
  }

  .contact-form {
    margin-top: 0;
    padding: 0;
  }

  .contact-flex {
    display: unset;
  }

  .contact-flex-item:first-child, .contact-flex-item:last-child {
    padding: unset;
  }

  .contact-flex-item {
    width: 100%;
  }

  .slide-text {   
  position: absolute;
  left: unset;
  top:unset;
  bottom: 40px;
  transform: unset;
  padding: 20px;
}

.slide-content h1 {
  font-size: 1.5em;
  width: 100%;
}
.slide-content p {
   width: 100%;
}

.slider-container {
  margin-bottom: 40px;
}

.page-image {
  padding-top: 100px;
}
.page-title {
  padding: 20px;
  margin-bottom: 0;
}

.page-title h1 {
   font-size: 1.5em;
}

.page-content {
  padding: 0 20px;
}

.page-content p {
   font-size: 1em;
}

.kontakt-form-home {
  padding: 0 20px;
}
  
}