body {
    font-family: 'sofiapro-light';
    background-color: #ffffff;
    color: #292828;
    margin: 0 0 0 0;
}
@font-face{
  font-family: 'MyWebFont';
  src: url('WebFont.eot');
  src: url('WebFont.eot?#iefix') format('embedded-opentype'),
    url('WebFont.woff') format('woff'),
    url('WebFont.ttf') format('truetype'),
    url('WebFont.svg#webfont') format('svg');
}

/* Header Bereich Start */

header {
  background-color: #EE6363;
  height: 14px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}



.logo-image {
	max-height: 233px;
	margin-top: -54px;
	position: absolute;
	margin-left: -50px;
}

.navbar-brand {
  margin-left: 50px;
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

.navbar-toggle {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.navbar-toggle:hover .icon-bar {
  background-color: #ccc;
}

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

.navbar-collapse {
  display: none;
}

.navbar-nav li {
  margin-left: 20px;
}

.navbar-nav li a {
  color: #ffffff;
  text-decoration: none;
}

.nav-home li a {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  margin: 5px;
}

.nav-home li a:hover {
  color: #EE6363;
}

.font-hover-1 h1:hover {
	color: #EE6363;
}

.font-hover-2:hover {
	color: #ffd6c8;
}

/* Navigation-Hamburger Start */

.hamburger-icon {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.hamburger-line {
  display: block;
    width: 100%;
    height: 5px;
    background-color: #292828;
    margin-bottom: 9px;
    transition: all 0.2s ease-out;
    border-radius: 5px;
}
/* Navigation-Hamburger END */

@media (max-width: 2400px) {
  .nav-contact{
      margin-left: 83%;
      position: fixed;
      font-size: 15px;
      color: #ffffff;
    margin-top: 46px;
    width: 130pt;
    text-align: end;
    font-weight: bold;
  }
  .logo-image {
    max-height: 110px;
    margin-top: 7px;
    position: absolute;
    margin-left: -10px;
  }
}

@media (max-width: 1920px) {
    .nav-contact{
        margin-left: 81%;
        position: fixed;
        font-size: 15px;
        color: #ffffff;
        margin-top: 58pt;
        font-weight: bold;
    }
    .logo-image {
      max-height: 106px;
	margin-top: 8px;
	position: absolute;
	margin-left: 0;
  }
}

@media (max-width: 1366px) {
    .nav-contact{
        margin-left: 81%;
        position: fixed;
        font-size: 15px;
        color: #ffffff;
        margin-top: 58pt;
        font-weight: bold;
    }
    .logo-image {
      max-height: 105px;
      margin-top: 6px;
      position: absolute;
      margin-left: -20px;
  }
}

@media (max-width: 1366px) {
  .nav-contact {
    margin-left: 73%;
  }
}

@media screen and (max-width: 991px) {
  #navigation-2 {
    width: auto;
    margin-left: 13%;
    margin-right: 10%;
  }
  
  .nav-home {
	  display: none;
	  position: absolute;
	  top: 100%;
	  left: 4px;
	  width: 92%;
	  padding: 10px;
	  background-color: #ffffff;
	  box-shadow: 0px 0px 10px rgba(41, 40, 40, 1);
	  z-index: 1;
	  margin-top: auto;
	  border-radius: 10px;
	}

  .nav-contact{
    margin-left: 66%;
    position: fixed;
    font-size: 15px;
    color: #ffffff;
    margin-top: -10px;
	font-weight: bold;
  }

  .logo-image {
    margin-top: -2px;
    position: absolute;
    margin-left: 10px;
}

  .navbar-brand {
    margin-left: 0;
  }
  
  .navbar-toggle {
    display: block;
  }

  .mobile-nav-toggle {
    color: #292828;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}
  
  .navbar-collapse {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background-color: #292828;
    padding: 20px;
  }
  
  .navbar-nav {
    flex-direction: column;
    margin-top: 20px;
  }
  
  .navbar-nav li {
    margin-left: 0;
    margin-bottom: 10px;
  }
  
  .navbar-nav li a {
    font-size: 18px;
  }
  
  .navbar-toggle.active .icon-bar:nth-child(2) {
    opacity: 0;
  }
  
  .navbar-toggle.active .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .navbar-toggle.active .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  .nav-contact {
    margin-left: 66%;
    position: fixed;
    font-size: 15px;
    color: #ffffff;
    margin-top: 85px;
    font-weight: bold;
  }
}

@media (max-width: 855px) {
  .nav-contact{
    margin-left: 64%;
    position: fixed;
    font-size: 15px;
    color: #ffffff;
    margin-top: 89px;
    font-weight: bold;
  }
  .logo-image {
    max-height: 80px;
    margin-top: -2px;
    position: absolute;
    margin-left: 0px;
}
}

@media (max-width: 768px) {
  .hamburger-icon {
    display: block;
    position: fixed;
    float: right;
    width: 50px;
    height: 57px;
  }
  .nav-home li {
        display: grid;
    }
  .screenRS {
  	display: flex;
	justify-content: center;
	align-items: center;
	height: 30vh;
  }
  #navigation-2 {
	  height: 75px;
	}
	.logo-image {
	  max-height: 100px;
	  margin-top: -4px;
	  margin-left: 10px;
	}
  .nav-home {
    display: none;
    position: absolute;
top: 100%;
left: 4px;
width: 92%;
padding: 10px;
background-color: #ffffff;
box-shadow: 0px 0px 10px rgba(41, 40, 40, 1);
z-index: 1;
margin-top: auto;
border-radius: 10px;
  }

  .nav-home.show {
    display: block;
    height: auto;
  }
  .nav-contact {
  	display: none;
  	}
}

@media only screen and (max-width: 768px) {
  #navigation-2 {
    width: auto;
    margin-left: 13%;
    margin-right: 10%;
  }
  
  .hamburger-icon {
	  display: block;
	  position: fixed;
	  float: right;
	  top: 55px;
	  right: 30px;
	  width: 60px;
	  height: 35px;
	}
	

  .nav-site-name {
    height: 120px;
  }
}

.contact-default-col {
  color: #292828;
}

.phone-link {
  color: #EE6363;
}

.email-link {
  color: #5b498f;
}

.phone-link:hover {
  color: #5b498f;
}

.email-link:hover {
  color: #EE6363;
}


/* Header Bereich END */

/* Main Bereich Start*/
#navigation-2 {
    margin-top: -8px;
}
.nav-site-name {
    background-color: #ffd6c8;
    height: 200px;
}

.menu-item {
    color: #292828;
}

  /* Main Bereich END */