
@font-face {
    font-family: 'LatoBoldItalic';
    src: url('../fonts/Lato-BoldItalic.eot');
    src: url('../fonts/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-BoldItalic.woff2') format('woff2'),
    url('../fonts/Lato-BoldItalic.woff') format('woff'),
    url('../fonts/Lato-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato300';
    src: url('../fonts/Lato-Light.eot');
    src: url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Light.woff2') format('woff2'),
    url('../fonts/Lato-Light.woff') format('woff'),
    url('../fonts/Lato-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff'),
    url('../fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LatoItalic';
    src: url('../fonts/Lato-Italic.eot');
    src: url('../fonts/Lato-Italic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Italic.woff2') format('woff2'),
    url('../fonts/Lato-Italic.woff') format('woff'),
    url('../fonts/Lato-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LatoSuperBoldItalick';
    src: url('../fonts/Lato-BlackItalic.eot');
    src: url('../fonts/Lato-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-BlackItalic.woff2') format('woff2'),
    url('../fonts/Lato-BlackItalic.woff') format('woff'),
    url('../fonts/Lato-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LatoSuperBold';
    src: url('../fonts/Lato-Black.eot');
    src: url('../fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Black.woff2') format('woff2'),
    url('../fonts/Lato-Black.woff') format('woff'),
    url('../fonts/Lato-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LatoHairline300';
    src: url('../fonts/Lato-Hairline.eot');
    src: url('../fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Hairline.woff2') format('woff2'),
    url('../fonts/Lato-Hairline.woff') format('woff'),
    url('../fonts/Lato-Hairline.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato300';
    src: url('../fonts/Lato-LightItalic.eot');
    src: url('../fonts/Lato-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-LightItalic.woff2') format('woff2'),
    url('../fonts/Lato-LightItalic.woff') format('woff'),
    url('../fonts/Lato-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'LatoHairlineItalic300';
    src: url('../fonts/Lato-HairlineItalic.eot');
    src: url('../fonts/Lato-HairlineItalic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-HairlineItalic.woff2') format('woff2'),
    url('../fonts/Lato-HairlineItalic.woff') format('woff'),
    url('../fonts/Lato-HairlineItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Lato-Regular.woff2') format('woff2'),
    url('../fonts/Lato-Regular.woff') format('woff'),
    url('../fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LatoSemibold';
    src: url('../fonts/Lato-SemiBold.woff2') format('woff2'),
    url('../fonts/Lato-SemiBold.woff') format('woff'),
    url('../fonts/Lato-SemiBold.ttf') format('truetype'),
    url('../fonts/Lato-SemiBold.svg#Lato-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body{
    line-height: 1.7;
}
.mb15{ margin-bottom:15px!important}
h2 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Lato';
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.7;
}
h3 {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Lato';
    margin-top: 45px;
    line-height: 1.7;
}
.fullwrapper{

    background-image: url("../images/bg_1920.png");
    background-repeat: repeat-y;
    #background-size: contain;
    background-position: left top;
}
textarea { resize: vertical;}
textarea#comment {
    height: 150px;
}
/********************************************************************************/
.lr-0{
    padding-left: 0;
    padding-right: 0;
}
.l-0{
    padding-left: 0;
}
.r-0{
    padding-right: 0;
}
p,div,input,textarea,label{
    font-family: 'Lato';
    font-size: 16px;
    line-height: 1.7;
}
p{margin-bottom:15px}
.sep5{ height: 5px}
.sep10{ height: 10px}
.sep15{ height: 15px}
.sep20{ height: 20px}
.sep25{ height: 25px}
.sep26{ height: 26px}
.sep27{ height: 27px}
.sep25{ height: 25px}
.sep30{ height: 30px}
.sep40{ height: 40px}
.sep50{ height: 50px}
.sep60{ height: 60px}
.sep100{ height: 100px}
.top-blue-line{
    height:30px;
    background: #2989C7;
}
.header-sep{
    padding: 0 15px
}
.top-black-line{
    background: #303030;
    color: #fff;
    padding:15px 0;
}
.top-black-line a{
    color:#fff;
    text-decoration: none;
}
.top-black-line a:hover{
    color:#fff;
    text-decoration: underline;
}
img.header-icons {
    margin-right: 10px;
    vertical-align: middle;
}
img.header-icons:last-child {
    vertical-align: middle;
    margin-left:5px
}
img.header-icons.icon-hilfe {
    margin-left:25px;
}

.hometitle{
    font-size: 21px;
    text-align: left;
    font-family: 'Lato';
    color: var(--page-headline-color);
    margin-top:15px;
    margin-bottom: 40px;
}
.hometitle-big{
    font-size: 48px;
    text-align: center;
    font-family: 'LatoBold';
    color: var(--page-headline-color);
    font-weight: 600;
    margin-top:50px;
    margin-bottom: 55px;
}
footer{
    background: var(--page-black);
    #min-height: 450px;
}
a:visited {
    color: #337ab7;
}
.relative{
    position: relative;
}
.absolut-footer{
    width:100%;
    bottom: 0;
}
.container {
    width: 100%!important;

    padding-right: 0!important;
    padding-left: 0!important;
}
.container-header {
    width: 100%!important;
    background:#fff;
    padding-right: 0!important;
    padding-left: 0!important;
}
.content {
    width: 1280px;
    background: #fff;
    margin: 0 auto;
}
/***********************************************************/
/***********************************************************/
.content.logoblock {
    height: 120px;
}
#page{
    margin-top: 25px
}
/***********************************************************/
/***********************************************************/
.top-black-line .container {
    background: #303030;
    padding-right: 0;
    padding-left: 0;
}
.top-black-line .content {
    background: #303030;
}
.footer-container  .content {
    background: #303030!important;
}
.jahres-control{
    text-shadow: none!important;
    border:1px solid #e5e5e5!important;
    font-size: 16px;
    font-family: "Lato";
    padding: 3px 10px;
}
label{
    font-family: "Lato";
    font-size: 18px;
    font-weight: 400;
}
div#jahre-submit {
    margin-top: 20px;
    background: #2989C7;
    color: #fff;
    font-family: 'Lato';
    text-align: center;
    padding: 15px  ;
    font-size: 18px;
    border-radius: 4px;
    min-width: 200px;
    cursor: pointer;
}
div#jahre-submit:hover {
    background: var(--page-headline-color-hover);
}
.calendarblock {
    padding-left: 60px;
    position:relative;
}
.posbot{
    position: absolute;
    bottom:17px;
}
.whitetext{
    color:#fff;
    padding-top:40px;
    font-family: "Lato300";
}
.whitetext a{
    color:#fff;
    font-family: "Lato300";
    text-decoration: none;
}
.whitetext a:hover{
    color:#fff;
    font-family: "Lato300";
    text-decoration: underline;
}
.logo-footer {
    width: 75%;
}
.line-gray{
    height:1px;
    background: #9A9A9A;
    margin: 10px 100px;
}
.p-headline {
    font-size: 21px;
    font-family: "Lato";
    border-bottom: 1px solid;
    float: left;
    margin-top: -10px;
    margin-bottom: 46px;
}
.copyright{
    color:#9A9A9A;
    font-size: 14px;
    font-family: "Lato";
    padding:10px 0 15px;
    text-align: center;
}
.input-error {
    #border: 1px solid #ff0000 !important;
}
div#jahres_ready_message {
    border: 1px solid #4eb34c;
    padding: 10px;
    margin-top: 15px;
}
.row.jahres-content {
    margin-top: 50px;
}
.mess-err {
    color: #ff0000;
    font-size: 13px;
    font-family: 'Lato';
    display:none;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 38px;
    left: 15px ;
    height: 25px;
    width: 25px;
    background-color: #eee;
    cursor: pointer;
}
.mainslider_wrapper {
    margin: 50px 0 70px!important;
}
/* On mouse-over, add a grey background color */
.container_checkbox{
    padding-top:15px
}
/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark {
    background-color: #1187c4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark:after {
    display: block;
}
.container_checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Style the checkmark/indicator */
.container_checkbox .checkmark:after {
    left: 7px;
    top: 4px;
    width: 12px;
    height: 11px;
    border-radius: 1px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
span.agree_label {
    font-weight: 500;
}
span.agree_label div{
    font-size: 14px;
}
.sep-dotted {
    margin: 20px 0 10px;
    background-image: url(../images/line-dotted.svg);
    background-repeat: repeat-x;
    background-position: center left;
    height: 40px;
}
.form-headline {
    font-weight: 600;
}
.site-branding {
    position: relative;
}
.gens_additional {
    display: block;
    width: 2px;
    height: 2px;
    margin-bottom: -2px;
    border: none;
    padding: 0;
    opacity: 0.01;
}
.header-shop {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 220px;
    color: #fff;
    background: var(--page-headline-color);
    padding: 12px;
    text-align: center;
    cursor: pointer;
}
.header-shop:hover {
    background: var(--page-headline-color-hover);
}
.header-shop img {
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}
.impressum-acc {
    width: 70%;
    border-radius: 4px;
}
.pulse {
    animation: pulse-animation 2s infinite ;
}
.lg{
    display: block;
}
.sm{
    display: none;
}
div#menu_divs {
    display: flex;
    background:#fff;
    #justify-content:space-between;
    gap: 5px;
    margin-top: -110px;
}
.m-child{
    background: #2989C7;
    color: #fff;
    font-size: 22px;
    text-align: center;
    flex-grow: 1;
    padding:24px;
    cursor: pointer;
}
.m-child:hover{
    background: var(--page-headline-color-hover);
}
.m-child a{
    color:#fff
}
.inner-404 {
    min-height: 500px;
    /* padding: 98px 150px; */
    text-align: center;
}
.wrapper_inner_404 {
    background: url(../images/404_bg.jpg) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 430px;
    padding-top: 190px;
}
.num_404 {
    font-size: 115px;
    color: #2989C7;
    letter-spacing: 6px;
    font-family: "LatoSuperBold";
    margin-top: 27px;
    line-height: 0px;

}
.text_404 {
    margin-top: 0;
    font-size: 34px;
    color: #2989C7;font-family: 'LatoBold';
}
.button_404 {
    width: 220px;
    margin: 0 auto;
    background: #2989C7;
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 700;
    font-family: 'LatoBold';

}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(41, 137, 199, 0.4);
    }
    100% {
        box-shadow: 0 0 0 13px rgba(41, 137, 199, 0);
    }
}
.inner-content{
    background:#fff;
    padding:30px;
}
.sidebar-left{
    padding-left:25px;
    padding-right:15px;
}
.sidebar_parent_title {
    font-size: 18px;
    color: var(--page-headline-color);
    margin-top: 20px;
}
.breadcrambs {
    padding: 8px 25px 8px;
    width: auto;
    float: left;
    margin-top: 15px;
}
ul#sidebar-menu {
    margin: 0;
    padding: 25px 0 35px 0;
    list-style: none;
}
ul#sidebar-menu li {
    position: relative;
}
ul#sidebar-menu li a div {
    background: #F1F1F1;
    padding: 15px;
    margin-bottom: 5px;
    color: #303030;
}
ul#sidebar-menu li a div:after {

    content: url(../images/blue-menu-arrow-right.png);
    position: absolute;
    right: 15px;
    top: 23px;
    color:#303030;
}

ul#sidebar-menu li.current_item  a div:after {
    content: url(../images/blue-menu-arrow-left.png);
    position: absolute;
    right: 15px;
    top: 23px;
    color: #fff;
}
ul#sidebar-menu li a:hover{
    text-decoration: none;
}
ul#sidebar-menu li a:hover div{
    background: #f8f8f8;
}
ul#sidebar-menu li.current_item a div {
    #background: var(--page-headline-color);
    color:var(--page-headline-color);
}
span.active_bread {
    color: var(--page-main-color);
}
ul#sidebar-menu li.current_item:hover a div {
    #background: var(--page-headline-color-hover);
}
span.bread-sep {
    padding: 0 15px;
}
.n2-ss-widget.n2-ss-control-bullet.n2-ow-all.n2-ss-control-bullet-horizontal {
    --widget-offset: 65px!important;
}
.menu_item {
    text-align: center;
    background: var(--page-headline-color);
}
#mainmenu {
    margin: 0 15px;
    margin-top: -75px;
    margin-bottom: 15px;
}
.menu_item {
    text-align: center;
    background: var(--page-headline-color);
    padding: 25px 5px;
    color: #fff;
    font-size: 22px;
}
.menu_item:hover {
    text-align: center;
    background: var(--page-headline-color-hover);
    padding: 25px 5px;
    color: #fff;
}
.m_item1 {
    border-right:1px solid #f0f0f0;
}
.m_item2 {
    border-right:1px solid #f0f0f0;
}
.m_item3 {
    border-right:1px solid #f0f0f0;
}
.mainactive{
    background:#fff;
    color: var(--page-main-color);
}
.mainactive:hover{
    background:#fff;
    color: var(--page-main-color);
}
.menu_item:nth-child(4) {
    border-right:none;
}
span.kont_label div {
    font-size: 14px;
    padding-left: 60px;
}
div#kont-submit {
    margin-top: 20px;
    background: var(--page-headline-color);
    color: #fff;
    font-family: 'Lato';
    text-align: center;
    padding: 15px  ;
    font-size: 18px;
    border-radius: 4px;
    width: 200px;
    cursor: pointer;
}
div#kont-submit:hover {
    margin-top: 20px;
    background: var(--page-headline-color-hover);
    color: #fff;
    font-family: 'Lato';
    text-align: center;
    padding: 15px  ;
    font-size: 18px;
    border-radius: 4px;
    width: 200px;
    cursor: pointer;
}
.wrapper-outer{
   #padding:0 0 0 0
}
.wrapper-outer:nth-child(1){
    PADDING: 0 15px 0 5px;
}
.wrapper-outer:nth-child(2){
    BORDER-RIGHT: 1px solid #FFF;
    PADDING: 0 10PX 0 5PX;
}
.wrapper-outer:nth-child(3){
    BORDER-RIGHT: 1px solid #FFF;
    PADDING: 0 5PX 0 10PX;
}
.wrapper-outer:nth-child(4){
    PADDING: 0 5px 0 15px;
}
.wrapper-outer .wrapper-inside{
    background: #f0f0f0;
    text-align: center;
}
img.home-blocks-img {
    width: 100%;
    height: 166px;
    margin-bottom: 30px;
}
.wrapper-inside {
    background: #ffffff !important;
}
.home_more {
    text-align: right;
    padding-right: 10px;
    color: var(--page-main-color);
    margin-top: 15px;
}
.home_more img{
    margin-left: 5px;
}
img.gestaltung_bg {
    float: right;
    margin-right: -25px;
    margin-bottom: 50px;
}
.pruck_block img {
    width: 100%;
}
.pruck_block:hover{
    opacity: 0.8;
}
.pruck_block_title {
    text-align: center;
    color: #fff;
    background:  var(--page-main-color);
    padding : 4px 0;
    margin-bottom: 30px;
}
.blog_row_title {
    font-family: 'LatoSemibold';
    font-size: 21px;
    line-height: 1.5;
    font-weight: 500;
    color: #303030;
    min-height: 106px;
}
img.blog_img {
    width: 100%;
    vertical-align: middle;
    max-width: 250px!important;
    margin-right: 50px;
}
.blog_row_category {
    background: #f1f1f1;
    display: inline-flex;
    padding: 3px 9px;
    font-size: 12px;
    color: #666666;
    border-radius: 3px;
    margin-bottom: 10px;
}
.blog_date img{
    margin-right: 5px;
    vertical-align: text-bottom;
}
.blog_date {
    font-size: 14px;
}
.ref-more {
    font-size: 14px;
    color: var(--page-main-color);
}
.ref-more:after {
    content: url(../images/blue-menu-arrow-right-blue.png);
    margin-left: 10px;
    color: var(--page-main-color);
}
.active_bread.singl-title{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 200px;
    display: inline-flex;
    color: var(--page-main-color);
}
.singl-ref-main-thumb {
    min-height: 283px;
    background-repeat: no-repeat;
    background-position: 15px;
    background-size: cover;
    border-right: 15px solid #fff;

}
.ref-thumb{
    width: 100%;
    min-height:283px;
}
.singl-ref-image-column{
    min-height: 134px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.singl-ref-image-column{
    border-right: 15px solid #fff;
}
@media (orientation: landscape) and (max-width: 900px), (orientation: portrait) and (max-width: 700px) {
    div#n2-ss-4 .n-uc-6xOv7A4LrppZ {
        padding: 0!important;
    }
}

@media (orientation: landscape) and (max-width: 900px), (orientation: portrait) and (max-width: 700px) {
    .n2-ss-layer {
        padding: 0!important;
    }
}
.mo_menu_subs{
    display:none;
}
.mo_menu_subs:has(.current_item){
    display: block;
}
.mo_menu_title a{ color:#fff;}
select#sidebar-menu-select {
    width: 100%!important;
    margin-top: 30px!important;
    padding: 10px!important;
    border: 1px solid var(--page-main-color)!important;
    border-radius: 2px!important;
    -webkit-appearance: none!important;
}
select#sidebar-menu-select option:first-child::after {
    content: ">";
    position: absolute;
    right: 15px;
    top: 23px;
    color: #303030;
}
ul.ul_non_padding {
    margin: 0;
    padding-left: 18px;
}
img.site-logo {
    width: 217px;
}
img.mo_burger_menu {
    margin-top: 39px;
}
.mo_menu_subs .sub-menu{
    font-size: 20px;
}
#BorlabsCookieBox ._brlbs-bar, #BorlabsCookieBox ._brlbs-box {
    padding: 40px;
}
#BorlabsCookieBox ._brlbs-box-wrap {
    max-width: 640px!important;
}
#BorlabsCookieBox ._brlbs-box .container {
    overflow: hidden!important;
}
#BorlabsCookieBox .cookie-box ._brlbs-btn {
    width: 60%;
}
#BorlabsCookieBox ._brlbs-btn-accept-all {
    background: var(--page-main-color);
}
#BorlabsCookieBox .cookie-logo {
    max-width: 85px;
    padding: 0 8px 0 0;
    vertical-align: middle;
    width: 100%;
    margin-right: 20px  ;
}
#BorlabsCookieBox ._brlbs-manage a {
    color: var(--page-main-color);
}
#BorlabsCookieBox ul li::before {
    color: var(--page-main-color);
}
#BorlabsCookieBox ._brlbs-btn {
    background: var(--page-main-color);
    border-radius: 4px;
    color: #fff;
}
.cooks_table{
    width:100%;
}
.cooks_table th:nth-child(1){
    width:25%;
}
.cooks_table th{
    border:1px solid #ccc;
    padding:8px;
}
.cooks_table td{
    border:1px solid #ccc;
    padding:8px;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, .0705882353);
}
.col1 {
    padding-top: 4px;
}
.logo-footer {
    width: 200px;
    margin-bottom: 53px;
}
.whitetext .col-lg-4:nth-child(1) {
    padding-left: 107px;
}
.site-footer p {
    margin-bottom: 3px!important;
}






@media (min-width:2200px){


    .fullwrapper{

        background-image: url("../images/bg_2560.png");
    }
}
@media (max-width:1280px){

    .content {
        width:1200px;
        padding: 0;
    }
}
@media (max-width:1279px){

    .content {
        width: 100%;
        padding: 0 25px;
    }
}
@media (max-width:640px){
    img.home-blocks-img {
        width: 100%;
        height: 220px;
        margin-bottom: 30px;
    }
    .header-shop {
        margin-top: 55px;
    }
    .n2-section-smartslider.fitvidsignore.n2_clear {
        #box-shadow: 0 0 8px #008dd855;
    }
    .sidebar_parent_title {
        margin-top: 15px;
    }
    .page-content, .entry-content, .entry-summary {
        margin: 1.5em 0 0;
        word-wrap: break-word;
    }
    .sidebar-left {
        padding-left: 0;
        padding-right: 0;
    }
    .breadcrambs {
        padding: 0;
    }
    .entry-content h2 {
        line-height: 1.7;
    }

    .lg{
        display: none;
    }
    .sm{
        display: block;
    }
    img.custom-logo {
        width: 100%;
        margin: 15px auto;
    }
    .header-shop {
        position: relative;
        width: 155px;
        padding: 10px;
        text-align: center;
        cursor: pointer;
        margin-top: 65px;
        float: right;
        border-radius: 3px;
    }
    .hometitle-big {
        font-size: 34px;
        text-align: center;
        font-family: 'LatoBold';
        color: var(--page-headline-color);
        font-weight: 600;
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .calendarblock {
        padding-left: 14px;
        margin-top: 40px;
    }
    footer#colophon .sep40 {
        display: none;
    }
    .p-headline {
        font-size: 21px;
        font-family: "Lato";
        border-bottom: 1px solid;
        float: left;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: center;
    }
    footer {
        background: var(--page-black);
        min-height: auto;
        padding-bottom: 30px;
    }
    .footer-sm-links{
        padding-top:10px;
    }

    .logo-footer{ width:150px}
    img.pageup {
        margin-top: 20px;
    }
    .copyright {
        padding: 0;
    }
    .impressum-acc {
        width: 100%;
    }
    ul, ol {
        margin: 0 0 1.5em 0;
    }
    a{
        word-break: break-word;
    }
    div#n2-ss-2 .n2-font-2ef66229bbf3a128ce6e62823bb6f9d8-hover {
        font-size: 12px;
    }
    main {
        display: block;
        padding: 0 0 40px 0px;
    }
    footer{
        position: absolute;
        width:100%;
    }
    .mainslider_wrapper {
        margin: 0 0 !important;
    }
    div#menu_divs { ;
        display: none;
    }
}
@media (max-width: 414px){
    .singl-ref-main-thumb {
        background-repeat: no-repeat;
        background-position: 0;
    }
    .sm_pad15{ padding: 0 15px;}
    .hometitle {
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .blog_row_category {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .sepline {
        margin-top: 30px;
        margin-bottom: 35px;
        height: 1px;
        border-bottom: 1px solid #f0f0f0;
    }
    .blog_row_title {
        min-height: auto;
        margin-bottom: 10px;
    }
    div#mo-menu {
        position: fixed;
        background: #fff;
        z-index: 1000;
        width: 100%;
        height: 100%;
        top: 0;
        overflow-y: scroll;
        display:none;
    }
    .mo-menu-top-part {
        text-align: right;
        padding: 15px;
    }
    .mo-menu-middle-part {
        padding: 20px 30px;
    }
    .mo-menu-middle-part a {
        color: #303030;
        line-height: 2.2;
    }
    .mo_menu_icons {
        margin-right: 15px;
        vertical-align: middle;
    }
    ul#mo_menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .mo-menu-main-part {
        padding: 20px;
    }
    ul#mo_menu .mo_menu_title {
        background: var(--page-main-color);
        color: #fff;
        font-size: 14px;
        padding: 15px;
        border-radius: 6px;
    }
    ul#mo_menu .mainli {
        margin-bottom: 15px;
        border: 1px solid #f0f0f0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    ul.sub-menu {
        list-style: none;
        margin: 0;
        padding: 15px 25px;
    }
    ul.sub-menu li {
        padding: 5px 0;
    }
    ul.sub-menu a {
        color: #303030;
    }
    ul.sub-menu .current_item  a {
        text-decoration: underline;
    }
    .fullwrapper {
        background-image: none;
    }
    .pruck_block_title {
        background: #666666;
        padding: 4px 0 9px;
    }
    .n2-ss-slider-controls.n2-ss-slider-controls-absolute-center-bottom {
        margin-top: 55px;
    }
    #mainmenu {
        margin-top: 25px;
    }
    img.burger_sm {
        margin-top: 5px;
        z-index: 1000;
        position: relative;
    }
    .slider_button div a{
        background-image: url('../images/mo_btn_call.svg')!important;
        background-repeat: no-repeat !important;
        background-position: 7px 50% !important;
    }
    .top-black-line {
        position: fixed;
        width: 100%;
        z-index: 999;
        top: 30px;
    }
    .menu_item {
        padding: 13px 5px;
        margin-bottom: 10px;
    }
    .mainactive {
        background: #fff;
        color: var(--page-main-color);
        border: 1px solid var(--page-main-color);;
    }
    .top-blue-line {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
    }
    body{
        padding-top: 100px;
    }
    main#primary ul li {
        line-height: 1;
    }
    main#primary ul li p {
        margin-bottom: 5px;
    }
    .singl-ref-main-thumb {
        border-right: none;
    }
    .singl-ref-image-column {
        border-right: none;
        min-height: 283px;
        margin-top: 20px;
    }
    img.home-blocks-img {
        width: 100%;
        height: 220px;
        margin-bottom: 30px;
    }
}
@media (max-width: 360px) {
    .header-shop {
        position: relative;
        width: 129px;
        padding: 15px 5px;
        text-align: center;
        cursor: pointer;
        margin-top: 50px;
        float: right;
        border-radius: 3px;
    }
}