/*
Theme Name: Ralbau AG Theme
Author: LexoGmbH
Author URI: https://www.lexo.ch/
Version: 1.0b
*/



.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.flexJustify {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* CSS reset */
body,div,dl,dt,dd,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
    min-height: 100%;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}

* {
    outline: none;
}
.img100{
    width: 100%;
    height: auto;
}

#footer_copyright {
    color: #A5A5A4;
    text-transform: uppercase;
    float: right;
    margin-right: 30px;
}


body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-top: 134px;
    position: relative;
    word-break: break-word;
    overflow-y: scroll;
    min-height: 100vh;
}

body:not(.desktop).menuactive  {
    overflow: hidden;
    position: fixed;
}

.thin {
    font-weight: 300;
}

.medium {
    font-weight: 500;
}

.bold {
    font-weight: 700;
}

#page-wrapper .gallery {
    margin: auto -15px auto -15px !important;
}
.gallery .gallery-item{
    padding-left: 15px;
    padding-right: 15px;
}
.gallery a {
}
.gallery img {
    border: none !important;
    padding: 2px !important;
    background: #fff !important;
    width: auto;
    max-width: 100%;
    margin: 8px 0;
}
.wp-caption-text .gallery-caption {
    display: none !important;
}

#header {
    border-bottom: 4px solid #EF4135;
    text-align: center;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header #header-inner {
    position: relative;
    min-height: 130px;
}

#header #header-text {
    text-transform: uppercase;
    font-size: 17px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header #logo {
    position: absolute;
    left: 0;
    bottom: 41px;
    width: 199px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header #logo img {
    width: 100%;
}

#header #header-right {
    position: absolute;
    right: 0;
    bottom: 31px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header-form-holder {
    float: right;
    position: relative;
}

#header-form-holder .searchform {

}

#header-form-holder .searchform .searchinput {
    border: none;
    border-bottom: 1px solid #EF4135;
    height: 32px;
    font-size: 18px;
    padding-bottom: 3px;
    padding-right: 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header-form-holder .searchform .searchinput.active {
    visibility: visible;;
    opacity: 1;
}

#header-form-holder #header-search-icon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#header-form-holder #header-search-icon:hover {
    opacity: 0.7;
}

#header-form-holder #header-search-icon img {
    width: 100%;
}

#menu-open {
    width: 32px;
    height: 28px;
    display: block;
    cursor: pointer;
    float: right;
    margin-left: 60px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-open:hover {
    opacity: 0.7;
}

#menu-open img {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.fixedheader #header {
    position: fixed;
    top: 0;
}

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

.fixedheader #header #header-inner {
    min-height: 70px;
}

.fixedheader #header #logo {
    width: 145px;
    bottom: 18px;
}

.fixedheader #header #header-text {
    opacity: 0;
    visibility: hidden;
}

.fixedheader #header #header-right {
    bottom: 8px;
}



#footer {
    background: #4A4A49;
    padding: 20px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 10;
}

#footer #footer-menu-left {
    margin: 0;
    overflow: hidden;
    list-style-type: none;
    padding-left: 0;
}

#footer #footer-menu-left li {
    padding: 0;
    float: left;
    margin-right: 25px;
}

#footer #footer-menu-left li:last-child {
    margin-right: 0;
}

#footer #footer-menu-left li a {
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
    letter-spacing: 1px;
}

#footer #footer-menu-left li a:hover,
#footer #footer-menu-left li a:focus {
    color: #EF4135;
    text-decoration: none;
}

#footer #footer-menu-right {
    margin: 0;
    overflow: hidden;
    float: right;
    list-style-type: none;
    padding-left: 0;
    display: flex;
}

#footer #footer-menu-right .f-item:not(:last-child) {
    margin-right: 25px;
}


#footer #footer-menu-right a {
    color: #A5A5A4;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0;
    float: left;
    margin-right: 25px;
}

#footer #footer-menu-right a:last-child {
    margin-right: 0;
}

#footer #footer-menu-right a:hover,
#footer #footer-menu-right a:focus {
    color: #EF4135;
    text-decoration: none;
}

#footer #footer-menu-left li.current-menu-item a,
#footer #footer-menu-right li.current-menu-item a {
    color: #EF4135;
}



#homepage-slider {

}

#main-menu {
    background: rgba(86,88,90,0.9);
    position: fixed;
    top: 0;
    height: 100vh;
    width: 420px;
    padding: 50px;
    z-index: 1001;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-menu.active {
    right: 0 !important;
    visibility: visible;
}

#main-menu #main-menu-scrollable {
    height: 100%;
    padding-right: 0;
}

body:not(.desktop) #main-menu #main-menu-scrollable {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

#main-menu #main-menu-scrollable:not(.mCS_no_scrollbar) {
    padding-right: 40px;
}

#menu-close {
    width: 32px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 56px;
    z-index: 3;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-close img {
    width: 100%;
}

#main-menu-inner {
    margin: 0;
}

#main-menu-inner > .menu-item {
    margin-bottom: 25px;
}

#main-menu-inner > .menu-item:last-child {
    margin-bottom: 0;
}

#main-menu-inner > .menu-item > a {
    font-size: 27px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-menu-inner > .menu-item > a:hover,
#main-menu-inner > .menu-item > a:focus {
    color: #EF4135;
    text-decoration: none;
}

#main-menu-inner > .menu-item.current-menu-item > a {
    color: #EF4135;
}

#main-menu-inner > .menu-item > .sub-menu {

}

#main-menu-inner > .menu-item > .sub-menu > .menu-item {
    margin-bottom: 1px;
}

#main-menu-inner > .menu-item > .sub-menu > .menu-item > a {
    color: #fff;
    font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-menu-inner > .menu-item > .sub-menu > .menu-item > a:hover,
#main-menu-inner > .menu-item > .sub-menu > .menu-item > a:focus {
    color: #EF4135;
    text-decoration: none;
}

#main-menu-inner > .menu-item > .sub-menu > .menu-item.current-menu-item > a {
    color: #EF4135;
}

#menu-form-holder {
    position: relative;
    width: 100%;
    margin-top: 80px;
}

#menu-form-holder #menu-search-icon {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 13px;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-form-holder #menu-search-icon img {
    width: 100%;
}

#menu-form-holder #menu-search-icon:hover {
    opacity: 0.7;
}

#menu-form-holder .searchinput {
    border: none;
    border-bottom: 1px solid #fff;
    height: 32px;
    width: 100%;
    font-size: 18px;
    padding-bottom: 10px;
    padding-right: 40px;
    background: transparent;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-form-holder .searchinput:focus {
    border-bottom: 1px solid #EF4135;
}

.neue-projekte-home {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    margin-bottom: 15px;
}

.neue-projekte-home:hover {
    color: #EF4135;
    text-decoration: none;
}

.neue-projekte-home:hover p {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.neue-projekte-home:hover p {
    color: #EF4135;
}

.neue-projekte-home h3 {
    margin-bottom: 3px;
}

.aktuelles-elem-home > p
{
    display: none;
}

#home-info {
    border-bottom: 2px solid #A4A4A4;
}

#icons-container {
    margin-bottom: 20px;
}

#icons-container h2 {
    text-align: center;
}

#homepage-icons .single-icon-holder {
    text-align: center;
    width: 20%;
    float: left;
}

#homepage-icons .second-row {
    margin-top: 30px;
}

#homepage-icons .second-row .single-icon-holder {
    width: 25%;
}

#homepage-icons .single-icon {
    position: relative;
    border: 2px solid #A4A4A4;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin: 0 auto;
}

#homepage-icons .single-icon .svg-holder {
    width: 78px;
    height: 78px;
    position: relative;
    z-index: 1;
}

#homepage-icons .single-icon .svg-holder svg {
    width: 78px;
    height: 78px;
    cursor: pointer;
}

#homepage-icons .single-icon .svg-holder svg path {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    fill: #A4A4A4;
}

#homepage-icons .single-icon:hover .svg-holder svg path {
    fill: #EF4135;
}

#homepage-icons .single-icon .svg-holder.active svg path {
    fill: #EF4135;
}

#homepage-icons .single-icon .icon-popup {
    background: rgba(113, 113, 113, 0.9);
    position: absolute;
    bottom: 95px;
    padding: 15px 30px;
    width: 184px;
    color: #fff;
    display: none;
    left: 50%;
    z-index: 4;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

#homepage-icons .single-icon .icon-popup:after {
    position: absolute;
    content: '';
    border: 15px solid rgba(113, 113, 113, 0.9);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

#homepage-icons .single-icon .icon-popup.active {
    display: block !important;
}

#homepage-icons .single-icon .icon-popup .icon-popup-text {
    font-size: 13px;
}

#homepage-icons .single-icon .icon-popup .close {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

#homepage-icons .single-icon .icon-popup.active .close {
    display: block;
}

#homepage-icons .single-icon .icon-popup .close img {
    width: 100%;
    display: block;
}

#homepage-icons .icon-title {
    text-transform: uppercase;
    font-weight: 400;
    color: #4A4A49;
    margin-top: 10px;
    display: inline-block;
}

.pageContent a {
    text-decoration: underline;
}

.pageContent a:hover {
    color: #EF4135;
}






#pageTopImg{
    width: 100%;
    margin-bottom: 32px
}

#pageTopImg img {
    width: 100%;
    height: auto;
}

#pageTop{
    padding-bottom: 32px
}
.redTitle{
    color: #EF4135;
    border-left: 5px solid #EF4135;
    margin: 0 0 60px 0;
    line-height: 33px;
    padding-left: 16px;
    padding: 4px 0 4px 16px;
    text-transform: uppercase !important;
    font-size: 26px !important;
    font-weight: 500;
    letter-spacing: 2px;
}




#map{
    width: 100%;
    height: 500px;
    margin-bottom: 33px;
}
span.redTxt{
    color: #EF4135;
}
span.boldTxt{
    font-weight: 700;
}
p{
    font-size: 15px;
    color: #4A4A49;
    font-weight: 400;
    letter-spacing: 0.5px;
}
hr{
    margin-bottom: 60px;
    border-top: 1px solid #4A4A49;
}
.field{
    width: 100%;
    margin-bottom: 40px;
}
.field input{
    width: 100%;
    height: 66px;
    border: 1px solid #444C51;
    padding-left: 27px;
}
.field textarea{
    width: 100%;
    height: 278px;
    border: 1px solid #444C51;
    padding-top: 22px;
    padding-left: 27px;
    /*max-width: 100%;*/
    resize: vertical;
    display: block;
}

.field.textarea {
    margin-bottom: 30px;
}

.field input.error, .field textarea.error{
    border: 1px solid #EF4135;
}
#spamTxt{
    font-size: 11px;
    margin-top: 3px;
}
.slider-wrapper {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    position: relative;
    width: 100%;
    height: 36px;
    background-color: #efefef;
    border: 1px solid #efefef;
    top: -1px;
}
.range-bar {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    position: relative;
    width: 100%;
    height: 36px;
    background-color: #ffffff;
    background-image: url('images/arrows.gif');
    display: block;
    border: 1px solid #444c51;
    background-position: center center;
}
#contact-form input[type="submit"]:disabled,
#contact-form-a11 input[type="submit"]:disabled {
    cursor: not-allowed;
    background-color: #ffffff;
    transition: none;
    color: #8d8d8d;
}
.range-handle {
    position: absolute;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: 150px !important;
    height: 34px !important;
    top: 0px;
    margin-left: 0px;
    background: url('images/spamButton.png') no-repeat center center;
    background-size: cover;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    cursor: e-resize;
}
.range-min, .range-max {
    z-index: -5;
}
.range-quantity {
    display: none;
}
#contact-form .field_range label {
    display: none !important;
}
#contact-form input[type="submit"],
#contact-form-a11 input[type="submit"] {
    font-size: 17px;
    height: 36px;
    border: 1px solid #444C51;
    background-color: #efefef;
    color: #EF4135;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: background 0.3s linear;
    width: 100%;
}
label.error {
    display: none !important;
}




.pageContent img {
    border-top: 1px solid #4A4A49;
    border-bottom: 1px solid #4A4A49;
    padding: 18px 0;
    width: 100%;
    height: auto;
    margin: 11px 0;
}
.shortcode {
    padding: 11px 0;
}
.shortcode img {
    border-top: none;
    border-bottom: none;
    padding: 0;
    width: 100%;
    height: auto;
    margin: 0;
}




.singleMember {
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
}
.singleMember img {
    width: 100%;
    height: auto;
}
.memberOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(133, 133, 133, 0.7);
    -webkit-transition: -webkit-transform 0.3s ease-in; /* Changed here */
       -moz-transition: -moz-transform 0.3s ease-in;
         -o-transition: -o-transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
}
.memberOverlay_hover {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
.overlayInner {
    padding: 22px;
    width: 100%;
    height: 100%;
}
.overlayTitle {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 19px;
}
.overlayTitle span {
    font-weight: 400;
}
.overlayContent {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    height: 222px;
}

.overlayContent p {
    color: #fff;
}

.overlayMail {
    position: absolute;
    bottom: 15px;
}
.overlayMail a:link,
.overlayMail a:visited {
    font-weight: 400;
    font-size: 13px;
    color: #ffffff;
    font-style: italic;
}
.overlayMail a:hover {
    text-decoration: underline;
    color: #EF4135;
}







#projectsWrapper .singleProject {
    overflow: hidden;
    margin-bottom: 24px;
    position: relative;
    height: 168px;
    display: block;
}
#projectsWrapper .singleProject img {
    width: 100%;
    height: auto;
}
#projectsWrapper .projectOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(133, 133, 133, 0.7);
    -webkit-transition: -webkit-transform 0.3s ease-in; /* Changed here */
       -moz-transition: -moz-transform 0.3s ease-in;
         -o-transition: -o-transform 0.3s ease-in;
            transition: transform 0.3s ease-in;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
}
#projectsWrapper .projectOverlay_hover {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
}
#projectsWrapper .overlayInner {
    padding: 22px;
    width: 100%;
    height: 100%;
    text-align: center;
}
#projectsWrapper .overlayPlace {
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 20px;
}
#projectsWrapper .overlayPlace span {
    font-weight: 400;
}

#projectsWrapper .overlayTitle {
    font-weight: 400;
    font-size: 16px;
    text-transform: inherit;
    color: #ffffff;
    margin-bottom: 19px;
}
#projectsWrapper .overlayTitle span {
    font-weight: 400;
}

#projectsWrapper .overlayDetails {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in;
       -moz-transition: all 0.3s ease-in;
        -ms-transition: all 0.3s ease-in;
         -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
}
#projectsWrapper .overlayDetails:hover {
    color: #EF4135;
}



.sorting {
    text-align: right;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
}

.sorting span {
    font-weight: 500;
    letter-spacing: 1px
}

.sorting label {
    font-weight: 300;
    margin-left: 10px;
    cursor: pointer;
    background: url(images/icon-radio-unchecked.svg) no-repeat center left;
    padding-left: 16px;
    letter-spacing: 1px;
}

.sorting label.checked {
    background: url(images/icon-radio-checked.svg) no-repeat center left;
}

.sorting label input {
    visibility: hidden;
    display: none;
}

#list-grid-view {
    display: inline-block;
    height: 33px;
    position: absolute;
    top: -60px;
    right: 15px;
}

#list-grid-view .view-option {
    display: inline-block;
    width: 32px;
    height: 27px;
    cursor: pointer;
}

#list-grid-view .view-option svg {
    width: 32px;
    height: 27px;
}

#list-grid-view .view-option svg rect {
    fill: #4B4B4A;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#list-grid-view .view-option.active svg rect {
    fill: #EF4135;
}

#list-grid-view #view-grid {
    margin-left: 54px;
}

#projectsWrapper.list {
    margin-bottom: 20px;
    overflow-x: hidden;
}

#projectsWrapper.list .singleProjectWrapper {
    width: 100%;
    padding: 0;
    padding: 0 15px;
    padding-left: 25%;
}

#projectsWrapper.list .singleProject {
    border-bottom: 1px solid #A4A4A4;
    height: 75px;
    margin-bottom: 0;
    -webkit-transition: border-bottom 0.3s ease;
       -moz-transition: border-bottom 0.3s ease;
        -ms-transition: border-bottom 0.3s ease;
         -o-transition: border-bottom 0.3s ease;
            transition: border-bottom 0.3s ease;
}

#projectsWrapper.list .singleProject:hover {
    border-bottom: 1px solid #EF4135;
}

#projectsWrapper.list .singleProject img {
    display: none;
}

#projectsWrapper.list .projectOverlay {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
    background-color: #fff;
}

#projectsWrapper.list .overlayDetails {
    display: none;
}

#projectsWrapper.list .overlayInner {
    text-align: left;
    padding: 22px 0;
    padding-bottom: 5px;
}

#projectsWrapper.list .overlayPlace {
    color: #EF4135;
    margin-top: 0;
}

#projectsWrapper.list .overlayTitle {
    color: #4A4A49;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#projectsWrapper.list .singleProject:hover .overlayTitle {
    color: #EF4135;
}


#breadcrumbs {
    color: #EF4135;
    font-weight: 500;
    margin-bottom: 50px;
}

#breadcrumbs span {
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#breadcrumbs .bc-link {
    color: #EF4135;
    font-weight: 500;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
}

#breadcrumbs .bc-link:hover {
    text-decoration: underline;
}

.page-template-template-inausfuhrung #breadcrumbs {
    margin-bottom: 34px;
}

#single-fake-modal {
    background: white;
    padding: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}


#single-real-content #project-description {
    font-weight: 700;
    /*text-transform: uppercase;*/
    margin-bottom: 10px;
    display: block;
}

#single-fake-modal .redTitle {
    margin: 0 0 60px 0;
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
         -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

#single-fake-modal.closed .redTitle {
    margin: 0;
}

#single-fake-modal-close {
    width: 32px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#single-fake-modal-close:hover {
    opacity: 0.7;
}

#single-fake-modal-close img {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

#single-fake-modal-show {
    width: 32px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

#single-fake-modal-show:hover {
    opacity: 0.7;
}

#single-fake-modal-show img {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
}

#project-info {
    letter-spacing: 0.5px;
}

#project-info div {

}

#project-info div span {
    /*text-transform: uppercase;*/
    font-weight: 700;
}

#project-info #datebegin {
    margin-top: 20px;
}

#single-all-content #single-real-content {
    letter-spacing: 0.5px;
}

#page-wrapper {
    padding-bottom: 30px;
    position: relative;
    min-height: calc(100vh - 134px - 61px);
}

#projekte-slider {
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 0;
    z-index: 2;
    width: 100%;
}

#projekte-slider .projekte-slide {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

#projekte-slider .slick-track,
#projekte-slider .slick-list {
    height: 100%;
}

#projekte-slider .slick-dots {
    width: 17px;
    bottom: 50%;
    right: 30px;
    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%);
}

#projekte-slider .slick-dots li {
    width: 17px;
    height: 17px;
    margin: 0;
    margin-bottom: 30px;
    display: block;
}

#projekte-slider .slick-dots li:last-child {
    margin-bottom: 0;
}

#projekte-slider .slick-dots li button {
    width: 17px;
    height: 17px;
    padding: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

#projekte-slider .slick-dots li.slick-active button {
    background: #EF4135;
}

#projekte-slider .slick-dots li button:before {
    display: none;
}

#projekte-slider .slick-dots li.slick-active button:before {
    display: none;
}



.sponsorsContent{
    margin-bottom: 140px;
}
.sponsor-row{
    position: relative;
}
.sponsor-row img{
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.sponsorSingle{
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #4A4A49;
}
.sponsorsTitle{
    font-size: 15px;
    text-transform: uppercase;
    color: #EF4135;
    position: relative;
    transform: translateY(-50%);
}
.sponsorsUrl{
    font-size: 15px;
    color: #4A4A49;
    position: relative;
    transform: translateY(-50%);
}
.sponsorsContent{
    margin-top: 22px;
    border-top: 2px solid #4A4A49 !important;
}



.searchRedTitle{
    margin: 24px 0 23px 0;
}
.searchSingleWrapper > div{
    border-bottom: 1px solid #A4A4A4;
}
.searchSingleWrapper > div a:link,
.searchSingleWrapper > div a:visited{
    text-decoration: none;
}
.searchSingleWrapper > div a:hover{
    color: #EF4135;
    text-decoration: none;
}
.searchSingleWrapper > div:hover{
    border-bottom: 1px solid #EF4135;
}
.searchSingleWrapper > div a:hover *{
    color: #EF4135;
}
#searchWrapper{
     margin-bottom: 70px;
}
.searchTxt{
    color: #4A4A49;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    text-transform: inherit;
    margin-bottom: 8px;
}
.searchTxt p {
    display: inline;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
p.searchTitles {
    font-size: 16px;
    text-transform: uppercase;
    color: #EF4135;
    margin-bottom: -1px;
    margin-top: 17px;
    font-weight: 500;
}


body.fake-modal-closed {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}



#logo-error {
    width: 100%;
    display: block;
}

#logo-error svg {
    width: 100%;
}

.ares .tp-bullet {
    width: 17px !important;
    height: 17px !important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.ares .tp-bullet.selected {
    background: #EF4135 !important;
}

.ares .tp-bullet-title {
    right: 34px !important;
    top: -1px !important;
}

.tp-caption .hp-slider-icon {
    background: white;
    display: inline-block;
    padding: 5px !important;
}

.tp-caption .hp-slider-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #A4A4A4;
    border-radius: 50%;
}

.tp-caption .hp-slider-icon svg path {
    fill: #EF4135;
}

.tp-caption.NotGeneric-Title,
.NotGeneric-Title,
.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
}

.tp-caption.NotGeneric-Title,
.NotGeneric-Title {
    color: #A4A4A4 !important;
    background: #fff !important;
    padding: 20px !important;
}

.tp-caption.NotGeneric-SubTitle,
.NotGeneric-SubTitle {
    color: #4A4A49 !important;
    background: #fff !important;
    padding: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    text-align: center !important;
}

.tp-caption.NotGeneric-Icon .hp-slider-title {
    font-family: 'Roboto', Helvetica, Arial, sans-serif !important;
    color: #4A4A49 !important;
    background: #fff !important;
    padding: 5px !important;
    font-weight: 400 !important;
    letter-spacing: 1px !important;
    display: inline-block;
}

.tp-caption.NotGeneric-Icon .hp-slider-title span {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
}

.tp-caption.NotGeneric-Icon .hp-slider-title:hover {
    color: #EF4135 !important;
    text-decoration: none;
}

.tp-parallax-wrap:last-child {
    left: 297px !important;
}

.ares .tp-bullet-title {
    display: none !important;
}

::-webkit-input-placeholder {
   letter-spacing: 1px;
   font-weight: 300;
}

:-moz-placeholder { /* Firefox 18- */
   letter-spacing: 1px;
   font-weight: 300;
}

::-moz-placeholder {  /* Firefox 19+ */
   letter-spacing: 1px;
   font-weight: 300;
}

:-ms-input-placeholder {
   letter-spacing: 1px;
   font-weight: 300;
}


#back-to-list {
    display: inline-block;
    position: absolute;
    top: 30px;
    left: calc(50% + 15px);
}

#back-to-list img {
    margin: 0;
    padding: 0;
    border: none;
    width: 23px;
}

.bottomspace {
    margin-bottom: 20px;
}





/*----------------------------------------------------*/
/*------------- ADDITIONAL FORM STYLES ---------------*/
/*----------------------------------------------------*/

form#contact-form{
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;11
}
form#contact-form.flip-form {
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div#response-holder {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

span.relative-submit-wrapper {
    position: relative;
    display: inline-block;
    float: right;
}

.relative {
    position: relative;
}
span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
}
form#contact-form em {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 100;
    font-style: normal;
}
form#contact-form em:before {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    color: red;
    font-weight: 700;
    font-size: 22px;
    width: 20px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
}
span.error.hover-active {
    max-height: none !important;
    max-width: 300px !important;
    position: absolute;
    top: 7px;
    right: 40px;
    background: #ededed;
    padding: 6px 10px;
    line-height: 15px;
    border: 0px;
    z-index: 100;
    display: inline-block !important;
    font-size: 13px;
    color: #f90106;
    font-weight: 700;
    overflow: visible;
}
form#contact-form em.hover-active {
    width: 90%;
    text-align: right;
}
span.error.hover-active:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 16px;
    background: url(images/hover_error_form.png);
    position: absolute;
    top: 5px;
    right: -6px;
}
div#response {
    font-size: 26px;
    color: rgb(240, 65, 55);
}

/*----------------------------------------------------------------*/
/*---------------------- Google Recaptcha ------------------------*/
/*----------------------------------------------------------------*/


.contact-form-wrapper {
    position: relative;
}
#googlecaptcha_wrapper:after,
#googlecaptcha_wrapper-side:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 20%;
    width: 34px;
    height: 15px;
    background-repeat: no-repeat;
    background-image: url(images/gc_arrow.png);
}
label.error {
    display: none !important;
}
#contact-form .error {
    border: 1px solid red;
}
#googlecaptcha_wrapper,
#googlecaptcha_wrapper-side {
    position: absolute;
    top: 15px;
    left: -8px;
    opacity: 0.0001;
    visibility: hidden;
    -webkit-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -webkit-transform: translate(0,-150%) scale(0.95);
    -moz-transform: translate(0,-150%) scale(0.95);
    -ms-transform: translate(0,-150%) scale(0.95);
    -o-transform: translate(0,-150%) scale(0.95);
    transform: translate(0,-150%) scale(0.95);
}
#googlecaptcha_wrapper.active, 
#googlecaptcha_wrapper-side.active{
    opacity: 0.9999;
    visibility: visible;
    -webkit-transform: translate(0,-130%) scale(0.95);
    -moz-transform: translate(0,-130%) scale(0.95);
    -ms-transform: translate(0,-130%) scale(0.95);
    -o-transform: translate(0,-130%) scale(0.95);
    transform: translate(0,-130%) scale(0.95);
}

#anmeldung-11-jahre-content {
    background-image: url(images/anmeldung-11-jahre.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
    padding-left: 380px;
    padding-top: 230px;
}

#anmeldung-11-jahre-content p:not(.red-title-1):not(.red-title-2),
#cf_checkbox_a11 {
    font-size: 20px;
}

#a11-form-holder {
    margin-top: 50px;
}

#footer-menu-left #menu-item-2643 {
    display: none;
}

#cf_image_checkbox_a11 {
    margin-right: 20px;
}


#cf_message_a11 {
    margin-top: 130px;
    min-height: 339px;
}

#contact-form-a11 .field {
    margin-bottom: 25px;
}

.grecaptcha-badge {
    visibility: hidden;
}


/*GOOGLE CAPTCHA*/

#googlecaptcha_wrapper_af {
    position: absolute;
    top: 16px;
    right: -2px;
    opacity: 0.0001;
    visibility: hidden;
    -webkit-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -webkit-transform: translate(0,-150%);
    -moz-transform: translate(0,-150%);
    -ms-transform: translate(0,-150%);
    -o-transform: translate(0,-150%);
    transform: translate(0,-150%);
}

#googlecaptcha_wrapper_af.active {
    opacity: 0.9999;
    visibility: visible;
    -webkit-transform: translate(0,-110px);
    -moz-transform: translate(0,-110px);
    -ms-transform: translate(0,-110px);
    -o-transform: translate(0,-110px);
    transform: translate(0,-110px);
}

#googlecaptcha_wrapper_af:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 57%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 11px 0 11px;
    border-color: #d3d3d3 transparent transparent transparent;
}


body:not(.page-template-template-anmeldung-11-jahre) #l-notify {
    position: fixed;
    bottom: 0;
    z-index: 1100;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #ececec;
    -webkit-backdrop-filter: saturate(180%) blur(12px);
    -moz-backdrop-filter: saturate(180%) blur(12px);
    backdrop-filter: saturate(180%) blur(12px);
    border-top: 1px solid #ef4136;
    padding: 25px 15px;
    color: #ef4136;
    font-size: 2.5rem;
    line-height: 1.3em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: transform .25s, opacity .25s, visibility .25s;
    -moz-transition: transform .25s, opacity .25s, visibility .25s;
    -ms-transition: transform .25s, opacity .25s, visibility .25s;
    -o-transition: transform .25s, opacity .25s, visibility .25s;
    transition: transform .25s, opacity .25s, visibility .25s;
}


body:not(.page-template-template-anmeldung-11-jahre) #l-notify.l-error{
    background-color: #ef4136;
    color: white;
}

body:not(.page-template-template-anmeldung-11-jahre) #l-notify.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

body:is(.page-template-template-anmeldung-11-jahre) #l-notify {
    position: fixed;
    top: 50%;
    z-index: 1100;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 768px;
    text-align: center;
    background-color: white;
    padding: 50px 150px;
    font-size: 2rem;
    box-shadow: 3px 3px 13px rgb(0 0 0 / 17%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    -moz-transition: opacity .25s, visibility .25s;
    -ms-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

body:is(.page-template-template-anmeldung-11-jahre) #l-notify .red-title-1 {
    margin-bottom: 25px;
}

body:is(.page-template-template-anmeldung-11-jahre) #l-notify.l-error{
    background-color: #ef4136;
    color: white;
}

body:is(.page-template-template-anmeldung-11-jahre) #l-notify.active {
    opacity: 1;
    visibility: visible;
}

.a11-label {
    cursor: pointer;
    font-size: 2rem;
    display: flex;
    align-items: center;
}

.a11-label input {
    display: none;
}

.a11-label .icon {
    text-align: center;
    border: 1px solid #444C51;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #EF4135;
    margin-right: 15px;
}

.a11-label .icon .fa {
    visibility: hidden;
}

.a11-label input:checked + .icon .fa {
    visibility: visible;
}


/**************** MEDIA QUERIES ***************/
@media (max-width: 1200px) {
    .overlayTitle {
        margin-bottom: 10px;
    }
    .overlayContent {
        height: 173px;
    }

    #projectsWrapper .singleProject {
        height: 137px;
    }

    #projectsWrapper .overlayPlace {
        margin-top: 0;
    }

    #footer #footer-menu-left li,
    #footer #footer-menu-right li {
        font-size: 11px;
    }

    .tp-parallax-wrap:last-child {
        left: 0 !important;
    }

    #footer_copyright {
        font-size: 11px;
    }
}



@media (max-width: 1024px) {
    .overlayInner {
        padding: 17px;
    }
    .overlayTitle span {
        font-size: 15px;
    }
    .singleMember {
        overflow: auto;
    }
    .memberOverlay {
        position: static;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }
    .overlayContent {
        height: 173px;
        margin-bottom: 20px;
    }

    #projectsWrapper .singleProject {
        height: 137px;
    }

    #projectsWrapper .projectOverlay {
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0);
    }

    .redTitle {
        font-size: 20px !important;
        line-height: 24px;
    }

    #projekte-slider .slick-dots {
        width: 100%;
        height: 17px;
        bottom: 20px;
        right: initial;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #projekte-slider .slick-dots.visible {
        opacity: 1;
        visibility: visible;
    }

    #projekte-slider .slick-dots li {
        margin-bottom: 0;
        margin-right: 30px;
        display: inline-block;
        vertical-align: text-top;
    }

    #projekte-slider .slick-dots li:last-child {
        margin: 0;
    }
}



@media (max-width: 992px) {
    body {
        padding-top: 74px;
    }

    #header {
        position: fixed !important;
        top: 0 !important;
    }

    #header #header-inner {
        min-height: 70px !important;
    }

    #header #logo {
        width: 145px !important;
        bottom: 18px !important;
    }

    #header #header-text {
        opacity: 1 !important;
        visibility: visible !important;
        bottom: 12px;
    }

    #header #header-right {
        bottom: 8px !important;
    }

    #footer #footer-menu-left,
    #footer #footer-menu-right {
        float: none;
        overflow: auto;
    }

    #footer #footer-menu-left li,
    #footer #footer-menu-right li {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
        float: none;
    }

    #single-real-content #project-description {
        margin-top: 20px;
        display: block;
    }

    #list-grid-view #view-grid {
        margin-left: 20px;
    }

    #footer_copyright {
        margin-right: 0;
    }

    #footer #footer-menu-right {
        display: block;
        text-align: right;
    }

    #footer #footer-menu-right a {
        float: none;
    }

    #anmeldung-11-jahre-content {
        padding-left: 250px;
        padding-top: 160px;
    }

    #cf_message_a11 {
        margin-top: 0;
        min-height: auto;
    }
}



@media (max-width: 768px) {

    #anmeldung-11-jahre-content p:not(.red-title-1):not(.red-title-2),
    #cf_checkbox_a11 {
        font-size: 15px;
    }

    #contact-form-a11 #cf_submit_a11 {
        margin-top: 22px;
    }

    .red-title-2 {
        font-size: 26px;
    }

    #anmeldung-11-jahre-content {
        padding-left: 30%;
        padding-top: 23%;
    }
    
    body {
        padding-top: 47px;
    }

    #header {
        border-bottom: 2px solid #EF4135;
    }

    #header #header-inner {
        min-height: 45px !important;
    }

    #header #logo {
        width: 100px !important;
        bottom: 10px !important;
    }

    #header #header-right {
        bottom: 0px !important;
    }

    #menu-open {
        width: 21px;
        height: 20px;
    }

    #main-menu {
        width: 100%;
        padding-bottom: 100px;
        padding-top: 47px;
    }

    #menu-close {
        right: 10px;
        top: 6px;
    }

    #homepage-icons .single-icon-holder,
    #homepage-icons .second-row .single-icon-holder {
        width: 100%;
        float: none;
        margin-bottom: 40px;
    }

    #homepage-icons .second-row .single-icon-holder:last-child {
        margin-bottom: 0;
    }

    #homepage-icons .second-row {
        margin: 0;
    }

    #main-menu-inner > .menu-item > a {
        font-size: 24px;
    }

    .field_range {
        margin-bottom: 40px;
    }

    .overlayContent {
        height: auto;
    }

    #single-fake-modal #breadcrumbs,
    #single-fake-modal .redTitle {
        padding-right: 50px;
    }

    .sponsor-row {
        text-align: center;
    }
    .sponsor-row img {
        max-width: 300px;
    }
    .sponsorsTitle{
        margin-top: 30px;
        position: static;
        transform: translateY(0);
    }
    .sponsorsUrl{
        position: static;
        transform: translateY(0);
    }

    #projectsWrapper.list .singleProjectWrapper {
        padding-left: 15px;
    }

    .tp-bullets {
        transform: matrix(1, 0, 0, 1, -30, -27) !important;
    }

    body:is(.page-template-template-anmeldung-11-jahre) #l-notify {
        width: calc(100% - 30px);
        padding: 15px;
        font-size: 1.5rem;
    }
}



@media (max-width: 600px) {
    
}



@media (max-width: 450px) {
    #projectsWrapper .singleProject {
        height: 130px;
    }

    #list-grid-view {
        top: 5px;
    }

    .sorting {
        text-align: left;
    }

    .sorting span {
        font-weight: 500;
        width: 50%;
        display: block;
        margin-bottom: 10px;
    }

    .sorting label {
        margin: 0;
        margin-bottom: 5px;
        width: 50%;
        display: block;
    }

    #single-fake-modal #breadcrumbs {
        font-size: 13px;
    }

    #single-fake-modal.closed .redTitle {
        font-size: 10px !important;
    }
}

.gallery-image-a {
    display: block;
    margin: 0;
}

img.gallery-image {
    margin: 0 !important;
    padding: 11px 0;
    border: 0 !important;
}

#main-menu-inner {
    list-style-type: none;
    padding-left: 0;
}

#main-menu-inner .sub-menu {
    list-style-type: none;
}

