@import url(com_eventbooking.css);
@import url(com_jcart.css);
@import url(com_sppagebuilder.css);
@import url(sppb_footer.css);

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

p
{font-size:16px;
}
h1{
  font-size:35px;
  font-family: 'Ubuntu', sans-serif;
  padding-bottom:30px;
    line-height:45px

}

h2
{
  font-size:18px;
  font-family: 'Ubuntu', sans-serif;
   text-transform: none;
  color:#000;
  margin-bottom:15px;
  line-height:25px
}

h3
{
  font-size:22px;
  font-family: 'Ubuntu', sans-serif;
   text-transform: uppercase;
  color:#0083cb;
  margin-bottom:15px;
  line-height:28px
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5em;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
  color:#0083cb;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Ubuntu", sans-serif;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 99;
    transition: all .3s;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.header-menu-toggle {
    display: none;
}

.header-menu__nav {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
}

.header-menu__nav>li {
    position: relative;
    margin: 0 20px;
}

.header-menu__nav>li:hover>.header-sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

.header-menu__item {
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: normal;
    color: #0083cb;
    padding: 20px 15px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
}

.header-menu__item--has-sub::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    /* margin-left: 15px; */
    background-image: url("../images/arrow-down-sign-to-navigate.svg");
    background-size: contain;
    background-position: center;
}

.header-sub-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #fff;
    transform: translate3d(-50%, 0, 0);
    padding: 5px 0;
    opacity: 0;
    min-width: 100%;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s;
}

.header-sub-menu__item {
    /* display: block;
    font-size: 18px; */
    font-weight: 300;
    color: #0083cb;
    padding: 5px 20px;
    text-transform: uppercase;
    line-height: 1.5em;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: normal;
    color: #0083cb;
    padding: 20px 15px;
    text-transform: uppercase;
}

.header-sub-menu .header-sub-menu__item {
    font-weight: 300;
    color: #000;
    padding: 5px 20px;
    text-transform: uppercase;
    line-height: 1.5em;
    transition: all .3s;
    display: block;
    font-size: 18px;
}

.header-sub-menu__item:hover {
    color: #0083cb;
}

.header-logo img {
    max-width: 180px;
    height: auto;
    transition: all .3s;
}

.header.is-sticky {
    background-color: #fff;
    padding: 20px 0;
}

.header.is-sticky .header-logo img {
    max-width: 130px;
}

.banner {
    position: relative;
    min-height: 100vh;
}

.banner img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.banner-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.3em;
}

.banner-tag {
    position: absolute;
    bottom: 150px;
    left: 50%;
    color: #fff;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.3em;
    background-color: rgba(100, 20, 47, 0.6);
    padding: 10px 15px;
    border-radius: 3px;
    transform: translate3d(-50%, 0, 0);
}

.banner-scroll-down {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 80px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    color: #fff;
    transition: all .3s;
}

.banner-scroll-down svg {
    width: 100%;
    height: 100%;
}

.banner-scroll-down:hover {
    color: #7cb247;
}

/*#content,
.site-footer {
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px;
    max-width: 1200px;
}*/

.custom_kontaktstylemob {
    display: flex;
}

.custom_kontaktstylemob p {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .header-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 90%;
        height: 100%;
        max-width: 300px;
        background-color: #000;
        transform: translateX(100%);
        transition: all .3s;
        padding-top: 120px;
    }
    .header-menu__nav {
        flex-flow: column;
        overflow-y: auto;
        max-height: 100%;
        margin: 0;
        -webkit-overflow-scrolling: touch;
    }
    .header-menu-toggle {
        display: block;
        position: fixed;
        top: 50px;
        right: 20px;
        width: 90px;
        height: 40px;
        background-color: #0000;
        border: 0;
        outline: none;
        z-index: 999;
        transition: all .3s;
    }
    .header-menu-toggle span {
        position: absolute;
        display: block;
        width: 100%;
        height: 5px;
        border-radius: 100px;
        background-color: #fff;
        transition: all .3s;
    }
    .header-menu-toggle span:nth-child(1) {
        top: 0;
        left: 0;
    }
    .header-menu-toggle span:nth-child(2) {
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .header-menu-toggle span:nth-child(3) {
        bottom: 0;
        left: 0;
    }
    .header-sub-menu {
        position: relative;
        top: 0;
        left: 0;
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
        background-color: #0000;
    }
    .header-logo img {
        width: 130px;
    }
    .header.open-menu .header-menu {
        transform: translateY(0);
    }
    .header.open-menu .header-menu-toggle {
        top: 60px;
        width: 30px;
        height: 20px;
    }
    .header.open-menu .header-menu-toggle span {
        height: 3px;
    }
    .header.open-menu .header-menu-toggle span:nth-child(1) {
        top: 50%;
        transform: translate3d(0, -50%, 0) rotate(45deg);
    }
    .header.open-menu .header-menu-toggle span:nth-child(2) {
        opacity: 0;
    }
    .header.open-menu .header-menu-toggle span:nth-child(3) {
        bottom: 50%;
        transform: translate3d(0, 50%, 0) rotate(-45deg);
    }
    .banner {
        min-height: 100vh;
    }
    .banner img {
        height: 100vh;
        object-fit: cover;
    }
    .banner-tag {
        bottom: 100px;
    }
    .banner-scroll-down {
        bottom: 30px;
    }
    .header-menu__item {
        padding: 0px;
    }
}

/* */

.sppb-carousel-extended-nav-control .nav-control {
    cursor: pointer;
    text-align: center;
    font-size: 30px;
    border-radius: 3px;
    color: #64142F !important;
    border: 1px solid #64142F !important;
    transition: .35s;
}

.sppb-carousel-extended-dots ul li span {
  background: #E3D056 !important;}

/*breezing Forms */

.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
    max-width: 100% !important;

}
.sppb-addon-wrapper {
    overflow: hidden;
}
/*# sourceMappingURL=style.css.map */



.weblinks_linksadjust a {

    color: #561028 ;
    font-size: 18px;
line-height: 1.5;
}
@media screen and (max-width: 1024px) {
    button.header-menu-toggle {
        color: #000;
        width: 25px;
        height: 21px;
        top: 34px;
        right: 1rem;
        /* position: absolute; */
        /* transform: translate3d(0px, -50%, 0px); */
    }

    .header.is-sticky
    button.header-menu-toggle {
        top: 28px;
    }

    .header-menu-toggle span {
        background-color: #000;
    }

    .header-container {
        position: relative;
    }
    .header.open-menu .header-menu-toggle {
        top: 24px;
    }
    .header.open-menu .header-menu-toggle span{
        background-color: #fff;
    }

    .header-sub-menu .header-sub-menu__item {
        color: #fff;
    }

    a.header-sub-menu__item {
        padding: 0px 15px;
    }

    .header-menu {
        padding-top: 68px;
    }

    .header-menu {
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}
