/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
  CSS-Reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ******************************  End CSS Reset ****************************** */

/* carrois-gothic-regular - latin */
@font-face {
    font-family: 'Carrois Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/carrois-gothic-v11-latin/carrois-gothic-v11-latin-regular.html') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/carrois-gothic-v11-latin/carrois-gothic-v11-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v18-latinopen-sans-v18-latin-regular.html') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v18-latinopen-sans-v18-latin-regular-2.html') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v18-latin/open-sans-v18-latin-regular.html') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../fonts/open-sans-v18-latin/open-sans-v18-latin-600.html') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/open-sans-v18-latin/open-sans-v18-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ******************************  Einige Standard-Einstellungen ****************************** */
div {
    box-sizing: border-box !important;
}

p {
    margin-bottom: 0.5em;
}

ul {
    list-style: disc;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li {
    padding-left: 0.5em;
    margin-left: 0.8em;
    line-height: 1.2em;
}

.hypens, p, li {
    hyphens: auto;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}

/* *** Clearfix *** */ /* Um float's wieder aufzuheben */
.clearfix::before,
.clearfix::after {
    content: " ";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    *zoom: 1; /* Für den IE6 und IE7 */
}

/* *** Ende Clearfix ***/

/* ******************************  index.tpl ****************************** */
html {
    width: 100%;
    height: 100%;
    overflow-x: none;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    font-family: 'Carrois Gothic', sans-serif;
    font-style: normal;
    font-size: 1em;
    line-height: 1.3em;
    color: #4d4a4a;
    background-size: 100% 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    background-repeat: repeat-y;
    /* background-image: siehe content.css.php */
}

.outer {
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.container {
    position: relative;
    width: 100%;
    height: 94%;
    overflow-x: hidden;
}

.header {
    width: 100%;
    height: 85px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
    margin-top: -52px;
}

.header_img {
    width: 100%;
}

.header_img img {
    width: 100%;
}

.logo {
    border: 10px solid white;
    width: 215px;
    background-color: white;
    text-align: center;
}

.logo img {
    width: 100%;
    max-width: 200px;
}

.logo a {
    letter-spacing: -0.03em;
    font-size: 0.79em;
}

.content {
    width: 75%;
    margin-left: 12.5%;
    margin-bottom: 100px;
    box-sizing: border-box;
}

#footerPanel {
    position: fixed;
    bottom: 0;
    background-color: #5f6061;
    color: white;
    width: 100%;
    /* height:4vh;
    min-height:30px;
    */
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 30px;
    line-height: 4vh;
    font-size: 16px;
    font-weight: 400;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

#grayBox {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8) !important;
    z-index: 100;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

#grayBoxContent {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95vw;
    max-height: 95vh;
}

#grayBox img {
    display: block;
    vertical-align: middle;
    width: 100%;
    cursor: -webkit-zoom-out;
    cursor: -moz-zoom-out;
}

#grayBox .lightboxtext {
    color: white;
    text-align: center;
    margin-top: 1em;
}

img.zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
}

.siteSelector {
    margin-top: 23px;
    -webkit-appearance: none;
}

.userContent img {
    width: 100%;
    height: 100%;
}

/*
.kontakt:nth-child(2n) {
	margin-right:2%;
}
.kontakt:nth-child(2n+1) {
	margin-left:2%;
}*/

.kontakte {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* ****************************** Nach Templates sortiert ****************************** */

/* ******************************  Footer.tpl ****************************** */
#footerPanel .cell {
    padding-left: 25px;
    padding-right: 25px;
}

#footerPanel .impress {
    font-size: 12px;
}

#footerText {
    padding: 10px 0;
}

#footerPanel a {
    color: white;
    text-decoration: none;
    margin-right: 25px;
}

/* ******************************  Schriften ****************************** */


h1 {
    font-size: 1.3em;
    margin-bottom: 1em;
    text-transform: uppercase;
    line-height: 1.2em;
}

h2 {
    font-size: 1.3em;
    margin-bottom: 1em;
    text-transform: uppercase;
    hyphens: auto;
    line-height: 1.2em;
}

h3, strong, b {
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

h4 {
    font-size: 1em;
    margin-bottom: 1em;
}

h5 {
    font-size: 0.8em;
    margin-bottom: 1em;
}

.tableHead {
    font-weight: bold;
}

.small {
    font-size: 0.8em;
}

a:hover {
    color: #D5B178;
}

a {
    text-decoration: none;
    color: #224EA6;
}


.background-weiss a { color: #014A99; border-bottom: 1px solid;}

.background-blau a {
    color: #D5B178; border-bottom: 1px solid;
}

.background-braun a {
    color: #014A99; border-bottom: 1px solid;}

/* ******************************  farben ****************************** */
.blue {
    color: blue;
}

.editable {
    background-color: #f0f3d3;
}

.background-blau {
    background-color: #014A99;
    color: #FFF;
}

.background-braun {
    background-color: #D5B178;
    color: #000;
}

.ral_1015 {background-color: #EADEBD;}

.ral_1019 {background-color: #A4957D;}

.ral_9002 {background-color: #DDDED4;}

.ral_9006 {background-color: #A5A8A6;}

.ral_9007 {background-color: #8F9190;}

.ral_9010 {background-color: #F7F9EF;}

.ral_7035 {background-color: #CBD0CC;}

.ral_6011 {background-color: #68825F;}

.ral_3009 {background-color: #703731;}

.ral_5010 {background-color: #13447C;}

.ral_6005 {background-color: #0E4438;}

.ral_6020 {background-color: #354733;}

.ral_7016 {background-color: #373F43;}

.ral_8012 {background-color: #64312A;}

.background-weiss {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 59%, rgba(255, 255, 255, 0.98) 60%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 0.09) 98%, rgba(255, 255, 255, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 59%, rgba(255, 255, 255, 0.98) 60%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 0.09) 98%, rgba(255, 255, 255, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 59%, rgba(255, 255, 255, 0.98) 60%, rgba(255, 255, 255, 0.5) 89%, rgba(255, 255, 255, 0.09) 98%, rgba(255, 255, 255, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0); /* IE6-9 */
}

.blau {
    color: #014A99;}

.braun {
    color: #D5B178;}

/* ******************************  Layout Einstellungen ****************************** */
.ltable { /* wird zu Block im responsive Layout */
    display: table;
    box-sizing: border-box;
}

.lrow {
    display: table-row;
    box-sizing: border-box;
}

.lcell {
    display: table-cell;
    box-sizing: border-box;
}


.cellContent {
    height: 100%;
}

.sliderstart {width: 100%;}

.wrap, .alwayswrap {flex-wrap: wrap;}

#fuenfspaltig > div {
    background: linear-gradient(to top, #014a90, #014a90); /*Standard*/
    color: white; width: 100%; margin-right: 10px; padding: 10px; text-align: center; margin-top: 70px;
}

#fuenfspaltig a { color: #fff; text-align: left;}

#fuenfspaltig div p {text-align: left;}

#fuenfspaltig div img {width: 100px; margin-top: -65px; margin-bottom: 10px;}

#fuenfspaltig .braun {
    background: linear-gradient(to top, #d5b178, #d5b178); /*Standard*/
    color: black;
}

#fuenfspaltig .braun a {
    color: black;
}

.Download {width: 50%; min-width: 255px; margin-right: 20px; margin-top: 30px;}

/* ******************************  Tabellen ****************************** */
.table { /* Bleibt table auch im responsive Layout */
    display: table;
    box-sizing: border-box;
}

.row {
    display: table-row;
    box-sizing: border-box;
}

.cell {
    display: table-cell;
    box-sizing: border-box;
}


/* ******************************  Ausrichtungen ****************************** */
.top {
    vertical-align: top;
}

.middle {
    vertical-align: middle;
}

.bottom {
    vertical-align: bottom;
}

.right, .desktop_right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.col1 {
    float: left;
}

.col2 {
    float: right;
}

.flip {
    transform: scaleY(-1);
}

/* ******************************  Abstände, Padding, Grössen ****************************** */
.spacer {
    padding: 10px;
}

.mb12px {margin-bottom: 12px;}

.mt0px {margin-top: 0px;}

.mr10px {
    margin-right: 10px;}

.mr5percent {
    margin-right: 5%;
}

.mb40px {
    margin-bottom: 40px;
}

.mt15px {margin-top: 15px;}

.padding10px {
    padding: 10px;}

.padding20pxDesktop { /* wird bei Smartphone-Ansicht zu 10px;*/
    padding: 20px;}

.padding30pxDesktop { /* wird bei Smartphone-Ansicht zu 10px;*/
    padding: 30px 30px 60px;}

.padding20px {
    padding: 20px;}

.padding30px {
    padding: 30px;}

.spacer1p {
    width: 1%;
}

.spacer1_25p {
    width: 1.25%;
}

.spacer1_5p {
    width: 1.5%;
}

.spacer2p {
    width: 2%;
}

.spacer3p {
    width: 3%;
}

.spacer10px {
    width: 10px;
    display: block;
}

.spacer10p {
    width: 10%;}

.abstand {
    margin-top: 10%;
}

.vspace {
    margin-top: 15px;
}

.w10p {
    width: 10%;
}

.w33p {
    width: 33.3333%;
}

.w45patDesktop {
    width: 45%;
}

.w48patDesktop {
    width: 48%;
}

.w45p {
    width: 45%;}

.w49p {
    width: 49%;}

.w50p {
    width: 50%;
}

.w60p {
    width: 60%;
}

.w63p {
    width: 63%;
}

.w66p {
    width: 66.6666%;
}

.w75p {
    width: 75%;
}

.w84p {
    width: 84%;
}

.w90p {
    width: 94%;
}

.w100p {
    width: 100%;
}

.picw100p img {
    width: 100%;
    margin-bottom: 10px;
}

.mw50p {
    max-width: 50%;
}

.h10px {height: 10px;}

.h20px { height: 20px;}

.h70px { height: 70px; }

.h2vw {
    height: 2vw;
}

.h3vw {
    height: 3vw;
}

.h4vw {
    height: 4vw;
}

.h5vw {
    height: 5vw;
}

/* ***** Breiten ***** */
.w20p {
    width: 20%;
}

.w40p {
    width: 40%;}

.w24p {
    width: 24.7%;
}

.w30p {
    width: 30%;
}

.abstandLogo {
    width: 6%;
}

.w46px {
    width: 46px;
}


.h50px {
    height: 50px;
}

.quadrat70px { width: 70px; height: 70px;
}

/* ****************************** Explosionszeichnung ****************************** */

* {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#grundbild {
    position: relative;
    width: 100%;
}

#grundbild, #grundbildstartseite img {
    width: 100%;
}


#fade {
    width: 100%;
    z-index: 5;
    position: absolute;
    top: 0;}


#fade a, #fade div {
    opacity: 0;
    transition: 0.5s ease-in-out;
}


#fade:hover a:nth-of-type(n), #fade:hover div {
    opacity: 100;
}

/* Buttons */
.Button {
    position: absolute;
    padding: 0.5% 1.2% 0.5% 1.2%;
    text-transform: uppercase;
    color: #fff;
    background-color: #DDC7AA;
    font-family: 'Carrois Gothic', sans-serif;
    box-sizing: inherit;
    z-index: 10;
    font-size: 0.7em;
}

.Button:hover {
    background-color: #224EA6;
}

#playpausebtn {margin-left: 0%;}

@media (min-device-width: 450px) {

    .Button {
        font-size: 1em;
    }

    #sm_opener {
        background-position: 90% center !important;
    }
}


#dach {
    margin-left: 3%;
    margin-top: 4%;
}

#daemmung {
    margin-left: 8%;
    margin-top: 14%;
}

#bausystem {
    margin-top: 25%;
    margin-left: 75%;
}

#beton {
    margin-top: 43%;
    margin-left: 30%;
}

#wandverkleidung {
    margin-top: 52%;
    margin-left: 3%;
}

#entwaesserung {
    margin-top: 55%;
    margin-left: 68%;
}

#tor {
    margin-top: 52%;
    margin-left: 50%;
}


/******************************** Kontaktformular ***************************/

form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

input[type="text"], textarea {
    margin-bottom: 12px;
    padding: .3em .5em;
    width: 95%;
    background-color: #fffff;
    border: 1px solid #224EA6;
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 1em;
}

input[type="button"] {
    width: 200px;
    padding: 10px;
    border: none;
    background-color: #224EA6;
    color: #fff;
    font-family: 'Carrois Gothic', sans-serif;
    font-size: 1em;
}

label {
    text-align: right;
    line-height: 2;
    width: 31%;
    position: absolute;
    left: 0;
}


button {
    margin-left: 32%;
    padding: 10px;
    background-color: #224EA6;
    border: none;
    color: #fff;
    margin-right: auto;
    width: 200px;
    margin-top: 20px;
    font-size: 1em;
    font-family: 'Carrois Gothic', sans-serif;
    cursor: pointer;
}

button.CookieSettingsLinkFooter {

}

label.required::before {
    position: absolute;
    left: 300%;
    content: "★";
    color: red;
}

label.requiredvalid::before {
    position: absolute;
    left: 300%;
    content: "✔";
    color: green;
}

.error {
    color: red;
    margin-bottom: 1.5em;
}

#kontakt img {
    width: 100%;
    margin-bottom: 0.5em;
    max-width: 300px;
}

/* ****************************** Videos ****************************** */

#video_controls_bar { text-align: center; }

#playpausebtn { padding-top: 22%; position: absolute; width: 88%; }

.hover {display: none;}

#video_player_box:hover .hover {display: block !important;}

video {
    width: 100%;
    height: auto;
}

/* ****************************** Sonstiges ****************************** */

.absolute {position: absolute;}

.relative {position: relative;}

.flex {display: flex; align-content: space-between;}

.justconspacebetween {
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
    justify-content: space-between;
}

.db {
    border: 2px dotted red;
}

.link {
    cursor: pointer;
    text-decoration: underline;
}

.linkBlue {
    color: black;
}

.noLinkStyle {
    text-decoration: none;
    color: inherit !important;
}

.pointer {
    cursor: pointer;
}

.hide, .none {
    display: none;
}

.hidecell {
    display: none;
}

.show, .block {
    display: block !important;
}

.showcell {
    display: table-cell !important;

}

.debug {
    display: none;
}

.borderSpacing9px, .zweiBlaueBoxen {
    border-spacing: 9px;
}

.zweiBlaueBoxen {
    width: 50%;
    background: linear-gradient(to top, #014a90, #014a90) no-repeat 0px 11.5vw; /*Standard*/
    color: white;
}

.zweiBlaueBoxen a {
    color: white;
}

.zweiBlaueBoxen p:nth-child(2) {
    min-width: 117px;
}


.sm_row {
    display: table;
    padding: 0;
    margin: 0;
}

.stoerer {
    width: 36%;
    margin-right: 32%;
    margin-left: 32%;
    margin-bottom: -25px;}


/*Bio - Siegel*/

.bio::before {
    content: url(../images/icons/bio.svg);
    display: inline-block;
    width: 180px;
}

.bio::before {
    margin-top: -36px;
    margin-left: -32px;
}

.bio h2, .bio h1 {margin-top: -20px;}


.biotierhaltung {

}

.biotierhaltung p, .biotierhaltung h2 {
    background-color: #6CAA24;
    color: #fff;
}

.biotierhaltung h2 { border-radius: 20px 0px; width: 58px; text-align: right; padding: 10px 25px 10px 10px}

.biotierhaltung p {border-radius: 0px 100px; width: 58%; margin-left: 105px; margin-top: -91px; padding: 30px 50px 50px 30px;}

#cm { margin: 0 auto; right: auto; left: 50%; max-width: 800px; margin-left: -20%; }

.transparent_anim { display: none !important; }

/* ******************************  Responsive ****************************** */

@media (max-width: 435px) {
    .biotierhaltung p {
        margin-left: 96px;
        margin-top: -140px;
        width: 54%;
    }

    .biotierhaltung h2 {
        border-radius: 50px 0px;
        width: 51px;
        padding-right: 0px;
    }

    .biotierhaltung p, .biotierhaltung h2 {
        padding: 20px 32px 50px 20px;
    }

    .biotierhaltung h2 {
        padding-right: 18px !important;
    }
}

@media (min-width: 470px) {
    .Download {max-width: 165px; }
}

@media (min-width: 600px) {
    #fuenfspaltig > div {
        width: 45%; }

}

@media (max-width: 720px) {

    .background-blau {
        background-color: #014A90;
        color: #fff;
        height: auto;
    }

    .kontakt {
        margin-left: 0 !important;
        margin-right: 0;
    }

    .sm_r30px {right: 30px;}

}

@media (min-width: 1101px) {

    .smartphone { display: none; }

    .smartphone_inline { display: none; }

    #grundbild {
        width: 36%;
    }

    .desktop_absolute {
        width: 37%;
    }

    .bio::before {
        width: 250px !important;
        margin-top: -65px !important;
        margin-left: -61px !important;
    }

    #playpausebtn {
        padding-top: 6% !important;
        width: 30% !important;
    }

    #grayBoxContent {top: 10%;
        top: 2%;
        left: 25%;
        transform: translate(-5%);}

    #grayBox img { width: 95%;}

}


@media (max-width: 1100px) {
    .outer {
        left: 0;
        float: left;
        transition: left 0.7s linear;
    }

    #sm_opener {
        background-image: url("../images/menu/opener_white.png");
        background-repeat: no-repeat;
        background-position: 50% center;
        width: 34px;
        height: 85px;
        z-index: 5;
        top: 35px;
        padding-left: 100%;

    }

    .content {
        width: 90%;
        margin-left: 5%;
    }

    .sm_w90p {
        width: 90%;
    }

    .sm_w100p {
        width: 100%;
    }

    .desktop_right { /* aufm Desktop rechts, Smartphone links :-) */
        text-align: left;
    }


    #zweispaltig .ltable {
    }

    #zweispaltig .lrow {
        display: table-row;
    }

    #zweispaltig .lcell {
        background-position: 0 7.5vw;
        width: 50%;
    }

    #zweispaltig .lcell img {
        width: 25%;
        margin-left: 35%;
    }

    .kastenmitte {
        margin-left: 22%;
        margin-right: 22%;
    }

    .padding30pxDesktop /* Wird bei Smartphone-Ansicht zu padding: 10px */ {
        padding: 10px;
    }

    .padding20pxDesktop { /* wird bei Smartphone-Ansicht zu 10px;*/
        padding: 10px;
    }
}

@media (min-width: 1001px) {
    .smartphone { display: none; }

    .smartphone_inline { display: none; }

    /* .desktop { display:block; } */
    .zweiBlaueBoxen {
        width: 50%;
        background: linear-gradient(to top, #014a90, #014a90) no-repeat 0px 4.5vw; /*Standard*/
        color: white;
    }

    .desktop_absolute {
        position: absolute;
    }

    .bio::before {
        width: 200px;
        margin-left: -35px;
    }

    #playpausebtn {
        padding-top: 9%;
        width: 40%;
    }

    #fuenfspaltig > div {
        width: 19%; }

    .wrap {flex-wrap: nowrap;}
}

@media (max-width: 1000px) {
    .desktop { display: none !important; }

    .smartphone { display: block; }

    .smartphone_inline { display: inline-block; }

    .ltable, .lrow, .lcell {
        display: block !important;
    }

    .w45patDesktop, .w48patDesktop { /* Ist bis 364px 95%*/
        width: 100%;
        margin: 0%;
        margin-top: 2.5%;}

    .desktop_absolute {
        position: inherit;
    }

    #grayBoxContent {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    #cm { margin: 0 auto; right: auto; left: 50%; max-width: 650px; margin-left: -25%; }
}

@media (max-width: 850px) {
    #cm { margin: 0 auto; right: auto; left: 50%; max-width: 500px; margin-left: -30%; }
}

@media (max-width: 690px) {
    #cm { margin-left: 0; overflow: scroll; height: 500px; }
}
