﻿/************************************************//*    © by Werbeagentur Gössler & Sailer OG     *//*             www.goesslersailer.at            *//************************************************//************************************************//*                    Body                      *//************************************************/* {box-sizing: border-box;}:root {  --color-blau: #0E1E7D;  --color-gelb: #FFFF01;  --color-rot: #D90001;  --color-weiss: #ffffff;  --color-schwarz: #000000;  --color-secondary: #f5f5f5;  --color-grau: #E6E6E6;  --color-hellgrau: #f5f5f5e7;  --color-text: #7F7F7F;  --font-base: "Inter", system-ui, sans-serif;  --transition-base: 0.3s ease;}body {	margin: 0px;	padding: 0px;	color: var(--color-blau);	background:var(--color-weiss);     font-family: var(--font-base);	font-size: 100%;    line-height: 25px;    font-weight: 400;	-moz-osx-font-smoothing: grayscale;	-webkit-font-smoothing: antialiased;	text-rendering: optimizeSpeed;	letter-spacing: .03em;	}h1	{font-size:250%; margin:30px 0px 50px 0px; color:var(--color-rot); line-height: normal;}h2	{font-size:200%; margin: 20px 0 30px 0; line-height: normal;}h3	{font-size:180%; line-height: normal;}h4	{font-size:160%; line-height: normal;}h5	{font-size:160%; line-height: normal;}h6	{font-size:140%; line-height: normal;}.info-box-start {    position: relative;    display: grid;    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));    gap: 40px;    margin: -85px 0 80px 0;     padding: 0;    z-index: 2}.st-box {  background-color: var(--color-weiss);  color: white;  text-align: center;  padding: 30px 10px;  border-radius: 5px;  cursor: pointer;  box-shadow:    0 2px 4px rgba(0,0,0,0.05),    0 8px 12px -3px rgba(0,0,0,0.10);  background-image: linear-gradient(var(--color-blau), var(--color-blau));  background-repeat: no-repeat;  background-position: left bottom;  background-size: 100% 3%; /* Start: 3% Höhe */  transition:    box-shadow 0.15s cubic-bezier(.22,.61,.36,1),    background-size 0.2s cubic-bezier(.22,.61,.36,1);}.st-box:hover {  box-shadow:    0 6px 10px rgba(0,0,0,0.10),    0 34px 40px -15px rgba(0,0,0,0.20);  background-size: 100% 6%;}.bg-hellgrau{background-color: var(--color-hellgrau);}.st-box img {width: 70px; height: 70px}.st-box h2 {margin: 10px auto; font-size: 100%; line-height: normal; color: var(--color-blau);}p {line-height: 25px}.zitat-block {text-align:center; padding:3% 5%; background-color:var(--color-weiss); border-radius: 10px; margin: 35px 0;} .zitat-block .hinweis {font-size: 130%; line-height: 35px}.zitat-block-2 {    display: flex;    flex-direction: row;     align-items: center;     justify-content: center;    gap: 50px;        text-align: left;     padding: 3% 5%;     background-color: var(--color-weiss);     border-radius: 10px;     margin: 35px 0;}/* Container für den Text-Inhalt */.zitat-block-content {    flex: 1;}.zitat-block-2 .hinweis {    font-size: 130%;     line-height: 35px;    margin-bottom: 15px;}.zitat-block-2 img {    max-height: 250px;    height: 250px !important; /* Erzwingt die Höhe */    width: auto;              /* Verhindert Verzerrungen */    flex-shrink: 0;           /* Verhindert, dass Flexbox das Bild schmaler macht */    object-fit: contain;      /* Sorgt dafür, dass das PNG sauber bleibt */}/* Mobile Optimierung: Untereinander auf kleinen Bildschirmen */@media (max-width: 768px) {    .zitat-block-2 {        flex-direction: column;        text-align: center;    }}.startblock {display: flex;flex-wrap: wrap;gap: 50px;justify-content: center;margin: 35px 0;}.startblock .col {  flex: 1 1 400px;          /* Basisbreite 400px, schrumpft bei Bedarf */}.startblock img {border-radius: 10px}hr{border:0; border-top:1px solid #b5b5b5; margin:20px 0}a{text-decoration:none;color:var(--color-rot)}a:hover{color:#737373}.ue_box {text-transform: uppercase;font-weight: bold;}.gs_inbox {height:300px; margin:auto; width:99%}.news {text-align: left; width: 90%; margin: auto; padding:0 5% 0 5%; min-height: 250px}.newslist {margin-bottom: 25px}.newslist:hover {background-color: #fbfbfb;}#content{max-width:3000px; margin-top:0px}#cms > div:not(#map_canvas) img{max-width:100%;height:auto !important}#cms img {max-width: 100%; height: auto !important;}.content-max {max-width: 1500px; margin: 0px auto; padding: 0 0 30px 0} .content-max ul {    list-style-type: none;    margin-left: 10px;    list-style-position: outside;    z-index: 110;    }.content-max ul li {    line-height: 25px;    padding: 5px 0px;    list-style-position: outside;}/* The switch - the box around the slider */.switch {	position: relative;	display: inline-block;	width: 48px;	height: 22px;	float: right;	margin-right: 20px}/* Hide default HTML checkbox */.switch input {  opacity: 0;  width: 0;  height: 0;}.switch-text {	float: left;	margin:1px 0 0 0;	font-weight: bold;}.switch-info-text {	float: left; 	padding: 10px 0 0 0;	text-align: left;}/* The slider */.check-slider {  position: absolute;  cursor: pointer;  top: 0;  left: 0;  right: 0;  bottom: 0;  background-color: #ccc;  -webkit-transition: .4s;  transition: .4s;}.check-slider:before {  position: absolute;  content: "";  height: 14px;  width: 14px;  left: 4px;  bottom: 4px;  background-color: white;  -webkit-transition: .4s;  transition: .4s;}input:checked + .check-slider {  background-color: var(--color-rot);}input:focus + .check-slider {  box-shadow: 0 0 1px var(--color-rot);}input:checked + .check-slider:before {  -webkit-transform: translateX(26px);  -ms-transform: translateX(26px);  transform: translateX(26px);}/* Rounded sliders */.check-slider.round {  border-radius: 34px;}.check-slider.round:before {  border-radius: 50%;}.trennlinie {margin:20px 0px 20px 0px; height:1px; border-top:1px #d4d4d4 solid;}.trennlinie-w {border-top:0px var(--color-weiss) solid;}.trennlinie_dashed {margin:20px 0px 20px 0px; height:1px; border-top:1px #d4d4d4 dashed;}img{border:0px;}img.left{	float:left;	margin-right:15px;	margin-bottom:15px;	border-radius:0px;	border:0px #FFFFFF solid;}img.right{	float:right;	margin-left:15px;	margin-bottom:15px;	border-radius:0px;	border:0px #FFFFFF solid;}img.left2{	float:left;	margin-right:15px;	border-radius:0px;	border:0px #FFFFFF solid;}img.thumb{	border:0px #FFFFFF solid; 	border-radius:0px; 	box-shadow:none; 	margin-right:10px;	margin-bottom:7px;	display:inline-block}img.thumb.first {	margin-left:0px;}.inc_img{	float:left;	margin-right:15px;	border-radius:0px;	border:0px #FFFFFF solid;    border-bottom-right-radius: 5px;    border-top-right-radius: 5px;}/************************************************//*                    Drop Down                 *//************************************************//* remove standard-styles */select {    -webkit-appearance: none;    -moz-appearance: none;    appearance: none;    border: none;    border-radius: 0;    font-size: 100%;    border: 1px solid #bbb;    border-radius: 3px;    padding: 8px 28px 8px 8px;    color: #737373;    background-color: var(--color-weiss)fff;    background-image: url('../img/icons/drop_pfeil.svg');    background-position: right;    background-repeat: no-repeat;    background-size: 20px;}select:hover {    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);}/* hide browser-styling (arrow) in IE10 */select::-ms-expand {    display: none;}.lt-ie10 select {    background-image: none;}/*******************************************//*                Buttons                  *//*******************************************/.btn {    /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-rot) 50%, #c25726 63%, #bc4c24 75%, var(--color-rot)  100%);*/    margin: 10px 0;    padding: 15px 45px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: var(--color-weiss);                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-rot);}   .btn:hover {    background-position: right center; /* change the direction of the change here */    color: var(--color-weiss);    text-decoration: none;    background-color: #000;}  .btn-small {    background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-rot) 50%, #c25726 63%, #bc4c24 75%, var(--color-rot)  100%);    margin: 10px 0;    padding: 15px 45px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: var(--color-weiss);                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    max-width: 350px}   .btn-small:hover {    background-position: right center; /* change the direction of the change here */    color: var(--color-weiss);    text-decoration: none;}.btn-shop {    /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-rot) 50%, #c25726 63%, #bc4c24 75%, var(--color-rot)  100%);*/    margin: 10px 0;    padding: 8px 30px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: var(--color-weiss);                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-rot);}   .btn-shop:hover {    background-position: right center; /* change the direction of the change here */    color: var(--color-weiss);    text-decoration: none;    background-color: #000;}.btnpay {    /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-rot) 50%, #c25726 63%, #bc4c24 75%, var(--color-rot)  100%);*/    margin: 10px 0;    padding: 8px 30px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: var(--color-weiss);                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-rot);    background-color: #000;}   .btnpay:hover {    background-position: right center; /* change the direction of the change here */    color: var(--color-weiss);    text-decoration: none;}.btnSave {    /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-rot) 50%, #c25726 63%, #bc4c24 75%, var(--color-rot)  100%);*/    margin: 0 0 0 10px;    padding: 11px 30px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: var(--color-weiss);                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-rot);    float:left;    font-size: 105%;    /*max-width: 250px;*/}  .btnSave:hover {    background-position: right center; /* change the direction of the change here */    color: var(--color-weiss);    text-decoration: none;    background-color: #000;}.btnBack {    /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-rot) 50%, #c25726 63%, #bc4c24 75%, var(--color-rot)  100%);*/    margin: 10px 0;    padding: 8px 30px;     text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: var(--color-weiss);                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    background-color: var(--color-rot);}  .btnBack:hover {    background-position: right center; /* change the direction of the change here */    color: var(--color-weiss);    text-decoration: none;    background-color: #000;}.btn-slider { /*background-image: linear-gradient(to right, #eab335 0%, #d88b2f 25%, #cf772e 38%, var(--color-rot) 50%, #c25726 63%, #bc4c24 75%, var(--color-rot)  100%);*/    margin: 10px auto;    padding: px;    text-align: center;    text-transform: uppercase;    transition: 0.5s;    background-size: 200% auto;    color: var(--color-weiss);                border-radius: 3px;    border: 0px;    display: block;    cursor: pointer;    max-width: 250px;    font-size: 50%;    background-color: var(--color-rot);}   .btn-slider:hover {    background-position: right center; /* change the direction of the change here */    color: var(--color-weiss);    text-decoration: none;    background-color: #000;}.btn-w{    background-color: var(--color-weiss);    color: var(--color-rot);    padding: 12px;    display: inline-block;    border-radius: 3px;    border-top: 0px var(--color-rot) solid;	text-align: center;	cursor:pointer;	font-size: 100%;	width: 100%;	text-transform: uppercase;}.btn-w:hover {    background-position: right center; /* change the direction of the change here */    color: var(--color-weiss);    text-decoration: none;    background-color: #000;}.btn-news-all{    background-color: var(--color-rot);    color: var(--color-weiss);    padding: 18px 50px;    display: inline-block;    border-radius: 3px;    border: none;	text-align: center;	cursor:pointer;	font-size: 100%;}.btn-news-all:hover{background-color:#642545;color: var(--color-weiss);}.btn-download{    background-color: var(--color-rot);    color: var(--color-weiss);    padding: 8px 20px 8px 20px;    display: inline-block;    border-radius: 3px;    border: none;	text-align: center;	cursor:pointer;	font-size: 100%;	margin: 10px 0 10px 0;}.btn-download:hover{background-color:#000;color: var(--color-weiss);}/************************************************//*                     Seiten                   *//************************************************/.inc_img_prodetail {margin: 0px 0 0 0; width: 100%; min-height: 500px; position: relative; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #000;}.inc_img_show {	position: absolute; width: 100%; height: 100%; z-index: 0; top: 0; left: 0; right: 0; bottom: 0; -webkit-backface-visibility : hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden;}.inc_titel_prodetail {position: absolute; width: 100%;bottom: 3%;left: 0;right: 0; text-align: center;z-index: 101;}.inc_titel_prodetail h1 {color: #fff; text-transform: uppercase; letter-spacing: .2em}.pro-box1 {    position: absolute;    width: 110%;    height: 100%;    top: 0px;    z-index: 1;    opacity: 1;}.pro-box2 {position: absolute; width:100%; height:100%; top:0px; right:0px; z-index: 2;}.pro-start-ue-container {height: auto; width: 100%; padding: 25px 0; background-color:#fff}.pro-start-ue-conbox {max-width: 1300px; margin: 0px auto; padding: 0}.pro-start-ue-box {width:100%; max-width:1000px; text-align: center; margin:auto; margin-bottom: 20px}.pro-start-ue-projektbox {height: auto; width: 100%; margin-bottom: 10px}.stpro_text_box {padding:6% 0% 0% 8%; text-align: left;}.stpro_text_box2 {padding:10% 8% 0% 0%; text-align: right;}.stpro_text_box3 {padding:10% 0% 0% 20%; text-align: left;}.pro-blau {color:var(--color-blau)}.grau {color:var(--color-grau);}.weiss {color:#ffffff;}.pro-blau a {color:var(--color-blau)}.grau a {color:var(--color-grau);}.weiss a {color:#ffffff;}.bg-pro-blau {background-color: var(--color-blau)}.bg-grau {background-color: var(--color-grau);}.pro_ue {    font-size: 200%;    line-height: normal;    padding: 20px 0;}.pro_ue a {}.text-pro {line-height:20px; margin-bottom: 5%; font-size: 100%;}.pin {width: 25px; height: auto; margin-right: 10px; padding: 0 0 0 2px;}.helm {width: 25px; height: auto; margin-right: 10px;}.btn-pro-blau {    background-color: var(--color-blau);    color: var(--color-grau);    padding: 14px;    display: inline-block;    border-radius: 0px;    border: none;	text-align: center;	cursor:pointer;	font-size: 100%;	margin: auto}.btn-pro-blau:hover{background-color:var(--color-rot); color: var(--color-grau)}.btn-grau {    background-color: var(--color-grau);    color: var(--color-blau);    padding: 14px;    display: inline-block;    border-radius: 0px;    border: none;	text-align: center;	cursor:pointer;	font-size: 100%;	margin: auto}.btn-grau:hover{background-color:var(--color-rot); color: var(--color-grau);}.gs-padding-small {padding: 0 10px}#cms ul  {    list-style-type: none;     margin-left: 20px;    list-style-position: outside;    z-index: 110;    }#cms ul li {    line-height: 21px;    padding: 5px 0px;    list-style-position: outside;    }#cms ul li::before {    font-family: "Font Awesome 6 Pro";    font-weight: 900;    font-style: normal;    font-size: 20px;    content: "\f058";    background-color: transparent;    color: var(--color-rot);    padding: 2px;    margin-right: 10px;    margin-left: -36px;    border-radius: 3px;}#bottom ul  {    list-style-type: none;     margin-left: 0px;    list-style-position: outside;       }#bottom ul li {    line-height: 21px;    padding: 5px 0px;    list-style-position: outside;    }#bottom ul li::before {    font-family: "Font Awesome 6 Pro";    font-weight: 900;    font-style: normal;    font-size: 20px;    content: "\f058";    background-color: var(--color-rot);    color: var(--color-weiss);    padding: 2px;    margin-right: 10px;    margin-left: -36px;    border-radius: 3px;}#verlauf {padding: 30px 0; font-size: 90%}ol.zaehler {    list-style-type: decimal;    margin-left: 20px;    list-style-position: outside;    z-index: 110;    }ol.zaehler li {    line-height: 21px;    padding: 5px 0px;    list-style-position: outside;}ol.zaehler li::before {    /*font-family: "Font Awesome 6 Pro";    font-weight: 900;*/    font-style: normal;    font-size: 12px;    content: "";    background-color: #000;    color: var(--color-weiss);    padding: 6px;    margin-right: 10px;    margin-left: -36px;    border-radius: 25px;}.seitennavi_block			{margin: auto; text-align: center; margin: 40px auto 20px auto}.seitennavi_info			{font-size:100%; text-align: center; margin: 0px auto 20px auto}.seitennavi_box 			{text-align: center}.seitennavi					{font-size:100%;}.seitennavi a.zahlen		{height:40px; line-height:40px; padding:0px 15px 0px 15px; margin:0px 0px 0px 4px; font-size:110%; text-decoration:none; background-color:var(--color-weiss); border:0px #D0D0D0 solid; color:#666666; display:block; float:left;}.seitennavi a.zahlen:hover	{border:0px var(--color-rot) solid; color:var(--color-weiss); background-color: #f7af16}.seitennavi a.active		{height:40px; line-height:40px; padding:0px 15px 0px 15px;  margin:0px 0px 0px 4px; font-size:110%; text-decoration:none; background-color:var(--color-rot); border:0px var(--color-rot) solid; display:block; float:left; color:#FFFFFF;}.seitennavi a.pfeile		{height:40px; line-height:38px; width:30px; text-align:center; margin:0px 0px 0px 4px; font-size:160%; text-decoration:none; background-color:var(--color-weiss); border:0px #D0D0D0 solid; color:#666666; display:block; float:left;}.seitennavi a.pfeile:hover	{border:0px var(--color-rot) solid; color:var(--color-weiss); background-color: #f7af16}.wk-nav {font-size: 100%; margin: 44px 5px 0 35px;}/* Inhalte Index */.sicht-info-box {padding: 15px; background-color: #fbf0da; margin-top: 25px}.sicht-info-box h3 {text-align: center; margin:0 0 10px 0}.sicht-info-symbol {font-size: 180%;    background-color: orange;    color: var(--color-weiss);    padding: 22px;    border-radius: 55px;    margin: -30px 0 0 0;    width: 75px;    height: 75px;    text-align: center;}.bg-tab {background-color: rgb(245, 245, 245)}.tab {font-size: 100%; overflow-x: auto; width: 100%}.infobox {text-align:left; border:5px var(--color-weiss) solid; margin: 0px; background-color: var(--color-weiss); padding: 10px}.infobox:hover {background-color: var(--color-rot); color: var(--color-weiss)}.infobox h3 {font-size:180%; color:var(--color-rot); line-height: 29px; margin: 10px 0 0 0}.infobox:hover h3 {color: var(--color-weiss)}.infobox:hover h4 {color: var(--color-weiss)}.gs-flex-container {display: flex; flex-wrap: wrap;}.gs-flex-content {display: flex; flex-direction: column;}.gs-flex-content p {flex: 1 0 auto;}.datum {margin: 10px 0 10px 0; font-size: 85%; color: #b5b5b5}.text {padding-right: 3%}.gs-image{max-width:100%;height:auto}.gs-top,.gs-bottom{position:fixed;z-index:2;width:100%;}.gs-top{top:0}.gs-bottom{bottom:0}.gs-clear {clear:both; height: 0px}.gs-clearleft {clear:left; height: 0px}.gs-clearright {clear:right; height: 0px}.gs-topbar{border-top:6px solid #ccc!important}.gs-bottombar{border-bottom:6px solid #ccc!important}.gs-leftbar{border-left:6px solid #ccc!important}.gs-rightbar{border-right:6px solid #ccc!important}.gs-navbar{list-style-type:none; margin:24px 0 0 0; padding:0; float:right}.gs-navbar li{float:left}.gs-navbar li a,.gs-navitem,.gs-navbar li .gs-btn,.gs-navbar li .gs-input{}.gs-navbar li .gs-btn,.gs-navbar li .gs-input{border:none;outline:none;width:100%}.gs-navbar li a:hover{}.gs-navbar .gs-dropdown-hover,.gs-navbar .gs-dropdown-click{position:static}.gs-navbar .gs-dropdown-hover:hover,.gs-navbar .gs-dropdown-hover:first-child,.gs-navbar .gs-dropdown-click:hover{background-color:#ccc;color:#000}.gs-navbar a,.gs-topnav a,.gs-sidenav a,.gs-dropdown-content a,.gs-accordion-content a,.gs-dropnav a{text-decoration:none!important}.gs-navbar .gs-opennav.gs-right{float:right!important}.gs-topnav{padding:8px 8px}.gs-topnav a{padding:0 8px;border-bottom:3px solid transparent;-webkit-transition:border-bottom .25s;transition:border-bottom .25s}.gs-topnav a:hover{border-bottom:3px solid var(--color-weiss)}.gs-topnav .gs-dropdown-hover a{border-bottom:0}.gs-opennav,.gs-closenav{color:inherit}.gs-opennav:hover,.gs-closenav:hover{cursor:pointer;opacity:0.8}.gs-btn,.gs-btn-block{border:none;display:inline-block;outline:0;padding:6px 16px;vertical-align:middle;overflow:hidden;text-decoration:none!important;color:var(--color-weiss);background-color:#000;text-align:center;cursor:pointer;white-space:nowrap}.gs-btn:hover,.gs-btn-block:hover,.gs-btn-floating:hover,.gs-btn-floating-large:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}.gs-btn,.gs-btn-floating,.gs-btn-floating-large,.gs-closenav,.gs-opennav,.gs-btn-block{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   .gs-btn-floating,.gs-btn-floating-large{display:inline-block;text-align:center;color:var(--color-weiss);background-color:#000;position:relative;overflow:hidden;z-index:1;padding:0;border-radius:50%;cursor:pointer;font-size:24px}.gs-btn-floating{width:40px;height:40px;line-height:40px}.gs-btn-floating-large{width:56px;height:56px;line-height:56px}.gs-disabled,.gs-btn:disabled,.gs-btn-floating:disabled,.gs-btn-floating-large:disabled{cursor:not-allowed;opacity:0.3}.gs-btn.gs-disabled *,.gs-btn-block.gs-disabled,.gs-btn-floating.gs-disabled *,.gs-btn:disabled *,.gs-btn-floating:disabled *{pointer-events:none}.gs-btn.gs-disabled:hover,.gs-btn-block.gs-disabled:hover,.gs-btn:disabled:hover,.gs-btn-floating.gs-disabled:hover,.gs-btn-floating:disabled:hover,.gs-btn-floating-large.gs-disabled:hover,.gs-btn-floating-large:disabled:hover{box-shadow:none}.gs-btn-group .gs-btn{float:left}.gs-btn-block{width:100%}.gs-btn-bar .gs-btn{box-shadow:none;background-color:inherit;color:inherit;float:left}.gs-btn-bar .gs-btn:hover{background-color:#ccc}.gs-badge,.gs-tag,.gs-sign{background-color:#000;color:var(--color-weiss);display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.gs-badge{border-radius:50%}ul.gs-ul{list-style-type:none;padding:0;margin:0}ul.gs-ul li{padding:6px 2px 6px 16px;border-bottom:1px solid #ddd}ul.gs-ul li:last-child{border-bottom:none}.gs-tooltip,.gs-display-container{position:relative}.gs-tooltip .gs-text{display:none}.gs-tooltip:hover .gs-text{display:inline-block}.gs-btn,.gs-btn-floating,.gs-dropnav a,.gs-btn-floating-large,.gs-btn-block, .gs-navbar a,.gs-sidenav a,.gs-pagination li a,.gs-hoverable tbody tr,.gs-hoverable li,.gs-accordion-content a,.gs-dropdown-content a,.gs-dropdown-click:hover,.gs-dropdown-hover:hover,.gs-opennav,.gs-closenav,.gs-closebtn,*[class*="gs-hover-"]{-webkit-transition:background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s;transition:background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s}.gs-accordion-content a,.gs-dropdown-content a,.gs-dropdown-click:hover,.gs-dropdown-hover:hover,.gs-opennav,.gs-closenav,.gs-closebtn,*[class*="gs-hover-"]{-webkit-transition:background-color .25s,color .15s,box-shadow .25s,opacity 0.25s,filter 0.25s,border 0.15s;transition:background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s}.gs-ripple:active{opacity:0.5}.gs-ripple{-webkit-transition:opacity 0s;transition:opacity 0s}.gs-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}.gs-modal-content{margin:auto;background-color:var(--color-weiss);position:relative;padding:0;outline:0;width:600px}.gs-closebtn{text-decoration:none;float:right;font-size:24px;font-weight:bold;color:inherit}.gs-closebtn:hover,.gs-closebtn:focus{color:#000;text-decoration:none;cursor:pointer}ul.gs-ul{list-style-type:none;padding:0;margin:0}ul.gs-ul li{padding:6px 2px 6px 16px;border-bottom:1px solid #ddd}ul.gs-ul li:last-child{border-bottom:none}.gs-input-group,.gs-group{margin-top:24px;margin-bottom:24px}.gs-input{padding:16px; display:block; border:1px solid #e2e2e2; width:100%; font-size: 100%;font-family: 'Avenir-Book';}.gs-label{color:#009688}.gs-input:not(:valid)~.gs-validate{color:#f44336}.gs-select{padding:9px 0;width:100%;color:#000;border:1px solid transparent;border-bottom:1px solid #009688}.gs-select select:focus{color:#000;border:1px solid #009688}.gs-select option[disabled]{color:#009688}.gs-dropdown-click,.gs-dropdown-hover{position:relative;display:inline-block;cursor:pointer}.gs-dropdown-hover:hover .gs-dropdown-content{display:block;z-index:1}.gs-dropdown-content{cursor:auto;color:#000;background-color:var(--color-weiss);display:none;position:absolute;min-width:160px;margin:0;padding:0}.gs-dropdown-content a{padding:6px 16px;display:block}.gs-dropdown-content a:hover{background-color:#ccc}.gs-col{float:left;width:100%}.gs-col.s1{width:8.33333%}.gs-col.s2{width:16.66666%}.gs-col.s3{width:24.99999%}.gs-col.s4{width:33.33333%}.gs-col.s5{width:41.66666%}.gs-col.s6{width:49.99999%}.gs-col.s7{width:58.33333%}.gs-col.s8{width:66.66666%}.gs-col.s9{width:74.99999%}.gs-col.s10{width:83.33333%}.gs-col.s11{width:91.66666%}.gs-col.s12{width:99.99999%}@media only screen and (min-width:601px){.gs-col.m1{width:8.33333%}.gs-col.m2{width:16.66666%}.gs-col.m3{width:24.99999%}.gs-col.m4{width:33.33333%}.gs-col.m5{width:41.66666%}.gs-col.m6{width:49.99999%}.gs-col.m7{width:58.33333%}.gs-col.m8{width:66.66666%}.gs-col.m9{width:74.99999%}.gs-col.m10{width:83.33333%}.gs-col.m11{width:91.66666%}.gs-col.m12{width:99.99999%}}@media only screen and (min-width:993px){.gs-col.l1{width:8.33333%}.gs-col.l1-1{width:calc(10% - 0px);}.gs-col.l2{width:16.66666%}.gs-col.l2-1{width:calc(20% - 0px);}.gs-col.l3{width:24.99999%}.gs-col.l4{width:33.33333%}.gs-col.l5{width:41.66666%}.gs-col.l6{width:49.99999%}.gs-col.l7{width:58.33333%}.gs-col.l8{width:66.66666%}.gs-col.l9{width:74.99999%}.gs-col.l10{width:83.33333%}.gs-col.l11{width:91.66666%}.gs-col.l12{width:99.99999%}}.margin-r-10 {margin-right: 10px}.infobox_content {padding: 0 10px}.infobox_content img {border-radius:10px;}.gs-content{max-width:1500px;margin:auto;position:relative;}.gs-hide{display:none!important}.gs-show-block,.gs-show{display:block!important}.gs-show-inline-block{display:inline-block!important}.gs-left-align{text-align:left!important}.gs-right-align{text-align:right!important}.gs-left{float:left!important}.gs-right{float:right!important}.gs-justify{text-align:justify!important}.gs-center{text-align:center!important}.gs-display-topleft{position:absolute;left:0;top:0}.gs-display-topright{position:absolute;right:0;top:0}.gs-display-bottomleft{position:absolute;left:0;bottom:0}.gs-display-bottomright{position:absolute;right:0;bottom:0}.gs-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}.gs-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}.gs-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}.gs-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}.gs-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}.gs-display-container:hover .gs-display-hover{display:block}.gs-display-container:hover span.gs-display-hover{display:inline-block}.gs-display-hover{display:none}.gs-end {text-align:center; color:#b5b5b5; background-color: var(--color-weiss); padding: 30px}.bottom_bg {width: 100%; font-size: 110%; line-height: 30px; color: var(--color-weiss); background-color: var(--color-rot); padding: 10px 10px 30px 10px}.bottom_bg div.leftbox {padding: 0 0 0 3%;}.bottom_bg div.rightbox {padding: 20% 3% 0 0; }.bottom_bg a {}.bottom_pfeil {width: 350px; height: auto; position: absolute; z-index: 1; bottom: 77px; right: 20px}.bottom_pfeil img {width: 100%; height: auto}.logo-bottom {width: 50%; height:auto}.logo-bottom-div {margin: 20px auto 0 auto}.k_symb {float: right; width: auto; height: 55px}.f_symb {float: right; width: 55px; height: 55px; margin: 0 10px 0 0;}.f_symb_png {float: right; width: auto; height: 55px; margin: 0 10px 0 0;}.bildlogo{height: 94px;width: 190px;padding: 0 0 0 10px;}.icontop{height:46px; width:46px; margin:0px 0px 0px 2px;}.suche {width: 100%; margin:0 0 20px 0}.suchfeld {float:left; width: calc(100% - 260px)}#iconsuche {background-image:url('../img/header/suche.svg'); }#iconstandort {background-image:url('../img/header/standort.svg');}#icontel {background-image:url('../img/header/tel.svg');}#icontermin {background-image:url('../img/header/termin.svg');}#iconkontakt {background-image:url('../img/header/kontakt.svg');}#iconkraft {background-image:url('../img/header/kraft.svg'); width:62px;}#iconsuche:hover {background-image:url('../img/header/suche_hover.svg');}#iconstandort:hover {background-image:url('../img/header/standort_hover.svg');}#icontel:hover {background-image:url('../img/header/tel_hover.svg');}#icontermin:hover {background-image:url('../img/header/termin_hover.svg');}#iconkontakt:hover {background-image:url('../img/header/kontakt_hover.svg');}.linkfarbe{ border-bottom: 1px #CCCCCC solid;}.linkfarbe:hover {background-color:#efefef;}.linkfarbe2{ border-bottom: 1px #CCCCCC solid;}.linkfarbe2:hover {background-color:#efefef;}#navicon {display:block; float:right; margin:15px 10px 20px 0px; z-index:100;background:transparent url('../img/icons/svg/nav.svg') no-repeat center center; background-size:contain;}#navicon a {display:block; width:32px; height:32px;}#navicon.navi_pfeil {background:transparent url('../img/icons/pfeil.svg') no-repeat center center;background-size:contain; width:32px; height:32px;}.abdunkeln {display:block; width:100%; height:120%; top:0px; bottom:0px; left:0px; right:0px; position:fixed; z-index:2; background:#000000; opacity:0.7;}.bblock {width: 100%; height: 100px;}/************************************************//*                Slidertext                    *//************************************************/.slidertext {    color: #FFFFFF;    letter-spacing: 2px;    text-shadow: 1px 1px 1px #6e6e6e;    position: absolute;    font-size: 300%;	/*font-weight: bold;*/	text-transform: uppercase;    line-height: 100%;    bottom: 10%;    right: 2%;    left: 2%;    text-align: center;}.slidertext-titel {font-size: 430%;}.slidertext-klein {font-size: 150%;}.text-focus-in {	-webkit-animation: text-focus-in 1s linear both;	        animation: text-focus-in 1s linear both;	animation-delay:1s;}.header_background {width: 100%; height: 500px; background-size: cover; background-position: center; background-repeat: no-repeat;position: relative;}.header_text {position: absolute; top:40%; left:0%; width: 100%; text-align: center; font-size: 230%;color: #FFFFFF;    letter-spacing: 2px;    text-shadow: 1px 1px 1px #6e6e6e;text-transform: uppercase;line-height: 100%;}.gradientanimation {width: 100%; height: 10px; position: absolute; background-image:linear-gradient(to right, #eab335 0%, #c25726 50%, var(--color-rot)  100%); bottom: 0px; background-size: 400% 400%;    animation: gradient 10s ease infinite;}.gradientanimation-np {width: 100%; background-image:linear-gradient(to right, #eab335 0%, #c25726 50%, var(--color-rot)  100%); bottom: 0px; background-size: 400% 400%;    animation: gradient 10s ease infinite;}/* ---------------------------------------------- * Generated by Animista on 2020-6-30 16:42:40 * Licensed under FreeBSD License. * See http://animista.net/license for more info.  * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}/*.text-focus-in{-webkit-animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both}*/@keyframes gradient {	0% {		background-position: 0% 50%;	}	50% {		background-position: 100% 50%;	}	100% {		background-position: 0% 50%;	}}/************************************************//*                 Downloads                    *//************************************************/.dload_container {margin:20px 0px 0px 0px; padding:0px 0px 10px 0px; border-bottom:1px #BCBCBC solid;}.dload_ueber {font-size:20px; color:#5d7a7e;}.dload_inhalt {display:block; margin:10px 0px 0px 0px; position:relative;}.dload_abs {margin:5px 0px 30px 0px; padding:0 20px 0 0; min-height: 280px;}.dload_text {float:left; margin:0px 0px 0px 0px;}.dload_text.kl {width:500px; margin:0px 0px 0px 10px;}.dload_text.gr {width:640px;}.dload_text a {color:#6E6F71; text-decoration:none;}.dload_details {margin-top:10px;}.dload_icon {float:left; width:130px;}.dload_ok {position:absolute; right:0px; top:20px; display:none;}.dload_link	{margin:10px 0px 0px 0px; float:left;}/*.dload_link a{font-weight:normal; color:#5d7a7e; text-decoration:none;}.dload_link a:hover {font-weight:normal; text-decoration:underline;}*//************************************************//*                    Suche                     *//************************************************/#navimobil #vt_suche {background-color:#089bd5; height: 66px}#navimobil #vt_suche input[type=text] {border:0; float:left; margin:1px 0px 0px 0px; font-size:110%; height: 40px; width:80%; line-height: 40px; padding: 0px 10px 0px 10px;}#navimobil #vt_suche input.btnSave {border-radius:0px; height:40px; line-height:40px; margin-left:3%;float:left;width:30px; padding:0px; text-align:center; margin-top:0px; border:0px;}#navimobil #vt_suche_mobil {background-color:var(--color-rot); height: 62px}#navimobil #vt_suche_mobil input[type=text] {border:0; float:left; margin:1px 0px 0px 0px; font-size:110%; height: 40px; width:80%; line-height: 40px; padding: 0px 10px 0px 10px;}#navimobil #vt_suche_mobil input.btnSave {border-radius:0px; height:40px; line-height:40px; margin-left:3%;float:left;width:30px; padding:0px; text-align:center;background:transparent url('../img/icons/svg/suche.svg')no-repeat center center;margin-top:0px; border:0px;}#vt_suche {	margin-top:-75px;	height:75px;    width: 100%;    background-color: #c6c6c6;    padding: 20px 0px 20px 0px;}#vt_suche .container {width:auto;}#vt_suche input[type=text] {height:35px; line-height: 35px; width: calc(100% - 120px); padding: 0px 7px 0px 7px;color: #000000; border: 0px solid #FFFFFF;font-size: 100%;}#vt_suche .btnSave {float: right;height:35px; width:100px; font-size: 100%; background-color:#ef8107; color:#FFFFFF;border:0px;}#navimobil input.btnSeek {background:transparent url('../img/icons/svg/suche.svg') no-repeat center center;  background-size: 61%;float:right;text-align: left;  margin: 4px 1px 0 0;  padding: 6px 43px 4px 0px; background-color: #FFFFFF;  text-transform: uppercase;  border: 0px;  font-size: 21px;  font-weight: 600;  cursor: pointer;}#navimobil input.btnSeek:hover {	background-color:var(--color-weiss)fff;}.suche {margin:0px 0px 0px 0px;}.suche div.abs {margin:0px 0px 20px 0px;}.suche div.abs div.tit a{font-size:120%; color:#666666; font-weight:normal;}.suche div.abs div.txt{margin:3px 0px 0px 0px;}.gs-input-search{padding:12px;display:block;border:none;width:100%; font-size: 120%;}/* Kalender*/.kal_ze:hover{background-color:#C1FFC1;cursor:pointer;}.termin{background-color:#FF8888;	}.cms_titel {font-size:110%; margin:5px 0px 0px 0px;}.cms_titel a{font-size:110%; text-decoration:none; font-weight:bold;}.cms_titel a:hover {color:#0069b4; text-decoration:none;}.suchwort{font-weight:bold; color:#0a9ad5}.footer_nav_button {	background-color:#f3f3f3!important;	width: 95%!important; 	color: #737373!important;	padding: 20px!important; 	margin: 5px auto 5px auto!important; 	text-align: center!important;	border:0px!important;	font-size: 100%!important;	text-transform: none!important;}.footer_nav_logo {text-align: center!important}.footer_nav {	background-color:#f3f3f3!important;	width: 95%!important; 	color: #737373!important;	padding: 20px!important; 	margin: 5px auto 5px auto!important; 	text-align: center!important;	border:0px!important;	font-size: 100%!important;	text-transform: none!important;    cursor:pointer;    }.footer_nav_logo {	background-color:#f3f3f3!important;	width: 95%!important; 	color: #737373!important;	padding: 20px!important; 	margin: 5px auto 5px auto!important; 	text-align: center!important;	border:0px!important;	font-size: 100%!important;	text-transform: none!important;    cursor:pointer;}/************************************************//*                    Formular                  *//************************************************/select.menge{height: 35px;font-size: 120%;color: #737373;padding: 0 10px;border: 0px; font-weight: bold;}input.button {font-size:110%; border:1px #D6D6D6 solid; padding:10px; border-radius:3px; }select.button {font-size:110%; border:1px #D6D6D6 solid; height:44px; line-height:46px; padding:0px 0px 0px 10px; margin:0px; border-radius:3px;width: 100%}textarea.button {font-size:110%; border:1px #D6D6D6 solid; padding:12px 5px 12px 5px; margin:0px; border-radius:3px;}input.buttonfehler	{font-size:110%; border:1px #861103 solid; height:44px; line-height:44px; padding:0px 5px 0px 5px;}select.buttonfehler	{font-size:110%; border:1px #861103 solid; height:46px; line-height:46px; padding:0px 0px 0px 0px; margin:0px;}textarea.buttonfehler	{font-size:110%; border:1px #861103 solid; padding:12px 5px 12px 5px;}textarea{height: 411px;}.feld {margin:0} /* Schatten */.gs-shadow-2{box-shadow:0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-4{box-shadow:0 4px 8px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-8{box-shadow:0 8px 16px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-12{box-shadow:0 12px 16px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-16{box-shadow:0 16px 24px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-24{box-shadow:0 24px 24px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}.gs-shadow-oben{box-shadow:0 0px 0px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important}/* Farben */.gs-black,.gs-hover-black:hover{color:var(--color-weiss)!important;background-color:#000!important}.gs-white,.gs-hover-white:hover{color:#454545!important;background-color:var(--color-weiss)!important}.gs-grey,.gs-hover-grey:hover{color:#000!important;background-color:#9e9e9e!important}.gs-light-grey,.gs-hover-light-grey:hover{color:#000!important;background-color:#f1f1f1!important}.gs-blue,.gs-hover-blue:hover{color:var(--color-weiss)!important;background-color:#0069b4!important}.gs-light-blue,.gs-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}.gs-text-white,.gs-hover-text-white:hover{color:var(--color-weiss)!important}.gs-text-black,.gs-hover-text-black:hover{color:#000!important}.gs-text-grey,.gs-hover-text-grey:hover{color:#757575!important}.gs-text-light-grey,.gs-hover-text-light-grey:hover{color:#f1f1f1!important}.gs-text-dark-grey,.gs-hover-text-dark-grey:hover{color:#3a3a3a!important}.gs-text-blue,.gs-hover-text-blue:hover{color:#2196F3!important}.gs-text-light-blue,.gs-hover-text-light-blue:hover{color:#87CEEB!important}.gs-border-blue,.gs-hover-border-blue:hover{border-color:#2196F3!important}.gs-border-light-blue,.gs-hover-border-light-blue:hover{border-color:#87CEEB!important}.gs-border-white,.gs-hover-border-white:hover{border-color:var(--color-weiss)!important}.gs-border-black,.gs-hover-border-black:hover{border-color:#000!important}.gs-border-grey,.gs-hover-border-grey:hover{border-color:#9e9e9e!important}.gs-border-light-grey,.gs-hover-border-light-grey:hover{border-color:#f1f1f1!important}.gs-border-dark-grey,.gs-hover-border-dark-grey:hover{border-color:#616161!important}.gs-flexauto{display: flex; align-items: center;}.kartentext {font-size:120%; display: inline-block; padding:20px 50px 10px 50px; background-color:#FFFFFF;text-transform: uppercase;}.gs-padding-xlarge{padding:12px 24px!important;}.gs-flexauto{display: block; align-items: center;}.highlights{padding: 0 2.5%; min-height:310px; text-align:center}.gs-custom-select-lizenz {	position: relative;	display: block;	border:1px solid #ccc;	z-index: 1;    font-family: 'Avenir-Book';}.gs-custom-select-lizenz select {	border: none;	outline: none;	background: transparent;	-webkit-appearance: none;	-moz-appearance: none;	appearance: none;	border-radius: 0;	margin: 0;	display: block;	width: 100%;	padding: 8px 7px 8px 7px;	font-size: 100%;    color:#aaaaaa;}.gs-custom-select-lizenz:after {	position: absolute;	right: 0;	top: 0;	width: 30px;	height: 100%;	line-height: 25px;	content: "";	background-image: url(../img/icons/svg/arrow.svg);	background-position: center;	background-repeat: no-repeat;	text-align: center;	border:0px solid #ccc;	z-index: -1;}.gs-custom-select {	position: relative;	display: block;	max-width: 200px;	min-width: 180px;	/*margin: 0 auto;*/	border:1px solid #ccc;	z-index: 1;    font-family: 'Avenir-Book';}.gs-custom-select select {	border: none;	outline: none;	background: transparent;	-webkit-appearance: none;	-moz-appearance: none;	appearance: none;	border-radius: 0;	margin: 0;	display: block;	width: 100%;	padding: 8px 7px 8px 7px;	font-size: 100%;    color:#aaaaaa;}.gs-custom-select:after {	position: absolute;	right: 0;	top: 0;	width: 30px;	height: 100%;	line-height: 25px;	content: "";	background-image: url(../img/icons/svg/arrow.svg);	background-position: center;	background-repeat: no-repeat;	text-align: center;	border:0px solid #ccc;	z-index: -1;}.off-on{display: none}/*-- MOBIL --*/@media only screen and (max-width:1200px){.gs_inbox {height:350px}.news:hover {height:350px}}@media only screen and (max-width:1090px){.gs_inbox {height:380px}.news:hover {height:380px}}@media only screen and (max-width:800px){    body {	font-size: 90%;    line-height: 25px;    	}    .on-off{display: none}    .off-on{display: block}        .startblock {    flex-direction: column; /* untereinander */    align-items: center;    }    .startblock .col {    width: 100%;    max-width: 100%;    }        .pro-box1 {display: none}.pro-box2 {position: relative; width:100%; height:100%; top:0px; right:0px;}.stpro_text_box2 {padding: 0}.stpro_text_box3 {padding: 3%}.inc_img {    margin-right: 0px;}        .trennlinie-w {margin:20px 0px 20px 0px; height:1px; border-top:1px var(--color-weiss) solid;}    .gs-padding-small {padding: 0 15px}    .aus {display: none}    .bblock {display: none}        .suche {width: 100%; margin:0; padding:0 10px 10px 10px}    .suchfeld {float:left; width: calc(100% - 90px)}    #navimobil #vt_suche_mobil {display: none}    #cms {padding: 0 5px}    #verlauf {display: none}        h1	{font-size:200%; margin: 45px 0px 40px 0px }    h2	{font-size:170%; }    h3	{font-size:170%; line-height: normal; font-weight:bold; }    h4	{font-size:160%; line-height: normal}    h5	{font-size:160%; line-height: normal}    h6	{font-size:120%; line-height: normal}            .slidertext {font-size: 180%;}    .header_text {top:80%; font-size: 180%;}    .bottom_pfeil {display:none}    .logo-bottom-div {text-align: center}    .logo-bottom {margin: auto}    .tab {font-size: 90%; overflow-x: auto; width: 98%}    .wk-nav {position: absolute; top: 17px; right: 45px; margin: 0px; font-size: 120%}        .gs-topnav a{display:block}    .gs-navbar li:not(.gs-opennav){float:none;width:100%!important}    .gs-navbar{margin:-3px 0px 0 0;}    .gs-navbar li.gs-right{float:none!important}    .gs-topnav .gs-dropdown-hover .gs-dropdown-content,.gs-navbar .gs-dropdown-click .gs-dropdown-content,.gs-navbar .gs-dropdown-hover .gs-dropdown-content{position:relative}	    .gs-topnav,.gs-navbar{text-align:center}    .gs-hide-small{display:none!important}    .mySlides .gs-display-topleft{top:-52px; z-index:1;}    .mySlides .gs-display-topleft img{max-width:150px;}    .bildlogo{height:50px; width:auto; margin:12px 0px 6px 16px; padding: 0px}    .highlights{padding: 0 2.5%; min-height:320px; text-align:center}    .gs_inbox {height:auto;margin-top: 15px}    .news:hover {height:auto}    .bottom_bg {font-size:100%}    .bottom_bg div.leftbox {        padding: 0% 2%;        position: relative;        bottom: 0px;        left: 0px;        text-align: center;        margin: 140px 0 15px 0    }    .bottom_bg div.rightbox {        padding: 9% 32% 0 32%;        position: relative;        bottom: 0;        right: 0;    }    }@media only screen and (max-width:600px){    p{margin:5px 0px;}    .highlights{padding: 0 2.5%; min-height:inherit; text-align:center}}@media only screen and (max-width:992px) and (min-width:801px){    .gs-hide-medium{display:none!important}    .icontop{height:36px; width:36px; margin:0px 0px 0px 2px;}    /*.gs-navbar{list-style-type:none;margin:15px 0px 0 0;padding:0;}*/    .gs-padding-xlarge{padding:12px 24px!important}    .gs-flexauto{display: block; align-items: center;}    .abdunkeln{display:none!important;}    .gs_inbox {height:auto;margin-top: 15px}    .news:hover {height:auto}    .cbp-spmenu-push-toleft {        left: auto !important;        overflow-y: auto !important;        position: relative !important;    }    }@media only screen and (min-width:993px){    .gs-hide-large{display:none!important}    .abdunkeln{display:none!important;}    .news:hover {height:auto}.cbp-spmenu-push-toleft {        left: auto !important;        overflow-y: auto !important;        position: relative !important;    }}