/*! normalize.css v1.1.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    background: #fff; /* 1 */
    color: #000; /* 2 */
    font-size: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 4 */
    -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    
}

h2, h3 {
    font-size: 1.5em;
    font-weight: 500;
    
}

h4 {
    font-size: 1em;
    
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

.rot {
    color: #E10203 !important;
}


/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

strong.ohne {
    font-weight: normal;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

*{
    box-sizing: border-box;
}

h1, h2, h3,h4,p{
    margin: 0;
}

h2, h3 {
    padding-bottom: 20px;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Grundlegende Styleregeln und Klassen
   ========================================================================== */

body {
    color:  #2e2c36;
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    min-height: 100vh;
    height: auto;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,808080+0,939393+28,b2b2b2+100&1+0,0.8+29,0.9+100 */
    background: -moz-linear-gradient(top, rgba(128,128,128,1) 0%, rgba(147,147,147,0.81) 28%, rgba(147,147,147,0.8) 29%, rgba(178,178,178,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(128,128,128,1) 0%,rgba(147,147,147,0.81) 28%,rgba(147,147,147,0.8) 29%,rgba(178,178,178,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(128,128,128,1) 0%,rgba(147,147,147,0.81) 28%,rgba(147,147,147,0.8) 29%,rgba(178,178,178,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#e6b2b2b2',GradientType=0 ); /* IE6-9 */
}
h1{
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 2.4rem;
    padding-bottom: 40px;
}
p{
    padding-bottom: 20px;
}

p.fuenfzig{
    width: 50%;
    float: left;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    color: #244DB9;
}


ul{
    padding: 0 ;
    margin: 0;
}
.imgrechts{
    margin-bottom: 20px;    
}
.imgrechts figure{
    width: 50%;
    float: left;
}
.imgrechts img{
    padding-left: 20px; 
}

.wrapper{
    max-width: 1200px;
    min-width: 320px;
    width: auto;
    margin: 0 auto;  
    background-color: white;
}

footer .wrapper{
    background-color: #8BCF00;
}
.block{
    display: block;
}

.bold{
    font-weight: 700;
}

.liststyle-none{
    list-style: none;
}

.textgreen{
    color: #8BCF00;
}

.grau {
    color: #aaa;
}

a.link-grey{
    color: #2e2c36;
    text-decoration: none;
}
/* ============================================================================
 header
===============================================================================
*/


header{   
    position: relative;
    width: 100%; 
}

header .wrapper{
    background-image: url(../img/Karte.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
}
.header-background{
    position: relative;
}
header .ecke{
    width: 10%;
    position: absolute;
    top: 0;
    right: 0;
}

header .lkw {
  position: absolute;
  right: 12%;
  top: 20%;
  width: 40%;
}

header .lkw figcaption {
  display: block;
  font-family: "Itim";
  font-size: 1.2rem;
  height: 100px;
  line-height: 1.4rem;
  position: absolute;
  right: 15%;
  text-align: center;
  top: 30px;
  transform: rotate(-15deg);
  width: 45%;
}

header .lkw figcaption span:nth-of-type(2){
   color: #8BCF00;
}

/* header Logo styles==========================================================
===============================================================================
*/

#logo-container {
    font-family: "Itim";
    font-size: 4.5rem;
    width: 30%;
    line-height: 4.0rem;
    padding:  30px;
}

/*navigation header===============================================================
===============================================================================
*/

.navigation-header-background{
    background-color: #8BCF00;
    bottom: 15px;
    height: 40px;
    width: 100%;
}

#navigation-header-top{
    height: 40px;
    background-color: #8BCF00;
}

#navigation-header-top ul{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    height: 40px;
    line-height: 40px;
    width: 100%;
}


#navigation-header-top ul li{
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-transition: background-color 0.5s; /* For Safari 3.1 to 6.0 */
    transition: background-color 0.5s;
}

#navigation-header-top ul li a{    
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    text-decoration: none;
    font-size: 1.4rem;
    text-align: center;
}

#navigation-header-top ul li:hover, header nav li.active {
    background-color: #E10203;
   
}

/*  =============================================================================
kontaktsection
=================================================================================
*/
.kontaktsection{
    height: auto;
    position: relative;
    background-color: #F0F7E5;
    padding: 20px 0;
}

.kontaktsection .bandrot-container {
    float: left;
    position: relative;
    top: -30px;
    width: 30%;
    left:  -10px;
}

.kontaktsection .bandrot-container figcaption a {
    color: white;
    display: block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transform: rotate(-40deg);
    position: absolute;
    top:  65px;
}

.kontaktsection .kontakt-container{
    width: 70%;
    float: right;
    padding: 0 20px;
}

.kontaktsection .kontakt-container div{
    width: 50%;
    float: left;
}

.kontaktsection span{
    display: block;
    width: 100%;
}

.kontaktsection span:first-of-type{
    padding-bottom: 30px;
}

.kontaktsection .bildcontainer figure{
    max-width: 60%;
}
/*  =============================================================================
footer
=================================================================================
*/

footer{
    background-color: #8BCF00;
    position: relative;
    height: 100px;
}

.navigation-footer{
    padding: 20px 0 0 30px;
}

.navigation-footer li{
    display: inline-block;
    color: white;
}

.navigation-footer li:after{
    content: "|";
    padding: 0 10px;
}

.navigation-footer li:last-of-type:after{
    content: "";
}

.navigation-footer li a{
    color: white;
    text-decoration: none;
}

.navigation-footer li a:hover, footer li.active a{
    border-bottom: 1px solid white;
}

/*aside===========================================================
================================================================================
*/


aside{
    position: relative;
    height: auto;
    float: left;
    width: 30%;
    padding: 40px 20px 20px 30px;
}

aside figure{
    margin-bottom: 70px;
    position: relative;
    
}

aside.bildleiste-links figure img{
    width: 218px;
    height: 132px;
}



aside figcaption.asidecaption {
    background-image: url("../img/BandGruen.png");
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    height: 47px;
    width: 298px;
    top:120px;
    left: -43px;
    padding: 5px 0 5px 30px;
    color: white;
}


aside figcaption.asidecaption-rot {
    background-image: url("../img/rotes-band.png");
}
.moebelhalle aside{
    width: 40%;
}
/* ============================================================================
main 
===============================================================================
*/

main{
    position: relative;
    height: auto;
    float: left;
    width: 70%;
    padding: 40px 20px 20px 20px;
}

main ul{
    padding-bottom:  20px;
}

main ul li{
    list-style: none;
    position: relative;
    padding-left: 30px;
}

main ul li::before {
    color: #8bcf00;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 0.8rem;
    left: 0;
    padding-right: 10px;
    position: absolute;
    top: 4px;
}

.moebelhalle main{
    width: 60%;
}

.background {
    background: #f0f7e5;
    padding: 20px;
    margin: 20px 0 40px 0;
}
.float50{
    width: calc(50% - 20px);
    
    float: left;
}
.float50:first-of-type{
    margin-right: 20px;
}
/* Formular Kontaktformular======================================================== */



.kontaktformular-main form {
    background-color: #F0F7E5;
    border-radius: 10px;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    width: 100%;
}

#kontaktform fieldset {
    display: block;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

#kontaktform label {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 100%;
}

#kontaktform input {
    border: medium none;
    border-radius: 5px;
    height: 30px;
    width: 100%;
}

#kontaktform textarea {
    border: medium none;
    border-radius: 5px;
    display: block;
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    width: 100%;
}

input.btn-submit{
    border-radius: 5px;  
    box-shadow: 0 0 5px 0 rgb(225,2,3);
    background-color: #8BCF00;
    height: 50px;
    line-height: 50px;
    width: 200px;
    color: white;
     -webkit-transition: background-color 1s; /* Safari */
    transition: background-color 1s;
    margin-bottom: 20px;
}

#kontaktform input.btn-submit{
    border-radius: 5px;  
    box-shadow: 0 0 5px 0 rgb(225,2,3);
    background-color: #8BCF00;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 200px;
    color: white;
     -webkit-transition: background-color 1s; /* Safari */
    transition: background-color 1s;
    margin-bottom: 0;
}

input.btn-submit:hover, #kontaktform input.btn-submit:hover{
    background-color: #E10203;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.btn{
    display: block;
    border: none;
    box-shadow: none;
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Responsive styles
   ========================================================================== */

/*mobile Navigation=========================================================*/

#mobilmenu{
    display: none;
    font-size: 35px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    color: #8BCF00;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 40px;
    cursor: pointer;
    z-index: 9999;
}

#mobilnav{
    display: none;
    position: fixed;
    width: 100%;
    right: 0;
    height: calc(100% - 100px);
    background-color: #8BCF00;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    font-size: 1.4rem;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 99999;
}

#mobilnav ul{
    padding: 0 0 50px 0;
}


#mobilnav ul li{
    border-bottom: 1px solid white;
    display: block;
    line-height: 50px;
    transition: background-color 0.5s;
}
#mobilnav ul li:last-child{
    border-bottom: none;
}
.mobile-img-item img{
    width: 150px;
    height: auto;
    margin-top: 30px;
}
.mobile-item-rot {
    background-color: #e20909;
    width: 260px;
    margin: 0 auto;
    height: 50px;
    position: relative;
}
.mobile-item-rot .dreieck {
    border-color: transparent transparent transparent #e20909;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    height: 0;
    position: absolute;
    right: -25px;
    top: 0;
    transform: rotate(360deg);
    width: 0;
}
#mobilnav ul li a{
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    text-align: center;
}

#mobilnav ul li:hover, #mobilnav ul li.active{
   background-color: #DA0000;
}
#mobilnav ul .mobile-img-item:hover, #mobilnav ul .mobile-img-item.active{
   background-color: inherit;
}
@media only screen and (max-width: 1280px) and (min-width: 981px){
    
    .wrapper{
        width: calc(100vw - 60px);
    }
   
}
@media only screen and (max-width: 1200px){
    header .lkw figcaption {
        font-size: 1rem;
        line-height: 1rem;
    }
    
}
@media only screen and (max-width: 980px){

    #navigation-header-top,.navigation-header-background, aside{
        display: none;
    }
    main{
        width: 100%;
    }
    
    .moebelhalle main{
        width: 100%;
    }
    
    .moebelhalle aside{
        width: 100%;
        display: block;
        padding: 20px;
    }
    
    .moebelhalle aside figure:last-of-type{
        margin-bottom: 0;
    }
    .wrapper{
        max-width: 100vw;
    }
    header{
        height: 100px;
        border-bottom: 2px solid #8BCF00;
  
    }
    header .wrapper{
        background-image: none;
        height: 100%;    
    }
    header .ecke,  header .lkw{
        display: none;
    }
    
   
    #logo-container, main, .navigation-footer, section{
        padding: 20px;
    }
    
    
    #mobilmenu{
        display: block;
    }
    
    #mobilnav.show-responsive{
        margin-right: 0;
        display: block;
    }
    
    #logo-container{
        font-size: 2.5rem;
        height: 100%;
        width: auto;
    }
    
    .kontaktformular-main{
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    h1{
        font-size: 1.4rem;
    }
    .kontaktsection{
        padding: 20px 0;
    }
    .kontaktsection .bandrot-container{
        display: none;
    }
    
    .kontaktsection .kontakt-container{
        float: none;
        width: 100%;
    }
}

@media only screen  and (max-width: 800px) {
    p.fuenfzig{
        float: none;
        width: 100%;
    }
    
    .imgrechts img{
        padding-left: 0;
    }
}
@media only screen  and (max-width: 650px) {

    #logo-container{
        font-size: 1.5rem;
    }
    
    .kontaktsection .bildcontainer{
        display: none;
    }
    
    .kontaktsection .kontakt-container div{
        float: none;
        width: 100%;
    }
    
    .navigation-footer li{
        display: block;
    }
    
    .navigation-footer li::after{
        content: "";
    }
}

@media only screen  and (max-width: 450px) {

    #logo-container span{
        display: block;
        width: 80%;
        line-height: 1.5rem;
    }
    
    .imgrechts figure{
        width: 100%;
    }
    .float50{
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* ==========================================================================
   development rules

.slider-wrapper .slick-slide {
    display: none;
    float: left;
    height: auto !important;
    min-height: 1px;
}
   ========================================================================== */
/* ============================================================================
   TOP CTA BAR (BWS) - KOMPLETT
=============================================================================== */
.top-cta-bar {
    background-color: #2e2c36; 
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 3px solid #8BCF00; 
}

/* Flexbox für die Anordnung nebeneinander */
.top-cta-bar .wrapper.cta-wrapper {
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
}

/* Text-Styling */
.top-cta-bar a {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    margin-left: 30px;
    font-family: 'Open Sans', sans-serif;
}

.top-cta-bar a.cta-email:hover {
    color: #8BCF00;
}

/* WICHTIG: Begrenzt die Größe der Icons */
.top-cta-bar svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* ============================================================================
   BUTTONS (Festnetz & Mobil)
=============================================================================== */
.cta-phone-green, .cta-phone-red {
    padding: 8px 18px;
    border-radius: 5px;
    transition: background-color 0.5s, color 0.5s;
}

/* Festnetz: BWS Grün */
.cta-phone-green {
    background-color: #8BCF00;
}

.cta-phone-green:hover {
    background-color: #ffffff !important; 
    color: #8BCF00 !important;
}

/* Mobil: BWS Rot */
.cta-phone-red {
    background-color: #E10203;
    box-shadow: 0 0 5px 0 rgba(225,2,3,0.5); 
    margin-left: 15px !important; 
}

.cta-phone-red:hover {
    background-color: #ffffff !important;
    color: #E10203 !important;
    box-shadow: none;
}

/* ============================================================================
   Smartphone Optimierung
=============================================================================== */
@media screen and (max-width: 980px) {
    .top-cta-bar .wrapper.cta-wrapper {
        flex-direction: column;
        justify-content: center;
        gap: 15px;
        padding: 15px;
    }
    
    .top-cta-bar a {
        margin-left: 0 !important;
        font-size: 1.2rem;
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
	
	#mobilnav {
        top: 298px !important;
        height: calc(100vh - 335px) !important;
    }
}
/* Schriftgröße für die lange E-Mail-Adresse anpassen */
.top-cta-bar a.cta-email {
    font-size: 0.9rem; 
}

@media screen and (max-width: 980px) {
    .top-cta-bar a.cta-email {
        font-size: 0.85rem !important; /* Erzwingt eine kleinere Schrift auf dem Smartphone */
        word-break: break-all; /* Verhindert, dass das Layout bei extrem schmalen Bildschirmen zerschossen wird */
    }
}

