/*
Theme Name: WPMinimal
Author: Werbestudio Hild
Author URI: https://werbestudio-hild.de
Description: custom client theme 
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1
*/

/* Fonts 
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');*/

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-300.woff2') format('woff2'); 
}

/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-300italic.woff2') format('woff2'); 
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-regular.woff2') format('woff2');
}

/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-italic.woff2') format('woff2');
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-500.woff2') format('woff2'); 
}

/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-500italic.woff2') format('woff2'); 
}

/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-600.woff2') format('woff2');
}

/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-600italic.woff2') format('woff2'); 
}

/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-700.woff2') format('woff2');
}

/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-700italic.woff2') format('woff2'); 
}

/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-800.woff2') format('woff2');
}

/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('https://favier-eng.de/wp-content/themes/wpminimal/assets/font/open-sans-v35-latin-800italic.woff2') format('woff2');
}

/* Block Alignment */
#header {
    position: fixed;
    z-index: 9000;
    width: 100vw;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.66);
    box-shadow: 0px 0px 15px 2px rgba(0,0,0,0.66);
    height: 130px;
    background-color: #fff;
    padding: 15px;
}
.headermenu-css{justify-content: flex-end;}
.wp-block-columns {
  display: flex;
  margin-bottom: 0.75em;
  flex-wrap: wrap;
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container{
	height: auto;
	min-width: 260px;
	border: 1px solid #db2529;
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    height: 1em;
    width: 1em;
    color: #db2529;
}
@media (min-width: 782px) {
	.wp-block-columns {
		flex-wrap: nowrap;
		margin-bottom: 0em!important;
	}
}

/* Bis hierher alles einspaltig*/
@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
}

/*Hier zweispaltige Aufteilung */
@media (min-width: 600px) and (max-width: 1000px) {
  .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
  }
  .wp-block-columns {
    flex-wrap: wrap!important;
  }
}

/*Ab hier Spaltenanzahl wie eingestellt*/
@media (min-width: 1001px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}

@media (min-width: 1017px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}

@media (max-width: 1016px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
}

.wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
    height: 50px;
	width: 50px;}
.wp-block-navigation__responsive-container-content {
    padding: 20px;
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    position: fixed;
    right: 50px;
    top: 50px;
    color: #db2529;
}

.wp-block-navigation__responsive-container-close {
     color: #db2529;
}

/* ### */

body{overflow-x: hidden;}

/* Eigene Klassen */
.nogap{gap: 0;}
.gap1{gap: 1px; margin: 1px;}
.gap05{gap: 0.5em; margin: 1px;}
.overlay{gap:1px!important;}
.overlay .wp-block-image{position:relative;}
.overlay .wp-block-image a:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #111111c2;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}

.white{color:#fff!important;}

.lb-image, .lb-dataContainer {
max-width: 100vw !important;
height: auto !important;
width: 100vw !important;
}

.lb-outerContainer {
max-width: 100vw !important;
height: auto !important;
}
.posrelative{
    position:relative;
}

/* ### */
/* Header */
header{
    height: 140px;
    width: 100vw;
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.header-wrap{    
    max-width: 80vw;
    position: relative;
    margin: 0 auto;
}
header #logo{
    position: absolute;
    width: 200px;
    top: 30px;
    z-index: 9999;
}
header #logo img{width: 100%;}
/* ### */

/* Generel Menü Settings */
.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit;
    padding: 0 10px;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
    left: 0;
    right: auto;
    width: 400px;
	    border: 1px solid #db2529;
}

button.wp-block-navigation-item__content {font-weight: 200;}

.menu-item a{
    color: #0c0c0c;
    font-weight: 300;
}
	
.has-white-color a {color: #e0ddda;}
.has-white-color a:hover {color: #0c0c0c;}
/* ### */

/* Menü / Burger Mobile */
.main-nav.mobile{display: none;}
.main-nav.mobile.menu-expanded{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    background: #fff;
    width: 100vw;
    min-height: 100vh;
    padding-top: 150px;
    padding-left: 20px;
}
.bar:after, .bar:before, .bar {
    transition: all 0.25s;
    content: "";
    position: absolute;
    height: 4px;
    width: 40px;
    border-radius: 15px;
    background-color: #0c0c0c;
}
.bar {
    position: absolute;
    z-index: 9999;
    right: 50px;
    top: 79px;
    cursor: pointer;
}
.bar:before {top: -10px;}
.bar:after {top: 10px;}
.bar.bar-expanded {
    background-color: transparent;
    transition: all 0.25s;
}
.bar.bar-expanded, .bar.bar-expanded:before , .bar.bar-expanded:after {transition: all 0.25s;}
.bar.bar-expanded:before,.bar.bar-expanded:after {top: 0;}
.bar.bar-expanded:before {transform: rotate(45deg);}
.bar.bar-expanded:after {transform: rotate(-45deg);}

.nav{list-style-type: none;}
/* #### */

/* Header showburger */
/* ### */

/* Für Burger Icon auf Desktop einfach header-klasse showmenu entfernen */
/* Header showmenu */
@media(min-width:1200px){
    .header-wrap.showmenu .bar{
        display:none;
    }

    .header-wrap.showmenu .main-nav{
        display:block;
        position: absolute;
        right: 0;
        width: auto;
        top: 85px;
    }

    .header-wrap.showmenu .main-nav .nav{
        padding: 0;
        margin: 0;  
    }

    .header-wrap.showmenu .main-nav .nav li {
        display: inline-block;
        padding: 0 10px;
    }
}
/* ### */

/* Sidebar */
/* Buttons */
#sidebar {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 50px;
}
#sidebar .to-top, #sidebar .to-contact, #sidebar .to-search  {
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background: #000;
    opacity: 0.7;
    transition: 0.3s;
    margin: 10px 0;
    cursor:pointer;
}
#sidebar span:hover {
    opacity: 1;
}

#sidebar .material-symbols-outlined{
    font-size: 40px;
    padding-top: 4px;
}

#sidebar svg{
    font-size: 25px;
    padding-bottom:5px;
  }
/* ### */

/* Sidebar Contact */
#popupmail{
    width: 100vw;
    height: 100vh;
    background: rgb(237 143 63);
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    padding-top: 10vh;
}

.container{
    width: 50vw;
    margin: 0 auto;
}

#popupmail h1{
    color: #fff;
    font-size: 3em;
    padding: 0;
    margin: 0;
}

#popupmail input, #popupmail textarea{
    width: 70%;
    height: 50px;
    color: #666;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 200;
     font-family: 'Open Sans';
}

#popupmail textarea{
    height:200px;
}

#popupmail input[type=submit] {
    width: 200px;
    background: #1c272f;
    border: none;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
}

#popupmail .to-contact-close {
    position: absolute;
    right: 30px;
    top: 100px;
    cursor: pointer;
}

#popupmail .to-contact-close .material-symbols-outlined{
    font-size: 77px;
    color: #fff;
}

#popupmail h2{
    font-size: 1.5em;
    line-height: 1;
    padding-bottom: 30px;
    margin: 0;
    color: #282828;
}
/* ### */

/* Kontakt Form */
.to-contact-close svg{
    font-size: 40px;
      margin-right: 32px;
      color: #fff;
  }

.contactform input, .contactform textarea{
    width: 100%;
    height: 50px;
    color: #666;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 200;
    font-family: 'Open Sans';
}

.contactform textarea{
    height:100px;
}

.contactform input[type=submit] {
    width: 200px;
    background: #1c272f;
    border: none;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    cursor:pointer;
}

.contactform .to-contact-close {
    position: absolute;
    right: 30px;
    top: 100px;
    cursor: pointer;
}

.contactform .to-contact-close .material-symbols-outlined{
    font-size: 77px;
    color: #fff;
}

.af2_question {width: 100%!important;}

#af2_form_0 .af2_text_type {box-shadow: 0px 0px 00px 0 rgba(225,225,225,1) !important;}

#af2_form_0 .af2_answer_card.desktop {height: 80px!important;}

/* ### */

/* Sidebar Search */
#searchbar{
    position: fixed;
    width: 260px;
    height: auto;
    bottom: 30px;
    right: 111px;
    z-index: 9999;
    background: #fff;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 10px;
    display: none;
}

#searchbar h3{
    padding: 0;
    margin: 0;
    line-height: 2;
    font-size: 18px;
    font-weight: 500;
    color: #4d4d4d;
}

#searchbar input{
    height: 40px;
    border: 1px solid #ccc;
    color: #a69393;
    margin-top: 5px;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
    font-family: 'Open Sans';
    text-indent: 5px;
}

#searchbar #searchsubmit{
    display:none;
}
/* ### */

/* Typo */
a{text-decoration: none; font-weight: 200; color: #db2529;}
p, .wp-block-uagb-icon-list-child .uagb-icon-list__label{font-weight: 200;}
h1{font-size:2em;hyphens: auto;}
h2{font-size:1.5em; font-weight: 200;}
h3{font-size:1.2em; font-weight: 200;}
.headline, .headline_small {
	font-size: 1.3em;
	margin: 0;
	font-weight: 200;
	position: relative;
	line-height: 1.1;
	color: #db2529 !important;
	letter-spacing: 2px;
}
.headline_small{
    font-size:2em;
}

.headline strong, .headline_small strong{
    font-weight: 100;
}
.headline:before, .headline_small:before {
    content: "";
    width: 200px;
    height: 2px;
    background: #db2529;
    position: absolute;
    bottom: -19px;
}

.subheadline{    
    letter-spacing: 0.175em;
    font-size: 0.93rem;
    padding-bottom: 20px;
    padding-top: 13px;
}

.underline{position:relative;}
.underline:before {
    content: "";
    width: 200px;
    height: 2px;
    background: #db2529;
    position: absolute;
    bottom: -5px;
}

.beitragh1{
	font-size: 1.8em;
	font-weight: 200;
}
/* ### */

.wp-block-button .wp-block-button__link {
    border-color: #2a3233;
    border-radius: 0;
}

/* Inhalt */
#hero-content {
    top: 0px;
}
#hero-content h2{
    font-size: 2.3em;
}

.jobcards .wp-block-post {
    background-color: #eeefee;
    min-height: 280px;
    position: relative;
    padding-top: 30px;
}

.jobcards .wp-block-post-title {
    color: #eeefee;
    padding: 0px;
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 18px;
}

.jobcards .wp-block-post-excerpt__excerpt{
    color: #0c0c0c;
    padding: 0 10px;
    letter-spacing: 0;
    hyphens: auto;
    line-height: 1.2;
    font-size: 16px;
}

.jobcards .wp-block-post-excerpt__more-link {
    background: transparent;
    text-align: center;
    padding: 10px;
    width: 160px;
    color: #0c0c0c;
    margin-top: 30px;
    font-size: 17px;
    position: absolute;
    bottom: 50px;
    left: calc(50% - 90px);
    border: 1px solid #0c0c0c;
}

.wp-block-read-more{
    background: #db2529;
    text-align: center;
    padding: 10px;
    width: 160px;
    color: #fff;
    margin-top: 30px;
    font-size: 17px;
}

/* Projekt Slider */
.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #db2529;
    color: #fff;
    font-size: 7px!important;
    transition: all 0.5s;
}

.slider-caption:hover{
    padding-left:20px;
}

.swiper-pagination-bullets {bottom: -40px!important;}
.sswiper-pagination-bullet-active{background:#db2529!important;}
.eedee-gutenslider-prev{left: -40px!important;}
.eedee-gutenslider-next{right: -40px!important;}

/* ### */
/*Timeline*/
.uagb-timeline__date-new {font-size: 30px;}
.uagb-timeline__events-inner--content{padding: 15px;}

/* scroll down animation */
.mouse {
    width: 40px;
    height: 75px;
    border: 3px solid #db2529;
    border-radius: 60px;
    position: absolute;
    bottom: -90px;
    left: calc(50vw - 25px);
  }
  .mouse::before {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #db2529;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
  }
  
  @keyframes wheel {
    to {
      opacity: 0;
      top: 60px;
    }
  }
  @-webkit-keyframes wheel {
    to {
      opacity: 0;
      top: 60px;
    }
  }
  /* ### */

  #footer .wp-block-social-links .wp-social-link svg {
    width: 30px;
    height: 30px;
    padding: 7px;
}

/* Teamslider */
.teamslider{
	height:50vh; 
	/*margin-top:100px;*/
}

.ts-gallery{
    position: relative;
    height: 600px;
    }

    .ts-gallery .ts-outer {
    position: absolute;
    left: 0;
    height: 600px;
    width: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    animation-name: teamfoto;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-delay: 0.5s;
    -webkit-animation-name: teamfoto;
    -webkit-animation-duration: 30s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0.5s;
    }

    .ts-gallery .ts-outer .ts-column {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    }

    .ts-gallery .ts-outer .ts-image {
    width: auto;
    height: 600px;
    }

    .ts-gallery .image{
    height: 100%;
    width: 100%;
    }

    .ts-gallery .image .ts-image__pic img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    }

    .ts-gallery {
    position: relative;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    }

    .ts-gallery .ts-outer {
    height: 100vh;
    }

    .ts-gallery .ts-outer .ts-image {
    width: auto;
    height: 100vh;
    }

    @keyframes teamfoto {
    from {
        transform: translate3d(0,0,0);
    }
    to {
        transform: translate3d(-33.34%,0,0);
    }
    }

    @-webkit-keyframes teamfoto {
    from {
        -webkit-transform: translate3d(0,0,0);
    }
    to {
        -webkit-transform: translate3d(-33.34%,0,0);
    }
    }

    .ts-gallery {
        flex: 0 0 calc(100% - 30px);
        padding: 0 15px;
    }

    @media screen and (min-width: 900px) {
        .ts-gallery {
            flex: 0 0 calc(50% - 30px);
        }
    }

    .ts-gallery.u-column-count-1{
        flex: 0 0 calc(100% - 30px);
        padding: 0;
    }

    @media screen and (min-width: 900px) {
        .ts-gallery.u-column-count-1{
            flex: 0 0 calc(100% - 30px);
            padding: 0;
        }
    }

    @media screen and (min-width: 1024px) {
        .ts-gallery {
            height: 60vh;
        }

        .ts-gallery .ts-outer, .frame-type-textmedia.frame-layout-2 .ts-gallery .ts-outer {
            animation-duration: 60s;
        }

        .ts-gallery .ts-outer .ts-image, .frame-type-textmedia.frame-layout-2 .ts-gallery .ts-outer .ts-image {
            width: auto;
            height: 60vh;
        }
    }

    #footer .uagb-svg-wrapper {
        display: inline-flex;
        padding-top: 12px;
        padding-right: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
        box-shadow: 0px 4px 12px #00000070;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }

    #footer .uagb-icon-wrapper svg {
        width: 20px;
        height: 20px;
        transform: rotate(0deg);
        box-sizing: content-box;
        fill: #db2529;
        filter: drop-shadow( 0px 0px 0px #00000070 );
    }

    #footer .uagb-icon-wrapper .uagb-svg-wrapper a {
        display: contents;
    }

    /* Responsive Styles */

    @media(max-width:700px){
        .bar {right: 0px;}
        #hero{min-height: 50vh !important;}
        #hero-content h2 {font-size: 1.5em;hyphens: auto;}
		h1{font-size: 1em;}
		.headline, .headline_small {font-size: 1.1em;}
    }
@media(max-width:800px){
	#hero-content .wp-block-uagb-icon-list{ display: none;}
	:where(.wp-block-group.has-background) {padding: 0.75em 0.75em;}
	.counter {display: block!important;}
	.counterabstand{height: 25px!important;}
	#af2_form_0 .af2_answer_image_wrapper.af2_mobile {width: 35px!important;margin-right: 0px!important;}
	#af2_form_0 .af2_answer_text.af2_mobile {margin-left: 5px!important;}
	#af2_form_0 .af2_form {padding: 0px!important;}
	#af2_form_0 .af2_answer.af2_mobile {margin: 7px 0px!important;}
	.af2_answer.af2_mobile {width: 90%!important;min-width: 90%!important;max-width: 90%!important;}
	#af2_form_0 .af2_question_wrapper {width: 100%!important;}
	#af2_form_0 .af2_radio_label {margin-right: 15px !important;}
	
    @media(max-width:1000px){
        #footer .has-text-align-right{text-align: left;}

        .ts-gallery {height: 50vh;}
        .ts-gallery .ts-outer {height: 50vh;}
        .ts-gallery .ts-outer .ts-image {height: 50vh;}
    }

    @media(max-width:1200px){
        .wp-block-group .alignwide{padding: 15px;}
		.beitragh1{	font-size: 1.4em;}
    }