body {
    background-color: #1F1F1F;
    color: #ffffff;
    font-family: 'Noto Sans';
    position: relative;
}
a {
    color: #ffffff;
}
a:hover {
    color: #fb8f02;
}
.overlay {
    min-height: 450px;
    margin: 0 -12px;
    display: block;
    background-color: #28283300;
}
.header {
    height: 100px;
}
.logo {
    margin-top: 10px;
    float: left;
}
.logo .logo-svg {
    float: left;
    height: 60px;
    width: 60px;
    margin-top: -10px;
}
.align-right {
    flex-direction: row-reverse;
}
.margin-bottom {
	margin-bottom: 30px;
	margin-top: 30px;
}
.navbar {
    list-style: none;
}
.navbar li.nav-item {
    float: left;
    margin-left: 24px;
}
.navbar li.nav-item a.nav-link.active {
    color: #fb8f02;
}
.navbar li.nav-item a.nav-link {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}
.navbar li.nav-item a.nav-link:hover {
    color: #fb8f02;

}
.teaser {
    margin-top: 300px;
}
.teaser h1 {
    font-size: 70px;
    font-weight: 600;
    font-family: 'Noto Sans';
    color: #fb8f02;
}
.teaser h2 {
    font-size: 40px;
    font-family: 'Noto Sans';
}
.teaser h3 {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 100px;
}
.angebote {
    margin-top: -300px;
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.angebote .logo-svg {
    width: 100px;
    height: 100px;
    margin-bottom: -34px;
    margin-right: -40px;
}
.angebote h1 {
    line-height: 100px;
}
.row-angebote {
    margin-top: 30px;
}
.row-angebote .big-link {
	display: block;
	text-decoration: none;
	color: inherit;
}
.row-angebote .link-box {
	display: block;
	position: relative;
	width: 100%;
	min-height: 400px;
}
.row-angebote h3 {
    font-family: 'Noto Sans';
    font-weight: 600;
    text-transform: uppercase;
    font-size: 32px;
}
.row-angebote .col-sm {
    margin: 30px;
    /*min-height: 460px;*/
    padding: 30px;
    position: relative;
    background-color: #1f1f1fe5;
}
.row-angebote p {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Noto Sans';
    /*hyphens: auto;*/
}
.ks-new-banner {
    border-radius: 50%;
    border: 2px solid #64ced8;
    color: #64ced8;
    background-color: #1f1f1fe5;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -60px;
    right: -60px;
    line-height: 74px;
    font-size: 22px;
    font-weight: 600;
}
.gold {
    border: 1px solid #fb8f02 !important;
    color: #fb8f02;
}

.purple {
    border: 1px solid #aa5cd1 !important;
    color: #aa5cd1;
}

.teal {
    border: 1px solid #64ced8 !important;
    color: #64ced8;
}

.ks-button {
    border: 1px solid #ffffff;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 30px;
    right: 30px;
    /* width: 80%; */
    transition: all 0.5s;
}
.ks-button a, .ks-button span {
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    display: block;
}
.ks-button:hover {
    background-color: #ffffff;
}
.ks-button:hover a {
    color: #1f1f1f;
}
.btn-gold {
    border-color: #fb8f02;
}
.btn-gold a {
    color: #fb8f02 !important;
}
.btn-gold:hover a {
    color: #ffffff !important;
}
.btn-gold:hover {
    background-color: #fb8f02 !important;
}
.btn-purple {
    border-color: #aa5cd1;
}
.btn-purple a {
    color: #aa5cd1 !important;
}
.btn-purple:hover a {
    color: #ffffff !important;
}
.btn-purple:hover {
    background-color: #aa5cd1 !important;
}
.btn-teal {
    border-color: #64ced8;
}
.btn-teal a {
    color: #64ced8 !important;
}
.btn-teal:hover a {
    color: #ffffff !important;
}
.btn-teal:hover {
    background-color: #64ced8 !important;
}
.upcoming {
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 80px;
    background-color: #34323c;
}
.upcoming .logo-svg {
    width: 80px;
    height: 80px;
    margin-right: -40px;
}
.upcoming h1 {
    line-height: 100px;
    margin-bottom: 50px;
    font-family: 'Noto Sans';
    font-size: 32px;
}
.upcoming h2 {
    color: #fb8f02;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Noto Sans';
}
.upcoming p {
    font-size: 16px;
    margin-bottom: 80px;
}
.upcoming img {
    max-width: 100%;
}
.upcoming .col-lg-6 {
    padding: 0px 30px;
    font-family: 'Noto Sans';
    position: relative;
}
.upcoming .btn-gold {
    width: 360px;
    text-align: center;
    bottom: 0;
    font-family: 'Noto Sans';
}
.upcoming .btn-white {
    width: 180px;
    text-align: center;
    bottom: 0;
    left: 230px;
    font-family: 'Noto Sans';
}
.img-container {
    background-position: center center;
    background-size: cover;
}
.img-container span {
	background-color: #00000061;
	color: #ffffff;
}
.left-border {
    border-left: 1px solid #fb8f02;
}
.logo-celebrate .logo-svg {
    width: 100px;
    height: 100px;
    margin-right: -50px;
}
.logo-celebrate .logo-text {
    height: 100px;
}
.celebrate-text {
    padding-top: 200px;
    font-size: 34px;
    font-weight: 600;
    font-family: 'Noto Sans';
}
.btn-celebrate {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    padding-left: 50px;
    padding-right: 50px;
    border: 1px solid #ffffff;
    transition: all 0.4s;
    font-weight: 600;
}
.btn-celebrate:hover {
    color: #3d3d3d;
    background-color: #ffffff;
    text-decoration: none;
}
.overlay-dark {
    background-color: #1d151580;
}
.row-about {
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 80px;
}
.row-about h1 {
    line-height: 100px;
    margin-bottom: 50px;
    font-family: 'Noto Sans';
    font-size: 32px;
}
.row-about h2 {
    font-family: 'Noto Sans';
}
.row-about .logo-svg {
    width: 80px;
    height: 80px;
    margin-right: -40px;
}
.row-about p {
    font-size: 20px;
    font-family: 'Noto Sans';
}
.row-about p.color-gold {
    color: #fb8f02;
    font-size: 26px;
    font-family: 'Noto Sans';
}
.row-about .col-lg-6 {
    padding: 0px 30px;
}
.row-contact {
    min-height: 600px;
    padding-top: 50px;
    padding-bottom: 80px;
}
.row-contact h1 {
    line-height: 100px;
    margin-bottom: 50px;
    font-family: 'Noto Sans';
    font-size: 32px;
}
.row-contact h2 {
    font-family: 'Noto Sans';
}
.row-contact .logo-svg {
    width: 80px;
    height: 80px;
    margin-right: -40px;
}
.row-contact p {
    font-size: 20px;
    font-family: 'Noto Sans';
}
.row-contact p.color-gold {
    color: #fb8f02;
    font-size: 26px;
    font-family: 'Noto Sans';
}
.row-contact .col-lg-6 {
    padding: 0px 30px;
}

.row-newsletter h1 {
    line-height: 100px;
    margin-bottom: 50px;
    font-family: 'Noto Sans';
    font-size: 32px;
}
.row-newsletter h2 {
    font-family: 'Noto Sans';
}
.row-newsletter .logo-svg {
    width: 80px;
    height: 80px;
    margin-right: -40px;
}
.row-newsletter p {
    font-size: 20px;
    font-family: 'Noto Sans';
}
.row-newsletter p.color-gold {
    color: #fb8f02;
    font-size: 26px;
    font-family: 'Noto Sans';
}
.row-newsletter .col-lg-6 {
    padding: 0px 30px;
}

.image-container

.row-posts {
    margin-bottom: 60px;
}
.page-margin {
	margin-bottom: -40px;
}
.row-posts h1 {
    line-height: 100px;
    margin-bottom: 50px;
    font-family: 'Noto Sans';
    font-size: 32px;
}
.row-posts h2 {
    font-family: 'Noto Sans';
    color: #fb8f02;
    padding-bottom: 10px;
}
.row-posts .logo-svg {
    width: 80px;
    height: 80px;
    margin-right: -40px;
}
.row-posts p {
    font-size: 20px;
    font-family: 'Noto Sans';
}
.row-posts p.color-gold {
    color: #fb8f02;
    font-size: 26px;
    font-family: 'Noto Sans';
}
.row-posts .col-lg-6 {
    padding: 0px 30px;
}

.badge-container {
    position: fixed;
    right: 0;
   
}
.badge-container img {
    z-index: 100;
    width: 400px;
    position: absolute;
    right: -320px;
    top:200px;
    transition: all .6s;
}
.badge-container img:hover {
    right: -130px;
}

#upcoming.container-fluid, #about.container-fluid, #contact.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 991px) {
    .bottom-border {
        border-bottom: 1px solid #4d4d4d;
        padding-bottom: 30px;
    }
    .left-border {
        border-left: none;
    }
    .nav-bar {
        margin-top: 40px;
        list-style: none;
        position: absolute;
        top: 30px;
        left: 30px;
        right: 30px;
        background-color: #1F1F1F;
        height: 0;
        overflow: hidden;
    }
    .nav-bar li {
        float: none;
        margin-left: 24px;
        text-align: center;
    }

    .row-angebote .col-sm {
        margin: 30px;
        min-height: 260px;
        padding: 30px;
        position: relative;
        background-color: #1f1f1fe5;
        min-width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
	.row-angebote .link-box {
		min-height: 260px;
	}
  }
  @media only screen and (max-width: 782px) {
	.upcoming .col-lg-6 {
  		padding-bottom: 60px;
	}
	.row-angebote .link-box {
		min-height: 235px;
	}
    .left-border {
        border-left: none;
    }
    .ks-new-banner {
        top: -60px;
        right: -50px;
    }
    .row-celebrate .row:last-of-type .col-12{
        margin-top: 20px;
    }
  }
  @media only screen and (max-width: 575px) {
	  
	  
	  .row-posts {
		  padding: 0;
	  } 
	 .row-posts p {
		  font-size: 16px;
	  }
    .row-angebote h3 {
        font-size: 24px;
    }
    .row-angebote p {
        font-size: 18px;
    }
	.row-angebote .link-box {
		min-height: 260px;
	}
    .upcoming p {
        margin-bottom: 60px;
		font-size: 16px;
    }
    .upcoming .col-lg-6 {
        padding-bottom: 60px;
    }
    .img-container {
        height: 260px !important;
    }
    .row-about {
        text-align: center;
    }
    .row-contact {
        text-align: center;
    }
    .row-angebote .col-sm {
        margin: 30px;
        min-height: 300px;
        padding: 30px;
        position: relative;
        background-color: #1f1f1fe5;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .left-border {
        border-left: none;
    }
    .upcoming .btn-gold {
        width: 300px;
        position: static;
        margin-bottom: 30px;
        
    }
    .upcoming .btn-white {
        position: static;
        width: 180px;
        text-align: center;
        font-family: 'Noto Sans';
    }
  }