@charset "UTF-8";

/*
Theme Name: Alois-Müller-Gruppe | Shelter Memmingen
Author: AH-Effect
Author URI: https://www.a-h-effect.de
Description: Custom Shelter Memmingen
Requires at least: 6.2
Tested up to: 8.4
Requires PHP: 8.0
Version: 1.1
Text Domain: customtheme
*/

:root {
    --primary-color: #202020;
    --secondary-color:#FFE621;
    --light-color: #ffffff;
    --text-color: #202020;
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: normal;
    src: url(assets/webfonts/OpenSans-Light.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 300;
    font-style: italic;
    src: url(assets/webfonts/OpenSans-LightItalic.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: normal;
    src: url(assets/webfonts/OpenSans-Regular.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 400;
    font-style: italic;
    src: url(assets/webfonts/OpenSans-Italic.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 500;
    font-style: normal;
    src: url(assets/webfonts/OpenSans-Medium.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 500;
    font-style: italic;
    src: url(assets/webfonts/OpenSans-MediumItalic.ttf) format("truetype");
  }

  @font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    src: url(assets/webfonts/OpenSans-Bold.ttf) format("truetype");
  }
  
  @font-face {
    font-family: "Open Sans";
    font-weight: 700;
    font-style: italic;
    src: url(assets/webfonts/OpenSans-BoldItalic.ttf) format("truetype");
  }
  

  @font-face {
    font-family: "Prompt";
    font-weight: 400;
    font-style: normal;
    src: url(assets/webfonts/Prompt-Regular.ttf) format("truetype"), 
    url(assets/webfonts/Prompt-Regular.woff) format("woff");
  }

  @font-face {
    font-family: "Prompt";
    font-weight: 500;
    font-style: normal;
    src: url(assets/webfonts/Prompt-Medium.ttf) format("truetype"),
    url(assets/webfonts/Prompt-Medium.woff) format("woff");
  }

  @font-face {
    font-family: "Prompt";
    font-weight: 700;
    font-style: normal;
    src: url(assets/webfonts/Prompt-Bold.ttf) format("truetype"), 
    url(assets/webfonts/Prompt-Bold.woff) format("woff");
  }
  
  
  html,
  body {
    /* font-family: "Open Sans"; */
    font-family: "Prompt";
    -moz-hyphens: none;
    -o-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    color: var(--text-color);
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  body.error404 {
    padding-top: 200px;
    background-color: var(--text-color);
  }
  
  body * {
    scroll-margin-top: 50px;
    box-sizing: border-box;
  }
  

body.home #breadcrumbs {
    display: none;
}


#page {
    overflow: hidden;
    background-color: var(--text-color);
}

#page ul,
#page ol {
    padding-left: 0;
}

.floatleft {
    float: left;
}

.vc_figure > div,
.vc_figure img,
.vc_figure,
img,
video {
    max-width: 100%;
    /* width: 100%; */
    height: auto;
}

figcaption {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
}

b, strong {
    font-weight: 700;
    letter-spacing: 2px;
}

.animation-infinite {
  animation: bounce2 2s ease infinite;
}

@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

input:focus,
:focus {
    outline: none !important;
}

.like-a,
.like-a:hover,
a:hover,
a:active,
a:visited,
a:focus,
a {
    color: var(--light-color);
    font-weight: 600;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.like-a {
    display: inline-block;
    cursor: pointer;
}

.no-margin-bottom *,
.no-margin-bottom {
    margin-bottom: 0 !important;
}

.like-h1,
.like-h2,
.like-h3,
.like-h4,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.like-h1,
h1 {
    font-size: 45px;
    line-height: 1.5;
    text-transform: uppercase;
    font-weight: 300;
}

.like-h2,
h2 {
    font-size: 35px;
    line-height: 1.5;
    padding-bottom: 8px;
    margin-bottom: 18px;
    position: relative;
}

.single-headline {
    padding-bottom: 8px;
    margin-bottom: 18px;
    position: relative;
}

.single-headline:after,
.like-h2:after,
h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: var(--light-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}


h2[style*="text-align: center"]:after,
h2[style="text-align: center;"]:after,
h2[style*="text-align:center"]::after,
h2[style*="text-align: center"]::after {
    left: calc(50% - 50px);
    bottom: -5px;
}

.like-h3,
h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: 400;
}

h3 + h2 {
    margin-top: -20px;
}

.like-h4,
h4 {
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 12px;
    text-transform: uppercase;
}

input[type="search"],
form input[type="text"],
form input[type="submit"] {
    -webkit-appearance: none;
    /* -webkit-border-radius: 0; */
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

.center-text {
    text-align: center;
}

.show-mobile {
    display: none;
}

.bg-white {
    background-color: #ffffff;
}

.wpb-content-wrapper > .vc_row.bg-primary:before,
.bg-primary {
    background-color: var(--primary-color) !important;
}

.wpb-content-wrapper > .vc_row.bg-secondary:before,
.bg-secondary {
    background-color: var(--secondary-color);
}

.wpb-content-wrapper > .vc_row.bg-light:before,
.bg-light {
    background-color: var(--light-color);
}

.wpb-content-wrapper > .vc_row.bg-text:before,
.bg-text {
    background-color: var(--text-color);
}

.has-n-secondary-color,
.color-secondary {
    color: var(--secondary-color);
}

.has-n-primary-color,
.color-primary {
    color: var(--primary-color);
}

.has-n-light-color,
.color-light {
    color: var(--light-color);
}

.has-n-text-color,
.color-text {
    color: var(--text-color);
}

.color-white h1,
.color-white h2,
.color-white h3,
.color-white a,
.color-white p,
.color-white {
    color: #ffffff;
}

.color-white h2:after {
    background-color: #ffffff;
}

.wpb-content-wrapper > .vc_row,
#breadcrumbs,
.container {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wpb-content-wrapper > .vc_row[data-vc-full-width] {
    max-width: 100%;
}

div.vc_row.single-fullwidth {
    max-width: unset;
}

div.vc_row.single-fullwidth .headerimage {
    align-items: unset;
}

div.vc_row.single-fullwidth .container {
    position: relative;
    height: inherit;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
}

body div.vc_row.single-fullwidth > .wpb_column {
    padding-left: 0!important;; 
    padding-right: 0!important;;
}

div.vc_row[data-vc-full-width="true"].fullwidth {
    display: flex;
    justify-content: center;
}

div.vc_row[data-vc-full-width="true"].fullwidth > .wpb_column.vc_col-sm-12 {
    max-width: 1360px !important;
    /* max-width: 1600px !important; */
}

div.vc_row.flex-row .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

div.vc_row.flex-row .wpb_wrapper .wpb_single_image img {
    width: 50px;
}

.centerrow {
    align-items: center;
}

.max-450 {
    max-width: 450px;
    float: right;
    border-radius: 10px;
    overflow: hidden;
}

.vc_row .container {
    padding-left: 20px;
    padding-right: 20px;
}

.vc_row.vc_row-flex {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.vc_row.flex-center {
    justify-content: center;
    display: flex;
}

.vc_row.vc_row-o-equal-height>.vc_column_container.flex-end,
.flex-end {
    align-items: flex-end;
}

.wpb-content-wrapper > .vc_row.wide-image {
    max-width: 100%;
}


.breadcrumb-outer-wrapper {
    position: relative;
    z-index: 1;
    position: absolute;
    bottom: -35px;
}

body.page-id-15718 .breadcrumb-outer-wrapper,
body.single-locations .breadcrumb-outer-wrapper {
    bottom: -60px;
}

#breadcrumbs {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

#breadcrumbs span,
#breadcrumbs a {
    text-decoration: none;
    font-weight: 400;
}

#breadcrumbs .breadcrumb_last {
    font-weight: 600;
}



body .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.wpb-content-wrapper > .vc_row {
    padding-left: 0;
    padding-right: 0;
    left: 0 !important;
    right: 0 !important;
}

:where(.wp-block-columns) {
    margin-bottom: 0;
}

.row {
    margin-left: -20px;
    margin-right: -20px;
}

.vc_row:not(.vc_row-no-padding):not([data-vc-stretch-content="true"]) > .wpb_column,
.row > .col-sm {
    padding-left: 20px;
    padding-right: 20px;
}

.wpb_wrapper ul {
    list-style: none;
}

.wpb_wrapper ul li {
    padding-left: 35px;
    /* font-size: 26px; */
    line-height: 1.5;
    margin-bottom: 12px;
    position: relative;
}

.wpb_wrapper ul li:before {
    content: "";
    width: 25px;
    height: 20px;
    display: block;
    left: 0;
    top: 0px;
    position: absolute;
    background-image: url(assets/images/hook.svg);
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.color-white .wpb_wrapper ul li:before {
    background-image: url(assets/images/hook-white.svg);
}

.wpb_wrapper ul li a {
    color: var(--text-color);
    text-decoration: none;
}

.wpb_wrapper .wpb_gallery_slides ul li:before {
    display: none;
}

.wpb_gallery_slides.flexslider {
    border: 0;
}


.wpb_image_grid .wpb_image_grid_ul .isotope-item {
    border-radius: 10px;
    overflow: hidden;
    margin: 5px;
}

body .vc_btn3.vc_btn3-color-white, 
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat,
.bf_read_more_1,
a.button,
.button,
button,
body .vc_btn3.vc_btn3-size-md,
body .vc_btn3-container button {
    font-weight: 600;
    line-height: 1.25;
    background-color: var(--light-color);
    font-size: 17px;
    padding: 10px 32px 9px 32px;
    background-image: none;
    border: 3px solid var(--light-color);
    color: var(--text-color);
    text-decoration: none;
    /* border-radius: 0; */
    border-radius: 0;
}


body .vc_btn3.vc_btn3-color-white, 
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
.bf_read_more_1:hover,
.vc_general.vc_btn3:focus, .vc_general.vc_btn3:hover,
.button:hover,
button:hover,
body .vc_btn3.vc_btn3-size-md:hover,
body .vc_btn3-container button:hover {
    background-color: var(--text-color);
    color: #ffffff;
    /* border: 3px solid var(--text-color); */
}

form input[type="submit"],
 .button.big:hover,
 .button.big {
    font-size: 25px; 
    font-weight: 700;
    color: var(--text-color);
    text-transform: uppercase;;
    background-color: #ffffff; 
    background-image: url(assets/images/arrow-right.svg);
    background-size: auto 70%;
    background-position: right 15px center;
    background-repeat: no-repeat;
    transition: background 0.5s ease-in-out;
    border: 0; 
    display: inline-block;
    padding: 20px 100px 20px 28px;
    cursor: pointer;
    text-decoration: none;
 }

 form input[type="submit"]:hover,
  .button.big:hover {
    background-size: auto 100%;
    background-position: right center;
  }

form input[type="submit"]:disabled {
    opacity: 0.5;
}

.wpb_single_image.wpb_content_element {
    margin-bottom: 0;
}

.textalgin-right {
    text-align: right;
}

.textalgin-center {
    text-align: center;
}

.textalgin-left {
    text-align: left;
}

/* Header START */
body #content {
    position: relative;
}


header#masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 21;
    background: #202020;
    background: linear-gradient(0deg, rgba(32, 32, 32, 0) 10%, rgba(32, 32, 32, 1) 100%);
}

body.home header#masthead {
    display: none; /* Marco mochte am  30.1. das Logo im header nicht mehr */
}

body.admin-bar header#masthead {
    top: 32px;
}

header#masthead .col-sm {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 60px;
    position: relative;
    padding-bottom: 10px;
}

header#masthead .custom-logo-link {
    display: block;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}


body header#masthead {
    padding-top: 13px; 
    padding-bottom: 13px;
}

body header#masthead .custom-logo-link img {
    width: 280px;
    padding-bottom: 10px;
    padding-top: 10px;
}


body.page-id-16096 header#masthead:not(.sticky) .custom-logo-link {
    opacity: 0;
    transition: unset;
}

body.home header#masthead {
    transition: all 0.5s ease-in-out;
}

footer#colophon .container,
header#masthead .container {
    max-width: 1380px;
}

body.home header#masthead .container {
    max-width: 1570px;
}

header#masthead .col-sm .menu-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

nav.primary-navigation ul {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: -24px;
}

nav.primary-navigation > div > ul > li {
    position: relative;
    margin: 0 2px;
}

nav.primary-navigation > div > ul > li:last-child {
    margin-right: 0;
}

nav.primary-navigation ul a {
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-style: normal;
    text-align: center;
    color: var(--text-color);
    padding: 10px 19px;
    font-size: 18px;
    transition: background 0.5s ease-in-out;
    white-space: nowrap;
    /* border-radius: 0px;  */
    border-radius: 10px;
}

nav.primary-navigation ul li.menu-item-has-children:hover a 
{
    border-bottom-left-radius: 0; 
    border-bottom-right-radius: 0;
}

nav.primary-navigation ul li:hover > a,
nav.primary-navigation ul .current-page-ancestor a,
nav.primary-navigation ul .current_page_item > a,
nav.primary-navigation ul a:hover {
    background: var(--text-color);
    color: #ffffff;
    text-decoration: none;
}

nav.primary-navigation ul > li:last-child a {
    margin-right: 0;
}

header#masthead .social {
    display: flex;
    align-items: center;

}

header#masthead .social a {
    margin-left: 10px;
}

header#masthead .sub-menu {
    position: absolute;
    max-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: var(--text-color);
    margin-top: 0px;
    left: 24px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; 
    border-bottom-left-radius: 10px;
}

header#masthead ul.menu-wrapper li:last-child .sub-menu {
    left: unset; 
    right: 0;
    border-top-right-radius: 0px;
    border-top-left-radius: 10px;
}

header#masthead .sub-menu a {
    color: #ffffff;
    white-space: nowrap;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    line-height: 1.5;
    position: relative;
    font-size: 18px;
}

header#masthead .sub-menu a:hover {
    background: transparent; 
}

header#masthead .sub-menu a:after {
    content: "";
    height: 2px;
    width: 35px;
    display: block;
    background-color: var(--primary-color);
    position: absolute;
    left: 20px;
    bottom: 5px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

header#masthead .sub-menu > li:first-child {
    padding-top: 10px; 
}

header#masthead .sub-menu > li:last-child {
    padding-bottom: 20px;
}

header#masthead li:hover .sub-menu,
header#masthead .sub-menu:hover,
header#masthead a:hover + .sub-menu {
    max-height: 500px;
}

header#masthead .sub-menu li.current_page_item a:after,
header#masthead .sub-menu a:hover:after {
    opacity: 1;
}


header#masthead .otherlink {
    text-decoration: none;
    z-index: 1;
    padding-right: 20px;
    padding: 12px 25px;
    color: var(--text-color);
    line-height: 1;
    font-size: 19px;
    font-weight: 500;
    padding-right: 40px;
    background-image: url(assets/images/circle-right-regular-full.svg); 
    background-size: auto 50%; 
    background-position: right 10px center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out;
    margin-left: 35px;
    font-size: 22px; 
}

header#masthead .otherlink:hover {
    background-position: right 0px center;
}

header#masthead div.naviwrapper {
    display: flex;
    align-items: center;
}


.overlapping-row > .wpb_column{
    margin-top: -130px; 
    position: relative;
}

.headervideo .customvideo {
    margin-left: -100px; 
    margin-right: -100px;
    margin-top: 0;
}

.headervideo  {
    position: relative;
}

.headervideo:before {
    content: ""; 
    width: 500%;
    height: 50%;
    background-color: var(--primary-color);
    z-index: 0;
    display: block !important;
    position: absolute;
    left: -200%;
    top: -120px;
}
/* Header END */

/* Hoverbox START */
.vc-hoverbox {
    aspect-ratio: 1 / 1;
}

.vc-hoverbox-block.vc-hoverbox-back {
    background-color: var(--primary-color); 
    color: #ffffff;
}

.vc-hoverbox-block.vc-hoverbox-back a, 
.vc-hoverbox-block.vc-hoverbox-back p, 
.vc-hoverbox-block.vc-hoverbox-back h3 {
    color: #ffffff;
}

body.home .wpb_text_column  {
    margin-bottom: 0;
}

body.home .wpb_text_column > .wpb_wrapper {
    height: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 32px;
}

body.home .no-aspect-ratio .wpb_text_column > .wpb_wrapper  {
    aspect-ratio: unset;
}

body.home #page .wpb_column {
    padding-left: 0; 
    padding-right: 0;
}
/* Hoverbox END */

/* Headerimage START */
.headerimage {
    padding: 50px 0 25px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
}

.headerimage.wihtbgimage {
    min-height: 600px;
}

.headerimage.newsdetail {
    min-height: 250px;
}

body.home .headerimage {
    padding: 90px 0 75px 0;
}

.headerimage h1,
.headerimage h2,
.headerimage h3 {
    hyphens: none;
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}


.headerimage:before {
    content: "";
    width: 70%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(32, 32, 32, 0.85) 50%, rgba(32, 32, 32, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: multiply;
}

.headerimage h1 {
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.headerimage h1:after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: var(--light-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.headerimage h2 {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    margin-bottom: 0;
}

.headerimage h2::after {
    display: none;
}

.headerimage .icon img {
    max-height: 150px;
    margin-bottom: 0;
    z-index: 1;
    opacity: 1;
    position: relative;
}

.headerimage.noimage .icon img {
    margin-bottom: 0;
}


.noshaddow #breadcrumbs a,
.noshaddow #breadcrumbs span,
.headerimage.noimage h1, 
.headerimage.noimage h2, 
.headerimage.noimage h3, 
.headerimage.noimage {
    color: var(--text-color);
    text-shadow: none;
}

.headerimage.noimage:before {
    display: none;
}

/* Headerimage END */

/* Formular START */

.ts-wrapper.multi.has-items .ts-control,
select,
input,
textarea {
    border: 0;
    border-radius: 0px;
    padding: 8px 15px;
    background-color: #ffffff;
    width: 100%;
    font-size: 16px;
    color: var(--text-color) !important;
}

body .vc_column-inner .wpcf7,
.wpcf7 {
    padding-left: 0; 
    padding-right: 0;
}

.wpcf7 p {
    font-size: 14px;
    margin-bottom: 10px;
}

select.wpcf7-not-valid,
input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 1px solid var(--secondary-color);
}

.cf7-row.two-cols > div.two-cols-inner,
.cf7-row.two-cols {
    display: flex;
    justify-content: space-between;
}

.cf7-row.two-cols > div.two-cols-inner > div {
    width: 48%;
}
.cf7-row.two-cols > div {
    width: 49%;
}


select {
    padding: 8px 15px;
    -webkit-appearance: none;

}

body * {
    color: #ffffff;
}

form label {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
}

form .wpcf7-list-item {
    margin-left: 0;
}

form .wpcf7-acceptance label {
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;

}

form input[type="checkbox"] {
    width: auto;
    margin-right: 13px;
}

form input[type="submit"] {
    width: auto;   
}

.vc_column-inner .wpcf7 {
    padding-left: 10px;
    padding-right: 10px;
}

#preiskontaktformular {
    padding: 0 40px;
    margin-top: -38px;
    display: none;
}

#preiskontaktformular > .wpb_column {
    padding-top: 40px;
    padding-bottom: 0px;
    border: 3px solid var(--primary-color);
}

.formblock.formcontent > span {
    position: relative;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.captcha-image {
    margin: 20px 0;
    border: 0;
    padding-left: 0; 
    padding-right: 0;
}

.captcha-image label {
    display: inline-block !important;
    width: 60px !important;
    position: relative;
}

.captcha-image label > input:checked + svg, .captcha-image label > input:focus + svg {
    border: 2px solid var(--light-color);
}
/* Formular END */

/* Footer START */
body.page-id-16 #sitewrapper {
    display: none;
}

#sitewrapper {
  position: fixed;
  right: 0; 
  bottom: 10%; 
  display: flex;
  flex-direction: column;
  width: 50px;
  z-index: 11;
  transition: bottom 1.5s ease-in-out;
}

#sitewrapper.vertically.bottom {
    bottom: 220px;
}

#sitewrapper .image-wrapper {
  width: 50px; 
  height: 50px; 
  margin-bottom: 2px; 
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: var(--primary-color);
  transition: border 0.5s ease-in-out;
}

#sitewrapper .image-wrapper img {
    max-width:20px;
}

#sitewrapper .image-wrapper svg, 
#sitewrapper .image-wrapper path {
    fill: var(--light-color);
}

#sitewrapper .sidelink {
  position: relative;
}

#sitewrapper .moreinfo {
  position: absolute;
  background-color: var(--primary-color);
  width: auto;
  white-space: nowrap;
  right: 0;
  height: 50px;
  color: var(--light-color);
  padding: 0 15px 0 25px;
  display: flex;
  align-items: center;
  top: 0;
  right: 70%;
  opacity: 0;
  visibility: hidden;
  transition: right .3s, opacity .3s;
  font-weight: 500;
}


#sitewrapper a:hover .image-wrapper {
    border-top-left-radius: 0px; 
  border-bottom-left-radius: 0px;
}

#sitewrapper a:hover .moreinfo,
#sitewrapper .sidelink:hover .moreinfo {
  right: 50px;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

#sitewrapper .quersidelink {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transform: rotate(-90deg);
    text-decoration: none;
    background-color:transparent;
    border: 0;
    padding: 0;
    position: relative;
    z-index: 20;
    margin-right: -20px;
    transition: all 0.5s ease-in-out;
}

#sitewrapper .quersidelink:hover {
    margin-right: 0;
}

#sitewrapper .quersidelink .text {
    white-space: nowrap;
    padding: 15px 30px 15px 0;
    margin-right: -15px;
    color: var(--text-color);
    text-decoration: none;
    background-color: var(--light-color);
    height: 50px; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}

#sitewrapper .quersidelink:hover .text  {
    margin-right: 0;
}

#sitewrapper .quersidelink  .image-wrapper {
    background-color: var(--light-color);
    margin-bottom: 0;
    padding: 15px 10px;
    margin-right: -1px;
}

#sitewrapper .quersidelink  .image-wrapper svg {
    width: 30px; 
    height: 30px;
    fill: var(--text-color);
}

#sitewrapper .quersidelink  .image-wrapper svg path {
    fill: var(--text-color);   
}

#sitewrapper.vertically {
    bottom: 50px;
    right:0;
}


#sitewrapper.vertically .quersidelink {
    transform: rotate(0);
    margin-right: 0;
}

footer.entry-footer {
    display: none;
}

footer {
    border-top: 3px solid var(--light-color);
    margin-top: 20px;
    padding-top:20px;
    font-size: 12px;
    line-height: 1.75;
    background: var(--text-color);
    color: #ffffff;
}

footer p {
    margin-bottom: 0;
}

footer h3 {
    margin-bottom: 15px;
    /* color: #ffffff; */
    line-height: 1;
    margin-top: 5px;
    color: #ffffff;
    font-weight: 600;
}

footer .wp-block-image .alignright {
    margin: 0;
}

footer .footer-inner-wrapper h3 > a,
footer .footer-inner-wrapper a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}

footer .footer-inner-wrapper h3 > a {
    font-weight: 600;
}


footer .footer-inner-wrapper h3 > a:hover,
footer .footer-inner-wrapper a:hover {
    text-decoration: underline;
}


footer .bottom-footer-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    color:var(--light-color);
}

footer .bottom-footer-wrapper ul {
    display: flex;
    list-style-type: none;
    margin-bottom: 0;
}

footer a {
    font-weight: 400;
}

footer .bottom-footer-wrapper ul a {
    color: var(--light-color);
    text-decoration: none;
    margin-left: 25px;
    font-size: 12px;
}


footer .footer-inner-wrapper {
    display: flex;
}

footer .footer-inner-wrapper > div {
    flex-grow: 1;
}

footer .footer-inner-wrapper > div > .wp-block-columns > div:last-child {
    flex-grow: 1.5;
}

body #page footer .wp-block-gallery {
    gap: 40px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

body #page footer .wp-block-gallery .wp-block-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(33% - 27px);
    max-width: calc(33% - 27px);
    margin-bottom: 0 !important;
}

.flexwrap > .wp-block-column,
.flexwrap {
    gap: 15px; 
    display: flex;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

/* Footer END */

@media screen and (max-width: 1450px) {
    footer#colophon .container, 
    header#masthead .container,
    .wpb-content-wrapper > .vc_row, 
    .container {
        max-width: calc(100% - 80px);
    }
}

@media screen and (max-width: 1320px) {
    header .normal-logo {
        z-index: 10;
    }

    body header#masthead .custom-logo-link img {
        width: 200px;
        padding-bottom: 0;
    }

    header#masthead .col-sm {
        align-items: center;
    }

    header .navigation #site-navigation {
        display: none;
    }

    header .navigation .mobile-menu {
        display: block !important;
    }

    label.hamburg {
        display: block;
        background: transparent;
        width: 45px;
        height: 14px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        border-radius: 4px;
        z-index: 10;
        cursor: pointer;
    }

    input#hamburg {
        display: none
    }

    .line {
        position: absolute;
        left: 0;
        height: 2px;
        width: 45px;
        background: var(--text-color);
        display: block;
        transition: 0.5s;
        transform-origin: center;
    }

    .line:nth-child(1) {
        top: 0px;
    }

    .line:nth-child(2) {
        top: 6px;
    }

    .line:nth-child(3) {
        top: 12px;
    }

    #hamburg:checked + .hamburg .line:nth-child(1) {
        transform: translateY(6px) rotate(-45deg);
    }

    #hamburg:checked + .hamburg .line:nth-child(2) {
        opacity: 0;
    }

    #hamburg:checked + .hamburg .line:nth-child(3) {
        transform: translateY(-6px) rotate(45deg);
    }

    .mobile-menu-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        z-index: 1;
        left: 0;
        top: 0;
        box-sizing: border-box;
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-in-out;
    }

    #hamburg:checked + .hamburg + .mobile-menu-wrapper {
        max-height: 100%;
        overflow: scroll;
    }

    .mobile-menu-wrapper .inner {
        padding: 150px 25px 25px 25px;
        box-sizing: border-box;
    }

    .mobile-menu-wrapper > .inner:before {
        content: ""; 
        width: 100%; 
        height: 0px; 
        background-color: var(--primary-color); 
        position: fixed;
        left: 0; 
        top: 0; 
        display: block;
    }

    #hamburg:checked + .hamburg + .mobile-menu-wrapper > .inner:before {
        height: 125px; 
    }

    .mobile-menu-wrapper .inner #mobile-navigation ul#primary-menu-list {
        flex-direction: column;
        align-items: flex-start;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-menu-wrapper .inner #mobile-navigation ul#primary-menu-list a {
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        margin-bottom: 20px;
        color: var(--text-color);
        white-space: normal;
        hyphens: auto;
    }

    .mobile-menu-container .menu-item-has-children:not(.active-sub):not(.current_page_item):not(.current_page_ancestor):not(.current_page_parent) > a {
        pointer-events: none;
    }

    .mobile-menu-container > ul > li {
        margin-bottom: 20px;
        width: 100%;
        border-bottom: 1px solid var(--text-color);
        position: relative;
    }

    .mobile-menu-container > ul > li.menu-item-has-children:after {
        content: "\203a";
        width: 18px;
        height: 18px;
        position: absolute;
        right: 20px;
        top: 5px;
        font-size: 40px;
        line-height: 18px;
        padding: 0;
        transform: rotate(90deg) translateY(-50%);
        text-align: center;
        transition: all 0.5s ease-in-out;
    }

    .mobile-menu-container > ul > li.active-sub:after {
        transform: rotate(-90deg) translateY(-50%);
    }

    .mobile-menu-container .menu-item-has-children.current_page_item:after, 
    .mobile-menu-container .menu-item-has-children.active-sub:after {
        transform:  translateY(-50%) rotate(-90deg);
    }

    .mobile-menu-container li.menu-item-has-children:not(.active-sub) > a {
        pointer-events: none;
    }

    header#masthead li:not(.active-sub):hover .sub-menu, 
    header#masthead li:not(.active-sub) .sub-menu:hover, 
    header#masthead li:not(.active-sub) a:hover + .sub-menu {
        max-height: 0px;
    }

    header#masthead .mobile-menu-container .menu-item-has-children.active-sub .sub-menu {
        max-height: 5000px;
    }
    
    .mobile-menu-wrapper .inner #mobile-navigation ul#primary-menu-list .current_page_item > a:after,
    header#masthead .sub-menu a:after {
        background-color: var(--text-color);
    }
    
    header#masthead .mobile-menu-wrapper .sub-menu {
        background: transparent; 
        position: relative;
        left: 0;
        margin-bottom: 0;
        box-shadow: none;
        padding: 0;
        padding-left: 32px;
        list-style: none;
    }

    header#masthead .sub-menu a:after {
        left: 0;
        bottom: -2px;
    }

    header#masthead .sub-menu > li:first-child, 
    header#masthead .sub-menu > li:last-child {
        padding-top: 0; 
        padding-bottom: 0;
    }

    footer .footer-inner-wrapper {
        padding-bottom: 25px; 
        flex-wrap: wrap;
        gap: 20px;
    }

    body.home .wpb_text_column > .wpb_wrapper {
        aspect-ratio: 2 / 3.5;
    }

    .vc-hoverbox {
        aspect-ratio: 2 / 3.5;
    }

    #linkedin,
    body .blog_filter_main {
        margin-right: -20px;
    }

    body {
        font-size: 16px;
        line-height: 24px;
    }

    .like-h1, h1 {
        font-size: 25px; 
    }
}

@media screen and (max-width: 1200px) {

    body .vc_btn3.vc_btn3-color-white, body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat, .bf_read_more_1, .button, button, body .vc_btn3.vc_btn3-size-md, body .vc_btn3-container button {
        padding-left: 25px; 
        padding-right: 25px;
    }

    .headerimage.wihtbgimage {
        min-height: 350px;
    }

}

@media screen and (max-width: 990px) {
    footer#colophon .container, 
    header#masthead .container,
    .wpb-content-wrapper > .vc_row, 
    .container {
        max-width: calc(100% - 40px);
    }

    body {
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
    }

    h1 {
        hyphens: unset;
        -ms-hyphens: unset;
        -moz-hyphens: unset;  
    }


    #sitewrapper:not(.vertically) {
        width:32px;
        bottom: 100px;
    }

    #sitewrapper:not(.vertically) .image-wrapper {
        height: 32px; 
        width: 32px;
        padding: 2px;
    }

    #sitewrapper .moreinfo {
        height: 32px;
    }

    #sitewrapper a:hover .moreinfo,
    #sitewrapper .sidelink:hover .moreinfo {
        right: 32px;
    }

    #sitewrapper .quersidelink {
        margin-right: -25px;
    }

    body .image-flex-end {
        min-height: 300px;
    }

    .overlapping-row > .wpb_column {
        width: 50%;
    }

    .overlapping-row {
        justify-content: center;
    }

    .overlapping-row > .wpb_column:last-child {
        margin-top: 40px;
    }

    .mobile-third-col {
        flex-wrap: wrap;
    }

    .mobile-third-col > .wpb_column {
        width: 33.333%;
    }

    .mobile-half-col  > .wpb_column {
        width: 50%;
    }

    .gap-20 > .wpb_column {
        padding-bottom: 20px;
    }

    .gap-40 > .wpb_column {
        padding-bottom: 40px;
    }
    .mobile-full-width-col:not(.nogap) {
        gap: 20px;
    }

    .mobile-full-width-col.reverse {
        flex-direction: column-reverse;
    }

    .mobile-full-width-col > .wpb_column {
        width: 100%;
    }

    .like-h2, h2 {
        font-size: 25px;
    }

    .like-h3, h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .no-aspect-ratio .wpb_single_image img {
        max-width: 200px;
    }

    body .vc_row-has-fill {
        margin-left: 0; 
        margin-right: 0;
    }
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
       margin-bottom: 15px;
    }

     .wpb_column.vc_col-sm-1\/5 {
        width: 33.333%;
        padding-bottom: 40px;
     }

     .hide-on-mobile {
        display: none;
     }


    .iconheadline:after {
        bottom: 0;
    }
}

@media screen and (max-width: 765px) {


}

@media screen and (max-width: 600px) {
    header#masthead .col-sm {
        align-items: flex-end;
        padding-left: 15px;
    }

    header#masthead .col-sm .naviwrapper {
        padding-bottom: 4px;
    }

    footer#colophon .container, header#masthead .container, .wpb-content-wrapper > .vc_row, .container {
        max-width: calc(100% - 0px);
    }

    body.home .wpb_text_column > .wpb_wrapper {
        aspect-ratio: unset;
    }

    .headerimage:before {
        width: 100%;
    }

    .vc-hoverbox {
        aspect-ratio: 1 / 1;
    }

    .vc_parallax-content-moving {
        min-height: 50dvh;
    }

    .footer-inner-wrapper > div:first-child {
       order:2;
    }

    .footer-inner-wrapper > div:nth-child(2) .wp-block-image {
        max-width: 50%;
        margin: 0 auto 10px auto;
    }

    .footer-inner-wrapper > div:nth-child(2) {
       order:1;
    }

    .footer-inner-wrapper > div:last-child {
       order:3;
    }

    .footer-inner-wrapper > div:last-child p {
        text-align: left;
    }

    .cf7-row.two-cols > div.two-cols-inner,
    .cf7-row.two-cols {
        flex-direction: column;
    }

    .cf7-row.two-cols > div.two-cols-inner > div,
    .cf7-row.two-cols > div {
        width: 100%;
    }

    body header#masthead .custom-logo-link img {
        width: 220px;
    }

    #sitewrapper.vertically {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .container {
        padding-left: 20px; 
        padding-right: 20px;
    }

    #sitewrapper {		
        top: unset;
        bottom: 100px;
    }

    #sitewrapper .moreinfo {
        padding-left: 15px;
    }

    .vc_column-inner > .wpb_wrapper > .vc_row {
        margin-left: -20px; 
        margin-right: -20px;
    }

    body .vc_toggle_title {
        padding:18px 62px 19px 22px !important;
    }

    body .vc_toggle_content {
        padding-left: 22px !important;
        padding-right: 22px;
    }

    .vc_row.mobile-reverse {
        flex-direction: column-reverse;
        gap: 20px;
    }

    #breadcrumbs {
        white-space: nowrap;
        overflow: scroll;
        scrollbar-width: none;
        text-align: left;
    }

    .vc_parallax.vc_parallax-content-moving {
        min-height: 50dvh;
    }


    #breadcrumbs::-webkit-scrollbar { display: none; }

    .headerimage.wihtbgimage {
        min-height: 380px;
        padding-bottom: 20px;
        background-position: right center;
        margin-bottom: 35px;
    }

    .headerimage h1 {
        margin-top: 25px;
    }

    .headerimage h1,
    .like-h1, h1 {
        font-size: 30px;
    }

    .like-h2, h2 {
        font-size: 26px;
    }

    .big-text, h2.smaller, .bigtext {
        font-size: 29px;
    }

    .like-h3, h3 {
        font-size: 18px;
    }

    .headerimage h1 {
        padding-bottom: 7px;
        margin-bottom: 10px;
    }

    .headerimage h2,
    .headerimage h3 {
        font-size: 16px;
    }


     .handy-half-col {
        display: flex;
        flex-wrap: wrap;  
     }


    .handy-gap-20 > .wpb_column,
    .gap-40 > .wpb_column {
        padding-bottom: 20px;
    }

    .wpb_column.vc_col-sm-1\/5:not(.handy-half-col) {
        width: 100%;
    }

    .overlapping-row > .wpb_column,
    .mobile-third-col > .wpb_column,
    .mobile-half-col  > .wpb_column {
        width: 100%;
    }

    .overlapping-row > .wpb_column {
        margin-top: -90px;
    }

    .handy-half-col > .wpb_column,
    .wpb_column.vc_col-sm-1\/5 {
        width: 50%;
        padding-bottom: 20px;
    }

    .overlapping-row > .wpb_column:last-child,
    .overlapping-row > .wpb_column:nth-child(2) {
        margin-top: 20px;
    }

    .hide-on-handy {
        display: none;
    }


    .image-flex-end.left {
        margin-bottom: 20px;
    }

    footer {
        margin-top: 8px;
        padding-bottom: 50px;
    }

    footer h3 {
        font-size: 17px;
    }

    footer .footer-inner-wrapper > div:last-child, 
    footer .footer-inner-wrapper > div:nth-last-child(2) {
        width: 100%;
    }

    footer .wp-block-image img {
        width: 100% !important;
    }

    footer .bottom-footer-wrapper {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    footer ul#footer-menu-list > li:first-child > a {
        margin-left: 0;
    }
}
