/* Theme Name: Güntzel Theme 
Theme Description: Güntzel Theme for Wordpress
Theme URI: secret;
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Author: secret;
Author URI: secret;
Tags: theme,responsive;
*/
@import url('bootstrap/css/bootstrap.min.css');
@font-face {
  font-family: 'Roboto';
  src: URL('css/roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Medium';
  src: URL('css/roboto/Roboto-Medium.ttf') format('truetype');
}
/* default settings */

:root{
    --red: #DC092F;
}

.wp-caption,.wp-caption-text,.screen-reader-text,.gallery-caption,.bypostauthor,.alignright,.alignleft,.aligncenter 
{}



html
{
    margin-top:0 !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size:18px;
    color:#000;
    background-color:#fff;
    font-weight:400;
    letter-spacing: 1px;
}

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


h1 {
	font-size:55px;
	font-weight:400;
	margin-bottom:25px;
    color: #000;
}


h2{
	font-weight:bold;
	font-size:45px;
	margin-bottom:25px;
    margin-top:0;
    color:#000;
}

h3{
    font-weight: normal;
    font-size:35px;
    color:#000;
    margin-bottom:20px;
    margin-top:0;
    font-family: 'Roboto', sans-serif !important;
}

h4{
    font-size: 30px;
    font-family: 'Roboto Medium', sans-serif !important;
}

h5{
    font-size: 23px;
}

h6{
    font-size: 20px;
}

ul{
	padding:0;
	margin:0;
}

.contact-form input, .contact-form textarea, .contact-form select{
    width:100%;
}

a{
    color:#848490;
}

a:hover{
    color:#848490;
    text-decoration:none;
}

header{
    background-repeat:no-repeat;
    float:left;
    width:100%;
    background-color:#fff;
}

.navbar-default{
    background-color:transparent;
    border:none;
    float:left !important;
    margin-bottom:0;
}

.navbar-header{
    width:100%;
    float:left;
    margin-top:30px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
}

.navbar-header .navbar-brand{

    float:left;
    height:auto;
    padding:0;
    margin-bottom:25px;
    width:100%;
}

.navbar-header .navbar-brand img{
    padding:0;
}

.content{
    width:100%;
    float:left;
}

.custom_nav ul li{
    display:inline;
}

.custom_nav ul li a{
    padding-left:30px;
    padding-right:30px;
    padding-top:10px;
    padding-bottom:10px;
    color:black;
    text-transform:uppercase;
    font-size:15px;
}

.maincontent
{
    float:left;
    width:100%
}

.maincontent.template-text{
    padding-top: 100px;
}

section, footer{
    float: left;
    width: 100%;
}

.topheader{
    background-color: #F8F8F8;
    color: #707070;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 20px 0;
}

.topheader span{
    margin-right: 5px;
}

.topheader span:not(:last-child):after{
    content: '|';
    margin-left: 5px;
}

.topheader a{
    position: relative;
}

.topheader a:not(:last-child){
    margin-right: 50px;
}

.topheader a:before{
    color: var(--red);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 5px;
    position: absolute;
    top: -8px;
    left: -30px;
}

.topheader .email:before{
    content: "\f0e0";
    font-size: 20px;
}

.topheader .phone:before{
    content: "\f095";
    font-size: 20px;
}

.mainheader{
    position: relative;
    background-color: #FFF;
}

.mainheader .logo{
    position: absolute;
    top: 20px;
    /* -webkit-transition: all 3s ease;
    -moz-transition: all 3s ease;
    -o-transition: all 3s ease;
    transition: all 3s ease; */
}

header{
    position: fixed;
    z-index: 99;
}

.mainheader .logo{
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    max-height: 300px;
}

.mainheader .smaller-logo {
    max-height: 90% !important;
    top: 5px;
    width: auto !important;
}

header .navbar-nav li a{
    text-transform: uppercase;
    color: var(--red);
    font-size: 18px;
    font-weight: 900;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    padding: 5px 0;
}

header .navbar-nav li a:hover, header .navbar-nav li.current-menu-item a{
    color: #707070;
}

header .navbar-collapse > div{
    width: 100%;
}

header .navbar-nav{
    float: right;
    padding-top: 32px;
    padding-bottom: 32px;
}

header .navbar-nav li:not(:last-child){
    margin-right: 20px;
}

header .navbar-nav li:not(:last-child):after{
    content: '|';
    margin-left: 20px;
    color: var(--red);
    font-size: 16px;
}

header .navbar-brand{
    padding-top: 0;
}

.section{
    float: left;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-white{
    background-color: #FFF;
}

.background-red{
    background-color: var(--red);
    color: #FFF;
}

.background-red h1, .background-red h2, .background-red h3, .background-red h4{
    color: #FFF;
}

.background-grey{
    background-color: #EDEDED;
}

.background-grey h1, .background-grey h2, .background-grey h3, .background-grey h4{
    color: var(--red);
}

.red{
    color: var(--red);
}

.topfooter{
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 30px;
}

.topfooter span.red{
    margin-right: 10px;
}

.topfooter a{
    color: #000;
}

.redfooter{
    background-color: var(--red);
    color: #FFF;
    padding-top: 65px;
    padding-bottom: 50px;
}

footer .bigtext{
    font-size: 110px;
    line-height: 110px;
    margin-bottom: 30px;
}

footer .smalltext{
    font-size: 16px;
}

.bottomfooter{
    padding-top: 25px;
    padding-bottom: 40px;
}

footer .navbar{
    padding-left: 0;
}

footer .navbar-nav li a{
    text-transform: uppercase;
    color: var(--red);
    font-weight: bold;
    font-size: 12px;
}

footer .navbar-nav li:not(:last-child):after{
    content: '|';
    margin-left: 12px;
    margin-right: 12px;
    color: var(--red);
    font-weight: bold;
    font-size: 15px;
}

.copyright{
    font-size: 12px;
    letter-spacing: 0;
    text-align: right;
    padding: 0.5rem 1rem;
    display: flex;
    justify-content: end;
    align-items: center;
}

.copyright p {
    margin-bottom: 0;
}


@media(min-width: 767px){
    .copyright p {
        width: 100%;
        text-align: right;
    }

}

/**** block header ****/
.section.header{
    position: relative;
    padding: 0;
}

.section.header h1{
    color: #FFF;
}

.section.header .imagetext{
    position: absolute;
    bottom: 20%;
    width: 100%;
}

.section.header img{
    width: 100%;
}

h1 .small{
    font-size: 35px;
}


/**** block text ****/

/**** block news ****/
.news-box .innerwrapper{
    background-color: #EDEDED;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.news-box h3{
    color: var(--red);
    font-size: 20px;
    margin-bottom: 10px;
}

.news-box .date{
    position: absolute;
    left: 0;
    top: -12px;
    font-size: 10px;
    padding: 5px 8px;
    background-color: var(--red);
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
}

.news-box .date:after{
     content: '';
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--red);
    clear: both;
}

.news-box img{
    margin-bottom: 25px;
}

.news-box .more-link{
    color: var(--red);
    font-size: 15px;
    font-weight: bold;
}

.modal-footer .row{
    width: 100%;
}

.modal.show .modal-dialog{
    top: 50px;
    background-color: #EDEDED;
}

.modal img{
    width: 100%;
}

.modal ul{
    padding-left: 15px;
}

.modal-content{
    border-radius: 0;
    background-color: #EDEDED;
}

.modal-header{
    position: absolute;
    z-index: 9;
    width: 100%;
    border: none;
}

.modal .date{
    position: absolute;
    left: -1px;
    top: -1px;
    font-size: 16px;
    padding: 5px 8px;
    background-color: var(--red);
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
}

.modal .date:after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid var(--red);
    clear: both;
}

.modal-header .close{
    right: 0;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 5px solid #FFF;
    background-color: var(--red);
    padding: 0;
    opacity: 1;
    margin-top: -40px;
    margin-right: -40px;
}

.modal-header .close span{
    font-size: 68px;
    color: #FFF;
    line-height: 54px;
}

.modal-body{
    background-color: #EDEDED;
    padding: 25px;
}

.modal h3{
    margin-top: 35px;
    color: var(--red);
    font-weight: 800;
    margin-bottom: 25px;
}

.red-link{
    font-size: 18px;
    text-transform: uppercase;
    color: var(--red);
    font-weight: bold;
}

.modal .background-white{
    padding: 20px;
}

/**** contact ****/
.contact i{
    font-size: 40px;
    color: var(--red);
}

.contact .title{
    font-size: 23px;
    color: var(--red);
    margin-bottom: 20px;
}


/**** contact form ****/
.honey{
    display: none !important;
}

.contact-form label{
    font-size: 12px;
    text-transform: uppercase;
}

.contact-form input, .contact-form textarea, .contact-form select{
    background-color: #F0F0F0;
    padding: 12px 80px 12px 8px;
    margin-bottom: 30px;
    border: none;
}

.contact-form select{
    padding-left: 30px;
}

.contact-form .select-wrapper{
    position: relative;
}

.contact-form .select-wrapper:before{
    content: '\f107';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 8px;
    margin-top: 10px;
}

.contact-form input.checkbox{
    width: auto;
    height: auto;
    margin-right: 10px;
}

.contactform img{
    position: absolute;
    bottom: 150px;
    right: 0;
    max-width: none;
}

.red-button{
    background-color: var(--red);
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 30px;
    border: none;
    cursor: pointer;
}

section a.red-button{
    color: #FFF;
}

/**** image-box ****/
.image-box .innerwrapper{
    float: left;
    width: 100%;
    padding: 10px;
}

.image-box.grey .innerwrapper{
    background-color: #ededed;
}

.image-box.red .innerwrapper{
    background-color: var(--red);
    color: #FFF;
}

.image-box.grey .bigtitle, .image-box.grey .smalltitle{
    color: var(--red);
}

.image-box.red .bigtitle, .image-box.red .smalltitle{
    color: #FFF;
}

.image-box .smalltitle{
    font-size: 20px;
    line-height: 15px;
    margin-top: 5px;
}

.image-box .bigtitle{
    font-size: 25px;
}

.image-box .content{
    padding-top: 15px;
}

/**** section text ****/
.section.image-text{
    padding: 0;
}

.image-text .image_fixed{
    position: absolute;
    bottom: 0;
    right: 0;
}

.image-text img:not(.image_fixed){
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.image-text .content{
    padding: 200px 0;
}

.image-text .col-lg-6{
    position: relative;
}

/**** text with boxes ****/
.white-boxes-wrapper{
    margin-top: 30px;
}
.whitebox{
    background-color: #FFF;
    padding: 30px 20px;
}

/* mobile menu */

#navbarSupportedContent {
    position: absolute;
    background: white;
    top: 111px;
    z-index: -1;
    /* padding: 5rem 30px 2rem 30px; */
    text-align: center;
}

.section a{
    color: var(--red);
}

.copyright a {
    color: black;
}


/* CODE CONTACTFORM */

.select-btn,
li {
    cursor: pointer;
}

.content-contact {
    display: none;
    width: 50%;
    margin-top: -30px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    position: absolute;
}

.wrapper.active .content-contact {
    display: block;
    z-index: 10;
}

.content-contact .search {
    position: relative;
}

.search i {
    top: 50%;
    left: 15px;
    color: #999;
    font-size: 20px;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
}

.search input {
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 17px;
    border-radius: 5px;
    padding: 0 20px 0 43px;
    border: 1px solid #B3B3B3;
}

.search input:focus {
    padding-left: 42px;
    border: 2px solid #4285f4;
}

.search input::placeholder {
    color: #bfbfbf;
}

.content-contact .options {
    margin-top: 10px;
    list-style: none;
    overflow-y: auto;
    padding-right: 7px;
}

.options::-webkit-scrollbar {
    width: 7px;
}

.options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
}

.options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
}

.options::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
}

.options li {
    padding: 10px 20px;
    font-size: 12px;
    text-transform: uppercase;
}

.options li:hover,
li.selected {
    border-radius: 5px;
    background: #f2f2f2;
}

.selectcontainer {
    background-image: url(img/Arrows-Down-4-icon.png);
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    background-position-x: 1em;
    background-color: #F0F0F0;
    width: 100%;
    height: 2.8em;
    padding: 12px 80px 12px 50px;
    margin-bottom: 30px;
    border: none;
}

.selectcontainer.contactToggle {
    background-image: url(img/Arrows-Forward-icon.png);
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
    background-position-x: 1em;
}

.select-style:after {
    width: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 100;
}

.select-style select {
    padding: 5px 8px;
    width: 50%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


input[type="checkbox"] {
    -webkit-appearance: initial;
    appearance: initial;
    width: 0.75em !important;
    height: 0.75em !important;
    border: none;
    position: relative;
    padding: 0;
    background-color: white;
    border: solid 1px black;
    margin-bottom: 0;
}

input[type="checkbox"]:checked {
    background: white;
}

input[type="checkbox"]:checked:after {
    /*  symbol replacement */
    content: "x";
    color: black;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#checkboxformlabel {
    margin-bottom: 0;
    display: revert;
    font-size: 18px;
}

.checkbox {
    margin-bottom: 2.3em;
    display: inline-block;
}

ccm-overlay{
    max-width: 100%;
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 100%;
        width: 1140px;
    }
}

@media (max-width: 1198.99px){
    p {
        font-size: 16px;
        letter-spacing: 0.8px;
        line-height: 30px;
    }

    a{
        color: var(--red);
    }

    /* news-box unset */
    .news-box .innerwrapper {
        height: unset !important;
    }

    .news > .container > .row{
        margin-top: 12px;
    }

    .image-text img:not(.image-text .image_fixed) {
        padding-bottom: 50px;
    }
    .image-text .container {
        padding: 50px 35px 0 35px;
    }

    .image-box .innerwrapper .smalltitle + .bigtitle {
        font-size: 25px;
    }
    .image-box .innerwrapper .bigtitle {
        font-size: 20px;
    }
    .topheader{
        display: none;
    }
    .mainheader .container{
        max-width: unset;
    }
    .mainheader .my-menue-wrapper{
        padding: 29.5px 14px 36.5px 14px;
        justify-content: end;
        -webkit-justify-content: end;
        display: -webkit-flex;
        display: flex;
    }
    .navbar-light .navbar-toggler{
        border: none;
        padding: 0;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(221, 11, 47, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h33M4 15h33M4 23h33'/%3E%3C/svg%3E");
        font-size: 1.5em;
    }
    .mainheader a:before{
        color: var(--red);
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-right: 7px;
    }
    .mainheader .phone:before {
        content: "\f095";
        font-size: 20px;
    }
    .mainheader .phone{
        color: black;
        letter-spacing: 0.8px;
        line-height: 30px;
    }
    .mainheader .logo{
        height: 162px;
        width: 162px;
    }

    #navbarSupportedContent .navbar-nav{
        padding: 0;
        float: none;
    }

    header #navbarSupportedContent .navbar-nav li:not(:last-child):after{
        content: '';
        margin: 0;
    }
    #navbarSupportedContent li{
        margin: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #navbarSupportedContent li a{
        padding: 1rem 0;
        width: 100%;
    }
    button.navbar-toggler:focus, button.navbar-toggler:active {
        outline: none;
        border: none;
    }
    .section.header{
        height: calc(100vh - 111px);
    }

    .section.header img{
        height: 100%;
        object-fit: cover;
    }

    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section.text h2{
        text-transform: uppercase;
        font-size: 45px;
        font-weight: 400;
        letter-spacing: 0;
    }
    .images-boxes .container h3 {
        font-weight: 400;
        font-family: 'Roboto' !important;
        font-size: 30px;
    }
    .section.text p {
        letter-spacing: 0.8px;
        line-height: 30px;
        font-size: 16px;
    }

    .section.news > div > h3{
        font-weight: 400;
        letter-spacing: 1.75px;
        line-height: 22px;
        margin-bottom: 29px;
    }

    .section.contactform{
        overflow: hidden;
    }

    .contactform img{
        right: -40%;
        max-height: calc(630px - 50px);
        bottom: 144px;
    }

    .contact > .container > .row > div {
        padding: 0;
    }

    .contact-form input, .contact-form textarea{
        margin-bottom: 20px;
        height: 35px;
    }

    .contact-form textarea {
        height: 250px;
    }

    .redfooter .smalltext{
        display: none;
    }

    .contact-text-wrapper{
        background: #EDEDED;
        padding: 2rem;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.8px;
    }
    .contact i{
        padding-right: 20px;
    }

    .topfooter .red {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.9px;
        text-transform: uppercase;
    }

    .topfooter > div > div{
        letter-spacing: 0.9px;
        line-height: 28px;
    }

    footer .bigtext{
        font-size: 80px;
        line-height: 80px;
        letter-spacing: 4px;
        margin-bottom: 0;
    }
    .redfooter{
        padding-top: 120px;
    }
    .bottomfooter{
        padding-bottom: 25px;
    }
    .bottomfooter .navbar{
        padding: 0;
    }
    .news-box .innerwrapper{
        display: flex;
        margin-bottom: 2rem;
    }

    .news-box img{
        margin-bottom: 0;
    }

    .news-box .innerwrapper .content{
        padding-left: 40px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .news-box .more-link{
        text-transform: uppercase;
        font-weight: 500;
    }

    .section.news .innerwrapper h3{
        margin-bottom: 12px;
        text-transform: uppercase;
        font-weight: 500;
    }
    .section.contact .row{
        margin-left: 0;
        margin-right: 0;
    }

    .section.contact .row > div{
        padding-left: 0;
        padding-right: 0;
    }
    .image-box{
        display: flex;
        margin-bottom: 1.5rem;
    }
    .image-box .innerwrapper .content p {
        margin-bottom: 0;
        line-height: 25px;
    }
    .images-boxes .container > h2 {
        font-weight: 400;
        font-size: 30px;
        margin-bottom: 30px;
    }
    .image-box .innerwrapper{
        display: flex;
        flex-direction: column;
        height: 100% !important;
        justify-content: center;
        padding: 2rem;
    }
    .image-box .innerwrapper .bigtitle{
        line-height: 24px;
    }
    .image-box .innerwrapper .smalltitle{
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 0.9px;
        margin-top: 0;
    }
    .section.text-with-boxes .white-boxes-wrapper h3{
        font-family: 'Roboto' !important;
        font-weight: 400;
    }
    .text-with-boxes h2 {
        font-weight: 400;
    }
    .image-text .image_fixed{
        position: relative;
    }
    .image-text img{
        width: 100%;
    }
    .image-text .content p:last-of-type {
        margin-bottom: 0;
    }
    .news-box .innerwrapper .content p{
        line-height: 25px;
    }
    .tablet-order-last{
        order: 2;
        padding: 50px 0 0 0;
        text-align: center;
    }
    .image-text img{
        padding: 0 15px;
    }
    .image-text .content {
        padding: 0;
    }
    /* .image-text .container{
        padding: 50px 15px;
    } */
    .image-text .content h2, .image-text .content h3{
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 22px;
        letter-spacing: 1.75px;
        font-weight: 400;
    }
    .image-text .content p{
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }
    .section.text h3 {
        font-weight: 400;
        font-family: 'Roboto' !important;
    }
    .section.text-with-boxes h3 {
        font-weight: 400;
        font-family: 'Roboto' !important;
    }
    .news {
        padding-bottom: calc(50px - 2rem);
    }
    .whitebox p:first-of-type img {
        margin-bottom: calc(50px - 1rem);
    }
    .section.contactform {
        padding-bottom: 0;
    }
    iframe {
        width: 100%;
    }
    .contact .title{
        line-height: 28px;
        letter-spacing: 1.15px;
    }
    .section.header .imagetext h1{
        margin-bottom: 0;
    }

    /* CONTACTFORM MEDIA QUERY*/

    #checkboxform {
        margin-bottom: 0;
    }

    .checkbox {
        width: 50%;
    }
     .news-box .innerwrapper{
        flex-direction: column;
    }
    .news-box .innerwrapper .content{
        padding: 0;
    }
    .news-box .innerwrapper img{
        width: 100%;
    }
}

@media (max-width: 991.99px){
    .modal-header .close span{
        line-height: 0.7;
    }
}

@media (max-width: 766.99px){
    .images-boxes .container h3{
        font-size: 22px;
    }
    .container{
        padding-right: 35px;
        padding-left: 35px;
    }
   
    .topfooter .navbar-brand{
        margin-bottom: 30px;
    }
    .image-box{
        flex-direction: column;
    }
    .mainheader .logo{
        padding-left: 0;
        /* padding-right: 15px; */
        height: auto;
        width: 100%;
        max-height: 200px;
    }
    .mainheader .my-menue-wrapper{
        padding: 24px 0;
    }
    .mainheader .row{
        margin: 0 auto;
    }
    .mainheader .phone{
        font-size: 16px;
        letter-spacing: 0.8px;
    }
    .mainheader .container{
        padding: 0;
    }
    .section.header {
        height: calc(80vh - 78px);
    }
    .section.header .imagetext h1, .section.header .imagetext h1 .small{
        font-size: 27px;
    }
    .section.header .imagetext .container h1{
        max-width: 80vw;
        margin-bottom: 0;
    }
    #navbarSupportedContent{
        top: 78px;
        left: 0;
    }
    .section.header .imagetext{
        bottom: 100px;
    }
    .navbar-light .navbar-toggler-icon{
        font-size: unset;
    }
    .section.text h2{
        font-size: 25px;
        line-height: 27px;
        letter-spacing: 1.25px;
        margin-bottom: 20px;
    }
    .section.text p{
        letter-spacing: 0;
    }
    .section.news > div > h3{
        font-size: 22px;
        letter-spacing: 1.1px;
        line-height: 22px;
        margin-bottom: 33px;
    }
    .section.news .innerwrapper h3{
        margin-bottom: 15px;
        margin-top: 15px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .news-box .innerwrapper .content p {
        letter-spacing: 0;
        line-height: 22px;
    }
    .news-box .more-link{
        text-transform: none;
    }
    .section.text h3 {
        font-weight: normal;
        font-size: 22px;
        line-height: 22px;
        letter-spacing: 1.1px;
        margin-bottom: 25px;
    }

    .contactform img {
        left: 190px;
        max-height: 330px;
        bottom: 145px;
    }
    footer .bigtext {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 2px;
    }
    .redfooter{
        padding-top: 70px;
        padding-bottom: 35px;
    }
    .modal-dialog{
        margin: 0 auto;
        max-width: calc(100% - 70px);
    }
    .modal h3 {
        font-size: 20px;
        font-weight: 400;
    }
    .contact i{
        padding-right: .5rem;
    }
    .contact .title{
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .bottomfooter ul.nav.navbar-nav{
        flex-direction: row;
    }
    .copyright{
        text-align: left;
        width: 30ch;
    }
    .bottomfooter .row {
        gap: 2rem;
    }
    header .logo{
        max-width: 80px;
    }
    .image-box .innerwrapper{
        padding: 12px;
    }
    .image-box .innerwrapper .content p {
        font-weight: 400;
        margin-bottom: 0;
        line-height: 22px;
        letter-spacing: 0;
    }
    .image-box .innerwrapper .bigtitle{
        font-size: 20px;
    }
    .images-boxes .container > h2{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .text-with-boxes h2{
        font-size: 25px;
    }
    .text-with-boxes p{
        line-height: 30px;
    }
    .section.text-with-boxes .white-boxes-wrapper h3{
        font-size: 25px;
    }
    .whitebox {
        height: fit-content !important;
    }
    .white-boxes-wrapper > div:first-of-type .whitebox {
        margin-bottom: 1.5rem;
    }
    .whitebox p {
        margin-bottom: 0;
        line-height: 25px;
        letter-spacing: 0.9px;
    }
    .image-text .content h2, .image-text .content h3{
        font-size: 22px;
        line-height: 1;
        letter-spacing: 1.1px;
    }
    .background-red .content h2, .background-red .content h3{
        margin-bottom: 20px;
    }
    .image-text .content p{
        letter-spacing: 0;
    }
    .image-text .content {
        padding: 0 15px;
    }
    .tablet-order-last{
        padding: 50px 0 0 0;
    }
    .image-box .innerwrapper .smalltitle + .bigtitle {
        font-size: 25px;
    }

     /* CONTACTFORM MEDIAQUERY */
     .content-contact {
        width: 60%;
    }

    .options li {
        font-size: 0.8em;
    }
    #checkboxformlabel {
        font-size: 12px;
    }
}

@media (max-width: 575.99px){

}


@media (max-width: 522px){
    .contactform img{
        bottom: 173px;
    }
}