html {
    font-size: 0.9em; /* 0.069em PS = 13pt */
    font-weight:300;
    color:#252525;
}
figure {
    margin:0;
}
figure img {
    width:100%;
}
.relative{
    position:relative;
}
hr {
    border:0;
    height:1px;
    background-color:#e6e2df;
}
hr.before_h2 {
    margin-bottom: 30px;
}
.grid_fr {
    float:right;
}
.mobmenu {
    display:none;
    font-size: 1.3rem;
    padding: 18px 13px;
    color: #3e3e3e;
    line-height: 1.8em;
    transition: 0.3s;
    cursor: pointer;
}
a[href^="tel"] i.fa-mobile {
    font-size: 1.8rem;
    position: relative;
    top: 3px;
}
a[href^="tel"] i {
    padding-right: 3px;
}
input[name="email"] {
    display:none;
}
.bold {
    font-weight:800;
}
.headlinewrapper {
    position:relative;
}
.fa-facebook-official {
    color:#32506c;
}
h2,
.content h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #32506c;
    margin:0;
}
.content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color:#32506c;
    margin:0;
    padding-top:20px;
}
.content p {
    line-height: 1.5;
}
.content ul {
    padding-left:17px;
    margin-bottom:0;
}
.content li span {
    display:block;
    font-size: 0.8rem;
}
.content li {
    padding-bottom:10px;
}
.content .button {
    text-decoration:none;
}
h3 {
    font-weight:600;
    margin-top: 30px;
    margin-bottom: 5px;
}
h2 + .subheadline {
    font-size: 1.3rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 9px;
    color:#555555;
}
.content h2 + .subheadline {
    font-size:1.0rem;
}
.newsticker h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 12px 0 0 0;
}
.newsticker {
    margin-top:10px;
}
.newsticker p {
    font-size: 0.8rem;
    margin: 5px;
}
.newsticker h2 {
    font-size: 1rem;
    font-weight:600;
}
.headlinewrapper h2,
.headlinewrapper h3 {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.mainCta .headlinewrapper h2,
.mainCta  .headlinewrapper h3,
.newsticker .headlinewrapper h2,
.newsticker  .headlinewrapper h3 {
    background-color:#fff;
}
.advantageBox .headlinewrapper h2 {
    background-color: #f4f4f4;
}
.headlinewrapper hr {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    top: 53%;
    z-index: 0;
}
.fixedsection {
    position: fixed;
    left: 0;
    right: 0;
    z-index:10;
}
strong {
    font-weight:600;
}
body, input, textarea {
    font-family: 'Open Sans', sans-serif;
}
[type="checkbox"] {
    display:inline;
    width:auto;
}
[type="checkbox"][name="datenschutz"] {
    position: absolute;
    left: 0;
    top: 2px;
}
.claim_contact {
    background-color:#32506c;
    color:#fff;
    transition:0.3s;
}
.header {
    position:relative;
}
.stoererwrapper {
    position: absolute;
    top: 149px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 10px;
    overflow: hidden;
}
.stoerer {
    position: absolute;
    top: 50px;
    z-index: 2;
    background-color: #aa1313;
    transform: rotate(45deg);
    padding: 6px 50px;
    right: -59px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,1.0);
    text-decoration: none;
    display: block;
    text-align: center;
}
.header img {
    margin-top: 39px;
    width:100%;
}
.headerLogo {
    position: absolute;
    left: calc(50% - 193px);
    top: 0;
    transition:0.3s;
    width:386px;
}
.headerLogo img {
    width: 100%;
    max-width: 291px;
    margin: 0 auto;
    display: block;
}
nav {
    background-color:#fff;
}
.headerNav {
    margin:0;
    padding:0;
}
.headerNav::after {
    clear:both;
    display:block;
    content:"";
}
.headerNav a {
    text-decoration: none;
    font-size: 1.2rem;
    padding: 18px 10px;
    display: block;
    color: #3e3e3e;
    line-height: 1.8em;
    transition:0.3s;
    width: 100%;
    text-align: center;
}
.headerNav a:hover {
    background-color:#efefef;
}
.headerNav i {
    font-size: 1.5rem;
    position: relative;
    top: 3px;
}
.currentPage_home .home,
.currentPage_leistungen .leistungen,
.currentPage_ueberuns .ueberuns,
.currentPage_tolle-angebote .tolle-angebote,
.currentPage_galerie .galerie,
.currentPage_news .news,
.currentPage_zubehoer-verbrauchsmittel .zubehoer-verbrauchsmittel,
.currentPage_zubehoer-und-verbrauchsmittel .zubehoer-und-verbrauchsmittel,
.currentPage_motor-und-technik .motor-und-technik,
.currentPage_rumpfarbeiten .rumpfarbeiten,
.currentPage_innenausbau .innenausbau {
    background-color:#dadbdd;
}
.headerNav li {
    list-style:none;
    position:relative;
}
.headerNav li:hover .submenu li {
    height: 35px;
    display:block;
    width:100%;
}
.headerNav li:hover .submenu {
    border: 1px solid rgb(84, 84, 84);
}
.submenu {
    position: absolute;
    padding: 0;
    background-color: #fff;
    border-top: 0;
    min-width:100%;
}
.submenu li {
    float:none !important;
    overflow:hidden;
    height: 0;
    transition:0.3s;
}
.submenu li a {
    background-color:#fff;
    font-size:1rem;
    padding:5px 10px;
    white-space: nowrap;
}
.nav-left li {
    float:left;
}
.nav-right li {
    float:right;
}
.claim_left {
    text-align:left;
}
.claim_left strong {
    font-size: 1.10rem;
    padding: 8px 0;
    display: block;
}
.claim_right .headerCta {
    font-size: 1.10rem;
    padding: 8px 0;
    padding-bottom:1px;
    display: block;
    transition:0.3s;
}
.claim_right a {
    text-decoration:none;
    color:#fff;
}
.claim_right a:last-of-type {
    padding-left:25px;
}
.mainCta p {
    font-size: 1.2rem;
    line-height: 1.5rem;
}
.mainCta a {
    font-size: 1.3rem;
    color: #a86b29;
    text-decoration: none;
    margin-left: 7px;
}
.newsExcerpt a {
    font-weight:600;
    color:#a86b29;
    text-decoration:none;
    white-space:nowrap;
}
.newsExcerpt a:hover {
    text-decoration:underline;
}
.servicebox {
    position:relative;
    display:block;
    overflow:hidden;
}
.servicebox span {
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
    padding-top:5px;
}
.servicebox img {
    width:100%;
}
.servicebox::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 0;
    height: 11px;
    background-color: #32506c;
    position: absolute;
    border-bottom: 3px solid #fff;
    transition:0.3s;
}
.videoueberwachung {
    position: absolute;
    top: 42px;
    z-index: 2;
    background-color: #aa1313;
    transform: rotate(45deg);
    padding: 6px 50px;
    right: -52px;
    color: #fff;
    font-weight: 600;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,1.0);
}
.servicebox:hover::before {
    width:100%;
}
.servicebox .serviceboxDesc {
    position:absolute;
    min-height: 100px;
    bottom:0;
    left:0;
    right:0;
    background-color: #32506c;
    text-align:center;
    color: #fff;
    opacity: 0.9;

}

.servicebox .serviceboxDesc.tworows {
    padding: 10px 20px;

}
.serviceBoxHeadline {
    font-weight: 600;
    font-size: 1.3rem;
    transition:0.3s;
    margin:0;
}
.servicebox:hover .serviceBoxHeadline {
    font-size:1rem;
    font-weight:400;
    margin-bottom:10px;
}
.serviceBoxMore {
    font-size:0;
    transition:0.3s;
    font-weight:600;
    margin:0;
}
.servicebox:hover .serviceBoxMore {
    font-size:1.6rem;
}
.advantageBox {
    border: 1px solid #d0b392;
    background-color: #f4f4f4;
}
.advantageBox .advantage {
    color: #32506c;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 0 6px 0;
    position: relative;
    padding-top: 82px;
}
.advantageBox .advantage::before {
    content:url(/assets/img/advantage_bulletpoint.png);
    display:block;
    position:absolute;
    top:0;
    text-align:center;
    width:100%;
}
.advantageDesc {
    margin:0;
}
.about-us {
    background-color: #fafafa;
    border-top: 1px solid #d0b392;
    border-bottom: 1px solid #d0b392;
}
.about-us p {
    line-height: 1.5;
}
.about-us p + p {
    margin:20px 0 0 0;
}
.about-us a,
.content a {
    color: #a86b29;
    text-decoration:underline;
}
.about-us a:hover,
.content a:hover {
    text-decoration:none;
}
.about-us a[href^="tel"],
.contact a[href^="tel"],
.contact a[href^="mailto"],
.content a[href^="tel"]{
    font-size: 1.3rem;
    color: #a86b29;
    text-decoration: none;
}
.profilepicture {
    border:1px solid #d0b392;
    margin-top:5px;
}
.profilepicture img {
    max-width:245px;
    display:block;
}
.profilepicture .imgName {
    font-size: 1.2rem;
    font-weight: 600;
}
.profilepicture .imgPosition {
    font-size: 0.8rem;
}
.profilepicture figcaption {
    color:#fff;
    background-color:#32506c;
}
.profilepicture figcaption p {
    margin:0;
}
.services-2 ul {
    margin:0;
    padding:0;
}
.services-2 ul li {
    list-style: none;
    padding-left: 48px;
    padding-bottom: 20px;
    position: relative;
    font-size: 1.1rem;
    line-height:1.4;
}
.services-2 ul li span {
    display: block;
    font-size: 1rem;
}
.services-2 ul li::before {
    content: url(/assets/img/advantage_2_bulletpoint.png);
    position: absolute;
    left: 2px;
    top: -3px;
}
.button, button {
    font-weight: 600;
    color: #a86b29;
    border: 1px solid #a86b29;
    padding: 7px 10px;
    border-radius: 1px;
    text-decoration:none;
    background-color:rgba(168, 107, 41, 0);
    transition:0.3s;
    display:inline-block;
    cursor:pointer;
}
.button:hover, button:hover {
    background-color:rgba(168, 107, 41, 1);
    color:#fff;
}
.notfallservice {
    background-color:#aa1313;
    color:#fff;
}
.notfallservice h2 {
    color:#fff;
    font-size: 1.3rem;
    padding-left:30px;
    position:relative;
}
.notfallservice h2::before {
    content: url(/assets/img/notfallservice-icon.png);
    position: absolute;
    left: -4px;
    top: -4px;
    display: block;
}
.notfallservice p {
    line-height: 1.8;
}
.notfallservice a[href^="tel"] {
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    margin-left: 7px;
}
.notfallservice p {
    margin:14px 0 0 0;
}
.partner_services-2 {
    border: 1px solid #b7854f;
    margin-top: 20px;
    position:relative;
}
.partner_services-2 h2 {
    font-size: 1.3rem;
    line-height: 1.3;
}
.partner_services-2 p {
    line-height: 1.8;
    margin: 14px 0 14px 0;
}
.partner_services-2 .partner-logos {
    display: block;
    float: left;
    margin-top: 10px;
    height: 47px;

    /*background: url(/assets/img/partner_services-2.jpg);*/
}
.partner_services-2 .awn-logo {
    width: 106px;
}
.partner_services-2 .webasto-logo {
    width: 106px;
}
.webasto-logo img{
  width: 100%;
}

.awn-logo img{
  width: 100%;
  margin-top: 10px;
  margin-left: 20px;
}

.liqui-logo img{
  width: 100%;
}
.partner_services-2 .allpa-logo {
    width: 106px;
    background-position: -133px;
    margin-left:8px;
    margin-right:12px;
}
.partner_services-2 .liqui-logo {
    width: 59px;
    background-position: 58px;

}
.testimonials {
    background-color:#fafafa;
    border-top: 1px solid #d0b392;
    border-bottom: 1px solid #d0b392;
}
.testimonials h2{
    background-color:#fafafa;
}
.circleTestimonial {
    border-radius: 50%;
    border: 1px solid rgb(168, 107, 41);
    width: 299px;
    height: 299px;
    padding: 20px 50px;
    margin: 0 auto;
    background-color: rgba(250, 250, 250, 0.87);
    margin-bottom: -127px;
}
.circleTestimonial h3 {
    font-size: 1.65rem;
    color: #3e3e3e;
    margin-bottom:0;
    margin-top: 16px;
}
.circleTestimonial h3 + .subheadline {
    font-size: 0.8rem;
    margin-top: 7px;
    color: #8a8a8a;
}
.circleTestimonial hr {
    margin: 16px auto;
}
.circleTestimonial p {
    font-style: italic;
    font-weight: 600;
    line-height: 1.7;
    color: #a86b29;
}
.contact {
    background-image: url(/assets/img/sailboat.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top:100px;
    background-size:cover;
}
.contact p {
    line-height: 1.8;
}
.contactPartner {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #676767;
    margin-top: 30px;
}
.contactPartner img.bvww {
    width:auto;
    float:left;
    margin-right:10px;
}
.contact p.bvwwDesc {
    font-weight: 600;
    color: #123289;
    font-size: 1.3rem;
    line-height: 1.3;
}
.contactPartnerHeadline {
    margin: 0;
    font-weight: 600;
    color: #a86b29;
}
.contactPartner .partner-logos {
    display: block;
    float: left;
    margin-top: 10px;
    height: 60px;
    background: url(/assets/img/partner.jpg);
    margin-right:20px;
}
.contactPartner .awn-logo {
    width: 96px;
    background-position: -122px;
}
.contactPartner .allpa-logo {
     width: 105px;
}
.contactPartner .liqui-logo {
    width: 72px;
    background-position: -235px;
}
.contactPartner .yalwa-logo {
    width: 99px;
    background-position: -322px;
}
.contact .fa-phone-square {
    padding-right: 5px;
    font-size: 1.5rem;
}
.contact .fa-envelope {
    padding-right: 5px;
}
.contact .fa-mobile {
    padding-right: 8px;
    padding-left: 5px;
}
.contact hr {
        background-color: #cabdb1;
}
.contact a[href^="tel"], .contact a[href^="mailto"] {
    padding: 10px 0;
    display: inline-block;
}
input, textarea {
    display: block;
    font-size: 1.3rem;
    padding: 10px 20px;
    width: 100%;
    border:1px solid #a86b29;
    background-color:#f2f1f1;
}
textarea {
    height:150px;
    max-height:200px;
    resize:vertical;
}
.map iframe {
    display:block;
}
footer {
    background-color:#545454;
    color:#fff;
}
footer a {
    color:#fff;
}
footer a:hover {
    text-decoration:none;
}
.newsticker_page {
    margin-top: 8px;
}
.newsticker_page .row {
    border: 1px solid #d0b392;
    background-color: #f4f4f4;
}
.newsticker_page .row img {
    display:block;
    width:100%;
    max-width:245px;
}
.newsticker_page .row.moly {
    border: 0;
    background: transparent;
}
.newsticker_page h2 {
    font-size: 1.2rem;
}
.newsticker_page h3 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.4;
}
.newsticker_page p {
    margin-top: 3px;
    margin-bottom: 12px;
    font-size: 1rem;
    padding-bottom: 5px;
    line-height: 1.4;
}
.newsticker_page .newsExcerpt {
    border-bottom: 1px solid #d0b392;
     margin-bottom:0;
}
.newsticker_page .newsExcerpt:last-child {
    border-bottom:0;
}
.kontakt_hinweis {
    font-size:1rem;
}
.checkboxtext {
    display:block;
    position:relative;
    padding-left:20px;
}
.newswrapper {
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #fafafa;
    border: 1px solid #d0b392;
}
.newswrapper p {
    line-height: 1.5;
}
.newswrapper h2 {
    border-bottom: 1px solid #eee1d4;
    padding-bottom: 8px;
    margin-bottom: 5px;
    color: #636363;
}
.galerienav {
    margin-bottom:10px;
}
.galerienav h2 {
    padding-bottom:10px;
}
.galerienav ul {
    margin:0;
    padding:0;
}
.galerienav li {
    list-style:none;
    padding-bottom:10px;
}
.galerienav li:last-child {
    padding-bottom:0;
}
.galerienav a {
    text-decoration:none;
}
.currentPage_motor-und-technik .galerienav a.motor-und-technik,
.currentPage_rumpfarbeiten-innenausbau .galerienav a.rumpfarbeiten-innenausbau,
.currentPage_winterlager .galerienav a.winterlager {
    text-decoration:underline;
    background-color:transparent ;
}
.galerienav a:hover {
    text-decoration:underline;
}
.bildbox {
    background-color: #f4f4f4;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #d0b392;
    display:block;
    overflow:hidden;
    position:relative;
}
.bildbox img {
    display:block;
    width:100%;
    transition:0.3s;
    position:relative;
}
.bildbox:hover img {
    width:110%;
    margin-left:-5%;
}
/* LIGHTBOX *****************************************************/
#imagelightbox {
    box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
    cursor: pointer;
    position: fixed;
    z-index: 10000;
}
#imagelightbox-loading, #imagelightbox-loading div {
    border-radius: 50%;
}
#imagelightbox-loading {
    height: 48px;
    left: 50%;
    margin: -24px 0 0 -24px;
    padding: 0;
    position: fixed;
    top: 50%;
    width: 48px;
    z-index: 10003;
}
#imagelightbox-loading div {
    animation: 0.5s ease 0s normal none infinite running imagelightbox-loading;
    height: 48px;
    width: 48px;
}
#imagelightbox-loading div::before {
    content:"\f110";
    font-family:"Fontawesome";
    color:#fff;
    height: 48px;
    width: 48px;
    text-align:center;
    font-size:48px;
    line-height:48px;
}
@keyframes imagelightbox-loading {
0% {
    opacity: 0.5;
    transform: rotate(0deg);
}
50% {
    opacity: 1;
    transform: rotate(180deg);
}
100% {
    opacity: 0.5;
    transform: rotate(360deg);
}
}
#imagelightbox-overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}

#imagelightbox-close {
    border-radius: 50%;
    position: fixed;
    z-index: 10002;
    top:10px;
    right:10px;
    width:48px;
    height:48px;
    border:none;
    padding:0;
    margin:0;
    background:none;
}
#imagelightbox-close::before {
    content:"\f00d";
    font-family:"Fontawesome";
    color:#fff;
    display:block;
    width:48px;
    height:48px;
    font-size:30px;
    line-height:48px;
    text-align:center;
    position:absolute;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    opacity: 1;
    border:none;
    padding:0;
    margin:0 !important;
}
#imagelightbox-close:hover::before {
    animation: none;
}
#imagelightbox-caption {
    background-color: #666;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 0.625em;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 10001;
}

.imagelightbox-arrow {
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    height: 96px;
    position: fixed;
    top: 50%;
    width: 48px;
    border:none;
    z-index: 10001;
    padding:0;
    margin-top:-48px;
    cursor:pointer;
}
.imagelightbox-arrow-left {
    left: 20px;
}
.imagelightbox-arrow-right {
    right: 20px;
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
    background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
    background-color: #111;
}

.imagelightbox-arrow::before {
    border: 1em solid transparent;
    display: block;
    height: 48px;
    opacity:1;
    color:#fff;
    width:48px;
    font-family:"Fontawesome";
    font-size:48px;
    line-height:96px;
    position:absolute;
    left:-48px;
    top:-48px;
    margin:0;
    padding:0;
    box-sizing:content-box;
}
.imagelightbox-arrow-right::before {
    content:"\f105";
}
.imagelightbox-arrow-left::before {
    content:"\f104";
}
.imagelightbox-arrow:focus {
    outline:none;
}
.imagelightbox-arrow-left:hover::before, .imagelightbox-arrow-right:hover::before {
    animation:none;
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
    animation: 0.25s linear 0s normal none 1 running fade-in;
}
@keyframes fade-in {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
.contentimg {
    max-width: 100%;
    float: right;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    }
a.galerieoverview {
    margin-top: 20px;
    background-color: #fafafa;
    border: 1px solid #d0b392;
    display:block;
    transition:0.3s;
    text-decoration:none;
}
.galerieoverview:hover {
    background-color: rgba(50, 80, 108, 0.2);
}
.galerieoverview h2 {
    margin-top:60px;
}
.galerieoverview img {
    float: left;
    margin-right: 50px;
    border: 1px solid #d0b392;
    display:block;
}
.fr {
    float: right;
    margin-top: 16px;
    margin-left: 10px;
}
.buttonup {
    position: fixed;
    bottom: 50px;
    right: -65px;
    width: 56px;
    height: 50px;
    background-color: rgba(50, 80, 108, 0.73);
    padding: 9px 19px;
    padding-right: 42px;
    font-size: 20px;
    border-right: 0;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
    z-index: 15;
    border: 2px solid #f5f5f5;
    border-right: 0;
}
.buttonup.active {
    right: -5px;
}
.buttonup:hover {
    right: 0px;
    background-color: rgba(50, 80, 108, 1);
}
.partnerbox {
    margin-top:20px;
}
.partnerbox {
    display:grid;
    grid-template-colums: repeat(7, 1fr);
    border: #32506c 3px solid;

}
.partnerbox .textarea {
    grid-column: 1 / 4;
}
.partnerbox .imgarea {
    grid-column:4 / 8;
    align-self: center;
}
.partnerbox .imgarea img {
    width:100%;
    max-width:200px;
}
@media only screen and (max-width: 41.25em) {
  .awn-logo img {
    width: 100%;
    margin-top: 4px;
    margin-left: 3px;
}
#container {
    width: 100%;
}
#imagelightbox-close {
    right: 1.25em;
    top: 1.25em;
}
#imagelightbox-nav {
    bottom: 1.25em;
}
.imagelightbox-arrow {
    height: 3.75em;
    margin-top: -2.75em;
    width: 2.5em;
}
.imagelightbox-arrow::before {
    border: 1em solid transparent;
    display: block;
    height: 48px;
    opacity:1;
    color:#fff;
    width:48px;
    font-family:"Fontawesome";
    font-size:48px;
    line-height:96px;
    position:absolute;
    left:-1.1em;
    top:-1.35em;
    margin:0;
    padding:0;
}
.imagelightbox-arrow-left {
    left: 1.25em;
}
.imagelightbox-arrow-right {
    right: 1.25em;
}
}
@media only screen and (max-width: 20em) {
.imagelightbox-arrow-left {
    left: 0;
}
.imagelightbox-arrow-right {
    right: 0;
}
}
/* LIGHTBOX END *****************************************************/
.anchor {
    position:relative;
    top:-110px;
}
@media (min-width:1080px) {
    .fixedsection.small nav {
        border-bottom: 3px solid rgb(84, 84, 84);
    }
    .fixedsection.small .claim_contact {
        padding:3px 0;
    }
    .fixedsection.small .claim_right .headerCta {
        font-size: 1.10rem;
        padding: 3px 0;
        display: block;
    }
    .fixedsection.small .claim_left strong {
        padding:3px 0;
    }
    .fixedsection.small .claim_right a {
        font-size: 1.0rem;
    }
    .fixedsection.small a[href^="tel"] i.fa-mobile {
        font-size:1.0rem;
        top:0;
    }
    .fixedsection.small .headerLogo {
        width: 140px;
        left: calc(50% - 70px);
    }
    .fixedsection.small .headerNav a,
    .fixedsection.small .mobmenu .headerNav li {
            padding: 5px 9px;
    }
    .fixedsection.small .mobmenu {
        padding:0 10px;
    }
}

@media (max-width:1079px) {
  .awn-logo img {
    width: 100%;
    margin-top: 4px;
    margin-left: 3px;
    margin-right: 3px;
}
    .stoererwrapper {
        margin: 0;
        top: 132px;
    }
    .claim_left {
    text-align:right;
     }
    .anchor {
    position:relative;
    top:-140px;
}
    .submenu {
        position:relative;
        margin-bottom:7px;
    }
    .headerNav li:hover .submenu {
    border: 0;
    }
    .submenu li {
        height:auto;
        border:0;
    }
.row {
        max-width: 800px;
    }
    .circleTestimonial {
        margin:0px auto;
    }
    .desktoponly {
        overflow-y: scroll;
        display:block;
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #fff;
        width:30%;
        min-width:300px;
        padding:0;
        border-right: 3px solid #545454;
        box-shadow: 0px 0px 10px -2px rgba(0,0,0,1.0);
        transition: 0.3s ease-out;
        left:calc(-30% - 300px);
        z-index:100;
    }
    .nav-left li {
        width:100%;
        cursor:pointer;
    }
    .headerNav a {
        text-align:left;
    }
    .overlay {
        display:none;
    }
    .desktoponly.act + .overlay {
        position:fixed;
        z-index:10;
        top:0;
        bottom:0;
        left:0;
        right:0;
        display:block;
        cursor:pointer;
        transition:0.3s;
        background-color:rgba(0, 0, 0, 0.55);
    }
    .desktoponly.act + .overlay:hover {
        background-color:rgba(0, 0, 0, 0.75);
    }
    .mobmenu {
        display:block;
    }
    .mobmenu .nav-right li {
        float:right;
        cursor:pointer;
    }
    .desktoponly.act {
        left:0;
    }
    .desktoponly li {
        float:none;
    }
    .desktoponly li a {
        padding: 5px 13px;
    }
    .header.row {
        max-width:100%;
    }
    .fixedsection nav {
        border-bottom: 3px solid rgb(84, 84, 84);
    }
    .fixedsection .claim_contact {
        transition:0.3s;
        padding:3px 0;
    }
    .fixedsection .claim_right .headerCta {
        font-size: 1.10rem;
        padding: 3px 0;
        display: block;
    }
    .fixedsection .claim_left strong {
        padding:3px 0;
    }
    .fixedsection .claim_right a {
        font-size: 1.0rem;
    }
    .fixedsection a[href^="tel"] i.fa-mobile {
        font-size:1.0rem;
        top:0;
    }
    .fixedsection .headerLogo {
        width: 150px;
        left: 20px;
        top: 12px;
    }
    .fixedsection .headerNav a,
    .fixedsection .mobmenu .headerNav li {
            padding: 5px 13px;
    }
    .fixedsection .mobmenu {
        padding:0 10px;
    }
    .serviceBoxHeadline {
        font-size:1rem;
    }
    .servicebox:hover .serviceBoxMore {
        font-size: 1.4rem;
    }
}
 @media (max-width:799px) {
     .stoererwrapper {
        margin: 0;
        top: 300px;
     }
     .header img {
        margin-top: 300px!important;
     }
     .contentlb {
        max-width: 30vw;
     }
     .contentlb img {
         width:100%;
         height:auto;
     }
     .anchor {
    position:relative;
    top:-55px;
}
    .claim_left,
    .claim_right {
        text-align: center;
        margin-bottom: 10px;
    }
    .headerLogo {
        position: static;
        display: block;
        margin: 0 auto;
    }
     .invisible {
         display:none;
     }
     .servicebox {
         width:240px;
         margin-bottom:10px;
     }
     .currentPage_home .servicebox {
         margin:10px auto;
     }
     .profilepicture {
        border: 1px solid rgba(50, 80, 108, 0.65);
        margin-top: 5px;
        max-width: 245px;
     }
     input, textarea {
         font-size:1rem;
     }
     .galerieoverview img {
         float:none;
     }
     .galerieoverview h2 {
        margin-top: 10px;
     }
}
@media (max-width:460px) {
    .contentlb {
        display:none;
    }
    /* .stoererwrapper {
        font-size:0.8rem;
    } */
    .stoerer {
        right:-46px;
    }
}