:root {
    --gfared: #E3000F;
    --gfaredtransparent: rgba(227, 0, 15, .5);
    --gfagray: #153039;
    --gfagraytransparent: rgba(21, 48, 57, .9);
  }
/* pt-sans-regular - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../webfonts/pt-sans-v11-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('PT Sans'), local('PTSans-Regular'),
        url('../webfonts/pt-sans-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../webfonts/pt-sans-v11-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../webfonts/pt-sans-v11-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../webfonts/pt-sans-v11-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../webfonts/pt-sans-v11-latin-regular.svg#PTSans') format('svg');
    /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../webfonts/pt-sans-v11-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('PT Sans Bold'), local('PTSans-Bold'),
        url('../webfonts/pt-sans-v11-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../webfonts/pt-sans-v11-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../webfonts/pt-sans-v11-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../webfonts/pt-sans-v11-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../webfonts/pt-sans-v11-latin-700.svg#PTSans') format('svg');
    /* Legacy iOS */
}

:root {
  --vh: 1vh;
}

* {
    margin: 0;
    padding: 0;
}

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


}

body {
    line-height: 1;
   	background-color: #FFF;
}

body{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

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

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

* {
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

::-webkit-input-placeholder {
    color: rgba(58, 67, 75, .5);
}

::-moz-placeholder {
    color: rgba(58, 67, 75, .5);
}

:-ms-input-placeholder {
    color: rgba(58, 67, 75, .5);
}

:-moz-placeholder {
    color: rgba(58, 67, 75, .5);
}

html {
    font-family: 'PT Sans';
    font-size: 16px;
}

h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}

h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.noscroll{
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.footer,
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--gfagray);
    width: 100%;
    color: white;
}
header {
    background-color: var(--gfagray);
}

footer {
    position: relative;
}

.header {
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer i,
.footer a,
.footer img,
.header i,
.header a,
.header img {
    cursor: pointer;
}

.footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
}

.footer a {
    color: white;
}

.header-item--right,
.menuitem i {
    margin-left: auto;
}
.header-item--right a    {
    font-size: 21px;
    display: inline-block;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.siteWrapper{
	max-width: 1366px;
	margin: 0 auto;
	background: #FFF;	
}

.cart-link {
    position: relative;
}
.item-count {
    display: -webkit-box;
display: -ms-flexbox;
display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: -7px;
    top: -6px;
    border-radius: 50%;
    padding-left: 1px;
    padding-right: 1px;
    min-width: 20px;
    height: 20px;
    background: var(--gfared);
    color: #fff;
    font-size: 12px;
}


#logo {
    position: relative;
    z-index: 99999;
    left: -10px;
}

.footer-item--noimage,
.header-item--noimage {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
}

.header-item--home {
    width: 85px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.header-item--lang {
    margin-right: 12px;
}
.header-item--lang a,
.header-item--lang ul,
.header-item--lang li
{
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.header-item--lang ul:hover {
    color: #919ca7;
}

.header-item--lang ul {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header-item--lang li {
    display: none;
    padding: 10px;
}

.header-item--lang li:first-child {
    display: block;
}

.header-item--lang li:first-of-type {
    margin-top: 12px;
}

.header-item--lang li:nth-of-type(2) {
    margin-top: 8px;
}

.header-item--lang ul li {  
    z-index: 1;
    background-color: var(--gfagraytransparent);
}
.header-item--lang ul li a {  
    display: flex;
    min-height: 30px;
}

.header-item--lang ul li img.defaultlang,
.header-item--lang ul li a img {
    min-height: 20px;
    min-width: 34px;
}

.header-item--lang ul li:hover {  
    background-color: var(--gfagray);
}

.header-item--lang ul:hover li {  
    display: flex; 
}

#menufooter,
#menuheader {
    display: none;
}

#menufooter.active,
#menuheader.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index:9;
}

#menufooter ul li ul,
#menuheader ul li ul {
    display: none;
    padding-left: 30px;
} 

#menufooter ul li ul.active,
#menuheader ul li ul.active {
    display: block;
}

#menuheader {
    width: 100%;
    background-color: var(--gfagraytransparent);
    color: white;
    padding-left: 130px;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    line-height: 42px;
    padding-bottom: 10px;
    left: 0;
    top: 60px;
}

#menufooter a,
#menuheader a {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#menuheader a.sublink1, #menuheader a.sublink, #menuheader li.sublink {
    font-size: 16px;
    padding: 3px 6px;
}

.menuitem {
    border-bottom: 2px solid white;
}

#menufooter ul,
#menuheader ul {
    width: 100%;
    margin-left: auto;
}

#menufooter ul li i,
#menuheader ul li i {
    float: right;
    line-height: 30px;
    margin-right: 40px;
}

#menuheader ul li i {
    margin-left: 10px;
}

#menufooter {
    padding-left: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
    width: 100%;
    background-color: var(--gfagraytransparent);
    color: white;
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    line-height: 30px;
    bottom: 61px;
}

.shadowbox {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(192, 192, 192, 0.5);
    top: 0;
    z-index: 9998;
}

.shadowbox.active {
    display: block;
}

.tooloverlay,
.loginoverlay {
    display: none;
    position: fixed;
    z-index: 99999;
    width: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background: var(--gfagraytransparent);
    padding: 10px;
    overflow: auto;
    /*top: 50%;*/
    top: calc(var(--vh, 1%) * 50); 
}

.tooloverlay {
    /*height: calc( 100vh - 20px);*/
    height: calc(var(--vh, 1vh) * 100 - 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.loginoverlay.active {
    display: block;
}

.tooloverlay.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.loginoverlay p {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 700;
}

.loginoverlay form input[type="text"],
.loginoverlay form input[type="password"] {
    width: 100%;
    border: 1px solid black;
    height: 40px;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 18px;
}

.wrapper {
    width: 100%;
    max-width: 395px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
}

.wrapper-header {
    max-width: 510px;
}

.wrapper-search {
    max-width: 510px;
}

.wrapper-footer {
    background: #FFF;
    margin: 0 auto;
    /*padding-top:50px;*/
}

.textwrapper {
    margin-top: 5px;
    color: white;
    text-align: center;
}

.whatsapp-desktop,
.whatsapp-mobile {
    display:none;
}

.whatsapp-desktop.active,
.whatsapp-mobile.active {
    display:block;
}

.somepadding {
    padding-bottom: 10px;
}

.textwrapper p {
    line-height: 20px;
}

.whatsapp {
    font-size: 19px;
    font-weight: 700;
    margin-top: 5px;
    color:white;
}

.whatsapp:visited {
    color:white;
}


.linkwrapper {
    margin: 10px 0px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.linkwrapper a {
    color: black;
    line-height: 23px;
    font-weight: 700;
}

.inputwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.inputwrapper input {
    border: none;
    height: 48px;
    width: calc(100% - 40px);
    padding-right: 12px;
    padding-left: 12px;
    color: var(--gfagray);
    font-size: 16px;
    line-height: 20px;
}

.inputwrapper button {
    height: 48px;
    width: 40px;
    background-color: white;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    overflow: visible;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}

.toolok,
.aborttool,
.abort,
.login {
    cursor: pointer;
    border-radius: 4px;
    height: 40px;
    width: calc( (100% - 20px) / 2 );
    color: white;
    font-weight: 700;
}

.aborttool,
.abort {
    background-color: #FF375F;
    border: 2px solid #FF375F;
}

.toolok,
.login {
    background-color: #30D158;
    border: 2px solid #30D158;
}

.buttonwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.img_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../../images/GFA-03219_Desktop_Header_1366x530px_5Dichtungs-Schlangen_02042020.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    max-width: 1366px;
    margin: 0 auto;
    height: 100vh;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}


.product_search {
    width: 100%;  
    padding-top: 0px;
    padding-bottom: 20px;
}

.product_search h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 42px;
    text-transform: uppercase;
    background-color: var(--gfared);
    text-align: center;
    color: white;
    padding: 5px;
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tab {
    width: calc(100% / 2);
    padding: 10px;
    min-height: 40px;
    background-color: var(--gfaredtransparent);
    color: white;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.tab.active {
    background-color: var(--gfared);
}

.c-gfared { 
    color: var(--gfared);
}
.tabs-content {
    background-color: var(--gfared);
}

.tabs-content--tab {
    display: none;
    padding: 5px;
    min-height: 126px;
}

.tabs-content--tab2 {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.selectwrapper {
    width: 100%;
    padding-top: 20px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.selectwrapper.more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.selectwrapper select {
    height: 48px;
    width: 100%;
    background-color: white;
    border: none;
    color: var(--gfagray);
    padding-left: 5px;
}

#cat-level-2,#cat-level-3 {
    display: none;
}

.tabs-content--tab.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.morefilter {
    height: 40px;
    width: inherit;
    padding: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    background-color: rgba(58, 67, 75, 0.5);
    border-radius: 4px;
    border: none;
}

.item {
    width: 100%;
    height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid var(--gfagray);
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.item-noscale img {
    height: 200px;
}

.sizer {

    color: var(--gfagray);
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    cursor: pointer;
    z-index: 9;
}

.color {
    width: 15px;
    height: 15px;
    margin: 15px;
    border-radius: 15px;
    border: 1px solid;
    /*position: absolute;
    top: 0;
    left: 0;*/
}

.colors {
    position: absolute;
    left: 0;
    top: 0;
}

.itemheader {
    background-color: var(--gfagray);
    color: white;
    padding: 10px;
    min-height: 68px;
}
.itemcontent {
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.itemcontent.itemcontent-no-center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.item-oho .itemcontent{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.itemfooter {
    min-height: 68px;
    color: var(--gfagray);
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
}

.itemfooter-white {
    background-color: white;
}

.item-euro {
    /*background-image: url(/assets/images/Euromuenze.png);
    background-image: url(/assets/images/GFA-03219_Kacheln_375x315px_Muenze_02042020.jpg);*/
    background-image: url(/assets/images/kali2.jpg);
    background-position: top 67px right 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-cold {
    background-image: url(/assets/images/GFA-02323_Website_KachelKampagne_375x315px_29022024_52.jpg);
    background-position: top 35px right 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.se .item-cold,
.dk .item-cold {
    background-image: url(/assets/images/GFA-02323_Website_KachelKampagne_375x315px_29022024_53.jpg);
}

.fr .item-cold {
    background-image: url(/assets/images/GFA-02323_Website_KachelKampagne_375x315px_29022024_54.jpg);
}

.nl .item-cold {
    background-image: url(/assets/images/GFA-02323_Website_KachelKampagne_375x315px_29022024_56.jpg);
}

.es .item-cold,
.en .item-cold {
    background-image: url(/assets/images/GFA-02323_Website_KachelKampagne_375x315px_29022024_52.jpg);
}

.item-messe {
    background-image: url(/assets/images/kachel_frontale.jpg);
    background-position: top 60px right 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-cold .itemheader {
    border-bottom: 1px solid white;
}

.item-newsletter {
    background-position: top 67px right 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.item-newsletter-de {
    background-image: url(/assets/images/jobs.jpg);
}
.item-newsletter-en {
    background-image: url(/assets/images/jobs.jpg);
}
.item-newsletter-nl {
    background-image: url(/assets/images/jobs.jpg);
}
.item-newsletter-se {
    background-image: url(/assets/images/jobs.jpg);
}
.item-newsletter-fr {
    background-image: url(/assets/images/jobs.jpg);
}
.item-newsletter-es {
    background-image: url(/assets/images/jobs.jpg);
}
.item-newsletter-dk {
    background-image: url(/assets/images/jobs.jpg);
}


.item-berater {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #9CA1A5;
}

.beratertel a {
    color: blue;
}

.item-torben {
    background-position: top 0px right 0px;
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Ranf_engl_375px_15082022.jpg);
}

.de.item-torben {
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Ranf_dt_375px_15082022.jpg);
}

.item-klaus {
    background-position: top 0px right 0px;
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Essler_engl_375px_15082022.jpg);
}
.de.item-klaus {
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Essler_dt_375px_15082022.jpg);
}

.item-olaf {
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Koch_engl_375px_15082022.jpg);
    background-position: top 0px right 0px;
}
.de.item-olaf {
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Koch_dt_375px_15082022.jpg);
}

.item-jochen {
    background-image: url(/assets/images/GFA-03219_Kachel_Berater_375px_Schmidt_09042020_eng.jpg);
    background-position: top 0px right 0px;
}
.de.item-jochen {
    background-image: url(/assets/images/GFA-03219_Kachel_Berater_375px_Schmidt_30032020.jpg);
}
.item-joerg {
    background-position: top 0px right 0px;
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Woelfers_engl_375px_15082022.jpg);
}
.de.item-joerg {
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Woelfers_dt_375px_15082022.jpg);
}

.item-martin {
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Noort_engl_375px_15082022.jpg);
    background-position: top 0px right 0px;
}
.de.item-martin {
    background-image: url(/assets/images/team/GFA-03219_Kachel_Vertreter_Noort_dt_375px_15082022.jpg);
}

.item-peter {
    background-position: top 0px right 0px;
    background-image: url(/assets/images/team/Kachel_Peter_en.jpeg);
}
.de.item-peter {
    background-image: url(/assets/images/team/Kachel_Peter.jpeg);
}

.item-gitte {
    background-position: top 0px right 0px;
    background-image: url(/assets/images/team/GFA-03219_Kachel_VertreterPapuga_375px_08032024_englisch.jpg);
}
.de.item-gitte {
    background-image: url(/assets/images/team/GFA-03219_Kachel_VertreterPapuga_375px_08032024_deutsch.jpg);
}

.item-hanko {
    background-image: url(/assets/images/team/GFA-03219_Kachel_VertreterStensland_375px_08032024_englisch.jpg);
    background-position: top 0px right 0px;
}
.de.item-hanko {
    background-image: url(/assets/images/team/GFA-03219_Kachel_VertreterStensland_375px_08032024_deutsch.jpg);
}

.item-whatsapp {
    background-image: url(/assets/images/GFA-03219_Website_Kachel_375x315px_07042020_WhatsApp.jpg);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-position-y: 60px;
}

.item-berater .itemcontent {
    color: white;
    font-weight: 700;
}

.item-oho .itemcontent {
    padding-top: 25px;
    padding-bottom: 25px;
}

.itemcontent-nopad {
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.textlink {
    text-decoration: underline;
    color: var(--gfagray);
}
.textlink-tile {
    display: inline;
    padding: 0;
}

.itemcontent-whatsapp {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    margin-top: 100px;
}

.itemfooter-transparent {
    background-color: transparent;
}

.itemcontent-berater p {
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 10px;
}

.itemcontent-copy {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}

.itemcontent-euro {
    background-image: url("/assets/images/Euromuenze.png");
    background-repeat: no-repeat;
    height: 327px;
    background-position: top -30px right -89px;
    display: block;
}

.item-gradient {
    background: rgb(255, 255, 255);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(230, 230, 230, 1) 100%);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.toobig {
    background-color: gray;
}

.bigred,
.bigblack {
    padding: 5px;
    width: 100%;
}

.bigred {
    color: var(--gfared);
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
}

.bigblack {
    color: var(--gfagray);
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}

.bigred.bigred-may {
    text-align: center;
    font-size: 180px;
    margin-bottom: 25px;
}

.bigblack.bigblack-may {
    font-size: 21px;
    line-height: 25px;
}

.bigred.bigred-juli {
    font-size: 84px;
}

.bigblack.bigblack-juli {
    font-size: 42px;
}

.bigred.bigred-august {
    text-align: center;
    font-size: 130px;
    margin-bottom: 20px;
}

.bigblack.bigblack-august {
    font-size: 32px;
    line-height: 36px;
    margin-left: 5px;
}

.bigred.bigred-september {
    font-size: 150px;
    padding: 0;
    margin-bottom: 20px;
    margin-left: 30px;
}

.bigblack.bigblack-september {
    margin-left: 35px;
}

.bigblack.bigblack-november {
    font-size: 60px;
    line-height: 60px;
}

.bigred.bigred-december {
    font-size: 280px;
    margin-top: 25px;
    float: left;
    line-height: 86px;
}

.bigblack.bigblack-december {
    float: right;
    width: 150px;
    margin-top: -111px;
    font-size: 37px;
    line-height: 42px;
}

.showmore {
    border: 1px solid var(--gfagray);
    width: 100%;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.showmore:hover {
    background-color: var(--gfagray);
    color: #fff;
}

.footerlinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid var(--gfagray);
}

.footerlinks span {
    display: none;
}

.footerlinks a {
    color: var(--gfagray);
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}

.boxwrapper {
    margin-top: auto;
    margin-bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.boxboxwrapper {
    width: 100%;
    max-width: 50%;
}

.box1 {
    background-color: transparent;
    width: 85px;
    height: 85px;
    margin: 0 auto;
    border: 2px dotted white;
    text-align: center;
    border-radius: 86px;
    background-image: url(/assets/images/1Euro_Illustration.png);
    background-size: 110%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-position-x: -4px;
    background-position-y: -3px;
}

.box2 {
    background-color: transparent;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    border: 2px dotted white;
    text-align: center;
    border-radius: 94px;
    background-image: url(/assets/images/2Euro_Illustration.png);
    background-size: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.box3 {
    background-color: transparent;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    border: 2px dotted white;
    text-align: center;
    border-radius: 88px;
    background-image: url(/assets/images/50Cent_Illustration.png);
    background-size: 105%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    background-position-x: -2px;
    background-position-y: -2px;
}

.imagescale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 10px;
    background:#fff;
    width: 250px;
    height: 250px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.sliderbutton {
    background-color: var(--gfagray);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    font-size: 21px;
    line-height: 0;
    cursor: pointer;
}

.customerslider.slick-slider {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.customerslider .slick-track {
    height: 100%;
}

.slideritemcustomer.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideritemcustomer .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slideritemcustomer .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slideritemcustomer .slick-slide img {
    max-height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.slick-slide img {
    max-height: 100%;
    -ms-flex-item-align: center;
    align-self: center;
}

.slidecontainer {
    width: calc(100% - 120px);
}

.sliderwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
  }
  
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
    border-radius: 50%; 
    background: #ffffff;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.companyslideritem.slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.companyslider .slick-track {
    display: -ms-flexbox; 
    display: flex; 
    -webkit-box-align: center; 
    -ms-flex-align: center; 
    align-items: center;
}
.companyslideritem img {
    max-height: 724px;
}
.chronikslider .slideritem-image {
    max-height: 252px;
}

.resultlist a.toobiglink {
    max-width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
}

.toobigtext {
    position: absolute;
    top: 0;
    padding-top: 20px;
}

.content {
	max-width: 1366px;
	margin: 0 auto;
	background: #fff;
	/*insbesondere wichtig, wenn ein slickslider als letztes auf der Seite ist
	 (da sonst ein grauer streifen vorm footer entsteht)*/
	padding-bottom: 50px;
}

.content h1, .content h2, .content h3 {
    color: var(--gfared);
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1.6px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.content h3 {
    padding-top: 20px;
}

.no-uppercase {
    text-transform: none !important;
}

.content .company-text a,
.content ul,
.content p {
    color: var(--gfagray);
    font-size: 20px;
    line-height: 30px;
}

.content .company-text a {
    text-decoration: underline;
}
.content .company-text ul li a {
    text-decoration: underline;
    font-weight: bold;
}


.wrapperproducts ul,
.wrappercompany ul {
    list-style: square;
    margin-left: 20px;
}

.highlight {
    color: var(--gfared);
    font-size: 24px;
    font-weight: bold;
}

.filtergroup input,
.filtergroup select {
    border: none;
    height: 48px;
    width: 100%;
    background-color: white;
    border: none;
    color: var(--gfagray);
    padding-left: 10px;
}

.filtergroup {
    width: calc( 50% - 5px);
}

.hidden {
    display: none;
}
.loader {
    position: absolute;
    left: 50%;
    top: 100px;
    z-index: 800;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}

.sectionwrap.loading {
    position: relative;
}

.sectionwrap.loading:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);

}
.resultwrapper{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    overflow: hidden;
    display: none;
}

.resultwrapper.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.resultwrapper:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    background-color:black;
    position: absolute;
    left:0;
}

.resultcounter {
    background-color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.contentwrapper {
    width: 100%;
    max-width: 1200px;
    padding-right: 20px;
    padding-left: 20px;
}

.headerimage_produkte,
.headerimage_berater,
.headerimage_company,
.headerimage_service,
.headerimage_employee,
.headerimage_newsletter
 {
    background-repeat: no-repeat;
    height: 60vh;
    background-size: cover;
    max-width: 1366px;
    margin: 0 auto;
    max-height: 530px;
}
.headerimage_employee {
    background-image: url(../../images/ma_werden.jpg);
    background-position: top;
    max-width: 1366px;
	margin: 0 auto;
}

.headerimage_berater {
    background-image: url(../../images/Header-Hintergrundbild-Desktop-Berater.jpg);
    background-position: top;
    max-width: 1366px;
	margin: 0 auto;
}

.headerimage_produkte {
    background-image: url(../../images/GFA-03219_Desktop_Header_1366x530px_Dichtungsabschnitte_von_oben_02042020.jpg);
    background-position: top;
    max-width: 1366px;
	margin: 0 auto;
}
.headerimage_company {
    background-image: url(../../images/GFA-03219_Desktop_Header_1366x530px_Firmengelaende_02042020.jpg);
    background-position: center;
    max-width: 1366px;
	margin: 0 auto;
}
.headerimage_service {
    background-image: url(../../images/GFA-03219_Desktop_Header_1366x530px_Material-Kuegelchen_02042020.jpg);
    background-position: center;
    max-width: 1366px;
	margin: 0 auto;
}
.headerimage_newsletter {
    background-image: url(../../images/newsletter_head.jpg);
    background-position: center;
    max-width: 1366px;
	margin: 0 auto;
}

.beraterwrapper {
    background-color: var(--gfared);
    color: #fff;
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    padding: 10px;
}

.beraterwrapperfilter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.beraterwrappertext {
    margin-bottom: 10px;
}

.beraterimage {
    margin-top: 10px;
}

.beratercountries {
    margin-bottom: 25px;
}

.beratername {
    margin-top: 10px;
    font-weight: 700;
}

.blacklink {
    color:black;
}

.result {
    font-size: 20px;
    line-height: 30px;
}

.text-short {
    height: 100px;
}

.text-long {
    height: 420px;
}

.text-short,
.text-long {
    display: none;
    font-size: 20px;
    line-height: 24px;
    color: var(--gfagray);
    margin-bottom: 5px;
}
.text-short.active,
.text-long.active{
    display: block;
}

.text-long.active{
    overflow: scroll;
}

.slideritem-headline{
    font-weight: 700;
    line-height: 24px;
    font-size: 20px;
    letter-spacing: 0.34px;
    color: var(--gfared);
    margin-top: 10px;
}

.slideritem-headline,
.slideritem-text {
    margin-left: 80px;
    margin-right: 80px;
}

.slideritemcustomer {
    width: 100%;
    overflow: hidden;
}

.subhealine {
    line-height: 24px;
}

.chronikmore {
    color: var(--gfared);
    text-align: right;
    margin-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.slick-prev, .slick-next
{
    height: 100%;
    /*background-color: rgba(58, 67, 75, 0.5);*/
    background-color: var(--gfagray);
    width: 30px;
    z-index: 1;
}



.slideritem-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slideritem {
    border: 1px solid var(--gfagray);
}

.chronikslider .slideritem {
    border: none;
    border-right: 1px solid var(--gfagray);
}

.slick-prev:hover,
.slick-next:hover
{
    background-color: rgba(58, 67, 75, 0.5);
}

.slick-next:focus {
    background-color: rgba(58, 67, 75, 0.5);
}
.slick-prev:focus {
    background-color: rgba(58, 67, 75, 0.5);
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.zip[disabled] {
    color: red;
    cursor: not-allowed;
}

.itemcontent {
    height: 100%;
}

.item-info .itemcontent {
    background-color: rgb(232, 234, 235);
}
.item-info .itemcontent ul li {
    font-size: 28px;
    font-weight: bold;
    color: var(--gfagray);
    line-height: 50px;
    display: flex;
    align-items: center;
}

.item-info .itemcontent ul li img{
    height: 30px;
    margin-right: 22px;
}
.item-info .itemcontent ul li i {
    color: green;
}

.itemcontent.itemcontent-whatsapp {
    height: auto;
    margin-bottom: 10px;
}

.itemcontent-red {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    background-color: var(--gfared);
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
}

.bg-gray {
	background-color: #CED2D5;
}

p.faq-category {
    color: var(--gfared);
    margin-top: 10px;
    font-size: 21px;
    font-weight: bold;
}

p.faq-question {
    color: var(--gfared);
    margin-left: 10px;
    margin-top: 10px;
}

ul.faq-answer,
p.faq-answer,
.panel img,
.panel ul {
    margin-left: 25px;
    margin-right: 25px;
}

.faq-answer li {
    margin-bottom: 5px;
    margin-left: 20px;
    list-style: lower-alpha;
    color: var(--gfagray);
    font-size: 20px;
    line-height: 30px;
}

.sectionheadline h1 {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    color: var(--gfared);
    letter-spacing: 2px;
    font-size: 36px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.fullrow h1 {
    font-size: 36px;
}

.wrapperfullwidth {
    background-color: #e3e3e3;
}

.wrapper.contentWrapper-index.colored {
    padding-bottom: 10px;
}
.certwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.certwrap {
    margin-top: 20px;
}
.certificates {
    border-top: 1px solid black;
    width: 75%;
}
.socialmedia {
    border-top: 1px solid black;
    width: 25%;
}
.certificates p,
.socialmedia p {
    margin-top: 20px;
    margin-bottom: 15px;
}

.certwrap img {
    margin-right: 30px;
}

.socialwrapper img {
    margin-right: 10px;
}

.certwrap img {
    max-height: 160px;
}

.socialwrapper img {
    max-height: 50px;
    height: 50px;
}

.accordion {
    background-color: transparent;
    text-align: left;
    color: #5c5c5c;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 19px;
}


.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.panel {
    display: none;
    border:none;
    transition: 0.4s;
}
.panel.active {
    display: block;
}

.accordion.active {
    border-top: 1px solid #e3e3e3;
    background-color: #e3e3e3;
}

.accordion:hover {
    background-color: #e3e3e3;
}


@media (min-width:450px) {

    .tabs-content--tab2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .img_wrapper {
    	height: unset;
    	-webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
    }
    
    .product_search {
    	padding-top: 60px;
    }

}

@media (max-width:450px) {

    .certwrapper {
        display: block;
    }
    
    .certwrap {
        margin-bottom: 20px;
        text-align: center;
    }

    .socialwrapper a {
        width: 100%;
        display: inline-block;
        text-align: center;
        margin-bottom: 20px;
    }

    .socialmedia p {
        margin-top: 20px;
        margin-bottom: 15px;
        text-align: center;
    }
}

@media (min-width: 500px) {

    #menufooter ul,
    #menuheader ul {
        padding-left: calc((100vw - 510px) / 2);
    }
}

@media (min-width: 650px) {
    
    .wrapper-header,
    .wrapper-search {
        max-width: 640px;
    }

    #menufooter ul,
    #menuheader ul {
       padding-left: calc((100vw - 640px) / 2);
    }
    
    .sectionwrap.hidden {
        display: none;
    }
    
    footer {
        display:none;
    }

    .footerlinks {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footerlinks span {
        display: inline;
    }

    .footerlinks a {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 770px) {

    .wrapper {
        max-width: 790px;
    }

    #menufooter ul,
    #menuheader ul {
       padding-left: calc((100vw - 790px) / 2);
    }

    .sectionwrap,.sectionwrap1{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-right: -10px;
        margin-left: -10px;
    }

    .sectionwrap section,
    .resultlist a {
        width: 100%;
        max-width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 10px;
        padding-right: 10px;
    }

    .bigred {
        font-size: 72px;
        line-height: 84px;
    }

    
}

@media (max-width: 770px) {
    .certwrap,
    .certtext {
        width: 100%;
    }
}


@media (min-width: 1024px) {

    .tabs, .tabs-content {
        max-width: 100%;
    }
}

@media (min-width: 1380px){
    .header {
        width: 1270px; 
    }
}

@media (min-width: 1380px) {

    .wrapper-header,
    .wrapper-footer {
        max-width: 1366px;
    }

    #menuheader {
        display: block;
        position: static;
        width: 100%;
        padding-left: 0;
        padding-bottom: 0;
        background-color: transparent;
    }
    #menuheaderbutton {
        display: none;
    }

    #menuheader ul li ul {
        padding-top: 12px;
        padding-left: 0;
        padding-bottom: 12px;
    }

    #menuheader ul {
        width: auto;
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #menuheader li {
        position: relative;
    }

    #menuheader a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 6px 12px;
        white-space: nowrap;
    }

    #menuheader .menuitem {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom:none;
        position: relative;
    }

    #menuheader .menuitem:after {
        content:"";
        display: block;
        width: 2px;
        height: 20px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
        background-color: #ffffff;
    }

    #menuheader li:last-of-type .menuitem:after {
        display: none;
    }

    .menuitem .fa {
        display: none;
    }

    #menuheader .menuitem ~ ul {
        position: absolute;
        top: 30px;
        left: 0;
    }

    #menuheader .menuitem ~ ul li {
        background-color: var(--gfagraytransparent);
        border-bottom: 2px solid #ffffff;
    }

    #menuheader li:hover .menuitem {
        color: #919ca7;
    }

    #menuheader li:hover > ul {
        display: block;
        z-index: 99;
    }

    
}
@media (min-width: 1150px) {
    .header-item--home {
        width: 110px;
    }
}


@media (min-width: 1150px) {

    .header-item--home {
        width: 190px;
    }

    .img_wrapper {
        height: 530px;
    }
}

@media (max-width: 1185px) {
    .certificates {
        width: 100%;
    }
    .socialmedia {
        border-top: none;
        width: 100%;
    }
}
@media (min-width: 1185px) {

    /*.tabs, .tabs-content {
        max-width: calc((100% - 10px) * (1 / 2));
    }*/
    .wrapper.contentWrapper-index.colored {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .search-box {
    	/*width: calc(100% / 3);
        padding-left: 14px;*/
        width: calc(66.6666% - 8px);
    }
    .wrapper-search {
	  	display: -webkit-box;
	  	display: -ms-flexbox;
	  	display: flex;
	    -webkit-box-pack: end;
	        -ms-flex-pack: end;
	            justify-content: flex-end;
	}

    .sectionwrap section,
    .resultlist a {
        max-width: calc(100% / 3);
    }
    
    body {
    	background-color: #CED2D5;
    }
    
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1185px;
    }
}

.stellenanzeige {
    min-height: 1000px;
}

.stellenanzeigerwrapper {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


@media (max-width: 1185px) {
    .stellenanzeigerwrapper {
        justify-content: center;
    }
    .stellenanzeige {
        margin-top: 20px;
    }
}


/* Newsletter-Seite */
.newsletter-wrapper {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}

.newsletter-wrapper.portfolio {
    justify-content: center;
}

.newsletter {
    width: calc( 50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--gfagray);
    height: 375px;
}

.newsletter-tile {
    width: calc( 33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid var(--gfagray);
    height: 375px;
}

.newsletter-tile-footer {
    color: var(--gfared);
}

.newsletter-body {
    display: flex;
    justify-content: space-between;
    height: 287px;
    padding: 5px;
}

.newsletter-footer {
    text-align: right;
    margin-right: 20px;
}

@media (max-width: 1200px) {

    .newsletter {
        width: calc( 100% - 20px);
        height: 345px;
    }

    .newsletter-tile {
        width: calc( 50% - 20px);
        height: 345px;
    }

    .newsletter-body {
        height: 250px;
    }
}

@media (max-width: 770px) {

    .newsletter {
        height: 520px;
    }

    .newsletter-tile {
        width: calc( 100% - 20px);
    }
    .newsletter-footer {
        text-align: center;
    }
    .newsletter-body {
        height: 430px;
    }
}

.show-newsletter,
.newsletter-header {
    background-color: var(--gfagray);
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    padding: 10px;
    text-transform: uppercase;
}

.fachinfo-wrapper .newsletter-header {
    min-height: 58px;
    text-transform: none;
}

.fachinfo-wrapper .newsletter-tile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: unset;
}

.fachinfo-wrapper .newsletter-body {
    padding: unset;
    height: unset;
}

.fachinfo-wrapper .newsletter-body img {
    object-fit: cover;
    width: 100%;
    object-position: center;
}

.fachinfo-wrapper .newsletter-tile-footer {
    padding: 10px;
}

.h-full {
    height: 100%;
}

.newsletter-body--image {
    width: 30%;
}

.newsletter-body--text {
    width: 70%;
}
.newsletter-body--image,
.newsletter-body--text {
    padding: 5px;
}

.newsletter-body--image img {
    border: 1px solid var(--gfagray);
}

.newsletter-body--text ul {
    padding-top: 16px;
}

.newsletter-list-item {
    font-size: 17px;
    padding-left: 15px;
    position: relative;
    line-height: 30px;
}
.newsletter-list-item::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent var(--gfared) transparent;
    position: absolute;
    top: 10px;
    left: 0px;
}



/* Mitarbeiter werden */

.wrapper-ma-werden {
    padding-top: 80px;
}

.jobwrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 300px;
    /*justify-content: center;*/
}
.jobwrap1,
.jobwrap2{
    width: 50%;
}
.jobwrap1 {
    padding-right: 5px;
}

.jobwrap2 {
    padding-left: 5px;
}
.job-wrap {
    width: 100%;
    margin-top: 15px;
}
.job {
    width: 100%;
}
.jobwrapspacer {
    display: none;
}

@media (max-width: 770px) {

    .job {
        width: 100%;
        padding-left:10px;
        padding-right:10px;
    }
    .jobwrap1,
    .jobwrap2{
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

    .jobwrap1{
        margin-bottom: 25px;
    }
    .jobwrap2{
        margin-top: 10px;
    }

    .jobwrapspacer {
        display: inline-block;
        border-top: 1px solid var(--gfagray);
        width: calc(100% - 20px);
        padding-left: 20px;
    }
}

.job-body {
    display: none;
}
.job-body.active {
    display: block;
}

.job-head, .job-body {
    background-color: var(--gfagray);
    color: #fff;
    padding: 10px;
}
.job-head {
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 19px;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.job-head p,
.job-body p, 
.job-list-item, 
.job-body a {
    color: #fff;
}

.job-list-item {
    list-style-type: none;
    font-size: 18px;
    position: relative;
}

.job-head p {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 20px;
}

.job-body-search, .job-body-fitting {
    margin-top: 10px;
    margin-bottom: 15px;
}
.job-body-link {
    font-weight: bold;
    text-decoration: underline;
}

.job-list-item::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent var(--gfared) transparent;
    position: absolute;
    top: 12px;
    left: -20px;
}


.groupswrapper {
    width: 100%;
    max-width: 395px;
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 auto;
    display: flex;
}

@media (min-width: 770px) {
    .groupswrapper {
        max-width: 790px;
    }
}

@media (min-width: 1200px) {
    .groupswrapper {
        max-width: 1185px;
    }
}

.groupwrapper {
    width: 50%;
}

.groupwrapper:first-of-type {
    padding-right: 10px;
}

.company {
    margin-bottom: 40px;
    display: flex;
}

.company-image {
    min-width: 150px;
}
.company-image img{
    width: 120px;
}

.location {
    margin-bottom: 15px;
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 20px;
}

.company-text ul {
    list-style: initial;
}

.company-text ul li {
    margin-left: 20px;
}

@media (max-width: 1200px) {

    .groupswrapper{
        flex-wrap: wrap;
    }
    .groupwrapper {
        width: 100%;
        
    }
    .groupwrapper:first-of-type {
        padding-right: unset;
    }
}

@media (max-width: 770px) {

    .company {
        flex-wrap: wrap;
    }

    .company-image{
        min-width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .company-text {
        min-width: 100%;
    }
    
}



.houseoverlay {
    position: fixed;
    z-index: 99999;
    width: 700px;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    padding: 10px;
    overflow: auto;
    top: 474px;
    background-image: url(/assets/images/haus.png);
    background-repeat: no-repeat;
    background-position-x: center;
    height: 675px;
    padding: 120px;
      padding-top: 120px;
    padding-top: 160px;
    overflow: hidden;
    
  }
  .closehouse {
    color: white;
    font-size: 24px;
    font-weight: bolder;
    text-align: right;
    cursor: pointer;
  }
.housewrapper {
    color: white;
  }


  .houserow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

  .househ2 {
    font-weight: bold;
    text-shadow: 2px 2px #000;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .housewrapper h1 {
    background-color: var(--gfared);
    padding-left: 0.5rem; 
    padding-right: 0.5rem;
    padding-bottom: 0.5rem; 
    display: inline-block; 
    font-size: 53px; 
    
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.75);
     line-height: 53px; 
  }

  .secoundH1{
    margin-bottom: 20px; 
    }
    .secoundH1 span {
        color: #71CBF4;
    }

  .houseactions {
    margin-top: 25px;
  }

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

  .houselink {
    background-color: white;
    width: 200px;
    padding: 10px;
    color: var(--gfared);
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
  }

  .w-50 {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .w-50 img {
    max-height: 120px;
  }

  .posmat {
    width: 88px;
    height: 106px;
  }

  .laptop {
    width: 184px;
    height: 104px;
  }

  @media (max-width: 700px) {

    .houseoverlay {
        background-image: url(/assets/images/haus_mobil.png);
        height: 600px;
        padding: 20px;
          padding-top: 20px;
        padding-top: 110px;
        top: 390px;
        width: 375px;
    }

    .houseoverlay h1 {
        font-size: 39px;
        line-height: 39px;
    }

    .houselink {
        width: 157px;
    }
    
}

ul.checklist {
    list-style: none;
    margin-left: unset;
}

ul.checklist li {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}
ul.checklist li img{
    height: 50px;
    margin-right: 15px;
}
.checklistrow {
    display: flex;
    justify-content: space-between;
}
.checklistrow .col-50 {
    width: 48%;
}
@media (max-width: 770px) {

    .checklistrow {
        flex-direction: column;
    }
    .checklistrow .col-50 {
        width: 100%;
        margin-bottom: 20px;
    }   
}


.item.hiddenUntil19032024 {
    display: none;
}
.item.hiddenUntil19032024.active {
    display: flex;
}
.item-messe {
    justify-content: space-between;
}