@charset "utf-8";
/*
Theme Name: Flexawesome by Galano
Theme URI: 
Author: GALANO UG | Vanessa Gerner, René Kress
Author URI: http://www.galano.de
Version: 1.0
*/


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3;
}
html, body {
    height: 100%;
    padding: 0px;
    margin: 0px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+73,f7f7f7+100 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=1); /* IE6-9 fallback on horizontal gradient */
    line-height: 130%;    
}
a {
    color: #EBEBEB;
}
body {
    padding: 0;
    margin: 0;
    background-size: 100% auto;
}
#content{
     overflow-x: hidden;
}
section{
    position: relative;
    top: 0px;
   

    
}
.section-content{
    position: relative;
    z-index: 1;
    padding-left: 20px;
    padding-right: 20px;
}



.ueberschrift-box h1,
.ueberschrift-box h2,
.ueberschrift-box h3,
.ueberschrift-box h4,
.ueberschrift-box h5,
.ueberschrift-box h6{
    margin-bottom: 0px; 
    margin-top: 0px;
	z-index: 1;
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    padding: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
    display: block;
    line-height: 100%;
    letter-spacing: 1px;
}

blockquote{
    margin: 0px;
}

.titel{
    dipslay: block;
}
.produkttitel{
    display: block;
}
a {
    text-decoration: none;
    color: #0A4782;
}

p:last-child{
    margin-bottom: 0px;
}

div.wpcf7-response-output{
    margin-top: 0px;
}
div.wpcf7-response-output{
    margin: 0px;
}

.embed-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


iframe{

    
}
hr {
    border: none;
    margin: 0px;
    padding: 0px;
}
p {
    margin-top: 0;
    padding-top: 0px;
}
ul {
    margin-bottom: 0;
}
ul li {
    list-style: none;
}
.float-right {
    float: right !important;
}
html {
    padding: 0;
    margin: 0;
}
ul,
ul li {
    margin: 0;
    padding: 0;
}





.image{
    position: relative;
}
img{
    width: 100%;
    height: auto;
    display: block;
}


/* Kontaktformualr */
.wpcf7-acceptance{
    display: block;
    margin-bottom: 15px;
}
.wpcf7-acceptance p{
    margin-bottom: 0px;
    margin-top: 0px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="file"],
.wpcf7 textarea{
    width: 100%;
    border: none;
    font-weight: normal;
    -webkit-appearance: none;
}
.wpcf7 select{
    width: 100%;
    border: none;
    max-width: none;
}


.wpcf7 .columns2{
    width: calc(50% - 7px) ;
}
.wpcf7 .columns2:nth-child(odd){
    margin-right: 14px;
}


.wpcf7 input[type="submit"]{
    width: 100%;
    border: none;
    -webkit-appearance: none;
    background: none;
}

.wpcf7-form-control-wrap{
    display: block;
    margin-bottom: 14px;
}
.button-submit{
    margin-bottom: 14px;
    position: relative;
    width: 100%;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    background: #f7e700;
    color: #333;
}
div.wpcf7-mail-sent-ng, div.wpcf7-aborted{
     background: #ff0000;
    color: #333;
}

/* Logo Right */
#socialmedia-box{
    position: absolute;
    top: 15px;
    display: flex;
    flex-wrap: wrap;
}
#socialmedia-box .item{
    margin-left: 4px;
    margin-right: 4px;
}

#socialmedia-box a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;    
}
#socialmedia-box strong{
    display: block;
    font-weight: normal;
    text-indent: -9999px;
    position: absolute;
    width: 23px;
    top: 1px;
    left: 1px;
    height: 23px;
    z-index: -1;
    border-radius: 9999px;
}
#socialmedia-box img{
   
}
#socialmedia-box svg{
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 9999px;
}


    #headertext{
        top: 15px;
        height: 25px;
        line-height: 100%;
        overflow: hidden;
        position: absolute;
    }

@media (min-width: 1200px){
    #masthead.header-logo-right.scrolled .header-content{
        justify-content: flex-start;
    }



    
    /* Logo left */
    .header-logo-left #logo,
    .header-logo-right #logo{
        height: 100%;
        display: block;
        position: absolute;
        left: 20px;
        padding: 10px;
    }
    .header-logo-left #logo img,
    .header-logo-right #logo img{
        width: 100%;
        position: absolute;
        object-fit: cover;
        object-position: left center;
        top: 50%;
        transform: translateY(-50%);
        left: 0px;
        padding: 10px;
    }
    .header-logo-left #headertext{
        text-align: right;
    }
    .header-logo-left #socialmedia-box{
       right: 20px;
    }
    
        

    
    
    /* Logo Right */
    .header-logo-right #logo{
        left: auto;
        right: 20px;
    }
    .header-logo-right #logo img{
        object-position: right; 
    }
    
    
    .header-logo-right #logo{
        right: 20px;
    }
    .header-logo-right #logo img{
        object-position: right; 
    }
    .header-logo-right #socialmedia-box{
        left: 20px;
    }
    .header-logo-right #primary-navigation{
        left: 0px;
    }
   
    .header-logo-right #headertext{
        text-align: left;
    }




    /* Logo Middle */
    #masthead.scrolled.header-logo-middle #logo{
        display: none;
    }

    #masthead.header-logo-middle{
        height: auto;
    }
    #masthead.header-logo-middle .header-content {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    
    .header-logo-middle #logo{
        display: block;
        position: relative;
        margin: auto auto;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    .header-logo-middle #logo img{
        display: block;
        width: 100%;
        position: relative;
    }
    .header-logo-middle #socialmedia-box{
        left: 0px;
        right: 0px;
        justify-content: center;
        position: relative;
        top: 0;
        margin-bottom: 20px;
        order: -1;
         margin-top: 20px;
    }
    .header-logo-middle #primary-navigation{
        max-width: 100%;
        width: 100%;
        left: 0px;
        position: relative;
    }
    .header-logo-middle #primary-navigation .menu-mainmenu-container{
        display: block;
    }
    .header-logo-middle #primary-navigation ul{
        justify-content: center;
    }

}




/*Text Align*/
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.more-white {
    text-align: center;
    display: block;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.shadow-line {
    border: none;
    height: 20px;
    width: 90%;
    height: 50px;
    margin-top: 80px;
    border-bottom: 1px solid #1f1209;
    box-shadow: 0 20px 20px -20px #333;
}

.columns1 { width: 100%; }
.columns2 { width: 50%; }
.columns3 { width: 33.33%; }
.columns4 { width: 25%; }
.columns5 { width: 20%; }
.columns6 { width: 16.66%; }


.content {
    margin: auto auto;
    position: relative;
}
.c600  { max-width: 600px; }
.c700  { max-width: 700px; }
.c800  { max-width: 800px; }
.c900  { max-width: 900px; }
.c1000 { max-width: 1000px; }
.c1100 { max-width: 1100px; }
.c1200 { max-width: 1200px; }
.c1300 { max-width: 1300px; }
.c1400 { max-width: 1400px; }
.c1500 { max-width: 1500px; }

.cfullwidth{
    margin-left: -20px;
    margin-right: -20px;
}

.grid-2{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.grid-5{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.grid-6{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.grid-7{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.grid-8{
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.grid-9{
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}
.grid-10{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}
.grid-11{
    display: grid;
    grid-template-columns: repeat(11, 1fr);
}
.grid-12{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    
}



hr {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    clear: both;
}

.spacer5  { height: 5px; }
.spacer10 { height: 10px; }
.spacer15 { height: 15px; }
.spacer20 { height: 20px; }
.spacer25 { height: 25px; }
.spacer30 { height: 30px; }
.spacer35 { height: 35px; }
.spacer40 { height: 40px; }
.spacer45 { height: 45px; }
.spacer50 { height: 50px; }
.spacer55 { height: 55px; }
.spacer60 { height: 60px; }
.spacer65 { height: 65px; }
.spacer70 { height: 70px; }
.spacer75 { height: 75px; }
.spacer80 { height: 80px; }
.spacer85 { height: 85px; }
.spacer90 { height: 90px; }
.spacer100 { height: 100px; }
.spacer110 { height: 110px; }
.spacer120 { height: 120px; }
.spacer130 { height: 130px; }
.spacer140 { height: 140px; }
.spacer150 { height: 150px; }
.spacer160 { height: 160px; }
.spacer170 { height: 170px; }
.spacer180 { height: 180px; }
.spacer190 { height: 190px; }
.spacer200 { height: 200px; }
.spacer210 { height: 210px; }
.spacer220 { height: 220px; }
.spacer230 { height: 230px; }
.spacer240 { height: 240px; }
.spacer250 { height: 250px; }
.spacer300 { height: 300px; }
.spacer350 { height: 350px; }
.spacer400 { height: 400px; }
.spacer450 { height: 450px; }
.spacer500 { height: 500px; }
.spacer550 { height: 550px; }
.spacer600 { height: 600px; }
.spacer650 { height: 650px; }
.spacer700 { height: 700px; }




/*---- TABELLE ------*/
.table {display: table;}
.tr {display: table-row;}
.td {display: table-cell;}


/*HEADER*/
#masthead {
    position: relative;
    z-index: 2000;
    height: 130px;
}


#masthead:after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: translateY(100%);
    background-repeat: repeat-x;
}

#masthead .header-content{
    height: 130px;
    position: relative;
    max-width: 1200px;
    margin: auto auto;
}
#masthead.scrolled{
    position: fixed;
    top: 0px;
    width: 100%;
    height: auto;
}
#masthead.scrolled #primary-navigation{
    position: relative;
    top: 0px;
    right: 0px;
}
#masthead.scrolled #socialmedia-box{
    display: none;
}
#masthead.scrolled .header-content{
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-end;
    align-items: flex-end;
}




#primary-navigation li a {
    display: block;
    padding: 15px 20px 20px 20px;
    letter-spacing: 1px;
    line-height: 100%;
}

#primary-navigation li li {
    position: relative;
}

/*Submenü*/
#primary-navigation .sub-menu {
    display: none;
}

#primary-navigation .sub-menu .sub-menu li:first-child{
    border-top: none;
}
#primary-navigation .sub-menu .sub-menu li{
     border-right: none;
}


video{
    width: 100%;
    display: block;
}


/*Galerie*/
.gallery > br {
    display: none;
}
.gallery dl{
    margin: 0;
}
.gallery{
   display: grid;
    grid-gap: 25px;
}
.gallery-columns-1{
   grid-template-columns: repeat(1, 1fr);
}
.gallery-columns-2{
   grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3{
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4{
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5{
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6{
    grid-template-columns: repeat(6, 1fr);
}
.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    float: left;
    transition: all 0.3s;
}

/*FORMULAR*/
span.wpcf7-list-item{
    margin: 0px;
}

.editor-styles-wrapper ol,
ol{
    list-style: decimal inside none;
    padding-left: 0px;
}

.gradient{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 48%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.3) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 48%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 48%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
}
.acf-label .button-fa,
.button-fa{
    display: block;
    height: auto;
    text-align: center;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}
.button-fa-content{
    z-index: 1;
    position: relative;
    display: block;
    line-height: 105%;
}

.button-fa.center{
    margin: auto auto;
}
.button-fa.right{
    float: right;
}

.buttondivsubmit{
    display: flex;
    flex-wrap: wrap;
}

.button-direction-left .buttondivsubmit {
    justify-content: flex-start;
}
.button-direction-center .buttondivsubmit {
    justify-content: center;
}
.button-direction-right .buttondivsubmit {
    justify-content: flex-end;
}

a.up {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: fixed;
    right: 0px;
    bottom: 50px;
    display: block;
    z-index: 10;
    padding: 10px;
}


#menu-footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.post-edit-link {
    z-index: 1000;
    bottom: 20px;
    left: 0px;
    position: fixed;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
    background-color: rgba(255,255,255,0.44);
}


#scrolltop {
    background: rgba(0, 0, 0, 0.8);
    display: inline-block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    transition: all 1s;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background: url(images/triangle-inside-circle.svg) no-repeat center center rgba(0, 0, 0, 0.6);
    background-size: 20px auto;
    z-index: 1000;
    border-radius: 5px;
}
#scrolltop.scrolled {
    opacity: 1;
}


/* -------- TEXT MIT IMAGE ------------*/
.text-mit-bild-box .grid-12{
    align-items: center;
    grid-gap: 50px;
}

.text-mit-bild-box .grid-12.bild-links .image{
    grid-column: 1 / 6;
}
.text-mit-bild-box .grid-12.bild-links .text{
    grid-column: 6 / 13;
}

.text-mit-bild-box .grid-12.bild-rechts .image{
    grid-column: 8 / 13;
    grid-row: 1 / 2;
}
.text-mit-bild-box .grid-12.bild-rechts .text{
    grid-column: 1 / 8;
    grid-row: 1 / 2;
}




/* -------- TEXT MIT IMAGE ------------*/

.galerie-box a{
    display: block;
    width: 100%;
}
.galerie-box img{
    display: block;
    width: 100%;
}




.padding5{ padding: 5px; }
.padding10{ padding: 10px; }
.padding15{ padding: 15px; }
.padding20{ padding: 20px; }
.padding25{ padding: 25px; }
.padding30{ padding: 30px; }
.padding35{ padding: 35px; }
.padding40{ padding: 40px; }
.padding45{ padding: 45px; }
.padding50{ padding: 50px; }
.padding55{ padding: 55px; }
.padding60{ padding: 60px; }
.padding65{ padding: 65px; }
.padding70{ padding: 70px; }
.padding75{ padding: 75px; }
.padding80{ padding: 80px; }
.padding85{ padding: 85px; }
.padding90{ padding: 90px; }
.padding90{ padding: 95px; }
.padding100{ padding: 100px; }

.gridgap5{ grid-gap: 5px;}
.gridgap10{ grid-gap: 10px; }
.gridgap15{ grid-gap: 15px; }
.gridgap20{ grid-gap: 20px; }
.gridgap25{ grid-gap: 25px; }
.gridgap30{ grid-gap: 30px; }
.gridgap35{ grid-gap: 35px; }
.gridgap40{ grid-gap: 40px; }
.gridgap45{ grid-gap: 45px; }
.gridgap50{ grid-gap: 50px; }
.gridgap55{ grid-gap: 55px; }
.gridgap60{ grid-gap: 60px; }
.gridgap65{ grid-gap: 65px; }
.gridgap70{ grid-gap: 70px; }
.gridgap75{ grid-gap: 75px; }
.gridgap80{ grid-gap: 80px; }
.gridgap85{ grid-gap: 85px; }
.gridgap90{ grid-gap: 90px; }
.gridgap95{ grid-gap: 95px; }
.gridgap100{ grid-gap: 100px; }


.height5{ height: 5px; }
.height10{ height: 10px; }
.height20{ height: 20px; }
.height30{ height: 30px; }
.height40{ height: 40px; }
.height50{ height: 50px; }
.height60{ height: 60px; }
.height70{ height: 70px; }
.height80{ height: 80px; }
.height90{ height: 90px; }
.height100{ height: 100px; }
.height110{ height: 110px; }
.height120{ height: 120px; }
.height130{ height: 130px; }
.height140{ height: 140px; }
.height150{ height: 150px; }
.height160{ height: 160px; }
.height170{ height: 170px; }
.height180{ height: 180px; }
.height190{ height: 190px; }
.height200{ height: 200px; }
.height210{ height: 210px; }
.height220{ height: 220px; }
.height230{ height: 230px; }
.height240{ height: 240px; }
.height250{ height: 250px; }


p:last-child{
    margin-bottom: 0px;
}

.galerie-box a{
    display: block;
}

.grid{display: grid}
.grid1{ grid-template-columns: 100%; }
.grid2{ grid-template-columns: 50% 50%; }
.grid3{ grid-template-columns: 33.33% 33.33% 33.33%; }
.grid4{ grid-template-columns: 25% 25% 25% 25%; }
.grid5{ grid-template-columns: 20% 20% 20% 20% 20%; }

.gridgalerie-box ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: minmax(35vh, auto);
}
.gridgalerie-box ul li{
    position: relative;
    margin-bottom: 0px;
}


.gridgalerie-box ul li img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.gridgalerie-box ul li:nth-child(1){
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.gridgalerie-box ul li:nth-child(2){
    
}
.gridgalerie-box ul li:nth-child(3){
    grid-column: 3 / 5;
}
.gridgalerie-box ul li:nth-child(4){
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}
.gridgalerie-box ul li:nth-child(5){
    grid-column: 4 / 5;
    grid-row: 2 / 3;
}
.gridgalerie-box a{
    display: block;
}
.gridgalerie-box img{
    display: block;
}


.galerie-box .section-content ul li{
    margin-bottom: 0px;
}


.googlemaps-box .awmp-map,
.googlemaps-box .awmp_map_wrapper,
.googlemaps-box iframe{
    height: 50vh;
    display: block;
    position: relative;
}


.spalten-box .titel{
    display: block;
}


.background-shadow{
    position: absolute;
    top: 0px;
    height: 100%;
}

.youtube-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wpcf7-acceptance .wpcf7-list-item-label{
    display: block;
    margin-bottom: 10px;
    width: calc(100% - 30px);
}

.ajax-loader{
    position: absolute;
}


.imagecover{
    align-items: stretch !important;
}
.imagecover .image{
    position: relative;
}
.imagecover .image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wpcf7-acceptance label{
    display: flex;
    flex-wrap: wrap;
}
.wpcf7-acceptance label input[type="checkbox"]{
    display: block;
    width: 13px;
    height: 13px;
    margin: 0px;
    margin-right: 10px;
}
.wpcf7-acceptance label span{
    width: calc( 100% - 23px);
}

.facebook,
.instagram,
.twitter,
.youtube,
.vimeo,
.pinterest,
.email,
.shop{
    position: relative;
}

.facebook strong,
.instagram strong,
.twitter strong,
.youtube strong,
.vimeo strong,
.pinterest strong,
.email strong,
.shop strong{
    display: block;
    font-weight: normal;
    text-indent: -9999px;
    position: absolute;
    width: 23px;
    top: 1px;
    left: 1px;
    height: 23px;
    border-radius: 9999px;
}
.facebook svg,
.instagram svg,
.twitter svg,
.youtube svg,
.vimeo svg,
.pinterest svg,
.email svg,
.shop svg{
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 9999px;
    position: relative;
    z-index: 1;
}

#colophon{
    line-height: 1.0;
    position: relative;
    z-index: 100;
}
#colophon .content{
    padding-top: 20px;
    padding-bottom: 20px; 
}
#colophon ul li{
    padding-right: 20px;
}
#colophon ul li:last-child{
    padding-right: 0px;
}
#signature {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    background: #000;
    color: #fff;
    font-family: arial;
    line-height: 100%;
}

.galerie-box .section-content ul li:before, 
.acf-field .acf-label .galerie-box ul li:before{
    display: none;
}
section:before{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: translateY(-100%);
    background-position: bottom center;
    background-size: contain;
    z-index: 1;
}
section:after{
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: translateY(100%);
    background-position: top center;
    background-size: contain;
    z-index: 1;
}

.item-content{
    position: relative;
}

.item-content:before,
.section-content .content:before{
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    transform: translateY(-100%);
    left: 0px;
    background-size: contain;
    background-position: center bottom;
}
.item-content:after,
.section-content .content:after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0px;
    transform: translateY(100%);
    left: 0px;
    background-size: contain;
    background-position: center top;
}

/*
#scrollup{
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.8);
    position: fixed;
    right: 25px;
    bottom: 10px;
    border-radius: 5px;
    background: url(images/scrollup.svg) no-repeat rgba(0,0,0,0.8);
    background-size: 20px auto;
    background-position: center center;
    z-index: 100;
    cursor: pointer;
}*/
a#scrollup {
    display: inline-block;
    background: rgba(0,0,0,0.8);
    width: 50px;
    height: 50px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: fixed;
    background: url(images/scrollup.svg) no-repeat rgba(0,0,0,0.8);
    background-size: 25px auto;
    background-position: center center;
    bottom: 20px;
    right: 0px;
    transition: background-color .3s;
    z-index: 1000;
    display: none;
    
}
a#scrollup.show{
    display: block;
}


.swiper-button-next{
    
    
}
.swiper-button-prev, .swiper-button-next{
    border-radius: 5px;
}


.buttondiv{
    display: flex;
    flex-wrap: wrap;
}
.buttondiv a{
    margin-bottom: 12px;
}
.buttondiv a:last-child{
    margin-bottom: 0;
}

.buttondiv.left{
   justify-content: flex-start; 
}
.buttondiv.center{
    justify-content: center;
}
.buttondiv.right{
    justify-content: flex-end;
}

.section-content .galerie ul li{
    padding-left: 0px;
}

#scrollup{
    display: none;
}

.swiper-container-initialized{
     overflow: hidden;
}
.swiper-slide{
    height: auto !important;
}



#phone-box{
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 300;
    width: 60px;
    height: 60px;    
    opacity: 0.9;
}

#phone-box a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#phone-box svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#phone-box strong{
    text-indent: -9999px;
    display: block;
    position: absolute;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 1;
    top: 1px;
    left: 1px;
    border-radius: 9999px;
}


.checkbox-columns-3{
    display: flex;
    flex-wrap: wrap;
}
.checkbox-columns-3 input{
    margin: 0px;
}
.checkbox-columns-3 .wpcf7-list-item{
    display: block;
    width: calc(33.33% - 10px) ;
    border: 2px solid #fff;
    padding: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.checkbox-columns-3 label{
    display: flex;
    flex-wrap: wrap;
    line-height: 100%;
}
.checkbox-columns-3 label span{
    width: calc(100% - 40px);
    margin-left: 10px;
}

.checkbox-columns-2{
    display: flex;
    flex-wrap: wrap;
}
.checkbox-columns-2 input{
    margin: 0px;
}
.checkbox-columns-2 .wpcf7-list-item{
    display: block;
    width: calc(50% - 12px) ;
    background: rgba(255,255,255,0.26);
    padding: 15px;
    margin-bottom: 10px;
}

.checkbox-columns-2 .wpcf7-list-item:nth-child(odd){
    margin-right: 10px;
}
.checkbox-columns-2 label{
    display: flex;
    flex-wrap: wrap;
    line-height: 100%;
}
.checkbox-columns-2 label span{
    width: calc(100% - 40px);
    margin-left: 10px;
}


