@font-face {
    font-family: 'Droid Sans';
    src: url("./fonts/DroidSans.ttf");
}
@font-face {
    font-family: 'Bitter';
    src: url("./fonts/Bitter-Black.ttf");
}

nav>ul li>a {
    transition: all 0.25s ease-in 0s;
    font-family: 'Bitter';
    color: rgb(255, 255, 255);
    font-weight: 800;
}

nav>ul li a {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: rgb(201, 55, 40);
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-color: rgb(251, 251, 50);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.headline {
    font-size: 41px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    font-family: Patua One;
    color: rgb(133, 185, 225);
    font-weight: 800;
}

.headline a:hover {
    text-decoration: underline;
}

nav {
    text-align: center;
}

nav>ul li>a {
    transition: all 0.25s ease-in 0s;
    font-family: Bitter;
    color: rgb(255, 255, 255);
    font-weight: 800;
}

nav:before {
    font-size: 30px;
    color: rgb(69, 69, 69);
}

nav>ul>li>ul a {
    font-size: 14px;
}

nav>ul li a:hover {
    background-color: rgb(223, 106, 88);
    border-color: rgb(251, 251, 50);
}

nav>ul li a {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: rgb(201, 55, 40);
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-color: rgb(251, 251, 50);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

nav>ul>li>ul li a {
    background-color: rgb(201, 55, 40);
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-left: 10px;
    margin-right: 0px;
    margin-left: 0px;
}

nav>ul>li>ul li a:hover {
    background-color: rgb(223, 106, 88);
}

nav>ul>li>ul li.active>a {
    background-color: rgb(223, 106, 88);
}

nav>ul li>a:hover {
    color: rgb(230, 230, 230);
}

nav>ul li.active>a {
    color: rgb(255, 255, 255);
    background-color: rgb(223, 106, 88);
    border-color: rgb(251, 251, 50);
}

.subtitle {
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    font-family: Patua One;
    color: rgb(133, 185, 225);
    font-weight: 800;
}

.preamble {
    font-size: 22px;
    line-height: 1.5em;
    letter-spacing: 0em;
    margin-bottom: 5px;
}

.preamble a {}

.preamble a:hover {}

.bodytext {
    line-height: 1.6em;
    margin-bottom: 5px;
}

.bodytext a {
    font-weight: 800;
}

.smalltext {
    line-height: 1.2em;
    letter-spacing: 0em;
    font-size: 16px;
    margin-bottom: 0px;
    font-family: Patua One;
    font-weight: 400;
}

.smalltext a {
    color: rgb(255, 255, 255);
}

.smalltext a:hover {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

body {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: 'Droid Sans';
    line-height: 1.2em;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-image: url(../resources/images/5408315a08f48.jpg);
    background-attachment: fixed;
    background-size: cover;
}

body a {
    text-decoration: none;
    color: rgb(251, 251, 50);
}

body a:hover {
    color: rgb(251, 251, 50);
}

.button {
    margin-bottom: 40px;
    border-radius: 3px;
    border-width: 0px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    background-color: rgb(69, 69, 69);
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.button:hover {
    background-color: rgb(53, 53, 53);
}

.form {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

.form label {
    padding-bottom: 0px;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: 800;
}

.form input[type=checkbox]+span,
.form input[type=radio]+span {
    margin-left: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 1.6em;
}

.form input[type=text],
.form textarea,
.form select {
    border-radius: 3px;
    border-color: rgb(204, 204, 204);
    color: rgb(69, 69, 69);
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
}

.form input[type=submit] {
    margin-top: 20px;
    margin-bottom: 0px;
    background-color: rgb(0, 0, 0);
    font-size: 14px;
}

.form input[type=submit]:hover {
    background-color: rgb(0, 136, 191);
}

.text {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.image {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.map {
    margin-bottom: 40px;
}

.gallery {
    margin-bottom: 40px;
}

.row {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.col {
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.custom1 {}

.custom2 {}

.custom4 {}

.custom5 {}

.custom3 {}

.smallsubtitle {
    font-size: 28px;
    line-height: 1.2em;
    margin-bottom: 0px;
    font-family: Patua One;
    color: rgb(251, 251, 50);
    font-weight: 400;
    letter-spacing: 0.05em;
}

.spottext {
    font-size: 63px;
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

.footertext {
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 0px;
    font-family: Arial;
    text-align: center;
}

.companyname {
    font-size: 22px;
    text-align: center;
    line-height: 1.2em;
    font-family: Patua One;
}

.companyname a {
    color: rgb(255, 255, 255);
}

.companyname a:hover {
    color: rgb(255, 255, 255);
}

.smallspottext {
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 22px;
    margin-bottom: 5px;
}

.locale {
    text-align: right;
}

.locale ul li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(255, 255, 255);
}

.locale ul li {
    background-color: rgb(69, 69, 69);
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.button2 {
    font-size: 21px;
    border-width: 2px;
    line-height: 1em;
    margin-bottom: 40px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.button2:hover {
    border-color: rgba(255, 255, 255, 0.498039);
}

.divider {
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-top-width: 1px;
    border-color: rgba(0, 0, 0, 0.0980392);
    width: 100%;
}

.socialmedia {
    text-align: right;
    font-size: 19px;
}

.socialmedia li {
    margin-left: 10px;
    margin-bottom: 10px;
}

.socialmedia li a {
    width: 30px;
    height: 30px;
}

.paymenticons li {
    margin-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 40px;
}

.linklist {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 0px;
}

.linklist a {
    margin-bottom: 1px;
    background-color: rgb(242, 242, 242);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.breadcrumb li a {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.brandfooter {
    background-color: rgb(0, 136, 191);
    font-family: Arial;
    text-align: center;
    padding-bottom: 15px;
}

@media only screen and (max-width:1199px) {
    nav:before {
        color: rgb(255, 255, 255);
        font-size: 30px;
    }

    nav>ul li a:hover {
        background-color: rgb(201, 55, 40);
    }

    nav>ul>li>ul li a:hover {
        background-color: rgb(201, 55, 40);
    }

    nav.opened-menu>ul {
        background-color: transparent;
    }

    nav>ul .closeBtn {
        color: rgb(255, 255, 255);
    }

    nav>ul li a {
        margin-bottom: 5px;
        margin-top: 5px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom1 {
        line-height: 1.2em;
    }

    .custom1 a {}

    .custom1 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    body {}

    body a {}

    body a:hover {}

    .text {}

    .headline {
        font-size: 37px;
    }

    .headline a {}

    .headline a:hover {}

    .subtitle {
        font-size: 28px;
    }

    .subtitle a {}

    .subtitle a:hover {}

    .preamble {
        font-size: 18px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smalltext {
        font-size: 18px;
    }

    .spottext {
        font-size: 50px;
    }

    .spottext a {}

    .spottext a:hover {}

    .smallspottext {
        font-size: 18px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 18px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        font-size: 12px;
    }

    .footertext a {}

    .footertext a:hover {}
}

@media only screen and (max-width:767px) {
    nav>ul li>a {
        font-size: 18px;
    }

    nav>ul>li>ul a {
        font-size: 15px;
    }

    nav:before {
        font-size: 30px;
        color: rgb(255, 255, 255);
    }

    nav>ul li a {
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 20px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    nav>ul>li>ul li a {
        background-color: rgba(255, 255, 255, 0);
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }

    nav.opened-menu>ul {
        background-color: transparent;
    }

    nav>ul .closeBtn {
        color: rgb(255, 255, 255);
    }

    .headline {
        font-size: 25px;
    }

    .subtitle {
        font-size: 20px;
    }

    .preamble {
        font-size: 20px;
    }

    .preamble a {}

    .preamble a:hover {}

    .bodytext {}

    .bodytext a {}

    .bodytext a:hover {}

    .smalltext {
        font-size: 15px;
    }

    .form {
        margin-bottom: 20px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    .form label {}

    .form input[type=checkbox]+span,
    .form input[type=radio]+span {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .form input[type=submit] {}

    .form input[type=submit]:hover {}

    .form input[type=text],
    .form textarea,
    .form select {}

    .form .thankYou {}

    .gallery {
        margin-bottom: 20px;
    }

    .map {
        margin-bottom: 20px;
    }

    .image {
        margin-bottom: 20px;
    }

    .button {
        margin-bottom: 20px;
    }

    .button:hover {}

    .custom1 {}

    .custom1 a {}

    .custom1 a:hover {}

    .custom2 {}

    .custom2 a {}

    .custom2 a:hover {}

    .custom3 {}

    .custom3 a {}

    .custom3 a:hover {}

    .custom4 {}

    .custom4 a {}

    .custom4 a:hover {}

    .custom5 {}

    .custom5 a {}

    .custom5 a:hover {}

    .spottext {
        font-size: 39px;
    }

    .spottext a {}

    .spottext a:hover {}

    body {}

    body a {}

    body a:hover {}

    .locale {}

    .locale ul li a {}

    .locale ul li a:hover {}

    .locale ul li.active a {}

    .locale ul li {}

    .locale ul li:hover {}

    .locale ul li.active {}

    .smallsubtitle {}

    .smallsubtitle a {}

    .smallsubtitle a:hover {}

    .smallspottext {
        font-size: 20px;
    }

    .smallspottext a {}

    .smallspottext a:hover {}

    .companyname {
        font-size: 20px;
    }

    .companyname a {}

    .companyname a:hover {}

    .footertext {
        font-size: 13px;
    }

    .button2 {
        margin-bottom: 0px;
        width: 100%;
        font-size: 14px;
        text-align: center;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .button2:hover {
        background-color: rgba(223, 106, 88, 0.46);
    }

    .socialmedia {
        text-align: center;
        font-size: 22px;
    }

    .socialmedia li a {
        width: 45px;
        height: 45px;
    }

    .socialmedia li a:hover {}

    .socialmedia li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .socialmedia li:hover {}

    .brandfooter {
        font-size: 13px;
    }
}

#r5000 {
    background-color: rgb(0, 136, 191);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    padding-top: 5px;
    padding-bottom: 5px;
}

#c4354 {
    padding-top: 14px;
}

#m4802 {
    margin-left: auto;
    margin-right: auto;
}

#r5002 {
    background-color: rgba(0, 0, 0, 0);
    background-position: 50% 0%;
    background-repeat: repeat-y;
}

#r3229 {
    background-color: rgb(0, 136, 191);
}

#c4764 {
    padding-bottom: 0px;
}

#p2374 #m3486 {
    float: right;
    max-width: 40%;
}

#p2374 #m3153 {
    margin-left: auto;
    margin-right: auto;
}

#p2374 #m1715 {
    padding-left: 25px;
    padding-top: 0px;
    padding-right: 25px;
}

#p2374 #m2195 {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:1199px) {
    #c4354 {
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }

    #r5002 {
        margin-bottom: 0px;
        margin-top: 0px;
    }

    #p2374 #m1715 {
        padding-left: 150px;
        padding-right: 150px;
        padding-top: 0px;
    }
}

@media only screen and (max-width:767px) {
    #c2387 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #r5000 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #c4354 {
        padding-top: 0px;
        padding-right: 0px;
    }

    #c4219 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #p2374 #m3486 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        max-width: 100%;
    }

    #p2374 #m1715 {
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}