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;
}

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

/* Navigation-Hamburger Start */

.hamburger-icon {
  display: none;
  position: absolute;
  top: 55px;
  right: 30px;
  width: 60px;
  height: 35px;
  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 screen and (max-width: 1680px) {
  .logo-image {
    max-height: 105px;
    margin-top: 6px;
    position: absolute;
    margin-left: 0;
  }
}

@media screen and (max-width: 1360px) {
  .logo-image {
    max-height: 105px;
    margin-top: 6px;
    position: absolute;
    margin-left: -20px;
  }
}

@media screen and (max-width: 991px) {
  #navigation-2 {
    width: auto;
  }
  .navigation-2-div {
    padding-left: 140px;
  }

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

  .logo-image {
    max-height: 105px;
    margin-top: -4px;
    position: absolute;
    margin-left: 15px;
  }

  .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);
  }
}

@media (max-width: 768px) {
  .hamburger-icon {
    display: block;
    position: fixed;
    float: right;
    top: 55px;
  right: 30px;
  width: 60px;
  height: 35px;
  }
    .nav-contact {
  	display: none;
  	}
  	
  
  .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;
  }
  .section-title {
  	margin-top: -60px;
  	min-height: 0px;
  	height: 0px;
  }
  
}

@media only screen and (max-width: 768px) {
  #navigation-2 {
    width: auto;
    margin-left: 13%;
    margin-right: 10%;
  }

  .nav-home li {
        display: grid;
    }
  
  .section-title {
  	min-height: 0px;
  	height: 0px;
  	margin-top: -60px;
  }
	.section-title img {
		width: 105%;
		margin: 15px 0 31px -12px;
	}

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

  .home-bg-image {
    background: url("../img/home_mobile-1.jpg");
    height: 850px;
  }
}

.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*/

main {
  padding-top: 113px;
  margin-bottom: -21px;
}


.nav-site-name {
  background-color: #ffd6c8;
  height: 160px;
}

.menu-item {
  color: #292828;
}

/* .menu-item:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
*/

/* Hintergrund Bild für die Startseite */
.home-bg-image {
  background: url("../img/home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 50em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position-x: center;
}

.glass-1 {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.36);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border: 1px solid rgba(255, 255, 255, 0.55);
  animation: slideIn 0.5s ease-in-out forwards;
  text-align: center;
  margin-top: -440px; /* adjust as necessary */
  /* width: min-content; */
  width: 850px;
  max-width: 80%;
}

.glass-1 a h1 {
  font-size: 40px;
}

.phone-image-container h1 {
  font-size: 40px;
}

section {
  background-color: white;
  width: 100%;
}

.section-title {
  text-align: -webkit-center;
  text-align: center;
  background-color: #5b498f;
  min-height: 200px;
  height: max-content;
}

.nav-contact {
  margin-top: 69px;
  margin-left: 73%;
}

.section-1 {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 36px;
  text-align: center;
}

.section-title img {
  width: 79%;
}

@media (max-width: 2720px) {
  #services {
    height: 58vh;
    margin-top: -46px;
  }
}

@media (max-width: 2040px) {
  .logo-image {
    max-height: 107px;
    margin-top: 7px;
    margin-left: 0px;
  }
  .nav-contact {
    margin-top: 92px;
    margin-left: 82%;
  }
  .home-bg-image {
    background-position-y: -240px;
  }
  .glass-1 a h1{
      margin: 80px;
      font-weight: 900;
      line-height: 0px;
      margin-top: 34px;
      margin-bottom: 0px;
  }
  #services {
    height: 58vh;
    margin-top: -46px;
  }
}

@media (max-width: 1920px) {
  .home-bg-image {
      background-position-y: -220px;
  }
  .section-1 {
	  margin-top: -70px;
  }
  #services {
	  height: 590px;
  }
}

@media (max-width: 1700px) {
  .logo-image {
    max-height: 106px;
	margin-top: 8px;
	position: absolute;
	margin-left: 0;
  }
  .nav-contact {
  	margin-top: 75px;
    margin-left: 81%;
    width: 190px;
    text-align: end;
  }
  #services {
    height: 79vh;
    margin-top: auto;
	padding-top: 48px;
  }
}

@-moz-document url-prefix() {
  @media (min-width: 768px) {
    .nav-contact {
        margin-top: 48px;
        margin-left: 73%;
    }
  }
}

@media (max-width: 1590px) {
  .home-bg-image {
    background-position-y: -148px;
  }
  .section-1 {
	margin-top: -60px;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 36px;
    text-align: center;
  }
}

@media (max-width: 1440px) {
  .home-bg-image {
    background-position-y: -140px;
  }
  /* .nav-contact {
    margin-top: 95px;
    margin-left: 73%;
  } */
}

@media (max-width: 1440px) {
  .home-bg-image {
    background-position-y: -111px;
  }
  /*.nav-contact {
    margin-top: 7ex;
    margin-left: 73%;
  } */
}

@media screen and (max-width: 1366px) {
  .section-1 {
    margin-top: -10px;
  }
}

@media (max-width: 1366px) {
  .home-bg-image {
    background-position-y: -95px;
  }
  .section-1 {
    margin-top: -10px;
  }
  .logo-image {
    max-height: 105px;
    margin-top: 6px;
    position: absolute;
    margin-left: 15px;
  }
}

@media (max-width: 1280px) {
  .home-bg-image {
    background-position-y: -65px;
  }
  #navigation-2 {
    display: block;
  }
  .nav-contact {
    margin-left: 74%;
  }
}

@media (max-width: 1088px) {
  .nav-contact {
    margin-left: 68%;
    margin-top: 95px;
  }
  .logo-image {
    max-height: 105px;
    margin-top: 8px;
    position: absolute;
    margin-left: 0px;
  }
}

@media (max-width: 1024px) {
  .home-bg-image {
    background-position-y: -59px;
  }
  .glass-1 a h1 {
	font-size: inherit;
  }
  .glass-1 h2 {
    font-size: medium;
  }
  #navigation-2 {
  	margin: 0 0 0 0;
    height: 90px;
    }
}

@media only screen and (max-width: 1240px){
	.glass-1 a h1 {
	    font-size: inherit;
	}
}

@media only screen and (max-width: 768px){
	#services {
		height: 64vh;
	}
}

@media (max-width: 720px) {
	.logo-image {
		max-height: 100px;
	    margin-top: -4px;
	    margin-left: 10px;
	}
	.glass-1 {
		margin-top: -555px;

	}
	.glass-1 a h1 {
		font-size: inherit;
	}
	/*.glass-1 a h2 {
		font-size: 13px;
	}*/
}



/* Main Bereich END */

/* Footer Bereich Start*/

#footer {
  width: 100%;
  background-color: #292828;
  color: #ee6363;
  height: 100px;
}

#footerinner {
  position: relative;
  width: 100%;
  height: 100px;
  text-align: center;
  margin: 0 auto 0;
}

.impressum {
  padding: 20px 0 0 0;
}

.impressum small {
  float: left;
  font-size: 12px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #f9b808;
}

.impressum a {
  text-decoration: none;
}


@media (max-width: 750px) {
  main{ 
  	padding-top: 127px;
    margin-bottom: -21px;
  }
  #footer {
    height: 160px;
    padding-bottom: 10px;
  }
}
@media (max-width: 350px) {
  #footer {
    height: 140px;
    padding-bottom: 10px;
  }
  #footer a {
    color: #fff;
    font-size: 2.6vh;
    }
}

/* Footer Bereich END */