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;
  font-family: co-text,sans-serif;
font-weight: 400;
}
h1{
  font-size:35px;
  font-family: co-headline,sans-serif;
font-weight: 700;
font-style: normal;
  padding-bottom:30px;
    line-height:45px

}

h2
{
  font-size:60px;
  font-family: co-headline,sans-serif;
font-weight: 700;
font-style: normal;

  color:#fff;
  margin-bottom:5px;
  line-height:75px
}

h3
{
  font-size:22px;
 font-family: co-headline,sans-serif;
font-weight: 300;
font-style: normal;
  color:#fff;
  margin-bottom:15px;
  line-height:28px
}

h4{
  font-size:50px;
 font-family: co-headline,sans-serif;
font-weight: 700;
font-style: normal;
  color:#2B2D2D;
  margin-bottom:15px;
  line-height:65px
}

h5
{
  font-size:22px;
 font-family: co-headline,sans-serif;
font-weight: 300;
font-style: normal;
 color:#2B2D2D;
  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: inside;
}

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:#41baea;
}

* {
    box-sizing: border-box;
}

body {
font-family: co-text,sans-serif;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    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;
  list-style: none;
}

.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: #fff;
    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: #3DA5CE94;
    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: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    line-height: 1.5em;
    transition: all .3s;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    padding: 20px 15px;
    text-transform: uppercase;
}

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

.header-sub-menu__item:hover {
    color: #0f202c;
}

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

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

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

.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: #3DA5CE94;
        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: 20px;
        right: 80px;
        width: 50px;
        height: 20px;
        background-color: #0000;
        border: 0;
        outline: none;
        z-index: 999;
        transition: all .3s;
    }
    .header-menu-toggle span {
        position: absolute;
        display: block;
        width: 100%;
        height: 2px;
        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: 20px;
        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; 
}


.sppb-social-share-style-custom ul li a i, .sppb-social-share-style-solid ul li a i {
  display: inline-block;
  font-size: 25px !important;
  width: 24px;
  height: 20px;
  line-height: 20px;
  color:#fff !important;
}

#sppb-addon-1695794040540 #btn-1695794040540.sppb-btn-custom {
    padding: 20px 20px 20px 20px !important
}

.sppb-form-control {
    padding-left: 10px !important;
}