@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Norican|Oxygen:400,700');


.cleaner {
    clear: both;
}


@media screen and (max-width: 768px) {
    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

.resp-nav {
    display: none;
}


p,
h3,
h4,
header nav ul li a,
header nav ul li,
.ud_footer ul li a,
.ud_footer ul li,
#footer a,
#footer a:hover,
.galerie1 a,
.galerie1 a:hover,
.galerie2 a,
.galerie2 a:hover,
.sidenav a,
.sidenav a:hover,
.haftung a,
.haftung a:hover,
#cboxTitle,
.gale-1 a,
.gale-2 a,
.gale-3 a,
.gale-4 a,
.gale-6 a,
.kf2 a,
.kf2 a:hover,
#kontakt ul li a,
#kontakt ul li,
.btn a:hover,
.btn a {
    font-family: 'Oxygen', sans-serif;
}

p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    padding-bottom: 10px;
    color: #434343;
    width: 100%;
}

h1,
h2 {
    font-family: 'Norican', cursive;
}

h1 {
    font-size: 50px;
    line-height: 40px;
    color: #e10713;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    color: #e10713;
    padding-bottom: 20px;
}

#lp h1 {
    font-size: 35px;
    line-height: 40px;
    color: #e10713;
    padding-bottom: 20px;
    position: relative;
    margin-top: inherit;
    margin-left: inherit;
}

#lp-ul li {
    font-size: 20px;
}

#lp .text_l a {
    color: #e10713;
    font-style: italic
}

#lp #kontakt a{
    color: white!important
}

#lp #winterberg{
   padding-bottom: 132px;
}

#lp #Startseite{
    height: 600px
}

h3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #434343;
}

h4 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #e10713;
}

b {
    font-weight: 700;
}

/* #e10713 #434343 */

header {
    position: fixed;
    background-color: #fff;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
    border-bottom: 1px solid #e10713;
}

header nav {
    text-align: center;
    height: 40px;
    display: block;
    margin: 0 auto;
    width: auto;
}

header nav ul {
    padding: 0;
    width: 100%;
    display: block;
    font-size: 20px;
    margin: 0 auto;
}

header nav ul li {
    list-style: none;
    font-weight: 600;
    color: #434343;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-left: 20px;
}

header nav ul li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: #434343;
}

header nav ul li a:hover {
    color: #e10713;
}

.header-scroll {
    position: fixed;
    background-color: #fff;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999;
}

.header-scroll .ud_logo {
    width: 100px;
}

.ud_logo {
    width: 200px;
    margin: 20px auto;
    display: block;
    height: auto;
}

.ud_logo img {
    width: 100%;
    height: auto;
}

#ud_icon {
    position: fixed;
    top: 20%;
    right: 0px;
    float: right;
    width: 60px;
    left: auto;
}

.ud_kontakt_icon img {
    width: 40px;
    height: auto;
    display: inline-block;
    width: auto;
    padding-bottom: 20px;
    float: left;
}

.ud_kontakt_icon img:hover {
    height: 50px;
    width: auto;
}

.overlayHidden {
    display: none;
}

.overlay {
    width: 300px;
    background: #e10713;
    position: absolute;
    top: 100px;
    right: 80px;
    margin: auto;
    padding: 30px;
    border: 2px solid #fff;
}

.overlay h3 {
    color: #fff;
    padding-bottom: 20px;
}

.overlay p {
    color: #fff;
    line-height: 22px;
}

#close {
    position: absolute;
    width: 30px;
    height: auto;
    margin: 0;
    right: 5px;
    top: 5px;
}

.open {
    width: 100%;
    padding: 0;
}

.open p {
    display: flex;
    line-height: 24px;
    justify-content: space-between;
    margin: 0;
    padding-bottom: 0;
}

@media screen and (max-width:800px) {
    header nav {
        display: none;
    }

    .resp-nav {
        display: block
    }

    .resp-nav span {
        display: block;
        position: fixed;
        top: 10px;
        right: 10px;
        background: #e10713;
        width: 56px;
        height: 50px;
        cursor: pointer;
    }

    .resp-nav span:hover {
        background: #434343
    }

    .resp-nav span img {
        width: 41px;
        height: 31px;
        position: absolute;
        top: 9px;
        left: 7px;
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #e10713;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        display: block;
        transition: 0.3s;
        text-transform: uppercase
    }

    .sidenav a:hover,
    .offcanvas a:focus {
        color: #434343;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    header {
        height: 100px;
    }

    .ud_logo {
        margin: 10px auto;
    }
}

@media screen and (max-width:500px) {
    header {
        height: 50px;
    }

    .ud_logo {
        width: 80px;
    }

    #ud_icon {
        top: auto;
        right: auto;
        left: 10px;
        width: 90%;
        bottom: 45px;
    }

    .ud_kontakt_icon img {
        width: 40px;
        height: auto;
        display: inline-block;
        width: auto;
        padding-left: 10px;
        padding-bottom: 0px;
    }

    .ud_kontakt_icon img:hover {
        height: 50px;
        width: auto;
    }

    .overlay {
        width: 250px;
        background: #e10713;
        position: absolute;
        top: auto;
        right: auto;
        padding: 30px;
        border: 2px solid #fff;
        left: 10px;
        bottom: 70px;
    }

    .overlay p {
        color: #fff;
        line-height: 20px;
        font-size: 16px;
    }
}

/*Startseite*/
#Startseite {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 0;
}

.paralax {
    display: block;
    background: url("../images/header-geschenkideen.jpg")no-repeat top, url("transparent.gif")no-repeat top;
    width: 100%;
    height: 800px;
    background-attachment: fixed;
    background-size: cover;
}

h1 {
    margin-top: 20%;
    position: absolute;
    margin-left: 15%;
}

.hg-bild1 {
    display: none;
}

@media screen and (max-width:1000px) {
    h1 {
        margin-top: 30%;
    }
}

@media screen and (max-width:500px) {
    h1 {
        margin-left: 10%;
        font-size: 30px;
    }

    h2 {
        font-size: 30px;
    }

    .paralax {
        display: none;
    }

    .hg-bild1 {
        display: block;
        background: url("../images/header-geschenkideen3.jpg")no-repeat center, url("transparent.gif")no-repeat center;
        width: 100%;
        height: 300px;
    }

    p {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width:400px) {

    h2,
    #home h2 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media screen and (max-width:350px) {
    h1 {
        margin-left: 5%;
        font-size: 20px;
        margin-top: 70px;
    }

    .ud_kontakt_icon img {
        width: 50px;
        padding-left: 5px;
        margin-bottom: 2px;
    }

    p {
        font-size: 15px;
        line-height: 19px;
    }
}


/*home*/
#home {
    width: 100%;
    min-height: 900px;
    background: #e10713;
    margin-top: -62px;
}

#home p {
    color: #fff;
}

#home h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
}

.berg1 {
    width: 100%;
    height: auto;
    margin-top: -340px;
}

.berg1 img {
    width: 100%;
    height: auto;
}

.inhalt {
    width: 80%;
    display: flex;
    margin-left: 10%;
    margin-right: 10%;
    flex-direction: row;
    justify-content: space-between;
}

.text_l {
    width: 40%;
    display: inline;
    padding: 5%;
}

.icons1 {
    width: 40%;
    display: flex;
    margin: 0 auto;
    padding-top: 5%;
    text-align: center;
    flex-wrap: wrap;
}

.icons1 img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.btn-k1 {
    margin: 0 auto;
    display: inline-flex;
    padding: 0.5rem;
}

@media screen and (max-width:1600px) {
    .berg1 {
        margin-top: -325px;
    }
}

@media screen and (max-width: 1500px) {
    .berg1 {
        margin-top: -305px;
    }
}

@media screen and (max-width: 1400px) {
    .berg1 {
        margin-top: -285px;
    }
}

@media screen and (max-width: 1300px) {
    .berg1 {
        margin-top: -260px;
    }

    .text_l {
        width: 45%;
        padding: 3%;
    }

    .icons1 {
        width: 45%;
        padding: 3%;
    }

    .icons1 img {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .berg1 {
        margin-top: -240px;
    }

    .paralax {
        height: 800px;
    }
}

@media screen and (max-width: 1100px) {
    .inhalt {
        flex-direction: column;
    }

    .icons1 {
        width: 100%;
        padding: 3%;
    }

    .text_l {
        width: 100%;
        padding: 0;
        padding-top: 4rem;
    }

    .berg1 {
        margin-top: -225px;
    }
}

@media screen and (max-width: 1000px) {
    .berg1 {
        margin-top: -200px;
    }

    .paralax {
        height: 700px;
    }
}

@media screen and (max-width: 900px) {
    .icons1 {
        width: 100%;
    }

    .icons1 img {
        width: 60px;
        height: 60px;
    }

    .berg1 {
        margin-top: -180px;
    }
}

@media screen and (max-width: 800px) {
    .berg1 {
        margin-top: -155px;
    }
}

@media screen and (max-width: 700px) {
    .berg1 {
        margin-top: -135px;
    }
}

@media screen and (max-width: 600px) {
    .berg1 {
        margin-top: -110px;
    }
}

@media screen and (max-width: 500px) {
    #home {
        margin-top: -12px;
    }

    .berg1 {
        margin-top: -95px;
    }
}

@media screen and (max-width: 450px) {
    .inhalt {
        display: flex;
        width: 90%;
        margin-right: 5%;
        margin-left: 5%;
    }

    #home {
        margin-top: -6px;
        min-height: 700px;
    }

    .icons1 img {
        width: 50px;
        height: 50px;
    }

    #home h2 {
        font-size: 20px;
        line-height: 25px;
    }
}

/*Souvenirs*/
#souvenirs {
    width: 100%;
    height: auto;
    min-height: 600px;
    display: flex;
    background: #fff;
    margin-top: -10px;
}

.galerie1 {
    width: 600px;
    height: 400px;
    display: inline-flex;
    border: 5px solid #e10713;
    background: url("../images/souvenirs1_hg.jpg")no-repeat center;
    background-size: cover;
    margin-top: 5%;
    position: relative;
}

.galerie1 a {
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.galerie1 a:hover {
    color: #e10713;
}

.galerie1 img {
    width: 40px;
    height: auto;
}

.text_r {
    width: 40%;
    display: inline;
    padding: 5%;
    padding-top: 15%
}

.icons2 {
    width: 100%;
    display: flex;
    padding: 1rem;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
}

.icons2 img {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    padding-bottom: 1rem;
}

.present {
    text-align: center;
    margin: 0 auto;
    border-top: 2px solid #e10713;
    padding: 1rem;
}

@media screen and (max-width:1200px) {
    .galerie1 {
        width: 450px;
        height: 300px;
    }

}

@media screen and (max-width:1100px) {
    .galerie1 {
        width: 600px;
        height: 400px;
        margin: 0 auto;
    }

    .icons2 img {
        width: 80px;
        height: 80px;
    }

    .text_r {
        width: 100%;
        padding: 0;
        padding-top: 4rem;
    }

    .icons2 {
        width: 100%;
    }
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:800px) {
    #souvenirs .text_r {
        margin-right: 0%;
        padding: 0;
        padding-top: 4rem;
    }
}

@media screen and (max-width:700px) {
    .galerie1 {
        width: 500px;
        height: 350px;
    }
}

@media screen and (max-width:500px) {
    .galerie1 {
        width: 350px;
        height: 200px;
    }

    .galerie1 a {
        font-size: 15px;
        line-height: 18px;
        right: 1rem;
        bottom: 1rem;
    }

    .text_r {
        padding-top: 0rem;
    }
}

@media screen and (max-width:450px) {
    .galerie1 {
        width: 300px;
        height: 200px;
    }

    .icons1 img {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width:400px) {
    #souvenirs {
        height: auto;
    }

    .icons2 img {
        width: 50px;
        height: 50px;
    }

    .berg1 {
        margin-top: -81px;
    }

    .icons2 {
        padding: 0;
    }
}

@media screen and (max-width:350px) {
    .galerie1 {
        width: 250px;
        height: 150px;
    }

    .galerie1 img {
        width: 30px;
    }

    .berg1 {
        margin-top: -73px;
    }

    #home {
        min-height: 700px;
    }

}

@media screen and (max-width:300px) {
    .berg1 {
        margin-top: -61px;
    }

    h1 {
        margin-left: 10%;
    }
}

/*Geschenkideen*/
#geschenkideen {
    width: 100%;
    height: auto;
    overflow-x: hidden;
}

#geschenkideen .text_r2 {
    margin-bottom: 50px;
}

.subline {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
}

.lift {
    width: 100%;
    height: auto;
    display: block;
}

.lift img {
    width: 100%;
    height: auto;
}

.galerien1 {
    width: 100%;
    display: flex;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.gale-1 a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.gale-1 a:hover {
    color: #e10713;
    text-align: right;
}

.gale-1 img {
    width: 40px;
    height: auto;
}

.gale-1 {
    width: 600px;
    height: 400px;
    margin-top: 5%;
    border: 5px solid #e10713;
    background: url("../images/magnete1-hg.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    justify-content: flex-start;
}

.gale-1 h2 {
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
}

.gale-1 p {
    position: relative;
    top: 460px;
    text-align: center;
    font-size: 14px;
    line-height: 19px;
    width: 100%;
}

.gale-2 {
    width: 600px;
    height: 400px;
    margin-top: 5%;
    display: inline-flex;
    border: 5px solid #e10713;
    background: url("../images/tasse1-hg.jpg")no-repeat center;
    background-size: cover;
    position: relative;
}

.gale-2 a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.gale-2 a:hover {
    color: #e10713;
    text-align: right;
}

.gale-2 img {
    width: 40px;
    height: auto;
}

.gale-2 p {
    position: relative;
    top: 460px;
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    text-align: center;
}

.gale-2 h2 {
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
}

.gale-3 {
    width: 600px;
    height: 400px;
    margin-top: 5%;
    display: inline-flex;
    border: 5px solid #e10713;
    background: url("../images/schmuck1-hg.jpg")no-repeat center;
    background-size: cover;
    position: relative;
    justify-content: space-between;
}

.gale-3 a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.gale-3 a:hover {
    color: #e10713;
    text-align: right;
}

.gale-3 img {
    width: 40px;
    height: auto;
}

.gale-3 h2 {
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
}

.gale-4 {
    width: 600px;
    height: 400px;
    margin-top: 5%;
    display: inline-flex;
    border: 5px solid #e10713;
    background: url("../images/frosch1-hg.jpg")no-repeat center;
    background-size: cover;
    position: relative;
}

.gale-4 a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.gale-4 a:hover {
    color: #e10713;
    text-align: right;
}

.gale-4 h2 {
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
}

.gale-4 img {
    width: 40px;
    height: auto;
}

.safe {
    pointer-events: none !important;
}

.gale-5 {
    width: 600px;
    height: 400px;
    margin-top: 15%;
    display: inline-flex;
    border: 5px solid #e10713;
    background: url("../images/galerien/winterb_6411.jpeg")no-repeat center;
    background-size: cover;
    position: relative;
}

.gale-5 a {
  display: inline-block;
  width: 100%;
}

.gale-5 img {
    width: 100%;
    height: auto;
}

.gale-6 {
    width: 600px;
    height: 400px;
    margin-top: 5%;
    display: inline-flex;
    border: 5px solid #e10713;
    background: url("../images/capy-hg.jpg")no-repeat center;
    background-size: cover;
    position: relative;
}

.gale-6 a {
    font-size: 15px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.gale-6 a:hover {
    color: #e10713;
    text-align: right;
}

.gale-6 h2 {
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translateX(-50%);
}

.gale-6 img {
    width: 40px;
    height: auto;
}

.btn {
    width: 180px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 4rem;
    height: 100px;
    display: block;
}

.btn a {
    padding: 1rem;
    background: #e10713;
    color: #fff;
    text-align: center;
    margin-top: 80px;
    display: block;
}

.btn a:hover {
    background: #434343;
}

.frosch {
    margin-top: 4rem;
}

@media screen and (max-width:1550px) {

    .gale-1,
    .gale-2,
    .gale-3,
    .gale-4,
    .gale-5,
    .gale-6 {
        width: 500px;
        height: 350px;
    }

    .gale-1 h2,
    .gale-2 h2,
    .gale-3 h2,
    .gale-6 h2 {
        top: 380px;
    }
}

@media screen and (max-width:1200px) {

    .gale-1,
    .gale-2,
    .gale-3,
    .gale-4,
    .gale-5,
    .gale-6 {
        width: 450px;
        height: 300px;
    }

    .gale-1 h2,
    .gale-2 h2,
    .gale-3 h2,
    .gale-6 h2 {
        top: 350px;
    }

    .gale-1 p,
    .gale-2 p {
        top: 400px
    }
}

@media screen and (max-width:1100px) {

    .gale-4,
    .gale-5,
    .gale-1,
    .gale-2,
    .gale-3,
    .gale-6 {
        width: 600px;
        height: 400px;
        margin: 4rem auto;
    }

    .gale-1 h2,
    .gale-2 h2,
    .gale-3 h2,
    .gale-6 h2 {
        top: 420px;
    }

    .gale-1 p,
    .gale-2 p {
        top: 460px
    }
}

@media screen and (max-width:1000px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width: 700px) {

    .gale-1,
    .gale-2,
    .gale-3,
    .gale-4,
    .gale-5,
    .gale-6 {
        width: 500px;
        height: 350px;
    }

    .gale-1 h2,
    .gale-2 h2,
    .gale-3 h2,
    .gale-6 h2 {
        top: 380px;
    }

    .gale-1 p,
    .gale-2 p {
        top: 420px
    }

}

@media screen and (max-width: 500px) {

    .gale-1,
    .gale-2,
    .gale-3,
    .gale-4,
    .gale-5,
    .gale-6 {
        width: 350px;
        height: 200px;
    }

    .gale-1 h2,
    .gale-2 h2,
    .gale-3 h2,
    .gale-6 h2 {
        top: 200px;
    }

    .gale-1 p,
    .gale-2 p {
        top: 240px
    }

    .gale-1 a,
    .gale-2 a,
    .gale-3 a,
    .gale-4 a,
    .gale-5 a,
    .gale-6 a {
        right: 1rem;
        bottom: 1rem;
    }
}

@media screen and (max-width: 450px) {

    .gale-1,
    .gale-2,
    .gale-3,
    .gale-4,
    .gale-5,
    .gale-6 {
        width: 300px;
        height: 200px;
        margin-top: 2rem;
    }

    .gale-1 a,
    .gale-2 a,
    .gale-3 a,
    .gale-4 a,
    .gale-5 a,
    .gale-6 a {
        right: 0.5rem;
        font-size: 12px
    }

    .frosch {
        margin-top: 2rem;
    }

}

@media screen and (max-width: 400px) {}

@media screen and (max-width:350px) {

    .gale-1,
    .gale-2,
    .gale-3,
    .gale-4,
    .gale-5,
    .gale-6 {
        width: 250px;
        height: 150px;
    }

    .gale-1 a,
    .gale-2 a,
    .gale-3 a,
    .gale-4 a,
    .gale-5 a,
    .gale-6 a {
        right: 0.5rem;
        font-size: 10px
    }

    .gale-1 img,
    .gale-2 img,
    .gale-3 img,
    .gale-4 img,
    .gale-6 img {
        width: 30px
    }
}

@media screen and (max-width:320px) {}

/*Para*/
#para2 {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.paralax2 {
    display: block;
    background: url("../images/winterberg.jpg")no-repeat center, url("transparent.gif") no-repeat center;
    width: 100%;
    height: 700px;
    background-attachment: fixed;
    background-size: cover;
}

.hg-bild2 {
    display: none;
}

@media screen and (max-width:800px) {

    .paralax,
    .paralax2 {
        height: 500px;
    }
}

@media screen and (max-width:500px) {
    .paralax2 {
        display: none;
    }

    .hg-bild2 {
        display: block;
        background: url("../images/header-geschenkideen2.jpg")no-repeat center, url("transparent.gif")no-repeat center;
        width: 100%;
        height: 300px;
    }
}

/*Winterberg*/
#winterberg {
    width: 100%;
    display: block;
    background: #fff;
    margin-top: -10px;
    height: auto;
    min-height: 900px;
}

.galerie2 {
    width: 600px;
    height: 400px;
    display: inline-flex;
    border: 5px solid #e10713;
    background: url("../images/galerien/winterberg1-hg.jpg")no-repeat center;
    background-size: cover;
    margin-top: 5%;
    position: relative;
}

.galerie2 a:hover {
    color: #e10713;
}

.galerie2 a {
    font-size: 20px;
    line-height: 17px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
}

.galerie2 a:hover {
    color: #e10713;
}

.galerie2 img {
    width: 40px;
    height: auto;
}

@media screen and (max-width: 1200px) {
    .galerie2 {
        width: 450px;
        height: 300px;
    }
}

@media screen and (max-width: 1100px) {
    .galerie2 {
        width: 600px;
        height: 400px;
        margin-bottom: 4rem;
        margin: 2rem auto;
    }

    #winterberg {
        min-height: 1200px;
    }
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 700px) {
    .galerie2 {
        width: 500px;
        height: 350px;
    }

}

@media screen and (max-width: 500px) {
    .galerie2 {
        width: 350px;
        height: 200px;
    }

    .galerie2 a {
        font-size: 14px;
        line-height: 18px;
        right: 0.5rem;
        bottom: 1rem;
    }
}

@media screen and (max-width: 450px) {
    .galerie2 {
        width: 300px;
        height: 200px;
    }

    #winterberg {
        min-height: 1000px;
    }
}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 350px) {
    .galerie2 {
        width: 250px;
        height: 150px;
    }

    .galerie2 img {
        width: 30px;
        height: auto;
    }
}

/*Kontakt*/
#kontakt {
    width: 100%;
    height: auto;
    padding-bottom: 10%;
    background: #e10713;
    margin-top: -10px;
}

#kontakt a {
    color: #fff;
    text-decoration: none;
}

#kontakt a:hover {
    color: #434343;
    font-weight: 700;
}

#kontakt h2 {
    color: #fff;
}

#kontakt p,
#kontakt h3 {
    color: #fff;
}

#kontakt ul li {
    color: #fff;
    line-height: 24px;
}

#kontakt ul li a {
    color: #fff;
}

.kf {
    margin-top: 20px;
}

.kf iframe {
    width: 100%;
    height: 750px;
}

.kf2 {
    display: none;
}

.haftung a {
    color: #fff;
    border: 2px solid #fff;
    padding: 1rem;
    margin-top: 100px;
    display: inline;
}

.haftung a:hover {
    color: #434343;
    font-weight: 700;
    border: 2px solid #434343;
}

#popup1 {
    transform: scale(0.8)
}

.popup_visible #popup1 {
    transform: scale(1)
}

.popup-style {
    z-index: 9999999999;
    margin: 10rem 0;
    width: 80%;
    min-height: 20px;
    padding: 2rem 1rem;
    background-color: #e10713;
    border: 1px solid #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.popup-style a {
    color: #e10713
}

.popup-style a:hover {
    opacity: 0.8;
    text-decoration: none
}

.popup-style h3 {
    color: #fff
}

.popup-style p {
    color: #fff;
    text-align: left
}

.popup-style h3 + p {
    padding-top: 1rem
}



@media (min-width: 768px) {
    .popup-style {
        width: 60%;
        padding: 4rem 2rem;
    }
}

@media (min-width: 992px) {
    .popup-style {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .popup-style {
        width: 30%;
    }
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none
}

.close-popup {
    transition: all 1s ease;
    cursor: pointer;
    position: fixed;
    top: 0.5rem;
    right: 0.5rem
}

.close-popup img {
    transition: all 1s ease;
    width: 40px;
    ;
}

@media screen and (max-width: 450px) {



    .kf2 {
        display: block;
        margin-top: 50px;
        margin-bottom: 4rem;
    }

    .kf {
        display: none;
    }

    .kf2 a {
        color: #fff;
        border: 2px solid #fff;
        padding: 1rem;
        margin-top: 100px;
        display: inline;
    }

    .kf2 a:hover {
        color: #434343;
        font-weight: 700;
        border: 2px solid #434343;
    }

}

/*Karte*/

#Karte {
    width: 100%;
    height: 400px;
    display: block;
    margin-bottom: 0;
}

/*Footer*/

#footer {
    position: fixed;
    bottom: 0;
    z-index: 100;
    left: 0;
}

#footer a {
    background: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px;
    color: #e10713;
    text-decoration: none;
    border-top: 2px solid #e10713;
    border-right: 2px solid #e10713;
    font-weight: 700;
    border-left: 2px solid #e10713;
}

#footer a:hover {
    color: #434343;
    border-top: 2px solid #434343;
    border-right: 2px solid #434343;
    font-weight: 700;
    border-left: 2px solid #434343;
}

.back_to_top {
    position: fixed;
    bottom: 45px;
    right: 60px;
    left: auto;
    display: block;
    width: 45px;
    z-index: 999999;
}

.back_to_top img {
    width: 100%;
}

@media screen and (max-width: 320px) {
    #footer a {
        font-size: 13px;
    }

    .back_to_top {
        right: 40px;
    }
}

@media (min-width: 576px) {
    .popup-style {
        width: 70%;
    }


}
@media (max-width: 576px) {
  #lp #Startseite{
      height: auto;
    }
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/
