section a {
    text-decoration: none;
    font-weight: 700;
}


a:hover {
    opacity: 0.5;
    transition: 0.5s;
}


.menu-collapsed {
    background-color: rgba(78, 118, 162, 0.92);
}

.dsa-secure-plugin a:hover {
    opacity: 1 !important;
}

nav ul li a {
    color: #325b89;
}

nav {
    top: 5px;
    padding-top: 17px;
    padding-bottom: 17px;
    border-radius: 5px;
}

.datenschutz {
    bottom: 10px;
}

.datenschutz a {
    border-radius: 5px;
    font-size: 18px;
}

strong {
    font-weight: 700;
}

#zimmer ul {
    margin-left: 40px;
    margin-top: 30px;
}

#zimmer ul li {
    font-family: 'Satisfy';
    font-size: 20px;
    line-height: 50px;
}

.seo-p-tag {
    margin-bottom: 15px !important;
    font-weight: 700;
}

#ueber-uns h2,
#kontakt h2,
.landingpages h2 {
    color: #325b89;
    line-height: 38px;
}


#ueber-uns a,
#kontakt a {
    font-weight: 700;
    text-decoration: none;
    color: #325b89!important;
}

#headerbild {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%), url(../images/ferienwohnung-harrislee-header.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#zimmer {
    background: #4a75a4;
}

#impressum {
    background: #325b89;
}

#angebote {
    position: relative;
    height: 40vh;
}


#angebote > div {
    z-index: -1;
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    bottom: -200px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 100%), url(../images/daenische-ostsee-header.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.dsa-cookie-notice {
    background-color: rgba(78, 118, 162, 0.92);
}

.dsa-cookie-notice a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

@media (max-width: 1024px) {

    #angebote,
    #headerbild {
        background-attachment: scroll;

    }
}

@media (max-width:780px) {

    #angebote > div {
        top: -150px;
        bottom: -150px;
        background-position: center;
    }
}

@media (max-width:500px) {
    #headerbild {
        padding-top: 80px;
    }
    
    #zimmer h2 ,#zimmer .col1, #zimmer .col2,  #ueber-uns, .anfrage p, #kontakt .kontaktformular iframe, #kontakt .col1, #kontakt .col2 {
        padding-left: 7%;
        padding-right: 7%;
    }
    
    .maps{
        margin: 40px 7%!important;
    }
    
    #zimmer .col2 {	
	 margin: 50px 0; 
}
    
}