/* overpass-100 - latin */
@font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/overpass-v13-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* overpass-200 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/overpass-v13-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* overpass-300 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/overpass-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* overpass-regular - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/overpass-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* overpass-500 - latin */
  @font-face {
    font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Overpass';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/overpass-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  

* {
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

img {
    border: none;
    font-size: 0;
}

.hidden {
    display: none;
}

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
}

body {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    line-height: 160%;
    margin: 0px 0px 0px 0px;
    font-size: 2.25rem;
    color: #333;
    position: relative;
    min-height: 100%;
    overflow-y: scroll;
    background: #fff;
}


a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease-out;
    border: 0;
}

a:hover {
   color: #0060ad;
}

b, strong {
    font-weight: 400;

}

strong.blue {
    font-weight: 500;
    color: #0060ad;
}

p {
    margin-bottom: 1.5rem;
}

p.big_gap {
    margin-bottom: 3rem;
}

p.no_mb, p:last-child {
    margin-bottom: 0;
}

small, .small {
    font-size: 1.8rem;
}

#mmenu, #rmenu, .sh_smpt, .hidden {
    display: none;
}

#wrapper {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: #fff;
    max-width: 2560px;
    overflow: hidden;
}



#header {
    width: 100%;
    height: 80vh;
    background: #333;
    position: relative;
}

#header_top {
    position: relative;
    z-index: 10;
}

#header .background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}
/*
video {
    min-width: 100.2%; 
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header #logo {
    display: block;
    position: absolute;
    left: 3.5rem;
    height: 6rem;
    width: auto;
    top: 2.5rem;
}

#header #logo_black {
    display: none;
}

#header #topmenu {
	position: absolute;
	top: 11rem;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 6rem;
	background: rgba(0,96,173,0.95);
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
    border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header #topmenu > div {
    width: 120rem;
    height: 6rem;
    position: relative;
}

#header #topmenu ul {
    list-style: none;
    display: flex;
    width: 100%;
    height: 6rem;
    justify-content: space-between;
    align-items: center;
}

#header #topmenu ul.nav li {

}

#header #topmenu ul.nav li a {
    display: block;
    font-weight: 300;
    color:#fff;
    font-size: 2.3rem;
    position: relative;
    padding-top: 0.5rem;
}

#tm_marker {
    height: 1px;
    background: #fff;
    width: 0;
    bottom: 1.2rem;
    position: absolute;
}


#header #phone {
    position: absolute;
    top: 4.6rem;
    right: 15rem;
    line-height: 100%;
    left: 37.8rem;
    color:#fff;
    font-weight: 400;
    font-size: 2.2rem;
    text-align: center;
}

#header #phone a {
    color:#fff;
}

#header .vetter img {
    position: absolute;
    right: 3.5rem;
    width: 12rem;
    height: auto;
    top: 2.5rem;
}

#header .demag img {
    position: absolute;
    right: 3.5rem;
    width: 9.9rem;
    height: auto;
    top: 6.1rem;
}

#content {
    position: relative;
    padding: 0 0 50rem;

}

.centered, .com-content-article__body {
    width: 80%;
    max-width: 150rem;
    min-width: 120rem;
    position: relative;
    margin: 0 auto;
}



.clm2 {
    display: flex;
    justify-content: space-between;
}

.clm2 > div:first-child {
    width: 30.2%;
}

.clm2 > div:last-child {
    width: 65.1%;
}

.clm2.clm2_with_bg_image > div:first-child, .textimage {
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
} 

#content h1, #content h2.like_h1 {
    font-size: 4.5rem;
    color: #fff;
    line-height: 130%;
    font-weight: 500;
    position: relative;
    background: rgba(0,96,173,0.95);
    text-align: center;
    width: 80%;
    max-width: 90rem;
    margin: 0 auto;
    transform: translateY(-50%);
    border: 0.7rem solid #fff;
    box-sizing: border-box;
    padding: 3rem 8rem 2rem;
    text-wrap: balance;
 
}

#content h2 {
    font-size: 3.5rem;
    color: #0060ad;
    margin-bottom: 1.5rem;
    line-height: 130%;
    font-weight: 300;
}


#content h3 {
    font-size: 3rem;
    color: #0060ad;
    margin-bottom: 1.25rem;
    line-height: 130%;
    font-weight: 300;
}

#content h4 {
    font-size: 2.7rem;
    color: #0060ad;
    margin-bottom: 1rem;
    line-height: 130%;
    font-weight: 300;
}

a.link {
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
}

a.link:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1.1rem;
    border-left: 0.8rem solid #0060ad;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
}

#content ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#content ul.list li {
    padding-left: 1.6rem;
    position: relative;
    text-align: left;
    margin-bottom: 0.7rem;
    width: 45%;
}

#content ul.list.fullwidth li {
    width: 100%;
}

#content ul.list li:last-child {
    margin-bottom: 0;
}

#content ul.list li:before {
    content: '';
    position: absolute;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #0060ad;
    left: 0;
    top: 1.3rem;
}


#teaser {
    width: 80%;
    max-width: 150rem;
    min-width: 120rem;
    position: relative;
    margin: 0 auto;
    margin-top: 10rem;
    display: flex;
    justify-content: space-between;
}

#teaser > div {
    width: 30.2%;
    padding-bottom: 1.5rem;
}

#teaser > div > div {
    width: 100%;
    height: 0;
    padding-bottom: 68.33%;
    background: #eee;
    overflow: hidden;
    box-sizing: border-box;
}

#teaser > div > div img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform ease-out 0.25s;
}

#teaser > div.hover > div img {
    transform: scale(1.15);
}

#content #teaser h2 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 500;
    background: #0060ad;
    padding: 1rem 1rem 0.4rem;
    text-align: center;
    margin-bottom: 2.5rem;
}

#teaser p {
    font-weight: 300;
    font-size: 2.1rem;
    line-height: 160%;
}

#teaser a {
    display: inline-block;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
}


#teaser a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1rem;
    border-left: 0.8rem solid #0060ad;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
}



.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
}

.gallery > div {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.gallery > div:nth-child(4n) {
    margin-right: 0;
}

.gallery > div > a {
    display: block;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    outline: 0;
}

.gallery > div > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,96,173,0.9);
    opacity: 0;
    transition: opacity 0.3s ease-out;
    z-index: 1000;
}

.gallery > div > a:hover:before {
    opacity: 1;
}

.gallery > div > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/icon_lupe.svg) center center no-repeat;
    background-size: 18% auto;
    opacity: 0;
    transform: translateX(3.5%);
    transition: all 0.3s ease-out;
    z-index: 1001;
}

.gallery > div > a:hover:after {
    transform: translateX(0);
    opacity: 1;
}


.gallery > div > a img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease-out;
}

.gallery > div > a:hover img {
    transform: scale(1.1);
}

.fancybox-bg { background: #000 !important; }

.fancybox-is-open .fancybox-bg {
	opacity: .8 !important;
}

.fancybox-caption {
    color: #fff !important;
    font-size: 2rem !important;
    text-wrap: balance;
}

.maplibregl-popup-close-button {
    outline: none;
}

#map #copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.85);
	z-index: 99999;
	padding: 0.3rem 0.8rem;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 1.3rem;
    color: #333;
}


.ccforms {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ccforms .row {
    margin-bottom: 5rem;
}

.ccforms .row.ccforms_nachricht {
    margin-bottom: 3rem;
}

.ccforms .row.ccforms_datenschutz {
    margin-bottom: 2rem;
    position: relative;
}

.ccforms .row:last-child {
    margin-bottom: 0;
}

.ccforms .row.ccforms_datenschutz label {
    padding-left: 3.3rem;
}

.ccforms .row.ccforms_datenschutz label a {
    font-weight: 500;
}

.ccforms .row.ccforms_datenschutz input[type="checkbox"] {
    position: absolute !important;
    margin-right: 0 !important;
    left: 0;
    top: 0.7rem;
    -moz-appearance: initial;
    visibility: hidden;
    cursor: pointer;
}

.ccforms .row.ccforms_datenschutz input[type="checkbox"]:before {
    content: '';
    position: absolute;
    width: 1.8rem;
    height: 1.8rem;
    border: 1px solid #333;
    left: 0;
    top: 0;
    visibility: visible;
}

.ccforms .row.ccforms_datenschutz input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #0060ad;
    left: 0.5rem;
    top: 0.5rem;
    visibility: visible;
}

.ccforms .row.ccforms_name, .ccforms .row.ccforms_firma, .ccforms .row.ccforms_telefon, .ccforms .row.ccforms_e-mail {
    width: 47.5%;
}

.ccforms .row.ccforms_nachricht, .ccforms .row.ccforms_datenschutz {
    width: 100%;
}

input, textarea, button[type=submit] {
    font-family: 'Overpass', sans-serif;
    font-weight: 300;
    font-size: 2.3rem;
    border: none;
    border-bottom: 1px solid #021c2c;
    color:  #333;
    padding: 0.3rem 0 0.2rem;
    outline: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 1rem;
}

input[type=text] {
    width: 100%;
}

input[type=text]#saddr {
    width: auto;
}

textarea {
    height: 20rem;
    width: 100%;
}

input:hover, textarea:hover, input:focus, textarea:focus {
    border-bottom: 1px solid #0060ad;
}

label {
    font-size: 2.1rem;
    margin-bottom: 0.75rem;
    display: block;
}



button[type=submit], .gr_button {
    border: 1px solid #0060ad;
    margin-bottom: 0;
    background: #0060ad;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    padding: 0.7rem 1rem 0.2rem;
    cursor: pointer;
}

button[type=submit]:hover, .gr_button:hover {
    background: #004c9b;
}

.gr_button {
    margin-left: 2rem;
}

#footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 32rem;
    z-index: 1000;
    background-size: auto 83%;
}

#footer_inner {
    left: 0;
    right: 0;
    bottom:0;
    height: 32rem;
    position: absolute;
}

#footer_inner div.minten_container {
    height: 25rem;
    position: relative;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    background: #0060ad;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer .minten {
    position: relative;
    text-align: right;
    padding-right: 18rem;
    padding-top: 0.6rem;
}

#footer .minten .en1090 {
    position: absolute;
    right: 0;
    bottom: 0.5rem;
    width: 15rem;
    height: auto;
    display: block;
}

#footer h2 {
    font-weight: 100;
    font-size: 9.2rem;
    line-height: 100%;
    padding-top: 1rem;
}

#footer .subhead {
    font-size: 3.4rem;
    font-weight: 200;
    padding-top: 0.5rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

#footer .adress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0rem;
    height: 6.4rem;
    line-height: 6.4rem;
    color: #333;
    text-align: center;
    font-size: 2.1rem;
}


@media (max-width: 1300px) {
    html {
        font-size: 8.5px;
    }

    #header #topmenu > div {
        width: 112rem;
    }

    #teaser, .centered, .com-content-article__body {
        min-width: 112rem;
    }

    .clm2 > div:first-child {
        width: 31.5%;
    }
    
}

@media(max-width: 1000px) {

    .hd_tbpt {
        display: none;
    }

    .hidden.sh_tbpt {
        display: block;
    }

    #webpage  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
        position: relative;
    }

    #webpage.menu_active {
        transform: translateX(300px); 
    }
    
    #footer  {
        transform: translateX(0);
        transition: transform 0.3s ease-in;
    }
    
    #footer.menu_active {
        transform: translateX(300px); 
    }
    
    #webpage_overlay, #footer_overlay {
        position: absolute;
        z-index: 60;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255,255,255,0.5);
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==');
        transition: opacity 0.3s ease-in, visibility 0s 0.3s; 
        visibility: hidden;
        opacity: 0;
    }

    #webpage_overlay.menu_active, #footer_overlay.menu_active  {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease-in, visibility 0s 0s; 
    }

        
    #rmenu {
        position: absolute;
        left: 30px;
        top: 25px;
        z-index: 9999999999999999;
        height: 40px;
        cursor: pointer;
        line-height: 40px;
        display: block !important;
        font-size: 18px;
    }

    #rmenu #rmenu_icon {
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(0,96,173,1);
        position: relative;
        top: 19px;
        left: -55px;
        transition: background 0s 0.15s;
    }

    #rmenu.menu_active #rmenu_icon {
        background: rgba(0,96,173,0);
    }

    #rmenu #rmenu_icon:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(0,96,173,1);
        position: absolute;
        top: -12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }

    #rmenu_trigger {
        cursor: pointer;
        display: inline-block;
        padding-left: 55px;
    }
    
    #rmenu #rmenu_icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 2px;
        background: rgba(0,96,173,1);
        position: absolute;
        top: 12px;
        transition: top 0.15s ease-in 0.15s, transform 0.15s ease-in 0s;
    }
    
    #rmenu.menu_active #rmenu_icon:before {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(135deg);
    }

    #rmenu.menu_active #rmenu_icon:after {
        top: 0px;
        transition: top 0.15s ease-in 0s, transform 0.15s ease-in 0.15s;
        transform: rotate(-135deg);
    }
    
    
    
    #mmenu {
        background: #222;
        position: fixed;
        width: 300px;
        padding: 30px;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 9999999;
        transform: translateX(-300px);
        transition: transform 0.3s ease-in;
        box-sizing: border-box;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        display: block !important;
    }

    #mmenu.menu_active {
        transform: translateX(0); 
    }

    #mmenu ul.nav, #menu ul.nav ul {
        list-style: none;
        width: 100%;
        margin: 0;
    }

    #mmenu ul.nav li {
        width: 100%;
        border-bottom: 1px dotted rgba(255,255,255,0.5);
        margin: 0;
        position: relative;
    }


    #mmenu ul.nav li:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    #mmenu ul.nav li a {
        color: #fff;
        line-height: 130%;
        display: block;
        padding-top: 13px;
        padding-bottom: 8px;
        font-size: 24px;
        width: calc(100% - 15px);
    }
    


    #mmenu ul.nav li a:before {
        content: '';
        display: block;
        position: absolute;
        left: -35px;
        top: 23px;
        width: 5px;
        height: 5px;
        background: #fff;
    }


    #mmenu ul.nav li.current a:before, #menu ul.nav li a:hover:before {
        left: 0;
    }

    #mmenu ul.nav li.current a, #menu ul.nav li a:hover {
        padding-left: 15px;
    }

    #mmenu .vetter img {
        display: block;
        width: 180px;
        height: auto;
        margin-top: 45px;
    }

    #mmenu .demag img {
        display: block;
        width: 150px;
        height: auto;
        margin-top: 25px;
    }
    

    #header {
        height: auto;
        margin-bottom: 50px;
    }

    #header_top {
        height: 90px;
        background: #fff;
        z-index: auto;
    }

    #header #topmenu {
        display: none;
    }

    #header .background {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        overflow: hidden;
        height: 0;
        padding-bottom: 70%;
    }

    #header .background > div {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    #header #logo, #header .vetter img, #header .demag img {
        display: none;
    }

    #header #logo_black {
        display: block;
        position: absolute;
        right: 30px;
        height: 50px;
        width: auto;
        top: 20px;
    }

    #header #phone {
        top: 4.4rem;
        right: 316px;
        left: 129px;
        color:#333;
        font-weight: 300;
        font-size: 2.2rem;
        text-align: center;
    }
    
    #header #phone a {
        color:#333;
    }

    #content {
        padding: 0 0 30rem;
    }

    .centered, .com-content-article__body {
        width: calc(100% - 60px);
        max-width: none;
        min-width: 0;
    }

    .clm2 {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    
    .clm2 > div:first-child, .textimage {
        width: 100%;
        height: 0;
        padding-bottom: 55%;
        margin-top: 60px;
    }

    .textimage {

        margin: 40px 0;

    }
    
    .clm2 > div:last-child {
        width: 100%;
    }

    #content h1, #content h2.like_h1 {
        font-size: 4rem;
        color: #0060ad;
        line-height: 130%;
        font-weight: 500;
        position: relative;
        background: none;
        text-align: left;
        width: calc(100% - 60px);
        max-width: none;
        margin: 0 auto;
        transform: none;
        border: none;
        padding: 0;
        text-wrap: balance;
        margin-bottom: 20px;
    }
    
    #teaser {
        width: calc(100% - 60px);
        max-width: none;
        min-width: 0;
        flex-wrap: wrap;
    }

    #teaser > div {
        width: 47%;
        padding-bottom: 1.5rem;
        margin-bottom: 0;
    }

    #teaser > div:first-child {
        display: none;
    }

    #footer, #footer_inner, #footer_inner div.minten_container {
        height: 22rem;
    }
    
    #footer .adress {
        display: none;
    }

    #footer .minten {
        padding-right: 17rem;
        padding-top: 0.54rem;
    }

    #footer .minten .en1090 {
        bottom: 0.25rem;
        width: 13.5rem;
    }

    #footer h2 {
        font-size: 7.82rem;
        padding-top: 0.85rem;
    }
    
    #footer .subhead {
        font-size: 2.89rem;
        padding-top: 0.425rem;
        padding-bottom: 0.85rem;
    }

}



@media(max-width: 780px) {

    .hd_smls {
        display: none;
    }

    #webpage.menu_active, #footer.menu_active {
        transform: translateX(270px); 
    }

    #rmenu {
        left: 20px;
        top: 22px;
    }

    #rmenu #rmenu_icon {
        top: 19px;
        left: 0;
    }

    #rmenu_trigger {
        padding-left: 0;
        display: block;
    }

    #mmenu {
        width: 270px;
        padding: 20px;
        transform: translateX(-270px);
    }

    #mmenu ul.nav li a {
        padding-top: 12px;
        padding-bottom: 7px;
        font-size: 22px;
    }

    #mmenu ul.nav li a:before {
        top: 22px;
    }

    #mmenu .vetter img {
        width: 144px;
        margin-top: 40px;
    }

    #mmenu .demag img {
        width: 120px;
        margin-top: 22px;
    }

    #header {
        margin-bottom: 35px;
    }

    #header_top {
        height: 84px;
    }

    #header #logo_black {
        right: 20px;
        height: 44px;
        top: 20px;
    }
    
    #header #phone {
        display: none;
    }

    #content {
        padding: 0 0 30rem;
    }

    .centered, .com-content-article__body {
        width: calc(100% - 40px);
    }

    .clm2 > div:first-child, .textimage {
        padding-bottom: 80%;
    }

    #content h1, #content h2.like_h1 {
        font-size: 3.4rem;
        width: calc(100% - 40px);
        margin-bottom: 20px;
    }

    #content h2 {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }

    #content ul.list li {
        width: 100%;
    }

    #teaser {
        width: calc(100% - 40px);
    }

    #teaser > div {
        width: 100%;
        padding-bottom: 1.5rem;
        margin-bottom: 30px;
    }

    #teaser > div:first-child {
        display: block;
    }

    #teaser > div:last-child {
        margin-bottom: 0;
    }

    .gallery > div {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    
    .gallery > div:nth-child(4n) {
        margin-right: 5%;
    }

    .gallery > div:nth-child(3n) {
        margin-right: 0;
    }

    #footer, #footer_inner, #footer_inner div.minten_container {
        height: 23rem;
    }

    #footer .minten {
        padding-right: 0;
        padding-top: 0;
    }

    #footer .minten .en1090 {
        position: relative;
        right: auto;
        bottom: auto;
        width: 17rem;
        height: auto;
    }

    #footer h2, #footer .subhead {
        display: none;
    }
    
}


@media(max-width: 550px) {

    #saddr {
        width: 100%;
    }

    .gr_button {
        display: block;
        margin-left: 0;
        margin-top: 10px;
    }

    .ccforms {
        display: block;
    }

    .ccforms .row.ccforms_name, .ccforms .row.ccforms_firma, .ccforms .row.ccforms_telefon, .ccforms .row.ccforms_e-mail {
        width: 100%;
    }
}

@media(max-width: 370px) {

    #rmenu #rmenu_icon {
        top: 17px;
        left: 0;
    }

    #header_top {
        height: 80px;
    }

    #header #logo_black {
        height: 40px;
    }

}

@media(max-width: 350px) {

    #rmenu #rmenu_icon {
        top: 16px;
        left: 0;
    }

    #header_top {
        height: 78px;
    }

    #header #logo_black {
        height: 38px;
    }

}