@font-face {
    font-family: "Open Sans";
    src: url(/fonts/opensans/OpenSans-Regular.ttf);       /* font-family: hnaschrift; font-weight: regular; */
}

@font-face {
    font-family: "Open Sans Italic";
    src: url(/fonts/opensans/OpenSans-Italic.ttf);
}

@font-face {
    font-family: "Open Sans 700";
    src: url(/fonts/opensans/OpenSans-Bold.ttf);       /* font-family: hnaschrift; font-weight: bold; */
}

@font-face {
    font-family: "Open Sans 800";
    src: url(/fonts/opensans/OpenSans-ExtraBold.ttf);
}

@font-face {
    font-family: hnaschrift;
    src: url(/fonts/opensans/OpenSans-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: hnaschrift;
    src: url(/fonts/opensans/OpenSans-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: hnaschrift;
    src: url(/fonts/opensans/OpenSans-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: hnaschrift;
    src: url(/fonts/opensans/OpenSans-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: hnaschrift;
    src: url(/fonts/opensans/OpenSans-Italic.ttf);
    font-style: italic;
}

@font-face {
    font-family: "Merriweather";
    font-weight: 400;
    src: url(/fonts/merriweather/Merriweather-Italic.ttf);
}

@font-face {
    font-family: "Roboto";
    src: url(/fonts/roboto/Roboto-Regular.ttf);
}

:root {
    --dunkelblau: #003255;
    --weinrot: #A0145A;
    --hellweinrot: #c98ca3;
    --hellgrau: #DFE6EB;
    --footergrau: #DFE6EB;
    --leichtblau: #7896BE;


    --blau: #0069B4;
    --hellblau: #3590D3;
    --grau: #dedede;
    --dunkelgrau: #707070;
    --gelb: #fad144;
}

.rot {
    color: var(--weinrot);
}

h1, h2, h3, h4, h5, h6 {
    font-family: hnaschrift, sans-serif;
    color: var(--dunkelblau);
}

h1, h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 43px;
}
#home h1, h2, #home h5 {
    text-align: center;
}
#daten h2 {
    padding: 0px 20px;
}
h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: var(--dunkelblau);
}
h3 span {
    color: var(--weinrot);
}

h3.links {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding-top: 10px;
    color: var(--dunkelblau);
}

h4 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    color: var(--dunkelblau);
}
h4 a {
    color: var(--dunkelblau);
}

h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    color: #000000;
}

h5 span {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
    color: #000000;
}

h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #000000;
}

p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #000000;
}
form p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #000000;
}
form #daten ul {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    color: #000000;
    /*list-style-position: inside;*/
    /*padding: 0;*/
}
.text-center p {
    text-align: center !important;
}
.bildabstand {
    margin-bottom: 2em;
}

.buttontesten img.img-responsive {
    width: 100% !important;
    margin-bottom: 1em;
}

.buttontesten p {
    margin-bottom: 0em !important;
    font-size: 80% !important;
}

.responsive-video {
    position: relative;
    padding-bottom: 6%;
    padding-top: 20px;
    height: auto;
    overflow: hidden;
    width: 100% !important;
}

.copy p {
    font-size: 14px;
    margin-left: 0px;
    color: var(--dunkelblau);
    position: absolute;
    bottom: 10px;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
}


/* Artikel, die über einen Newsletter erreichbar sind (aus der API) */
#article h2 {
    text-align: left;
    font-family: hnaschrift, "Open Sans";
    font-weight: regular;
}

#article h2 span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

#article .img-caption {
    margin-bottom: 3em;
    margin-top: 0.6em;
}

#article h3 {
    font-family: hnaschrift, sans-serif;
    margin-top: 1em;
}

#article p {
    font-size: 16px;
    line-height: 21px;
}

#article .art-pic-caption, #article .art-pic-copy {
    font-family: hnaschrift, sans-serif;
}


select#inputAusgabeWaehlen {
    font-family: hnaschrift;
    font-size: 1.1em;
    color: #000000;
    font-weight: 400;
    word-wrap: break-word;
    text-rendering: auto;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 4px solid #C8324C;
    border-radius: 20px;
}

.alert-danger {
    background-color: #ffffff;
    border-color: #C8324C;
    background-image: none;
}

.alert-success {
    background-color: #ffffff;
    background-image: none;
    border-color: #b2dba1;
}

.aktionhome {
    display: block;
    padding-left: 0px
}

.aktion .aktionhomebutton {
    padding-left: 0px;
    padding-right: 0px;
}

.buttontesten {
    position: relative;
    top: -20px;
}

.rightcenter {
    text-align: center;
}

.leftcenter {
    text-align: center;
}
.carousel-mobil-bs {
    position: relative;
    top: -20px;
}
.carousel-mobil-bs h4 {
    padding: 0 20px;
}
.carousel-caption .btn-default {
    padding: 6px 10px;
}
.carousel-caption .leftcenter {
    text-align: center;
    margin-left: 0px;
    margin-top: -10px;
}
.carousel-control {
    text-shadow: none;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 34px;
    height: 34px;
    margin-top: -10px;
    font-size: 34px;
}
div#message3 img {
    width: 44%;
    margin-top: 1em;
}

#message3, #message2, #message {
    text-align: center;
}

.nurdesk {
    display: none;
}

.abokundeabstand {
    margin-bottom: 2em;
}

#home .hintergrund {
    margin-top: 2em;
}



/* ACC Angebot */
.acc-angebot-container {
    display: none;
}

.krzbutton a {
    display: none;
}
.krzbutton-container {
    display: none;
}
div#navbar {
    margin-top: 0em;
}
/* Button header kreiszeitung.de ENDE */

/* Slider */
.carousel-caption {
    position: relative;
    right: 0;
    top: 0px;
    left: 0;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background: rgba(255, 255, 255, 0.8);
}
.carousel-indicators {
    display: none;
}
/*.carousel-indicators li {*/
/*    background-color: var(--dunkelgrau);*/
/*}*/
/*.carousel-indicators .active {*/
/*    background-color: var(--dunkelblau);*/
/*}*/
/* Teaser */
.elona-teaser {
    position: relative;
    top: 60px;
    left: 0;
}
.elona-teaser img {
    width: 100%;
}
.teaser-hilfe-button {
    width: 220px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.teaser-hilfe-button img {
    margin-top: 10px;
}
.teaser-flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
    min-height: 300px;
    height: auto;
    flex-direction: column-reverse;
}
.teaser-flex-item {
    width: 100%;
}
.teaser-flex-innen {
    padding: 20px;
}

/* Karte Ausgaben */
.karte {
    display: none;
}

#animation_container, #dom_overlay_container, #canvas {
    width: 100% !important;
    height: auto !important;
}

#animation_container {
    position: relative !important;
    z-index: 990;
}

/* Einzug für Aufzählungen */
.tab span {
    position: absolute;
    left: 0;
}

p.tab {
    position: relative;
    padding-left: 20px;
}

/* Einzug für Aufzählungen ENDE */

body {
    color: #000000;
    font-family: hnaschrift;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    word-wrap: break-word;
    text-rendering: auto;
}

table, th, td {
    border: 1px solid #000000;
    font-size: 14px;
}

table {
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.hintergrund ul, .hintergrund2 ul, .hintergrund3 ul {
    list-style-position: inside;
}

.hintergrund li {
    font-size: 16px;
    margin-bottom: 0.5em;
}

/* Checkboxen neuer Style:

remove standard-styles */

.hackboxlabel input[type="checkbox"], .hackboxlabel input[type="radio"] {
    visibility: hidden;
    width: 1px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
}

.hackboxlabel .checkboxhack {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: none;
    border-radius: 6px;
    background: #ffffff;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
    float: left;
}

.hackboxlabel:hover .checkboxhack {
    background: #ddd;
    box-shadow: inset 0 0 0 2px white;
}

.hackboxlabel input[type="checkbox"]:checked ~ .checkboxhack {
    background: #005791;
    border: solid 1px #c8c8c8;
    box-shadow: inset 0 0 0 2px white;
}
.hackboxlabel input[type="radio"]:checked ~ .checkboxhack {
    background: #005791;
    border: solid 1px #c8c8c8;
    box-shadow: inset 0 0 0 2px white;
}

label.hackboxlabel {
    font-weight: 400;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-left: 20px;
    font-weight: 400;
}
.has-error .checkboxhack {
    background: #ffffff;
    border: 2px solid #a94442;
}


/* Checkboxen styling ENDE*/

.raumoben1 {
    margin-top: 1em;
}
.raumoben2 {
    margin-top: 2em;
}
.raumoben3 {
    margin-top: 3em;
}
.raumoben10 {
    margin-top: 10em;
}
.raumunten1 {
    margin-bottom: 1em;
}

.raumunten2 {
    margin-bottom: 2em;
}

.raumunten3 {
    margin-bottom: 3em;
}

.raumunten4 {
    margin-bottom: 4em;
}

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

p > a, p > a:hover {
    color: var(--dunkelblau);
    text-decoration: none;
}

footer {
    background: var(--footergrau);
    padding: 30px 0 50px 0;
    position: relative;
    top: 100px;
}
#home footer {
    background: var(--footergrau);
    padding: 30px 0 50px 0;
    position: relative;
    top: 160px;
}

footer .row {
    margin: 0;
}

footer p {
    display: inline-block;
    font-size: 16px;
    margin-left: 0em;
}

footer p > a, footer p > a:hover {
    color: var(--dunkelblau);
    text-decoration: none;
}

footer .copy {
    float: none;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
}
footer .navi-footer {
    float: none;
}
footer .navi-footer p {
    text-align: center;
    display: block;
    /*margin: 0;*/
}
footer .navi-footer a {
    color: var(--dunkelblau);
}
.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: block !important;
}
div.warning:after {
    content: "Aufgrund von Lieferschwierigkeiten ist mit einer Lieferzeit von bis zu vier Wochen zu rechnen.";
    top: 30px;
    left: 0px;
    position: absolute;
    color: #eee;
    font-size: 0.8em;
    background-color: #D98119;
    line-height: 1.2em;
    opacity: 1;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #ffffff;
}
.checkbox1 a, .hintergrund2dunkelrund a, #datenschutz .hintergrund1 a, #hilfe .hintergrund1 a {
    color: var(--dunkelblau);
    text-decoration: none;
}

.hintergrund a:hover, .hintergrund2 a:hover, .hintergrund2hell a:hover, .hintergrund2dunkelrund a:hover, #agb .hintergrund1 a:hover, #datenschutz .hintergrund1 a:hover, #hilfe .hintergrund1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* Ausgaben wählen */
#ausgaben .hintergrund img {
    width: 44%;
}

.elonatextrechts {
    text-align: right;
}

h2.elonatextrechts {
    color: var(--dunkelblau) !important;
    margin-top: 6em !important;
}

.elonabildrechts img {
    width: 100%;
    float: left;
}

.row.elonabildrechts {
    margin-top: 0em;
    display: none;
}

/* Ausgaben ENDE */

/* Ausgabe Titel wie Achim */
.standortmarker p {
    float: left;
    text-align: left;
    margin-top: 2.5em;
}

.standortmarker img {
    width: 50%;
    /* float: left;
    margin-left: 5em;  */
}

/* Ausgabe Titel wie Achim ENDE */

/* APP */
.elonatextmitte {
    float: left;
    text-align: center;
    width: 100%;
    /* margin-left: 4em; */
}

img.elonaliest {
    width: 50%;
}

.appstores img {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-top: 1em;
    padding: 0 20px;
}
/* APP Ende */

/* Accordion */
#accordion, #accordion1 {
    margin-top: 2em;
}

.panel.panel-default {
    text-align: left;
}

.panel-body {
    color: #000000 !important;
}
.panel-body ul {
    padding-inline-start: 20px;
}
.panel-body ul li::before {
    content: "\2022";
    color: #000000;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.panel-body ul li::marker {
    content: "";
}
.panel-title {
    line-height: 22px;
}
.panel-title > a, .panel-title > a:hover {
    font-size: 18px;
    line-height: 22px;
    color: #000000 !important;
    text-decoration: none;
}

#accordion h4 span {
    font-weight: 400;
    font-size: 16px;
}

.panel-default > .panel-heading {
    background-image: none;
    background-color: transparent;
    border-bottom: 0px solid #000000;
}

.panel-default {
    border-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid var(--dunkelgrau);
    border-radius: 6px;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.panel-heading:hover {
    background-color: rgba(0, 82, 136, 0.1);
}
.panel-heading {
    padding: 6px 15px;
}

.panel-group .panel + .panel {
    margin-top: 0px;
}
.panel-group .panel {
    margin-bottom: 1em;
    border-radius: 12px;
    background: #ffffff;
}
.panel-group {
    margin-bottom: 0px;
}
#hilfe h4:first-child {
    margin-top: 0em;
    margin-bottom: 0;
}
#hilfe h4 {
    margin-top: 2em;
    margin-bottom: 0;
}

/*.collapse.in {*/
/*    background: rgba(255, 255, 255, 1);*/
/*}*/

/* Accordion ENDE */


.inline100 {
    display: inline-block;
    width: 100%;
}

input[type="checkbox"]#iPad {
    display: none;
}

input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 10px 0 0;
    vertical-align: middle;
    background: url("../images/checkbox.jpg") left top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span {
    background: url("../images/checkbox.jpg") -20px top no-repeat;
}

p span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

.btn-default {
    color: #ffffff;
    background-color: var(--weinrot);
    background-image: none;
    border-color: var(--weinrot);
    border-radius: 10px;
    font-family: hnaschrift;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 200px;
    text-shadow: none;
}

.btn-default span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

.btn-default:hover {
    background-color: var(--dunkelblau);
    border-color: var(--dunkelblau);
    background-position: 0px 0px;
    color: #ffffff;
    font-weight: 700;
}

.btn-ohne {
    color: #000000;
    background-color: transparent;
    background-image: none;
    text-transform: uppercase;
    font-family: hnaschrift;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0px;
    margin-bottom: 1em;
}

.btn-ohne span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

.btn-ohne:hover {
    color: #000000;
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}
.probe-button-bs .btn {
    margin-top: 1em;
}
.btn-primary-tab {
    color: var(--dunkelblau);
    background-color: #ffffff;
    background-image: none;
    border-color: var(--dunkelgrau);
    text-transform: initial;
    border-radius: 10px;
    font-family: hnaschrift;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 10px;
    margin-bottom: 1em;
}

.btn-primary {
    color: #ffffff;
    background-color: var(--leichtblau);
    background-image: none;
    border-color: var(--leichtblau);
    text-transform: initial;
    border-radius: 10px;
    font-family: hnaschrift;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px;
    margin-bottom: 1em;
    margin-top: 1em;
    width: 200px;
}

.aktionhomebutton .btn-primary {
    margin-top: 0em;
}

.aktionhomebutton .btn-primary {
    margin-top: 1em;
    margin-left: 0px;
    margin-bottom: 1em;
}

.btn-primary span, .btn-primary-tab span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

.btn-primary:hover {
    background-color: var(--dunkelblau);
    border: 1px solid var(--dunkelblau);
    color: #ffffff;
    font-weight: 700;
    background-position: 0px 0px;
}

.btn-primary-tab:hover {
    background-color: var(--dunkelblau);
    border: 1px solid var(--dunkelblau);
    color: #ffffff;
    background-position: 0px 0px;
}

.btn-primary-tab:focus, .btn-primary-tab:active:focus {
    background-color: var(--dunkelblau);
    border: 1px solid var(--dunkelblau);
    outline: none;
    color: #ffffff;
}

button.btn.btn-primary-tab.btn-sm.active {
    background-color: var(--dunkelblau);
    border: 1px solid var(--dunkelblau);
    outline: none;
    color: #ffffff;
}

.btn-orange {
    background-color: var(--dunkelblau);
    border: 1px solid var(--dunkelblau);
    outline: none;
    text-transform: initial;
    border-radius: 10px;
    color: #ffffff;
    font-family: hnaschrift;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 10px;
    margin-bottom: 1em;
}

.btn-orange span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

.btn-orange:hover {
    background-color: #005791;
    border: 1px solid #005791;
    color: #ffffff;
    background-position: 0px 0px;
}

.btn-orange:focus, .btn-orange:active:focus {
    background-color: #005791;
    border: 1px solid #005791;
    color: #ffffff;
    outline: none;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: block;
}

/* Nav Pills Menü */
ul.nav-pills a {
    padding: 0px 0px;
    text-align: center;
    font-size: 16px;
}


/* Menu und Hamburger Menu*/

.navbar-container {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
}
.navbar-id-container {
    width: 100%;
    right: 0;
    position: absolute;
    background: rgba(255,255,255,0.9);
}

/*.navbar-fixed-top, .navbar-static-top {*/
/*    border-radius: 0;*/
/*    background-color: #ffffff;*/
/*    padding-top: 1.3em;*/
/*    padding-bottom: 1.2em;*/
/*    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);*/
/*}*/
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    top: 60px;
    z-index: 1030;
    border-radius: 0;
    background-color: var(--dunkelblau);
    color: #ffffff;
    height: 40px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    display: none;
}

.navbar-brand-mobil img {
    display: block;
    width: 75%;
    margin-left: -15px;
    margin-top: -60px;
}

li.active a {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
    color: var(--dunkelblau) !important;
    background-color: unset !important;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 42px;
    height: 3px;
    border-radius: 1px;
    background-color: grey;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 8px;
}
.navbar-toggle {
    position: relative;
    top: -58px;
    float: right; /* none; */
    margin-top: 8px;
    margin-right: -30px; /* auto; */
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: auto;
    display: block;
}

.navbar-nav > li > a {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 7px;
}

.navbar-nav > li > a {
    text-shadow: none;
    font-size: 16px;
    color: #ffffff;
}

li#bestellen, li#hilfe, li#kontakt, li#testen, li#app, li#loginmobil, li#mediengruppe-kreiszeitung {
    display: block;
    width: 100%;
}
li#bestellen a, li#hilfe a, li#kontakt a, li#testen a, li#app a, li#loginmobil a, li#mediengruppe-kreiszeitung a {
    color: var(--dunkelblau);
    font-weight: 700;
}

li#bestellen a:hover, li#testen a:hover, li#app a:hover, li#hilfe a:hover, li#kontakt a:hover, li#loginmobil a:hover, li#mediengruppe-kreiszeitung a:hover {
    text-decoration: none;
    background-color: var(--dunkelblau) !important;
    color: #ffffff;
}

li#bestellen a::after, li#testen a::after, li#app a::after, li#hilfe a::after, li#kontakt a::after, li#loginmobil a::after, li#mediengruppe-kreiszeitung a::after {
    /*display:block;*/
    font-weight: bold;
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    /*font-size: 16px;*/
}

.carousel {
    position: relative;
    top: 100px;
    height: 425px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    left: 0px;
    position: relative;
}
/* Container Breite angepasst */
#bestellen-kundenauswahl .container0 .container {
    padding-left: 0px;
    padding-right: 0;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #fff;
}

li#login > a {
    background: var(--dunkelblau);
    border-radius: 8px;
}

li#login > a:hover, li#login > a:active, li#login > a:focus {
    background: #f7e5bc;
    color: #000000 !important;
}

li#login > a {
    color: #ffffff;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #000000;
    white-space: nowrap;
}

/* Hamburger Menu ENDE */

.hoehe280 img {
    margin-top: 1em;
    margin-bottom: 1em;
}

.preisorange.text-right {
    font-size: 52px;
    color: var(--dunkelblau);
    font-family: hnaschrift, sans-serif;
    font-weight: 800;
    margin-top: 0.5em;
    margin-bottom: 0.3em;
}

.preisorange.text-right span {
    font-size: 14px;
    color: #000000;
    font-family: hnaschrift;
    font-weight: 400;
}

h4 span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
    color: var(--dunkelblau);
}


.hintergrund2eck h3 {
    margin-bottom: 1em;
}

.hintergrund2 h3 span, .hintergrund2eck h3 span, .hintergrundrot h3 span, .hintergrundrotunten h3 span, .hintergrund2hell h3 span, .hintergrund2hellrund h3 span, .hintergrund2dunkelrund h3 span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}


/* Hintergrund Modalfenster */
.hintergrundm {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 2em;
    margin-top: 1em;
    border-radius: 20px;
    background: -webkit-gradient(linear, center top, center bottom, from(#fcf5e4), color-stop(100%, #f7e5bc));
    background: -webkit-linear-gradient(top, #fcf5e4, #f7e5bc 100%);
    background: linear-gradient(to bottom, #fcf5e4, #f7e5bc 100%);
}

.modal-footer {
    border-top: 0px solid;
}

.modal-header {
    border-bottom: 0px solid;
}

.modal a:hover {
    color: #ffffff;
}

.modal a, #agb .hintergrund1 a {
    color: var(--dunkelblau);
}

/* Hintergrund Modalfenster ENDE */


/* Home Bild Aktion */


.kursiv, .beschreibung {
    font-family: hnaschrift;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 24px !important;
}

p.kursiv.video {
    margin-bottom: 0em;
}

.zahl {
    font-family: 'Merriweather', serif;
    font-size: 56px;
    color: #5583ac;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.hintergrundbild {
    background-image: url(../images/Video-Standbild_Frau-mit-Tablet_1140pxt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -20px;
    padding: 20px 30px;
    margin-bottom: 1em;
    margin-top: 0px;
    border-radius: 20px;
    color: #ffffff;
    width: 100%;
    height: 150px;
}

.hintergrundblauhell {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 1em;
    margin-top: 0px;
    border-radius: 20px;
    background: #5583ac;
    color: #ffffff;
}

.hintergrundblauhell h1 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 700;
}

.hintergrundblauhell h2 {
    color: #fbf4e2;
    font-size: 32px;
    font-weight: 700;
}

.hintergrundblau {
    text-align: center;
    padding: 0px;
    margin-bottom: 1em;
    margin-top: 7em;
    border-radius: 20px;
    background: #005288;
    color: #ffffff;
}

.hintergrundblau h1 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-left: 110px;
    padding: 20px;
}

.hintergrundblau.spatan h1 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-left: 0px;
    padding: 0px 20px 5px 20px;
}

.hintergrundblau.dankeplus h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-left: 0px;
    padding: 0px 25px 15px 25px;
}

.dankeplus p {
    margin: 1em 2em;
}

.dankeplus-inner {
    margin: 1em 2em;
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    color: #005288;
}

.dankeplus-inner h2 {
    color: var(--dunkelblau);
    font-size: 32px;
    font-weight: 700;
}

.dankeplus-inner h3 span {
    color: var(--dunkelblau);
}

.dankeplus-inner button {
    color: #ffffff;
    background: var(--dunkelblau);
    border: 0px solid var(--dunkelblau);
}

.dankeplus-inner button:hover {
    border: 0px solid;
}

.hintergrundblau .stopper {
    position: absolute;
    top: 8px;
    left: 8px;
}

.hintergrundblau .stopper img {
    width: 100px;
}

.hintergrundrot {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 1em;
    margin-top: 9em;
    border-radius: 20px;
    background: -o-linear-gradient(150deg, var(--dunkelblau), #5583ac 100%);
    background: linear-gradient(300deg, var(--dunkelblau), #5583ac 100%);
}

.hintergrundrotunten {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 3em;
    margin-top: 1em;
    border-radius: 20px;
    background: #C8324C;
}

.hintergrundrot h2, .hintergrundrotunten h2 {
    color: #ffffff;
    font-family: hnaschrift;
    font-size: 30px;
    font-weight: 400;
}

.hintergrundrot h3, .hintergrundrotunten h3 {
    color: #ffffff;
    font-family: 'Merriweather', serif;
    font-weight: 400;
    font-size: 20px;
}

.hintergrund1 {
    text-align: center;
    padding: 50px 30px;
    margin-bottom: 2em;
    margin-top: 2em;
    border-radius: 20px 20px 20px 20px;
    background: -webkit-gradient(linear, center top, center bottom, from(#f7e5bc), color-stop(100%, #fcf5e4));
    background: -webkit-linear-gradient(top, #fcf5e4, #f7e5bc 100%);
    background: linear-gradient(to bottom, #fcf5e4, #f7e5bc 100%);
    z-index: 999;
}

#hilfe .hintergrund1 {
    background: -webkit-gradient(linear, center top, center bottom, from(#f7e5bc), color-stop(30%, #fcf5e4));
    background: -webkit-linear-gradient(top, #f7e5bc, #fcf5e4 30%);
    background: linear-gradient(to bottom, #f7e5bc, #fcf5e4 30%);
    z-index: 999;
}

.hintergrund {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 0em;
    margin-top: 0em;
    border-radius: 20px 20px 0px 0px;
    background: -webkit-gradient(linear, center top, center bottom, from(#fcf5e4), color-stop(100%, #f7e5bc));
    background: -webkit-linear-gradient(top, #fcf5e4, #f7e5bc 100%);
    background: linear-gradient(to bottom, #fcf5e4, #f7e5bc 100%);
}

.hintergrund h1 + p, .hintergrund h2 + p {
    margin-top: 2em;
}

.hintergrund h3 + p {
    margin-top: 1em;
}

.hintergrund h1, .hintergrund1 h1 {
    color: var(--dunkelblau);
    font-family: hnaschrift;
    font-size: 42px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

#home .hintergrund h1, #home .hintergrund1 h1 {
    color: var(--dunkelblau);
    font-family: hnaschrift;
    font-size: 72px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}

.hintergrund h1 span, .hintergrund1 h1 span, .hintergrundrot h2 span, .hintergrundrotunten h2 span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

.hintergrund2hellrund h2 span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

.hintergrund1 h2, .hintergrund h2, .hintergrund2hell h2 {
    color: #5583ac;
    font-family: hnaschrift;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
}

.hintergrund2hellrund h2 {
    color: var(--dunkelblau);
    font-family: hnaschrift;
    font-weight: 400;
    font-size: 34px;
    line-height: 46px;
}

.hintergrund h3 {
    color: #000000;
    font-family: hnaschrift;
    font-size: 24px;
    font-weight: 400;
}

.hintergrundrot h4, .hintergrundrotunten h4 {
    color: #ffffff;
    font-family: hnaschrift;
    font-size: 24px;
    font-weight: 400;
}

.hintergrund h3 span, .hintergrundrot h4 span, .hintergrundrotunten h4 span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

/*
.ausgabe {
  margin-bottom: 0em;
}
*/
.hintergrund p, .hintergrund2eck p, .hintergrundrot p, .hintergrundrotunten p, .hintergrund2hell p, .hintergrund2hellrund p, .hintergrund2dunkelrund p {
    margin-bottom: 2em;
    font-size: 16px;
    line-height: 1.4em;
}

.hintergrundrot p, .hintergrundrotunten p {
    color: #ffffff;
}

p.ausgabenp {
    text-align: center;
}

.hintergrund > hr {
    border-top-color: #d5d5d5;
}

.hintergrund .container {
    max-width: 100%;
}

.container0 {
    background-color: var(--hellgrau);
    position: relative;
    padding: 30px 0;
    top: 100px;
}
/*#home .container0 {*/
/*    background-color: var(--hellgrau);*/
/*    position: relative;*/
/*    padding: 30px 0;*/
/*    top: 0px;*/
/*}*/

.container1 {
    background-color: #ffffff;
    padding: 30px 0;
    position: relative;
    top: 100px;
}
/*#home .container1 {*/
/*    background-color: #ffffff;*/
/*    padding: 30px 0;*/
/*    position: relative;*/
/*    top: 0px;*/
/*}*/

.container2 {
    background-color: var(--hellgrau);
    padding: 30px 0;
    position: relative;
    top: 100px;
}
/*#home .container2 {*/
/*    background-color: var(--hellgrau);*/
/*    padding: 30px 0;*/
/*    position: relative;*/
/*    top: 0px;*/
/*}*/

.container3 {
    background-color: #ffffff;
    padding: 30px 0;
    position: relative;
    top: 100px;
}
/*#home .container3 {*/
/*    background-color: #ffffff;*/
/*    padding: 30px 0;*/
/*    position: relative;*/
/*    top: 0px;*/
/*}*/

.container4 {
    background-color: var(--hellgrau);
    padding: 30px 0;
    position: relative;
    top: 100px;
}
/*#home .container4 {*/
/*    background-color: var(--hellgrau);*/
/*    padding: 30px 0;*/
/*    position: relative;*/
/*    top: 0px;*/
/*}*/

/* Aktion drei für eins, 3 für 1 */
#aktion-3fuer1 .container0 {
    padding: 0;
}
#aktion-3fuer1 .container0 {
    background: var(--hellweinrot);
}
#aktion-3fuer1 .container1 .container {
    width: 100%;
    background: var(--hellweinrot);
    height: 100vh;
}
#aktion-3fuer1 .container1 {
    padding: 0 0;
}
.aktion-3fuer1 img {
    height: calc(100vh - 86px);
    float: right;
    display: none;
    z-index: 999;
}
.aktion-pfeil-bs {
    width: calc(100vw - 50px);
    height: 200px;
    background: #ffffff;
    position: absolute;
    top: 40px;
    left: 50px;
}
.aktion-pfeil-bs:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
    border-right-width: 40px;
    margin-top: -100px;
    border-top-width: 100px;
    border-bottom-width: 100px;
}
.aktion-text-bs {
    position: relative;
    top: 600px;
    left: 0;
}
./ {
    margin-left: 1em;
}
.aktion-pfeil-text-bs h2 {
    font-size: 55px;
    line-height: 65px;
    text-align: left;
}
.aktion-pfeil-text-bs h3 {
    font-size: 34px;
    line-height: 42px;
    text-align: left;
    margin-top: 0;
}
.aktion-text-bs {
    position: relative;
    top: 260px;
}
.aktion-text-bs ul {
    list-style: none;
}

.aktion-text-bs ul li::before {
    content: "\2022";
    color: var(--dunkelblau);
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.aktion-text-bs li {
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 0.3em;
    color: #fff;
}
.aktion-kreis-bs {
    position: absolute;
    top: 300px;
    right: 400px;
    background: var(--weinrot);
    padding: 0px;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    -webkit-box-shadow: 0px 6px 16px #222222;
    box-shadow: 0px 6px 16px #222222;
}
.aktion-kreis-bs h2 {
    font-size: 50px;
    line-height: 55px;
    color: #ffffff;
    text-align: center;
    transform: translateY(-75%);
    top: 50%;
    position: relative;
}
#aktion-3fuer1 .btn-default {
    margin-left: 15px;
}
/* Aktion 3 für 1 ENDE */

.hintergrund img {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.warenkorb h3 {
    margin-top: 0;
}

.warenkorb img {
    width: 70%;
    position: absolute;
    top: 32px;
}

.warenkorb {
    padding-left: 0;
    padding-right: 0;
}

.geraetedaten-auswahl {
    border-top: 1px solid var(--dunkelgrau);
    border-bottom: 0px solid var(--dunkelgrau);
}
#bestellen-probeabo-zusammenfassung-2_3 .geraetedaten-auswahl {
    border-top: 0px solid var(--dunkelgrau);
    border-bottom: 0px solid var(--dunkelgrau);
}
#bestellen-probeabo-aktion-zusammenfassung-2_3 .geraetedaten-auswahl {
    border-top: 0px solid var(--dunkelgrau);
    border-bottom: 0px solid var(--dunkelgrau);
}
/*#wechseln-2_3 .geraetedaten-auswahl {*/
/*    border-top: 0px solid var(--dunkelgrau);*/
/*    border-bottom: 0px solid var(--dunkelgrau);*/
/*}*/

div#geraetedaten, div#geraetedatenAbo {
    margin: 20px 0px 40px 0px;
    min-height: 130px;
}
#bestellen-probeabo-zusammenfassung-2_3 div#geraetedaten {
    margin: 20px 440px 20px 40px;
    min-height: 20px;
}
#bestellen-probeabo-zusammenfassung-2_3 .hintergrund3 {
    padding: 10px 30px;
}
#bestellen-probeabo-aktion-zusammenfassung-2_3 div#geraetedaten {
    margin: 20px 440px 20px 40px;
    min-height: 20px;
}
#bestellen-probeabo-aktion-zusammenfassung-2_3 .hintergrund3 {
    padding: 10px 30px;
}
/*#wechseln-2_3 div#geraetedaten {*/
/*    margin: 20px 440px 20px 40px;*/
/*    min-height: 20px;*/
/*}*/
/*#wechseln-2_3 .hintergrund3 {*/
/*    padding: 10px 30px;*/
/*}*/

button#weiter {
    position: absolute;
    right: 15px;
    top: 178px;
}
input#weiter {
    position: absolute;
    right: 15px;
    top: 178px;
}
#bestellen-probeabo-1_3 input#weiter {
    position: relative;
    left: 15px;
    top: 0px;
    width: 200px;
}
#bestellen-probeabo-aktion-1_3 input#weiter {
    position: relative;
    left: 15px;
    top: 0px;
    width: 200px;
}
/*#wechseln-1_3 input#weiter {*/
/*    position: relative;*/
/*    left: 15px;*/
/*    top: 0px;*/
/*    width: 200px;*/
/*}*/

#bestellen-probeabo-zusammenfassung-2_3 .hideAfterSubmit h4, #bestellen-probeabo-zusammenfassung-2_3 .hideAfterSubmit h3 {
    margin-left: -15px;
}
#bestellen-probeabo-aktion-zusammenfassung-2_3 .hideAfterSubmit h4, #bestellen-probeabo-aktion-zusammenfassung-2_3 .hideAfterSubmit h3 {
    margin-left: -15px;
}
/*#wecheln-2_3 .hideAfterSubmit h4, #wechseln-2_3 .hideAfterSubmit h3 {*/
/*    margin-left: -15px;*/
/*}*/
#bestellen-aktion-3fuer1-zusammenfassung-4_5 .hideAfterSubmit h4, #bestellen-aktion-3fuer1-zusammenfassung-4_5 .hideAfterSubmit h3 {
    margin-left: -15px;
}
#bestellen-probeabo-zusammenfassung-2_3 button#weiter {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 200px;
}
#bestellen-probeabo-aktion-zusammenfassung-2_3 button#weiter {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 200px;
}
/*#wechseln-2_3 button#weiter {*/
/*    position: absolute;*/
/*    right: 15px;*/
/*    top: 10px;*/
/*    width: 200px;*/
/*}*/
.formzurueck {
    position: absolute;
    left: 15px;
    top: 178px;
}
#bestellen-probeabo-zusammenfassung-2_3 .formzurueck {
    position: absolute;
    right: unset;
    left: -30px;
    top: -10px;
}
#bestellen-probeabo-zusammenfassung-2_3 .btn-primary {
    margin-top: 0;
}
#bestellen-probeabo-aktion-zusammenfassung-2_3 .formzurueck {
    position: absolute;
    right: unset;
    left: -30px;
    top: -10px;
}
#bestellen-probeabo-aktion-zusammenfassung-2_3 .btn-primary {
    margin-top: 0;
}
/*#wechseln-2_3 .formzurueck {*/
/*    position: absolute;*/
/*    right: unset;*/
/*    left: -30px;*/
/*    top: -10px;*/
/*}*/
/*#wecheln-2_3 .btn-primary {*/
/*    margin-top: 0;*/
/*}*/

div.bildelonauebersicht {
    position: absolute;
    top: 30%;
    left: 660px;
    z-index: 9;
}

.bildelonauebersicht img {
    display: none;
}

/* Übersicht im Neukunde Formular in einem Block einblenden*/
#uebersicht, #uebersicht2 {
    display: none;
}

#uebersicht3 {
    display: block;
}


/* FAQ ANFANG */
.hintergrund #stores img {
    margin-top: 0em;
    margin-bottom: 3em;
}

/* FAQ ENDE */

.hintergrund2 {
    text-align: center;
    padding: 20px 15px;
    margin-bottom: 2em;
    margin-top: 1em;
    border-radius: 20px;
    background-color: #ffffff;
}

.hintergrund2 h3, .hintergrund2eck h3, .hintergrundrot h3, .hintergrundrotunten h3, .hintergrund2hell h3, .hintergrund2hellrund h3, .hintergrund2dunkelrund h3 {
    font-family: hnaschrift;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0.7em;
    text-transform: uppercase;
}

.hintergrund2eck h3 {
    margin-bottom: 1em;
}

.hintergrund2 h3 span, .hintergrund2eck h3 span, .hintergrundrot h3 span, .hintergrundrotunten h3 span, .hintergrund2hell h3 span, .hintergrund2hellrund h3 span, .hintergrund2dunkelrund h3 span {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

.hintergrund2hell {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 0em;
    margin-top: 0em;
    border-radius: 12px;
    background-color: #ffffff;
    background-size: contain;
}

.hintergrund2hellrund {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 2em;
    margin-top: 0em;
    border-radius: 0px 0px 20px 20px;
    background: -webkit-gradient(linear, center top, center bottom, from(#f7e5bc), color-stop(100%, #fcf5e4));
    background: -webkit-linear-gradient(top, #f7e5bc, #fcf5e4 100%);
    background: linear-gradient(to bottom, #f7e5bc, #fcf5e4 100%);
    background-size: contain;
    border-top: 4px dashed #ffffff;
}

.hintergrund2dunkelrund {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 2em;
    margin-top: 0em;
    border-radius: 0px 0px 20px 20px;
    background-color: #f7e5bc;
    background-size: contain;
    border-top: 4px dashed #ffffff;
}

.hintergrund2eck {
    text-align: center;
    padding: 20px 30px;
    margin-bottom: 0em;
    margin-top: 0em;
    border-radius: 0px;
    background-color: #f7e5bc;
    background-size: contain;
    border-top: 4px dashed #ffffff;
}

.hintergrund2eck img {
    width: 29%;
}

.sechsicons img {
    width: 29%;
    margin-top: 2em;
}
#home .container1 img {
    margin-top: 2em;
}
#home .container2 p {
    text-align: center;
}
.hintergrund3 {
    text-align: left;
    padding: 2px 15px;
    margin-bottom: 1em;
    margin-top: 1em;
    border-radius: 12px;
    background-color: #ffffff;
}

.hintergrund3 img {
    max-width: 100%;
}

.hintergrund3 img.barimg {
    max-width: 100%;
}

.hintergrund3 > div.warnung:after {
    content: "Aufgrund der aktuellen Lage gibt es Lieferengpässe beim Hersteller";
    top: 30px;
    left: 0;
    position: absolute;
    color: red;
    font-size: 1em;
    font-family: hnaschrift;
    font-weight: 700;
    background-color: wheat;
    line-height: 1.2em;
    border-radius: 10px;
    padding: 10px;
    opacity: .9;
}

.hintergrund4 {
    text-align: left;
    padding: 20px 30px;
    margin-bottom: 1em;
    margin-top: 1em;
    border-radius: 12px;
    background: #ffffff;
}

.hintergrund5 {
    text-align: left;
    padding: 20px 30px;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 1em;
    border-radius: 12px;
    background: #ffffff;
}

.kastenrahmen {
    display: flex;
    width: 90%;
    margin-left: 5%;
}

.kasten {
    width: 200px;
    height: 140px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

div.oabstand {
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 10px;
}

div.oabstand:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 10px;
}

/* .oabstand img {
    margin-bottom: 1em;
}  */


/* Formulare Anfang */
.einmalzahlung {
    font-size: 14px;
    font-family: 'hnaschrift';
    font-weight: 400;
}

.einmalzahlung span {
    font-family: hnaschrift, sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: var(--dunkelblau);
}

.weiss, .weiss span {
    color: #ffffff;
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000000;
    background-color: #fff;
    background-image: none;
    border: none; /* 0.5px solid #c8c8c8;  */
    border-radius: 11px;
    font-family: hnaschrift;
    font-weight: 400;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
}

.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #ccc;
}

.form-control::placeholder { /* Most modern browsers support this now. */
    color: #ccc;
}


.has-error .form-control, .has-error input[type="checkbox"]::before {
    border: 2px solid #a94442;
}

li.formrow {
    line-height: 26px;
}

div#uebersicht li, div#uebersicht2 li {
    text-align: left;
    list-style: none;
    margin-left: -35px;
    line-height: 32px;
}

div#uebersicht2 li {
    font-family: 'Merriweather', serif;
    font-size: 16px;
}

div#uebersicht li span:nth-child(1), div#uebersicht2 li span:nth-child(1) {
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

div#uebersicht li span:nth-child(2), div#uebersicht2 li span:nth-child(2) {
    display: inline-block;
}

#uebersicht3 li.abstand {
    margin-bottom: 1em;
}

div#uebersicht3 li {
    text-align: center;
    list-style: none;
    margin-left: -35px;
}

#uebersicht3 span.formvalue {
    font-size: 1.2em;
    font-family: 'Merriweather', serif;
}

#uebersicht3 span.formtag {
    font-family: hnaschrift, sans-serif;
    font-weight: 700;
}

#frmGrpPflicht {
    line-height: 1.5em;
}
#bestellen-neukunde-gesamt .hideAfterSubmit h4, #bestellen-neukunde-gesamt .hideAfterSubmit h3 {
    margin-left: -15px;
}
/* Formular Ende */


/* min-width 320px */
@media (min-width: 320px) {

    .aktion p, .aktion h2 {
        text-align: center;
    }

    .panel-default > .panel-heading {
        margin-right: 20px;
        margin-left: 20px;
    }

    #article .testenrund {
        display: none;
    }

    #article .testenrund span {
        display: none;
    }

    #article img.img-responsive.center-block {
        display: none;
    }

}

/* min-width 412px */
@media (min-width: 412px) {
    .carousel-caption {
        position: relative;
        right: 0;
        top: 0px;
        left: 0;
        z-index: 10;
        padding: 20px;
        color: #fff;
        text-align: center;
        text-shadow: none;
        background: rgba(255, 255, 255, 0.8);
    }
}

}
/* min-width 568px */
@media (min-width: 568px) {

    .row.elonabildrechts {
        margin-top: 0em;
        display: block;
    }

    .buttontesten img.img-responsive {
        width: 100% !important;
        margin-bottom: 1em;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .warenkorb .col-xs-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hintergrund2 {
        text-align: center;
        padding: 20px 30px;
        margin-bottom: 2em;
        margin-top: 1em;
        border-radius: 20px;
    }

    .btn-primary-tab {
        background-image: none;
        text-transform: initial;
        border-radius: 10px;
        font-family: hnaschrift;
        font-size: 16px;
        padding: 8px 10px;
        margin-bottom: 1em;
    }

    h3.tabletbold {
        font-weight: 700;
        font-family: hnaschrift, sans-serif;
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 0.7em;
    }

    .form-control {
        display: block;
        width: 100%;
        height: 50px;
        padding: 6px 20px;
        font-size: 17px;
        line-height: 1.42857143;
        color: #000000;
        background-color: #fff;
        background-image: none;
        border: none; /* 0.5px solid #c8c8c8;  */
        border-radius: 11px;
        font-family: hnaschrift;
        font-weight: 400;
    }

    .elonatextmitte {
        float: left;
        text-align: center;
        width: 100%;
    }

    img.elonaliest {
        width: 24%;
    }

    .navbar-fixed-top {
        position: absolute;
        right: 0;
        left: 0;
    }

    .elonabildrechts img {
        width: 75%;
        float: left;
    }

    .panel-group {
        margin-bottom: 20px;
    }

    .hintergrund3 {
        text-align: left;
        padding: 20px 30px;
        margin-bottom: 1em;
        margin-top: 1em;
        border-radius: 12px;
        background-color: #ffffff;
    }

    .standortmarker img {
        width: 39%;
        float: left;
        margin-left: 13em;
    }

    .hintergrund2 h3, .hintergrund2eck h3, .hintergrundrot h3, .hintergrundrotunten h3, .hintergrund2hell h3, .hintergrund2hellrund h3, .hintergrund2dunkelrund h3 {
        font-family: hnaschrift;
        font-size: 38px;
        line-height: 48px;
        font-weight: 400;
        margin-bottom: 0.7em;
        color: var(--dunkelblau);
    }

    .hintergrund2eck h3 {
        margin-bottom: 1em;
    }

    .hintergrund2 h3 span, .hintergrund2eck h3 span, .hintergrundrot h3 span, .hintergrundrotunten h3 span, .hintergrund2hell h3 span, .hintergrund2hellrund h3 span, .hintergrund2dunkelrund h3 span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    h3.tabletbold {
        font-weight: 700;
        font-family: hnaschrift;
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 0em;
    }

    h3.tablet {
        font-weight: 400;
        font-family: hnaschrift;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 2em;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 51%;
        margin-right: auto;
        margin-left: auto;
        left: 0px;
        position: relative;
    }
    .navbar-brand-mobil img {
        display: block;
        width: 45%;
        margin-left: -15px;
        margin-top: -60px;
    }
    #aktion-3fuer1 .container1 .container {
        width: 100%;
        background: var(--hellweinrot);
        height: calc(100vh + 160px);
        /*min-height: calc(100vh + 50px);*/
    }
}


/* min-width 768px */
@media (min-width: 768px) {
    h1, h2 {
        font-weight: 700;
        font-size: 28px;
        line-height: 36px;
    }
    h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: var(--dunkelblau);
    }
    h3.links {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-align: left;
        color: var(--dunkelblau);
    }
    h4 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        text-align: left;
        color: var(--dunkelblau);
    }
    h5 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 400;
        text-align: left;
        color: #000000;
    }
    p {
         font-size: 18px;
         line-height: 24px;
         font-weight: 400;
         text-align: left;
         color: #000000;
     }
    li#loginmobil, li#mediengruppe-kreiszeitung {
        display: none;
    }
    .mklogo-header-container {
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 0;
        left: 0;
    }

    .mklogo-header {
        -webkit-box-shadow: 0px 0px 4px #dddddd;
        box-shadow: 0px 0px 4px #dddddd;
        width: 216px;
        height: 140px;
        position: absolute;
        left: 0;
        top: -60px;
        padding: 0;
        background: #ffffff;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        z-index: 9999;
    }
    li.active a {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
        color: #ffffff !important;
        background-color: unset !important;
    }
    .navbar-id-container {
        background: none;
    }
    .carousel-indicators {
        bottom: -6px;
    }
    .carousel-indicators li {
        background-color: var(--dunkelgrau);
    }
    .carousel-indicators .active {
        background-color: var(--dunkelblau);
    }
    .carousel-caption .btn-default {
        padding: 8px 10px;
    }
    .carousel-caption .leftcenter {
        text-align: left;
        margin-left: 15px;
        margin-top: -10px;
    }
    form p {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        text-align: left;
        color: #000000;
    }
    .teaser-flex-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 60px;
        min-height: 250px;
        height: auto;
        flex-direction: unset;
    }
    .teaser-flex-item {
        width: 50%;
    }
    .teaser-flex-innen {
        padding: 20px 20px 20px 30px;
    }
    .teaser-hilfe-button {
        width: 100px;
        display: inline-block;
        margin-right: 20px;
    }
    .teaser-flex-container .raumunten1 {
        margin-bottom: 0.5em;
    }
    #home h1, h2, #home h5 {
        text-align: left;
    }
    #home .hintergrund h1, #home .hintergrund1 h1 {
        color: var(--dunkelblau);
        font-family: hnaschrift, "Open Sans";
        font-size: 112px;
        font-weight: 400;
        padding-left: 10px;
        padding-right: 10px;
    }
    .sechsicons img {
        margin-top: 0;
    }
    #home .container1 img {
        margin-top: 0em;
    }
    #home .container2 p {
        text-align: left;
    }
    .container0 {
        background-color: var(--hellgrau);
        position: relative;
        padding: 30px 0;
        top: 0;
    }
    .container1, .container2, .container3, .container4 {
        top: 0;
    }
    /* ACC Angebot */
    .acc-angebot-container {
        display: none;

    }
    .acc-angebot {
        -webkit-box-shadow: 0px 0px 4px #dddddd;
        box-shadow: 0px 0px 4px #dddddd;
        position: absolute;
        right: 0px;
        padding: 12px 12px 6px 12px;
        background: var(--weinrot);
        background-size: 100%;
        background-position: center;
        width: 22%;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .acc-angebot h3 {
        font-size: 21px;
        line-height: 21px;
        color: #ffffff;
        margin-top: 0.6em;
        text-align: center;
    }
    .acc-angebot p {
        color: #ffffff;
        text-align: center;
        line-height: 18px;
    }
    .acc-angebot img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        border-radius: 12px;
    }

    /* Slider - Carousel */
    .carousel {
        position: relative;
        margin-top: 120px;
        top: 0;
        height: auto;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        left: 0;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .carousel-caption .leftcenter {
        text-align: left;
        margin-left: 0px;
        margin-top: -10px;
    }
    .carousel-caption {
        position: absolute;
        top: 50px;
        left: 8%;
        right: 0;
        border: 0;
        height: auto;
        padding: 0;
        width: 42%;
        background: rgba(255, 255, 255, 0.8);
        bottom: auto;
    }

    .carousel-caption h4, .carousel-caption p {
        text-shadow: none;
        text-align: left;
        padding-left: 20px;
        padding-right: 10px;
    }

    .carousel-caption h4 {
        font-size: 32px;
        line-height: 38px;
    }

    .carousel-caption .row {
        padding-left: 20px;
        margin: 0;
    }

    .carousel-control {
        width: 0; /* war 15% */
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 20px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 20px;
    }

    div#geraetedaten, div#geraetedatenAbo {
        margin: 20px 40px 20px 40px;
        min-height: 160px;
    }
    #bestellen-probeabo-zusammenfassung-2_3 div#geraetedaten {
        margin: 20px 440px 20px 40px;
        min-height: 20px;
    }
    #bestellen-probeabo-zusammenfassung-2_3 .hintergrund3 {
        padding: 10px 30px;
    }
    #bestellen-probeabo-zusammenfassung-2_3 .formzurueck {
        position: absolute;
        right: 270px;
        top: -10px;
    }
    #bestellen-probeabo-aktion-zusammenfassung-2_3 div#geraetedaten {
        margin: 20px 440px 20px 40px;
        min-height: 20px;
    }
    #bestellen-probeabo-aktion-zusammenfassung-2_3 .hintergrund3 {
        padding: 10px 30px;
    }
    #bestellen-probeabo-aktion-zusammenfassung-2_3 .formzurueck {
        position: absolute;
        right: 270px;
        top: -10px;
    }
    /*#wechseln-2_3 div#geraetedaten {*/
    /*    margin: 20px 440px 20px 40px;*/
    /*    min-height: 20px;*/
    /*}*/
    /*#wechseln-2_3 .hintergrund3 {*/
    /*    padding: 10px 30px;*/
    /*}*/
    /*#wechseln-2_3 .formzurueck {*/
    /*    position: absolute;*/
    /*    right: 270px;*/
    /*    top: -10px;*/
    /*}*/
    .formzurueck {
        position: absolute;
        right: unset;
        top: 178px;
        width: 120px;
        left: 55px;
    }
    button#weiter {
        position: absolute;
        right: 15px;
        top: 178px;
    }
    input#weiter {
        top: 178px;
    }
    /*.aktion-3fuer1 img {*/
    /*    height: calc(100vh - 130px);*/
    /*    position: absolute;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    display: block;*/
    /*}*/
    #aktion-3fuer1 .container1 .container {
        width: 100%;
        background: var(--hellweinrot);
        height: calc(100vh - 40px);
        /*min-height: calc(100vh + 50px);*/
    }
    .aktion-3fuer1 img {
        height: calc(100vh - 500px);
        position: absolute;
        right: 0px;
        bottom: 0;
        display: block;
    }
    .aktion-pfeil-bs {
        width: calc(100vw - 50px);
        height: 200px;
        background: #ffffff;
        position: absolute;
        top: 200px;
        left: 50px;
    }
    .aktion-pfeil-bs:after {
        right: 100%;
        top: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #fff;
        border-right-width: 40px;
        margin-top: -100px;
        border-top-width: 100px;
        border-bottom-width: 100px;
    }
    .aktion-text-bs {
        position: relative;
        top: 450px;
        left: 40px;
        width: 50%;
    }
    .aktion-pfeil-text-bs {
        margin-left: 1em;
    }
    .aktion-pfeil-text-bs h2 {
        font-size: 55px;
        line-height: 65px;
    }
    .aktion-pfeil-text-bs h3 {
        font-size: 34px;
        line-height: 42px;
        text-align: left;
        margin-top: 0;
    }

    .appstores img {
        width: 22%;
        display: inline-block;
        margin-right: 1.6em;
        margin-top: 1em;
    }
    footer {
        padding: 30px 0 22px 0;
        top: 0;
    }
    footer p {
        display: inline-block;
        font-size: 16px;
        margin-left: 1em;
    }
    footer .copy {
        float: unset;
        text-align: center;
        position: relative;
        bottom: 0;
        left: 0;
        width: auto;
    }
    .copy p {
        font-size: 14px;
        margin-left: 0px;
        position: relative;
        bottom: 0;
        display: inline-block;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
    }
    footer .navi-footer {
        float: unset;
        text-align: center;
        margin-top: 0.6em;
    }
    footer .navi-footer p {
        text-align: center;
        display: inline-block;
    }
    /*footer .navi-footer a {*/
    /*    color: #ffffff;*/
    /*}*/
    /* Übersicht im Neukunde Formular ausblenden*/
    #uebersicht2 {
        width: 72.5%;
    }

    #uebersicht, #uebersicht2 {
        display: block;
    }

    #uebersicht3 {
        display: none;
    }

    #article .testenrund {
        display: block;
    }

    #article .testenrund span {
        display: block;
    }

    #article img.img-responsive.center-block {
        display: block;
    }

    .aktionhome img {
        margin-left: 0em;
        margin-top: 0.5em;
        width: 100%;
    }

    .anna-gross {
        position: relative;
    }

    .anna-gross:after {
        background-image: url(../images/HNA-Frau_steht_mit_Smartphone.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 999;
        position: absolute;
        width: 33%;
        height: 100%;
        content: "";
        top: 190px;
        right: 2px;
    }

    .einzug-rechts {
        margin-right: 33%;
    }

    .panel-default > .panel-heading {
        margin-right: 0px;
        margin-left: 0px;
    }

    .navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1030;
        border-radius: 0;
        background-color: var(--dunkelblau);
        color: #ffffff;
        height: 60px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 60px;
        margin-bottom: 0px;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    li#bestellen, li#kontakt {
        display: inline-block;
        width: 110px;
    }
    li#hilfe {
        display: inline-block;
        width: 130px;
    }
    li#bestellen a, li#hilfe a, li#kontakt a, li#testen a, li#app a {
        color: #ffffff;
        font-weight: 400;
    }
    li#bestellen.active a, li#hilfe.active a, li#kontakt.active a, li#testen.active a, li#app.active a {
        font-weight: 700;
    }
    li#testen {
        display: inline-block;
        width: 90px;
    }
    li#app {
        display: inline-block;
        width: 70px;
    }
    li#bestellen a:hover, li#testen a:hover, li#app a:hover, li#hilfe a:hover, li#kontakt a:hover {
        font-weight: bold;
        text-decoration: none;
        background-color: var(--dunkelblau) !important;
    }

    li#bestellen a::after, li#testen a::after, li#app a::after, li#hilfe a::after, li#kontakt a::after {
        /*display:block;*/
        font-weight: bold;
        visibility: hidden;
        overflow: hidden;
        height: 0px;
        /*font-size: 16px;*/
    }
    li.homemobil {
        display: none;
    }

    .rightcenter {
        float: right;
    }

    .leftcenter {
        float: left;
    }

    .row div.leftcenter {
        margin-right: 20px;
    }


    .hintergrund1 {
        text-align: center;
        padding: 50px 100px;
        margin-bottom: 2em;
        margin-top: 2em;
        border-radius: 20px 20px 20px 20px;
        background: -webkit-gradient(linear, center top, center bottom, from(#fcf5e4), color-stop(100%, #f7e5bc));
        background: -webkit-linear-gradient(top, #fcf5e4, #f7e5bc 100%);
        background: linear-gradient(to bottom, #fcf5e4, #f7e5bc 100%);
        z-index: 999;
    }

    .navbar-id-container {
        position: relative;
        width: 738px;
        margin-left: auto;
        margin-right: auto;
    }

    div#navbar {
        margin-top: 10px;
    }

    #accordion h4 span {
        font-weight: 400;
        font-size: 20px;
    }

    .panel-title > a, .panel-title > a:hover {
        font-size: 21px;
        line-height: 32px;
        color: #000000 !important;
        text-decoration: none;
    }

    .aktionhome {
        display: block;
        position: relative;
        top: 15px;
        right: 6px;
    }

    #samsungTabDez2021 .aktionhome {
        display: block;
        position: relative;
        top: -2px;
        right: 6px;
    }

    .aktion .aktionhomebutton {
        padding-left: 0px;
        padding-right: 0px;
    }

    .buttontesten {
        position: relative;
        top: 0px;
    }

    .standortmarker img {
        width: 14%;
        float: left;
        margin-left: 19.5em;
    }

    .testenrund {
        font-family: hnaschrift, "Open Sans";
        width: 100px;
        height: 100px;
        background: #000000;
        border: 4px solid #ffffff;
        border-radius: 50px;
        color: #000000;
        font-size: 14px;
        line-height: 18px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: -webkit-gradient(linear, left top, left bottom, from(#EAE4D6), to(#f7e5bc));
        background: -webkit-linear-gradient(top, #EAE4D6, #f7e5bc 100%);
        background: -o-linear-gradient(top, #EAE4D6, #f7e5bc 100%);
        background: linear-gradient(to bottom, #EAE4D6, #f7e5bc 100%);
    }

    .testenrund span {
        position: relative;
        top: 8px;
    }

    .hintergrund2eck img {
        width: 29%;
    }

    .hintergrund2eck h3 {
        margin-bottom: .6em;
    }

    .karte {
        display: block;
    }

    .stattkarte {
        display: none;
    }

    .row.elonabildrechts {
        margin-top: -3em;
    }

    /* Button header kreiszeitung.de */
    .krzbutton-container {
        width: 738px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .krzbutton-container {
        display: block;
    }
    .krzbutton a {
        display: block;
        background-color: #ffffff;
        border: 1px solid var(--dunkelblau);
        border-radius: 8px;
        position: absolute;
        top: -42px;
        right: 120px;
        z-index: 9999;
        color: var(--dunkelblau);
        padding: 2px 12px;
        font-weight: 400;
    }
    .krzbutton2 a {
        display: block;
        background-color: #ffffff;
        border: 1px solid var(--dunkelblau);
        border-radius: 8px;
        position: absolute;
        top: -42px;
        right: 0px;
        z-index: 9999;
        color: var(--dunkelblau);
        padding: 2px 12px;
        font-weight: 400;
    }
    .krzbutton a:hover, .krzbutton2 a:hover {
        border: 1px solid var(--dunkelblau);
        color: #ffffff;
        background: var(--dunkelblau);
        font-weight: 400;
    }

    #home .hintergrund {
        margin-top: 2em;
    }

    .hoehe280 img {
        height: 280px;
        margin-top: 0em;
        margin-bottom: 0em;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-brand-mobil img {
        display: none;
    }

    .navbar-brand img {
        width: 120%;
        margin-top: 4px;
    }

    .navbar-brand {
        display: block;
        float: left;
        width: 180px;
        height: auto;
        padding: 0;
        font-size: 18px;
        line-height: 20px;
    }

    .navbar-nav {
        float: right;
    }

    /* Home Bild Aktion */
    .aktion p, .aktion h2 {
        text-align: center;
    }

    .aktion img.store {
        margin-left: -15px;
        width: 100%;
    }

    .hintergrund {
        text-align: center;
        padding: 40px 60px;
        margin-bottom: 0em;
        margin-top: 0em;
        border-radius: 20px 20px 0px 0px;
        background: -webkit-gradient(linear, center top, center bottom, from(#fcf5e4), color-stop(100%, #f7e5bc));
        background: -webkit-linear-gradient(top, #fcf5e4, #f7e5bc 100%);
        background: linear-gradient(to bottom, #fcf5e4, #f7e5bc 100%);
    }

    .hintergrund h1 {
        color: var(--dunkelblau);
        font-family: hnaschrift, "Open Sans";
        font-size: 72px;
        font-weight: 400;
    }

    .hintergrund h1 span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .hintergrund h2 {
        color: #5583ac;
        font-family: hnaschrift, "Open Sans";
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        text-transform: uppercase;
    }

    .hintergrund h3 {
        color: #000000;
        font-family: hnaschrift, "Open Sans";
        font-size: 32px;
        font-weight: 400;
    }

    .hintergrund h3 span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .hintergrund p {
        margin-bottom: 2em;
        font-size: 16px;
        line-height: 27px;
    }

    .hintergrundbild {
        background-image: url(../images/Video-Standbild_Frau-mit-Tablet_1140pxt.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -100px;
        padding: 20px 30px;
        margin-bottom: 1em;
        margin-top: 0px;
        border-radius: 20px;
        color: #ffffff;
        width: 100%;
        height: 240px;
    }

    .hintergrundblau {
        text-align: center;
        padding: 20px;
        margin-bottom: 1em;
        margin-top: 14em;
        border-radius: 20px;
        background: #005288;
        color: #ffffff;
    }

    .hintergrundblau.spatan {
        text-align: center;
        padding: 0px;
        margin-bottom: 1em;
        margin-top: 14em;
        border-radius: 20px;
        background: #005288;
        color: #ffffff;
    }

    .hintergrundblau h1 {
        font-size: 40px;
        font-weight: 700;
        text-align: left;
        margin-left: 200px;
        padding: 0px 25px 15px 25px;
    }

    .hintergrundblau.spatan h1 {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        margin-left: 0px;
        padding: 0px 25px 15px 25px;
    }

    .hintergrundblau .stopper {
        position: absolute;
        top: 12px;
        left: 40px;
    }

    .hintergrundblau .stopper img {
        width: 150px;
    }

    .hintergrund4, .hintergrund5 {
        padding: 20px 20px;
    }

    ul.nav-pills li:nth-child(1), ul.nav-pills li:nth-child(2), ul.nav-pills li:nth-child(3) {
        border-right: 1px solid;
        border-radius: 0px;
    }

    .btn-default {
        background-image: none;
        border-radius: 10px;
        font-family: hnaschrift, "Open Sans";
        font-size: 16px;
        font-weight: 400;
        padding: 10px 10px;
        width: 200px;
    }

    .btn-default span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-ohne {
        color: #000000;
        background-color: transparent;
        background-image: none;
        text-transform: uppercase;
        font-family: hnaschrift, "Open Sans";
        font-size: 17px;
        font-weight: 400;
        padding: 10px 0px;
    }

    .btn-ohne span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-ohne:hover {
        color: #000000;
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-primary-tab {
        background-image: none;
        text-transform: initial;
        border-radius: 10px;
        font-family: hnaschrift, "Open Sans";
        font-size: 16px;
        padding: 8px 10px;
    }

    .btn-primary-tab.tablethochformat {
        font-size: 14px;
    }

    .btn-primary {
        background-image: none;
        text-transform: initial;
        border-radius: 10px;
        font-family: hnaschrift, "Open Sans";
        font-size: 16px;
        font-weight: 400;
        padding: 10px 10px;
        width: 200px;
    }

    .aktionhomebutton .btn-primary {
        margin-top: -1em;
        margin-left: 0px;
        margin-bottom: 1em;
    }

    .btn-primary:focus, .btn-primary:active:focus {
        outline: none;
    }

    .btn-primary span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-orange {
        background-color: var(--dunkelblau);
        border: 1px solid var(--dunkelblau);
        outline: none;
        text-transform: initial;
        border-radius: 10px;
        color: #ffffff;
        font-family: hnaschrift, "Open Sans";
        font-size: 16px;
        padding: 10px 40px;
    }

    .btn-orange span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-orange:hover {
        background-color: #005791;
        border: 1px solid #005791;
        color: #ffffff;
        background-position: 0px 0px;
    }

    .btn-orange:focus, .btn-orange:active:focus {
        background-color: #005791;
        border: 1px solid #005791;
        color: #ffffff;
        outline: none;
    }

    .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
        text-transform: uppercase;
    }
    div#uebersicht {
        font-size: 12px;
    }
    div#uebersicht li, div#uebersicht2 li {
        text-align: left;
        list-style: none;
        margin-left: -35px;
    }

    div#uebersicht li span:nth-child(1), div#uebersicht2 li span:nth-child(1) {
        font-weight: 400;
        display: inline-block;
        width: 100%;
    }

    div#uebersicht li span:nth-child(2), div#uebersicht2 li span:nth-child(2) {
        display: inline-block;
    }

    #frmGrpPflicht {
        line-height: 5.5em;
    }

    .hintergrund3 img {
        max-width: 100%;
    }

}


/* min-width 1024px */
@media (min-width: 1024px) {
    h1, h2 {
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
    }
    .bildelonauebersicht img {
        display: block;
        width: 100%;
    }
    .teaser-flex-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 60px;
        min-height: 350px;
        height: auto;
        flex-direction: unset;
    }
    .teaser-flex-container .raumunten1 {
        margin-bottom: 1em;
    }
    .teaser-hilfe-button {
        width: 220px;
        display: inline-block;
        margin-right: 20px;
    }
    .teaser-hilfe-button img {
        width: 100%;
    }
    .teaser-flex-innen {
        padding: 20px 20px 20px 30px;
    }
    .aktion-text-bs {
        position: relative;
        top: 420px;
        left: unset;
    }
    .aktion-3fuer1 img {
        height: calc(100vh - 200px);
        position: absolute;
        right: 100px;
        bottom: 0;
        display: block;
    }
    .btn-primary-tab {
        font-size: 17px;
    }
    .nurdesk {
        display: block;
    }
    div#uebersicht {
        font-size: 16px;
    }
    .formzurueck {
        position: absolute;
        right: unset;
        top: 178px;
        width: 120px;
        left: 240px;
    }
    footer {
        padding: 30px 0 22px 0;
        top: 0;
    }
    footer p {
        display: inline-block;
        font-size: 16px;
        margin-left: 1em;
    }
    footer .copy {
        float: left;
        text-align: left;
        position: relative;
        bottom: 0;
        left: 0;
        width: auto;
    }

    footer .navi-footer {
        float: right;
        text-align: left;
        margin-top: 0;
    }
    footer .navi-footer p {
        text-align: left;
        display: inline-block;
    }
    .copy p {
        font-size: 14px;
        margin-left: 0px;
        position: relative;
        bottom: 0;
        display: inline-block;
        text-align: left;
        width: 100%;
        margin: 0;
        padding: 0;
        left: 0;
    }
    .hintergrund {
        text-align: center;
        padding: 50px 114px;
        margin-bottom: 0em;
        margin-top: 0em;
        border-radius: 20px 20px 0px 0px;
        background: -webkit-gradient(linear, center top, center bottom, from(#fcf5e4), color-stop(100%, #f7e5bc));
        background: -webkit-linear-gradient(top, #fcf5e4, #f7e5bc 100%);
        background: linear-gradient(to bottom, #fcf5e4, #f7e5bc 100%);
    }

    .testenrund {
        font-family: hnaschrift, "Open Sans";
        width: 160px;
        height: 160px;
        background: #000000;
        border: 4px solid #ffffff;
        border-radius: 80px;
        color: #000000;
        font-size: 22px;
        line-height: 30px;
        position: absolute;
        top: 5px;
        left: 0px;
        background: -webkit-gradient(linear, left top, left bottom, from(#fcf5e4), to(#f7e5bc));
        background: -webkit-linear-gradient(top, #fcf5e4, #f7e5bc 100%);
        background: -o-linear-gradient(top, #fcf5e4, #f7e5bc 100%);
        background: linear-gradient(to bottom, #fcf5e4, #f7e5bc 100%);
    }

    .testenrund span {
        position: relative;
        top: 10px;
    }

    .aktionhome img {
        margin-left: 0em;
        width: 100%;
    }

    #impressum .hintergrund1 p, #agb .hintergrund1 p, #datenschutz .hintergrund1 p {
        font-size: 16px;
        line-height: 27px;
        text-align: left;
        margin-left: 0em;
        margin-right: 0em;
    }

    #meinModalWiderrufsrecht h1, #meinModalAGB h1, #meinModalDatenschutz h1 {
        margin-bottom: 0.7em;
        font-size: 52px;
        line-height: 72px;
    }

    #kontakt h1 {
        margin-bottom: 1em;
    }

    .hintergrund h1, .hintergrund1 h1 {
        color: var(--dunkelblau);
        font-family: hnaschrift, "Open Sans";
        font-size: 112px;
        font-weight: 400;
    }

    .hintergrund h1 span, .hintergrund1 h1 span, .hintergrundrot h2 span, .hintergrundrotunten h2 span {
        font-family: hnaschrift, "Open Sans";
        font-weight: 700;
    }

    .hintergrund h2, .hintergrund2hellrund h2 {
        color: #5583ac;
        font-family: hnaschrift, "Open Sans";
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        text-transform: uppercase;
    }

    .hintergrundrot h2, .hintergrundrotunten h2 {
        color: #ffffff;
        font-family: hnaschrift, "Open Sans";
        font-size: 42px;
        font-weight: 400;
        text-align: center;
    }

    .hintergrundrot h3, .hintergrundrotunten h3 {
        color: #ffffff;
        font-family: 'Merriweather', serif;
        font-weight: 400;
        font-size: 24px;
    }

    .hintergrund h3 {
        color: #000000;
        font-family: hnaschrift, "Open Sans";
        font-size: 32px;
        font-weight: 400;
    }

    .hintergrundrot h4, .hintergrundrotunten h4 {
        color: #ffffff;
        font-family: hnaschrift, "Open Sans";
        font-size: 32px;
        font-weight: 400;
    }

    .hintergrund h3 span, .hintergrundrot h4 span, .hintergrundrotunten h4 span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .hintergrund p, .hintergrund1 p, .hintergrund2eck p, .hintergrund2hell p, .hintergrund2hellrund p, .hintergrund2dunkelrund p {
        margin-bottom: 2em;
        font-size: 19px;
        line-height: 28px;
        font-family: hnaschrift, "Open Sans";
        font-weight: 400;
    }

    p.ausgabenp {
        margin-top: 0.8em;
        font-size: 16px;
        line-height: 27px;
        text-align: left;
    }

    .hintergrundrot p, .hintergrundrotunten p {
        color: #ffffff;
        margin-bottom: 2em;
        font-size: 16px;
        line-height: 24px;
    }

    .hintergrundbild {
        background-image: url(../images/Video-Standbild_Frau-mit-Tablet_1140pxt.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -150px;
        padding: 20px 30px;
        margin-bottom: 1em;
        margin-top: 0px;
        border-radius: 20px;
        color: #ffffff;
        width: 100%;
        height: 240px;
    }

    .hintergrundblau {
        text-align: center;
        padding: 20px;
        margin-bottom: 1em;
        margin-top: 9em;
        border-radius: 20px;
        background: #005288;
        color: #ffffff;
    }

    .hintergrundblau .stopper {
        position: absolute;
        top: 20px;
        left: 80px;
    }

    .hintergrundblau h1 {
        font-size: 60px;
        font-weight: 700;
        text-align: left;
        margin-left: 300px;
        padding: 0px 25px 15px 25px;
    }

    .hintergrundblau.spatan h1 {
        font-size: 28px;
        font-weight: 700;
        text-align: center;
        margin-left: 0px;
        padding: 0px 25px 15px 25px;
    }

    .hintergrundblau.dankeplus h1 {
        font-size: 48px;
        font-weight: 700;
        text-align: center;
        margin-left: 0px;
        padding: 0px 25px 15px 25px;
    }

    .hintergrund4, .hintergrund5 {
        padding: 20px 30px;
    }

    .dankeplus-inner {
        margin: 2em 6em;
        background: #ffffff;
        border-radius: 20px;
        padding: 20px;
        color: #005288;
    }

    .dankeplus-inner h2 {
        color: var(--dunkelblau);
        font-size: 38px;
        font-weight: 700;
    }

    .dankeplus-inner h3 span {
        color: var(--dunkelblau);
    }

    .dankeplus-inner button {
        color: #ffffff;
        background: var(--dunkelblau);
        border: 0px solid var(--dunkelblau);
    }

    .dankeplus-inner button:hover {
        border: 0px solid;
    }

    .hintergrundblau .stopper img {
        width: 100%;
    }

    .standortmarker img {
        width: 14%;
        float: left;
        margin-left: 1.5em;
    }

    .anna-gross {
        position: relative;
    }

    .anna-gross:after {
        background-image: url(../images/HNA-Frau_steht_mit_Smartphone.png);
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 999;
        position: absolute;
        width: 33%;
        height: 100%;
        content: "";
        top: 150px;
        right: 2px;
    }

    .einzug-rechts, .einzug-rechts-button {
        margin-right: 33%;
    }

    .navbar-brand {
        display: block;
        float: left;
        height: auto;
        padding: 0;
        font-size: 18px;
        line-height: 20px;
    }

    .navbar-brand-mobil img {
        display: none;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 0px;
    }

    .btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
        text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
        -webkit-box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
        box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0), 0 0px 0px rgba(0, 0, 0, 0);
    }

    .btn-default {
        background-image: none;
        border-radius: 10px;
        font-family: hnaschrift, "Open Sans";
        font-size: 17px;
        font-weight: 400;
        padding: 8px 10px;
        width: 240px;
        text-shadow: none;
    }

    .btn-default span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-default:hover {
        background-position: 0px 0px;
    }

    .btn-ohne {
        color: #000000;
        background-color: transparent;
        background-image: none;
        text-transform: uppercase;
        font-family: hnaschrift, "Open Sans";
        font-size: 17px;
        font-weight: 400;
        padding: 8px 0px;
    }

    .btn-ohne span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-ohne:hover {
        color: #000000;
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-primary {
        background-image: none;
        text-transform: initial;
        border-radius: 10px;
        font-family: hnaschrift, "Open Sans";
        font-size: 17px;
        font-weight: 400;
        padding: 8px 10px;
        width: 240px;
    }

    .aktionhomebutton .btn-primary {
        margin-top: -1em;
        margin-left: 0px;
        margin-bottom: 0.5em;
    }

    .btn-primary-tab.tablethochformat {
        font-size: 17px;
    }

    .hintergrund2 .btn-primary {
        width: 168px;
    }

    .btn-primary span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-orange {
        background-color: var(--dunkelblau);
        border: 1px solid #ffffff;
        outline: none;
        text-transform: initial;
        border-radius: 10px;
        color: #ffffff;
        font-family: hnaschrift, "Open Sans";
        font-size: 16px;
        padding: 8px 30px;
    }

    .btn-orange span {
        font-family: hnaschrift, sans-serif;
        font-weight: 700;
    }

    .btn-orange:hover {
        background-color: #005791;
        border: 1px solid #005791;
        color: #ffffff;
        background-position: 0px 0px;
    }

    .btn-orange:focus, .btn-orange:active:focus {
        background-color: #005791;
        border: 1px solid #005791;
        color: #ffffff;
        outline: none;
    }

    .btn-sm {
        padding: 5px 16px;
        font-size: 12px;
        line-height: 1.4;
        border-radius: 8px;
        text-transform: uppercase;
    }
    h1, h2 {
        font-weight: 700;
        font-size: 45px;
        line-height: 55px;
    }
    h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        color: var(--dunkelblau);
    }
    /* Button header kreiszeitung.de */
    .krzbutton-container {
        width: 994px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .krzbutton-container {
        display: block;
    }
    .krzbutton a {
        display: block;
        border-radius: 8px;
        position: absolute;
        right: 160px;
        z-index: 9999;
    }
    .krzbutton2 a {
        display: block;
        border-radius: 8px;
        position: absolute;
        right: 0px;
        z-index: 9999;
    }
    .krzbutton a:hover, .krzbutton2 a:hover {
        font-weight: 400;
    }
    .navbar-id-container {
        position: relative;
        width: 994px;
        margin-left: auto;
        margin-right: auto;
    }

    /* Nav Pills Menü */
    ul.nav-pills a {
        padding: 0px 0px;
        text-align: center;
        font-size: 16px;
    }

    li.mytab {
        width: 24%;
        display: inline-block;
    }

    ul.nav-pills li:nth-child(1), ul.nav-pills li:nth-child(2), ul.nav-pills li:nth-child(3) {
        border-right: 1px solid;
        border-radius: 0px;
    }
    li#bestellen, li#kontakt {
        display: inline-block;
        width: 100px;
    }
    li#hilfe {
        display: inline-block;
        width: 100px;
    }
    /* Slider - Carousel */
    .carousel {
        position: relative;
        margin-top: 60px;
        top: 0;
        height: auto;
        min-height: 360px;
    }
    .carousel-inner {
        top: 40px;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        left: 0;
    }
    .carousel-indicators {
        bottom: 10px;
    }
    .carousel-caption .leftcenter {
        text-align: left;
        margin-left: 0px;
        margin-top: -10px;
    }
    .carousel-caption {
        top: 80px;
        left: 8%;
        right: 0;
        border: 0;
        height: auto;
        padding: 20px 10px;
        width: 37%;
        background: rgba(255, 255, 255, 0.8);
        bottom: auto;
    }

    .carousel-caption h4, .carousel-caption p {
        text-shadow: none;
        text-align: left;
        padding-left: 20px;
        padding-right: 10px;
    }
    .carousel-caption h4 {
        font-size: 32px;
        line-height: 38px;
    }
    .carousel-caption .row {
        padding-left: 20px;
        margin: 0;
    }
    .carousel-control {
        width: 0; /* war 15% */
    }
    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        right: 20px;
    }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        left: 20px;
    }
    /* ACC Angebot */
    .acc-angebot-container {
        display: block;
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 60px;
        z-index: 9;
        right: 210px;
        color: #ffffff;
    }



    .teaser-hilfe-button img {
        width: 60%;
        margin-top: 0;
    }
    div#geraetedaten, div#geraetedatenAbo {
        margin: 20px 440px 20px 40px;
        min-height: 140px;
    }
    #bestellen-probeabo-zusammenfassung-2_3 div#geraetedaten {
        margin: 20px 440px 20px 40px;
        min-height: 20px;
    }
    #bestellen-probeabo-aktion-zusammenfassung-2_3 div#geraetedaten {
        margin: 20px 440px 20px 40px;
        min-height: 20px;
    }
    /*#wechseln-2_3 div#geraetedaten {*/
    /*    margin: 20px 440px 20px 40px;*/
    /*    min-height: 20px;*/
    /*}*/


}

/* Laptop Höhe max 600px */
@media (min-width: 1024px)
and (max-device-height: 600px){
    #aktion-3fuer1 .container1 .container {
        width: 100%;
        background: var(--hellweinrot);
        height: calc(100vh + 160px);
        /*min-height: calc(100vh + 50px);*/
    }
}

/* Laptop Höhe max 800px */
@media (min-width: 1024px)
and (max-height: 800px){

    .teaser-flex-innen {
        padding: 30px 20px 20px 60px !important;
    }
}



/* min-width 1180px */
@media (min-width: 1180px) {
    /* ACC Angebot */
    .acc-angebot-container {
        display: block;
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 60px;
        z-index: 9;
        right: 60px;
        color: #ffffff;
    }
}


/* min-width 1400px */
@media (min-width: 1400px) {
    .navbar-id-container {
        position: relative;
        width: 1140px;
        margin-left: auto;
        margin-right: auto;
    }
    .krzbutton-container {
        width: 1140px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
    }
    .carousel {
        position: relative;
        margin-top: 60px;
        top: 0;
        height: auto;
        min-height: unset;
    }
    .carousel-caption {
        position: absolute;
        top: 140px;
        left: 8%;
        right: 0;
        border: 0;
        height: auto;
        padding: 20px 10px;
        width: 37%;
        background: rgba(255, 255, 255, 0.8);
        bottom: auto;
    }
    .carousel-inner {
        top: 0;
    }

    .carousel-caption h4 {
        font-size: 58px;
        line-height: 68px;
    }
    /* ACC Angebot */
    .acc-angebot-container {
        display: block;
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 60px;
        z-index: 9;
        right: 60px;
        color: #ffffff;
    }
    .teaser-hilfe-button img {
        width: 100%;
        margin-top: 10px;
    }
    .teaser-flex-innen {
        padding: 100px 20px 20px 60px;
    }
    .aktion-3fuer1 img {
        height: calc(100vh - 200px);
        position: absolute;
        right: 420px;
        bottom: 0;
        display: block;
    }
    .aktion-text-bs {
        position: relative;
        top: 440px;
        left: calc(((100vw - 1170px) /2) - 1em);
    }
    .aktion-pfeil-bs {
        width: 100vw;
        height: 200px;
        background: #ffffff;
        position: absolute;
        top: 200px;
        left: calc(((100vw - 1170px) /2) + 10px);
    }
    .aktion-pfeil-text-bs h2 {
        font-size: 74px;
        line-height: 66px;
    }
    .aktion-pfeil-text-bs h3 {
        font-size: 44px;
        line-height: 48px;
        text-align: left;
        margin-top: -6px;
    }
    .formzurueck {
        position: absolute;
        right: unset;
        top: 158px;
        width: 120px;
        left: 370px;
    }
    button#weiter {
        position: absolute;
        right: 15px;
        top: 158px;
    }
    input#weiter {
        top: 158px;
    }
}


/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {
}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

    .sechsicons img {
        width: 14%;
        margin-top: 0;
    }
    .hintergrund2eck img {
        width: 14%;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
        display: block;
        max-width: 100%;
        height: auto;
        width: 57%;
        margin-right: auto;
        margin-left: auto;
        left: 0px;
        position: relative;
    }
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 414px)
and (max-device-width: 736px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

    .hintergrund2 h3, .hintergrund2eck h3, .hintergrundrot h3, .hintergrundrotunten h3, .hintergrund2hell h3, .hintergrund2hellrund h3, .hintergrund2dunkelrund h3 {
        font-family: hnaschrift, "Open Sans";
        font-size: 28px !important;
        line-height: 28px !important;
        font-weight: 400;
        margin-bottom: 0.7em;
    }
    .carousel-caption p {
        display: none;
    }

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 1) {
    .teaser-flex-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 60px;
        min-height: 270px;
        height: auto;
        flex-direction: unset;
    }
    .elona-teaser img {
        width: 110%;
    }
    .teaser-flex-container .raumunten1 {
        margin-bottom: 0.8em;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 1) {

    .hintergrund2 h3, .hintergrund2eck h3, .hintergrundrot h3, .hintergrundrotunten h3, .hintergrund2hell h3, .hintergrund2hellrund h3, .hintergrund2dunkelrund h3 {
        font-family: hnaschrift, "Open Sans";
        font-size: 28px !important;
        line-height: 28px !important;
        font-weight: 400;
        margin-bottom: 0.7em;
    }

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 2) {

    .hintergrund2 h3, .hintergrund2eck h3, .hintergrundrot h3, .hintergrundrotunten h3, .hintergrund2hell h3, .hintergrund2hellrund h3, .hintergrund2dunkelrund h3 {
        font-family: hnaschrift, "Open Sans";
        font-size: 28px !important;
        line-height: 28px !important;
        font-weight: 400;
        margin-bottom: 0.7em;
    }
    .carousel-caption p {
        display: none;
    }

}

/* Portrait */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

    .teaser-flex-container {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin-top: 60px;
        min-height: 270px;
        height: auto;
        flex-direction: unset;
    }
    .elona-teaser img {
        width: 110%;
    }
    .teaser-flex-container .raumunten1 {
        margin-bottom: 0.8em;
    }
}

/* Landscape */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

    .hintergrund2 h3, .hintergrund2eck h3, .hintergrundrot h3, .hintergrundrotunten h3, .hintergrund2hell h3, .hintergrund2hellrund h3, .hintergrund2dunkelrund h3 {
        font-family: hnaschrift, "Open Sans";
        font-size: 28px !important;
        line-height: 28px !important;
        font-weight: 400;
        margin-bottom: 0.7em;
    }
    .teaser-flex-container {
        min-height: 315px;
    }
}


/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 834px)
and (max-device-width: 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 834px)
and (max-device-width: 834px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 1112px)
and (max-device-width: 1112px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 1024px)
and (max-device-width: 1024px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

    .teaser-flex-container {
        min-height: 340px;
    }

}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}


/* ----------- Galaxy S3 ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2) {

}

/* Portrait */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 2)
and (orientation: landscape) {

}

/* ----------- Galaxy S4, S5 and Note 3 ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3) {

}

/* Portrait */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {

}

/* Landscape */
@media screen
and (device-width: 320px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {

}

/* ----------- Galaxy S6 ----------- */

/* Portrait and Landscape */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 4) {

}

/* Portrait */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 4)
and (orientation: portrait) {

}

/* Landscape */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 4)
and (orientation: landscape) {

}


/* ----------- Galaxy Tab 2 ----------- */

/* Portrait and Landscape */
@media (min-device-width: 800px)
and (max-device-width: 1280px) {

}

/* Portrait */
@media (max-device-width: 800px)
and (orientation: portrait) {

}

/* Landscape */
@media (max-device-width: 1280px)
and (orientation: landscape) {

}

/* ----------- Galaxy Tab S ----------- */

/* Portrait and Landscape */
@media (min-device-width: 800px)
and (max-device-width: 1280px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media (max-device-width: 800px)
and (orientation: portrait)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Landscape */
@media (max-device-width: 1280px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {

}
