/* Weitere benötigte CSS Includes */
@import "jquery-ui.css";

/* OTF Fonts Einbinden */
@font-face {
	font-family: AGROTBQ_Reg;
	src: url(../fonts/Akzidenzgrotesk_BQ_Regular.otf) format("opentype");
	src: url(../fonts/Akzidenzgrotesk_BQ_Regular.woff) format("woff");
}
@font-face {
	font-family: AGROTBQ_Bold;
	src: url(../fonts/Akzidenzgrotesk_BQ_Bold.otf) format("opentype");
	src: url(../fonts/Akzidenzgrotesk_BQ_Bold.woff) format("woff");
}

/* Clearfix */
.clearfix {
	display: block;
}

/* Clearfix after */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

/* IE-Patch für IE 7 */
*:first-child+html .clearfix {
	min-height: 0;
}

/* Box-Sizing für alle Elemente festlegen */
* {
	box-sizing: border-box;
}

/* Overrides */
.flipbook {
	/*max-height: 550px !important;*/
}
.flipbook img {
	max-height: 550px !important;
}
.flipbook video {
	max-height: 550px !important;
	width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 0 auto !important;
}
.flipbook.fbheader {
	max-height: 67vh !important;
	height: 67vh !important
}
.flipbook.fbheader img {
	max-height: 67vh !important;
	height: 67vh !important;
}
.flipbook.verein {
	max-height: 550px !important;
	height: 550px !important
}
.flipbook.verein img {
	max-height: 550px !important;
	height: 550px !important;
}
.flipbook .caption {
	background: #fff !important;
}
.flipbook .caption:hover {
	background: #E066FF !important;
}
.flipbook .caption.current{
	background: #E066FF !important;
}

/* jQueryUI Overrides */
.ui-accordion-header {
	font-family: AGROTBQ_Reg !important;
	font-size: 2em !important;
	font-weight: normal !important;
	border-radius: 0 !important;
	border-left: 0 !important;
	border-right:0 !important;
}
.ui-state-default {
	color: #78787c !important;
}
.ui-state-active {
	color: #E066FF !important;
	border: 0 !important;
	border-top: 1px solid #E066FF !important;
	border-bottom: 1px solid #E066FF !important;
}
.ui-state-focus {
	border: 0 !important;
	border-top: 1px solid #E066FF !important;
	border-bottom: 1px solid #E066FF !important;
}
.ui-state-hover {
	border: 0 !important;
	border-top: 1px solid #E066FF !important;
	border-bottom: 1px solid #E066FF !important;
	background: #fff !important;
}
.ui-icon {
	background-image: url(../pics/jquery-ui/ui-icons_222222_256x240.png) !important;
}

/* Body */
body {
	font-size: 10px;
	font-family: AGROTBQ_Reg, AGROTBQ_Bold;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Header Klassen */
header {
	width: 100%;
	height: 170px;
	float: left;
	border: 0;
	border-bottom: 1px solid #78787c;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.header_fixed {
	width: 100%;
	height: 170px;
	float: none;
	border: 0;
	border-bottom: 1px solid #78787c;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
.header_fixed_small {
	height: 100px;
}
header ul {
	width: 68%;
    height: 170px;
    float: left;
    padding: 7em 0 7em 0;
    margin: 0;
    list-style-type: none;
}
.ul_small {
	padding: 4em 0 4em 0;
	height: 100px;
}
header ul.icons {
	width: 17%;
	padding: 6em 0 6em 0;
}
.ul_icons_small {
	height: 100px;
	padding: 3em 0 3em 0 !important;
}
header ul li {
	width: 14.28%;
    height: auto;
    float: right;
    text-align: center;
	display: inline-block;
}
header ul li.icons {
	width: 25%;
	display: inline-block;
}
header ul li a {
	width: 100%;
	font-family: AGROTBQ_Reg;
	font-size: 2.4em;
	float: left;
	cursor: default;
	color: #78787c;
}
header ul li a:hover {
	cursor: pointer;
	color: #E066FF;
}
header nav span {
	width: 15%;
	height: 170px;
	float: left;
	padding: 3em;
}
.nav_span_small {
	height: 100px;
	padding: 1em;
}
header nav span a {
	width: 100%;
	height: auto;
	float: left;
}
header nav span img {
	width: 100%;
	height: auto;
}
.nav_span_img_small {
	width: 80px;
	height: 80px;
}
.pageheader > .headerinside {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.separator {
	border-right: 1px solid #78787c;
}
.separator_big {
	margin-right: 5em;
}
.filler {
	height: 170px;
	float: left;
}
.filler_small {
	height: 100px;
}

/* HEADER Submenu Klassen */
ul.submenulist {
	width: 100%;
	height: 60px;
	float: left;
	margin: 0;
	padding: 0;
    list-style-type: none;
}
ul.submenulist li.submenuitem {
	width: 16.6%;
	height: auto;
	float: left;
	margin-top: 2em;
}

/* Footer Klassen */
footer {
	width: 100%;
	height: auto;
	max-height: 540px;
	float: left;
	background: #333;
	border: 0;
	display: block;
}
footer ul {
	width: 33%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
ul.firstrow {
	max-width: 480px;
    width: 100%;
    height: 100px;
	margin: 0 auto;
    float: none;
	padding: 0;
	list-style-type: none;
    text-align: center;
}
ul.lastrow {
	max-width: 320px;
    width: 100%;
    height: 60px;
	margin: 0 auto;
    float: none;
	padding: 0;
	list-style-type: none;
    text-align: center;
}
footer ul li {
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
ul li.firstrow {
	width: 25%;
    height: 100px;
    float: left;
    text-align: center;
}
ul li.lastrow {
	width: 33.333%;
    height: 60px;
    float: left;
    text-align: center;
}
footer ul li a {
	width: 100%;
    height: auto;
    color: #fff;
    font-family: AGROTBQ_Reg;
    font-size: 2em;
    float: left;
    text-decoration: none;
    margin: 0;
	padding-top: 10px;
    text-align: center;
}
ul li a.firstrow,
ul li a.lastrow {
	width: 100%;
    height: auto;
    color: #fff;
    font-family: AGROTBQ_Reg;
    font-size: 2em;
    float: left;
    text-decoration: none;
    margin: 0;
	margin-top: 1em;
	padding: 0;
	cursor: default;
    text-align: center;
}
footer ul li a:hover {
	color: #E066FF;
	cursor: pointer;
}
footer nav {
	width: 100%;
	height: auto;
	float: left;
}
.pagefooter > .footerinside {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/* Footer PopUpWindow Klassen */
#footer-content {
	display: none;
	position: fixed;
	z-index: 1000;
	background: white;
	width: 80vw;
	height: 80vh;
	top: 5%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	border: 1px solid #333;
}
#footer-head {
	position: relative;
	height: 40px;
}
#footer-content .text {
	max-height: 85%;
	overflow: auto;
	padding: 20px;
	display: none;
	font-size: 1.8em;
}
#footer-content .text::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 2px;
}
#footer-content .text::-webkit-scrollbar-track {
	background: rgba(160, 160, 160, 0.8);
}
#footer-content .text::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 1.0);
}
#close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #333;
	text-decoration: underline;
	cursor: pointer;
	font-size: 2em;
}
#transparent {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

/* Navigation */
nav {
	width: 100%;
	height: 170px;
	float: left;
	background: rgba(255,255,255,0.0);
}
.navigation_small {
	height: 100px;
}

/* Main */
main {
	width: 100%;
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
	display: block;		/* IE-Fix, Main kann von IE nicht ohne display Angabe interpretiert werden, da kein UserAgentStyle vorhanden. */
}

/* FORM Klassen */
form {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

/* iFRAME Klassen */
iframe {
	width: 100%;
	height: 60vh;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
}
iframe.wh_frame {
	width: 100%;
	height: 105vh;
	float: left;
	padding: 1em;
	margin: 0;
	border: 0;
	background: #fff;
}

/* FIELDSET Klassen */
fieldset {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset legend {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Bold;
	font-size: 4em;
}
fieldset legend.leg_white {
	color: #fff;
}
fieldset legend.leg_windowsblue {
	color: #353c73;
}
fieldset legend.leg_black {
	color: #000;
}

/* ABSATZ Klassen */
p {
	width: 100%;
	height: auto;
	float: left;
	text-align: justify;
}

/* HR Klassen */
hr {
	height: auto;
	float: left;
}
hr.trennlinie {
	color: #353c73;
	border: 1px solid #353c73;
}
hr.telekomgrey {
	border: 0;
	border-bottom: 1px solid #6e6e6e;
}

/* INPUT, SELECT & TEXTAREA Klassen */
input[type=text] {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	margin-bottom: 1em;
}
input[type=text].i_callback {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 0;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].i_kontakt {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].i_gmaps {
	max-width: 400px;
	width: 100%;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0.3em;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	font-family: AGROTBQ_Reg;
	font-size: 2.5em;
	text-align: center;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
input[type=text].i_verein {
	max-width: 640px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].i_reparatur {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].i_kontakt2 {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #000;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].telekominput {
	height: 35px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=button] {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	border: 0;
}
input[type=button].i_callback {
	max-width: 150px;
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_callback2 {
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_kontakt {
	max-width: 150px;
	height: 30px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_verein {
	max-width: 150px;
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].telekombutton {
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].ds_disclaimer_clicker {
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_callback:hover,
input[type=button].i_callback2:hover {
	background: #fff;
	color: #343a40;
	border: 1px solid #343a40;
	cursor: pointer;
}
input[type=button].i_kontakt:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
}
input[type=button].i_verein:hover {
	background: #fff;
	color: #343a40;
	border: 1px solid #343a40;
	cursor: pointer;
}
input[type=button].telekombutton:hover {
	background: #fff;
	color: #343a40;
	border: 1px solid #343a40;
	cursor: pointer;
}
input[type=button].ds_disclaimer_clicker:hover {
	background: #fff;
	color: #343a40;
	border: 1px solid #343a40;
	cursor: pointer;
}
input[type=button].telekombutton2 {
	height: 45px;
	border-radius: 5px;
	border: 1px solid #E066FF;
	background: #E066FF;
	color: #fff;
	cursor: default;
}
input[type=button].telekombutton2:hover {
	border: 1px solid #E066FF;
	background: #fff;
	color: #E066FF;
	cursor: pointer;
}
textarea {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	padding: 0.5em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
}
textarea.ta_kontakt {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #000;
	background: rgba(255, 255, 255, 0.0);
	color: #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
textarea.ta_verein {
	max-width: 640px;
	border: 0;
	border-bottom: 1px solid #000;
	background: #fff;
	color: #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
textarea.ta_reparatur {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #000;
	background: #fff;
	color: #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
select {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
}
select.sel_repa {
	margin-bottom: 1em !important;
}
select.sel_kontakt {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: rgba(53, 60, 115, 0.0);
	color: #fff;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
select.sel_wochenhl {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: #fff;
	color: #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
select.sel_reparatur {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #000;
	background: rgba(255, 255, 255, 0.0);
	color: #78787c;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
select option {
	background: #fff;
}

/* LINK Klassen */
a {
	width: 100%;
	height: auto;
	float: left;
	cursor: default;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	color: #000;
}
a.menuitem {
	width: auto;
}
a.submenulink {
	text-align: center;
	cursor: default;
	color: #78787c;
}
a.submenulink:hover {
	cursor: pointer;
	color: #E066FF;
}
a.malink:hover {
	color: #fff !important;
}
a.ktlink:hover {
	color: #78787c;
}

/* HR Klassen */
hr {
	height: auto;
	float: left;
}
hr.telekomgrey {
	border: 0;
	border-bottom: 1px solid #6e6e6e;
}

/* LABEL Klassen */
.stoselector {
	cursor: default;
	color: #000;
}
.stoselector:hover {
	cursor: pointer;
	color: #353c73;
}
.formswitcher {
	cursor: pointer;
	color: #343a40;
}
.formswitcher:hover {
	cursor: pointer;
	color: #E066FF;
}

/* MENUE Klassen */
.menue {
	display: inline-block;
}
.mobilemenu {
	display: none !important;
}
.menue_callback {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	padding: 0;
	top: -5px;
	background-image: url(../pics/systems/Icons_Anruf.svg);
	background-repeat: no-repeat;
}
.menue_callback:hover {
	background-image: url(../pics/systems/Icons_mouseover_Anruf.svg);
}
.menue_teamviewer {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	padding: 0;
	top: -5px;
	background-image: url(../pics/systems/Icons_Teamviewer.svg);
	background-repeat: no-repeat;
}
.menue_teamviewer:hover {
	background-image: url(../pics/systems/Icons_mouseover_Teamviewer.svg);
}
.menue_whatsapp {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	padding: 0;
	top: -5px;
	background-image: url(../pics/systems/Icons_Whatsapp.svg);
	background-repeat: no-repeat;
}
.menue_whatsapp:hover {
	background-image: url(../pics/systems/Icons_mouseover_Whatsapp.svg);
}
.menue_kontakt {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Kontakt.svg);
	background-repeat: no-repeat;
}
.menue_kontakt:hover {
	background-image: url(../pics/systems/Icons_dark_kontakt.svg);
}
.menue_mobile {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	padding: 0;
	top: -5px;
	background-image: url(../pics/systems/Icons_Menu.svg);
	background-repeat: no-repeat;
}
.menue_mobile:hover {
	background-image: url(../pics/systems/Icons_mouseover_Menu.svg);
}
.menue_facebook {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Facebook.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_facebook_small {
	width: 30px;
	height: 30px;
	float: left;
	background-image: url(../pics/systems/Icons_fb.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_facebook:hover {
	background-image: url(../pics/systems/Icons_mouseover_Facebook.svg);
	cursor: pointer;
}
.menue_facebook_small:hover {
	cursor: pointer;
}
.menue_googlemaps_small {
	width: 30px;
	height: 30px;
	float: left;
	background-image: url(../pics/systems/Icons_GoogleMaps.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_googlemaps_small:hover {
	cursor: pointer;
}
.menue_tiktok {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_TikTok.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_tiktok:hover {
	background-image: url(../pics/systems/Icons_mouseover_TikTok.svg);
	cursor: pointer;
}
.menue_instagram {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Insta.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_instagram:hover {
	background-image: url(../pics/systems/Icons_insta_mouseover.svg);
	cursor: pointer;
}
.menue_twitter {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/icons-twitter-white.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_twitter:hover {
	background-image: url(../pics/systems/icons-twitter.svg);
	cursor: pointer;
}
.menue_xing {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_xing.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_xing:hover {
	background-image: url(../pics/systems/Icons_xing_mouseover.svg);
	cursor: pointer;
}

/* FLOAT Klassen */
.nofloat {
	float: none !important;
}
.leftfloat {
	float: left !important;
}
.rightfloat {
	float: right !important;
}
.clearfloat {
	clear: both;
}

/* POSITION Klassen */
.relativpos,
.relpos {
	position: relative;
}
.abspos {
	position: absolute;
}
.abspos.termintext {
	top: 30vh;
    left: 0;
	text-shadow: 0px 0px 15px #333;
}
.abspos.termindescr {
	top: 40vh;
    left: 22.5vw;
	text-shadow: 0px 0px 15px #333;
}

/* DIV Klassen */
.error {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}
.kopfbereich {
	height: auto;
	float: left;
}
.datenbereich {
	height: auto;
	float: left;
}
.callback_invisible {
	width: 100%;
	height: 60px;
	position: fixed;
	top: -170px;
	left: 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #78787c;
	z-index: 1;
}
.callback_small_invisible {
	top: -100px;
}
.callback {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 170px;
	left: 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #78787c;
	z-index: 1;
}
.callback_small {
	top: 100px;
}
.submenu_leistungen_invisible {
	width: 100%;
	height: 60px;
	position: fixed;
	top: -170px;
	left: 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #78787c;
	z-index: 1;
}
.submenu_leistungen_small_invisible {
	top: -100px;
}
.submenu_leistungen {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 170px;
	left: 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #78787c;
	z-index: 1;
}
.submenu_leistungen_small {
	top: 100px;
}
.mainmenu_invisible {
	width: 100%;
    height: 100%;
    position: fixed;
    top: -1000px;
    left: 0;
    background: rgba(0, 0, 0, 0.0);
	#overflow-y: hidden;
	z-index: 1;
}
.mainmenu {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 0;
	background: rgba(0, 0, 0, 0.8);
	overflow-y: scroll;
	z-index: 1;
}
.willkommen_1 {
	height: 67vh !important;
	background-color: #BA55D3 !important;
}
.willkommen_2 {
	height: 67vh !important;
	background-color: #25d366 !important;
}
.willkommen_3 {
	height: 67vh !important;
	background-image: url(../pics/systems/Bergen_Header.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.willkommen_4 {
	height: 67vh !important;
	background-image: url(../pics/systems/Ueckermünde_Header.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.standortwahl {
	height: 20vh;
	background-image: url(../pics/systems/Standort.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}
.verein {
	height: 82vh;
	background-image: url(../pics/systems/Trikots.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}
.wochenhighlight {
	height: auto;
	float: left;
}
.map-container {
	height: auto;
	float: left;
	position: relative;
}
.marker-icon {
	max-width: 119px;
	width: 25%;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.static-map {
	height: auto;
	float: left;
}
.leistungen {
	height: 500px;
}
.terminimage {
	height: 72vh;
	background-image: url(../pics/systems/Header_Termin.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.teamimage {
	height: 50vh;
	float: left;
	background-image: url(../pics/teamfotos/Teamfoto_2024.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.datenschutz_disclaimer_container {
	width: 100%;
	height: 120px;
	float: none;
	position: fixed;
	background: #aaa;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.datenschutz_disclaimer_container_invisible {
	width: 100%;
	height: 120px;
	float: none;
	position: fixed;
	background: #aaa;
	bottom: -320px;
	left: 0;
	z-index: 1;
}
.formcontainer {
	min-height: 680px;
}

/* SPAN Klassen */
.error_not_found {
	height: auto;
	float: left;
	font-family: AGROTBQ_Bold;
	font-size: 3em;
	color: #000;
	margin-top: 2em;
	margin-bottom: 2em;
}
.gridwrapper {
	height: auto;
	float: left;
	box-sizing: border-box;
	overflow: visible;
}
.gridpart {
	height: auto;
	float: left;
	box-sizing: border-box;
	cursor: default;
}
.center_parent {
	height: auto;
	float: left;
	position: relative;
}
.centered_viewport {
	height: auto;
	position: relative;
	float: none;
	margin: 0 auto !important;
    display: block; 
}
.overlay_close_cb {
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	top: 15px;
	right: 68px;
	background-image: url(../pics/systems/Icons_X.svg);
	background-repeat: no-repeat;
	cursor: default;
	z-index: 2;
}
.overlay_close_cb_small {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 140px;
}
.overlay_close_kt {
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	top: 20px;
	right: 100px;
	background-image: url(../pics/systems/Icons_X.svg);
	background-repeat: no-repeat;
	cursor: default;
	z-index: 2;
}
.overlay_close_kt_small {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 80px;
}
.overlay_close_mm {
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	top: 20px;
	right: 20px;
	background-image: url(../pics/systems/Icons_X.svg);
	background-repeat: no-repeat;
	cursor: default;
	z-index: 2;
}
.overlay_close_mm_small {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 20px;
}
.overlay_close_cb:hover,
.overlay_close_kt:hover,
.overlay_close_mm:hover {
	cursor: pointer;
}
.contentWeb {
	display: inline-block;
}
.contentMobile {
	display: none;
}
.aktuell_frame {
	height: 550px;
}
.mainfo {
	width: 100%;
	height: 100%;
	float: none;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
.mainfo_gk {
	width: 100%;
	height: 100%;
	float: none;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
.mainfo_hover {
	z-index: 1;
}
.mainfo_hover_gk {
	z-index: 1;
}
.leistungicon1 {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	padding: 0;
	top: 0;
	cursor: default;
	background-image: url(../pics/systems/Icons_Mobilfunk.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.leistungicon1:hover {
	background-image: url(../pics/systems/Icons_mouseover_Mobilfunk.png);
	cursor: pointer;
}
.leistungicon2 {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	padding: 0;
	top: 0;
	cursor: default;
	background-image: url(../pics/systems/Icons_Internet.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.leistungicon2:hover {
	background-image: url(../pics/systems/Icons_mouseover_Internet.png);
	cursor: pointer;
}
.leistungicon3 {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	padding: 0;
	top: 0;
	cursor: default;
	background-image: url(../pics/systems/Icons_Fernsehen.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.leistungicon3:hover {
	background-image: url(../pics/systems/Icons_mouseover_Fernsehen.png);
	cursor: pointer;
}
.leistungicon4 {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	padding: 0;
	top: 0;
	cursor: default;
	background-image: url(../pics/systems/Icons_Smarthome.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.leistungicon4:hover {
	background-image: url(../pics/systems/Icons_mouseover_Smarthome.png);
	cursor: pointer;
}
.infosheet {
	min-height: 280px;
}
.formcontainer {
	min-height: 680px;
}
.stoerer {
	background: #fff;
	border-radius: 100px;
	background-image: url(../pics/systems/Stoerer_Wochenhighlight.svg);
	width: 200px;
	height: 200px;
}
.stoerer_gf {
	background: #fff;
    border-radius: 100px;
    background-image: url(../pics/systems/Stoerer_Glasfaser.svg);
    width: 200px;
    height: 200px;
    background-size: 250px 250px;
    background-position: center center;
}
.stoerer_wa {
	background: #25d366;
    border-radius: 100px;
    background-image: url(../pics/systems/Icons_WhatsappBusiness.svg);
    width: 245px;
    height: 245px;
    background-size: 225px 225px;
    background-position: center center;
}
.stoererlink {
	top: 0;
	right: 5vw;
	width: 200px;
	height: 200px;
	z-index: 1;
}
.location_icon {
	width: 100%;
    height: 100%;
    float: none;
    right: 0;
    top: 0;
    background-image: url(../pics/systems/Icons_Standortelement.svg);
    background-repeat: no-repeat;
    background-size: auto 127%;
    background-position: right center;
}

/* 360 GRAD Bilder Klassen */
.degree360 {
	width: 100%;
    height: 30vh;
    position: absolute;
    bottom: 15vh;
    left: 0;
    background-image: url(../pics/systems/Icons-360Grad.svg);
    background-repeat: no-repeat;
    background-position: center;
	display: inline-block;
}

/* ERROR Klassen */
#errorcontainer {
	width: 65vw;
	float: none;
    max-width: 1280px;
    position: fixed;
    border-radius: 8px;
	border: 1px solid #000;
    top: 42vh;
    left: 17vw;
    z-index: 2;
}

/* COOKIE BANNER Klassen */
.cookiebannerContainer {
	width: 100%;
	height: 100%;
	float: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.cookiebannerContent {
	width: 100%;
	max-width: 800px;
	height: 320px;
	float: none;
	position: relative;
	background: #fff;
	padding: 2em;
	margin: 0 auto;
	overflow-y: scroll;
}
.cookiebannerContent::-webkit-scrollbar {
	width: 5px !important;
	height: 5px !important;
	border-radius: 2px !important;
}
.cookiebannerContent::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 1.0) !important;
}
.cookiebannerContent::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 1.0) !important;
}
.cookiebannerContent.top {
	top: 0;
	left: 0;
}
.cookiebannerContent.bottom {
	top: calc(100% - 320px);
	left: 0;
}
.cookiebannerContent.center {
	top: calc(50% - 160px);
	left: 0;
}
.cookiebannerContent label.title {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2.6em;
	font-weight: bold;
	color: #000;
}
.cookiebannerContent label.text {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	color: #000;
}
.cookiebannerContent label.checkboxtext {
	width: auto;
	height: 20px;
	float: none;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	color: #000;
	cursor: default;
}
.cookiebannerContent label.checkboxtext:hover {
	cursor: pointer;
}
.cookiebannerContent label.text a {
	width: auto;
	float: none;
	color: #E066FF;
	text-decoration: none;
	cursor: default;
}
.cookiebannerContent label.text a:hover {
	color: #343a40;
	text-decoration: underline;
	cursor: pointer;
}
.cookiebannerContent input[type=button] {
	width: 33%;
	height: 35px;
	float: right;
	background: #343a40;
	color: #fff;
	border: 2px solid #343a40;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: default;
}
.cookiebannerContent input[type=button]:hover {
	background: #fff;
	color: #343a40;
	border: 2px solid #343a40;
	cursor: pointer;
}
.cookiebannerContent input[type=checkbox] {
	width: 16px;
	height: 16px;
	float: none;
	vertical-align: sub;
	cursor: default;
}
.cookiebannerContent input[type=checkbox]:hover {
	cursor: pointer;
}
.cookiebannerElement_width {
	width: 25%;
}

/* GOOGLE Static Map */
.map-container {
	height: auto;
	float: left;
	position: relative;
}
.marker-icon {
	max-width: 119px;
	width: 25%;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.static-map {
	height: auto;
	float: left;
}

/* FONT Klassen */
.agrotbqb_veryhuge {
	font-family: AGROTBQ_Bold;
	font-size: 7em;
}
.agrotbqb_huge {
	font-family: AGROTBQ_Bold;
	font-size: 5em;
}
.agrotbqb_big {
	font-family: AGROTBQ_Bold;
	font-size: 4em;
}
.agrotbqb_medium {
	font-family: AGROTBQ_Bold;
	font-size: 3em;
}
.agrotbqb_small {
	font-family: AGROTBQ_Bold;
	font-size: 2em;
}
.agrotbqb_tiny {
	font-family: AGROTBQ_Bold;
	font-size: 1.6em;
}
.agrotbqb_little {
	font-family: AGROTBQ_Bold;
	font-size: 1em;
}
.agrotbqr_veryhuge {
	font-family: AGROTBQ_Reg;
	font-size: 7em;
}
.agrotbqr_huge {
	font-family: AGROTBQ_Reg;
	font-size: 5em;
}
.agrotbqr_big {
	font-family: AGROTBQ_Reg;
	font-size: 4em;
}
.agrotbqr_medium {
	font-family: AGROTBQ_Reg;
	font-size: 3em;
}
.agrotbqr_small {
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
.agrotbqr_tiny {
	font-family: AGROTBQ_Reg;
	font-size: 1.6em;
}
.agrotbqr_little {
	font-family: AGROTBQ_Reg;
	font-size: 1em;
}
.font_bold {
	font-weight: bold;
}
.word_break {
	word-break: break-all;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_justify {
	text-align: justify;
}
.letterspacing_50px {
	letter-spacing: 50px;
}
.letterspacing_28px {
	letter-spacing: 28px;
}
.letterspacing_5px {
	letter-spacing: 5px;
}
.letterspacing_1px {
	letter-spacing: 1px;
}
.textshadow {
	text-shadow: 0px 0px 15px #333;
}

/* SLIDER Klassen */
.feed-message {
	width: 100%;
	height: auto;
	float: left;
}
.feed-message p.big {
	font-family: AGROTBQ_Reg;
	font-size: 3em;
}
.feed-message p.medium {
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
.slidertext {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
.feed_label {
	width: 100%;
	height: auto;
	float: left;
}
.feed_switcher {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 1em;
	cursor: default;
	color: #343a40;
	text-decoration: none;
}
.feed_switcher:hover {
	cursor: pointer;
	color: #E066FF;
	text-decoration: underline;
}

/* Image Klassen */
.sliderloader {
	width: 32px;
	height: 32px;
}
.searchicon {
	width: 16px;
    height: 16px;
    float: left;
    position: relative;
    top: 5px;
}
.leistungicon {
	max-width: 64px;
	min-width: 32px;
	width: 100%;
	max-height: 64px;
	min-height: 32px;
	height: 100%;
	float: left;
	padding: 5px;
	border-radius: 50px;
    border: 1px solid #000;
}
.maimage {
	width: 100%;
	height: auto;
}
.maimage_gk {
	width: 100%;
	height: auto;
}
.shopimage {
	width: 100%;
	height: auto;
	float: left;
}

/* Margin Helper Klassen */
.margin_auto {
	margin: 0 auto;
}
.nomargin {
	margin: 0;
}
.nomargintop {
	margin-top: 0;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.nomarginleft {
	margin-left: 0;
}
.nomarginright {
	margin-right: 0;
}
.margin_5 {
	margin: 5em;
}
.margin_3 {
	margin: 3em;
}
.margin_2 {
	margin: 2em;
}
.margin_1 {
	margin: 1em;
}
.margin_top_5 {
	margin-top: 5em;
}
.margin_top_3 {
	margin-top: 3em;
}
.margin_top_2 {
	margin-top: 2em;
}
.margin_top_1 {
	margin-top: 1em;
}
.margin_bottom_5 {
	margin-bottom: 5em;
}
.margin_bottom_3 {
	margin-bottom: 3em;
}
.margin_bottom_2 {
	margin-bottom: 2em;
}
.margin_bottom_1 {
	margin-bottom: 1em;
}
.margin_left_5 {
	margin-left: 5em;
}
.margin_left_3 {
	margin-left: 3em;
}
.margin_left_2 {
	margin-left: 2em;
}
.margin_left_1 {
	margin-left: 1em;
}
.margin_right_5 {
	margin-right: 5em;
}
.margin_right_3 {
	margin-right: 3em;
}
.margin_right_2 {
	margin-right: 2em;
}
.margin_right_1 {
	margin-right: 1em;
}

/* Spezielle Margin Klassen */
.margin_top_23vh {
	margin-top: 23vh;
}
.margin_top_44px {
	margin-top: 44px;
}

/* Padding Helper Klassen */
.nopadding {
	padding: 0;
}
.nopaddingtop {
	padding-top: 0;
}
.nopaddingtop {
	padding-bottom: 0;
}
.nopaddingleft {
	padding-left: 0;
}
.nopaddingright {
	padding-right: 0;
}
.padding_5 {
	padding: 5em;
}
.padding_4 {
	padding: 4em;
}
.padding_3 {
	padding: 3em;
}
.padding_2 {
	padding: 2em;
}
.padding_1 {
	padding: 1em;
}
.padding_top_7 {
	padding-top: 7em;
}
.padding_top_5 {
	padding-top: 5em;
}
.padding_top_4 {
	padding-top: 4em;
}
.padding_top_3 {
	padding-top: 3em;
}
.padding_top_2 {
	padding-top: 2em;
}
.padding_top_1 {
	padding-top: 1em;
}
.padding_bottom_5 {
	padding-bottom: 5em;
}
.padding_bottom_4 {
	padding-bottom: 4em;
}
.padding_bottom_3 {
	padding-bottom: 3em;
}
.padding_bottom_2 {
	padding-bottom: 2em;
}
.padding_bottom_1 {
	padding-bottom: 1em;
}
.padding_left_5 {
	padding-left: 5em;
}
.padding_left_4 {
	padding-left: 4em;
}
.padding_left_3 {
	padding-left: 3em;
}
.padding_left_2 {
	padding-left: 2em;
}
.padding_left_1 {
	padding-left: 1em;
}
.padding_right_5 {
	padding-right: 5em;
}
.padding_right_4 {
	padding-right: 4em;
}
.padding_right_3 {
	padding-right: 3em;
}
.padding_right_2 {
	padding-right: 2em;
}
.padding_right_1 {
	padding-right: 1em;
}

/* Spezielle Padding Klassen */
.padding_top_15vh {
	padding-top: 15vh;
}
.padding_top_8vh {
	padding-top: 8vh;
}

/* Width Helper Klassen */
.autowidth {
	width: auto;
}
.width_0 {
	width: 0;
}
.width_5 {
	width: 5%;
}
.width_10 {
	width: 10%;
}
.width_15 {
	width: 15%;
}
.width_20 {
	width: 20%;
}
.width_25 {
	width: 25%;
}
.width_30 {
	width: 30%;
}
.width_32 {
	width: 32%;
}
.width_33 {
	width: 33%;
}
.width_35 {
	width: 35%;
}
.width_40 {
	width: 40%;
}
.width_45 {
	width: 45%;
}
.width_50 {
	width: 50%;
}
.width_52 {
	width: 52%;
}
.width_55 {
	width: 55%;
}
.width_60 {
	width: 60%;
}
.width_66 {
	width: 66%;
}
.width_70 {
	width: 70%;
}
.width_75 {
	width: 75%;
}
.width_80 {
	width: 80%;
}
.width_85 {
	width: 85%;
}
.width_90 {
	width: 90%;
}
.width_95 {
	width: 95%;
}
.width_99 {
	width: 99%;
}
.width_100 {
	width: 100%;
}

/* Max-Width Helper Klassen */
.nomaxwidth {
	max-width: none !important;
}
.max_width_100 {
	max-width: 100px;
}
.max_width_150 {
	max-width: 150px;
}
.max_width_256 {
	max-width: 256px;
}
.max_width_320 {
	max-width: 320px;
}
.max_width_350 {
	max-width: 350px;
}
.max_width_480 {
	max-width: 480px;
}
.max_width_640 {
	max-width: 640px;
}
.max_width_800 {
	max-width: 800px;
}
.max_width_960 {
	max-width: 960px;
}
.max_width_1024 {
	max-width: 1024px;
}
.max_width_1140 {
	max-width: 1140px;
}
.max_width_1280 {
	max-width: 1280px;
}

/* Border Helper Klassen */
.noborder {
	border: 0;
}
.border_white {
	border: 1px solid #fff;
}
.border_white_vertikal {
	border: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.border_white_horizontal {
	border: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.border_black {
	border: 1px solid #000;
}
.border_black_right {
	border: 0;
	border-right: 1px solid #000;
}
.border_black_vertikal {
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.border_black_horizontal {
	border: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.border_lightgrey {
	border: 1px solid #999;
}
.border_lightgrey_vertikal {
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.border_lightgrey_horizontal {
	border: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.border_darkgrey {
	border: 1px solid #333;
}
.border_darkgrey_vertikal {
	border: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.border_darkgrey_horizontal {
	border: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.border_grey {
	border: 1px solid #919396;
}
.border_grey_vertikal {
	border: 0;
	border-top: 1px solid #919396;
	border-bottom: 1px solid #919396;
}
.border_grey_horizontal {
	border: 0;
	border-left: 1px solid #919396;
	border-right: 1px solid #919396;
}
.border_windowsblue {
	border: 2px solid #353c73;
}
.border_windowsblue_vertikal {
	border: 0;
	border-top: 1px solid #353c73;
	border-bottom: 1px solid #353c73;
}
.border_windowsblue_horizontal {
	border: 0;
	border-left: 1px solid #353c73;
	border-right: 1px solid #353c73;
}
.border_linegrey_bottom {
	border: 0;
	border-bottom: 1px solid #78787c;
}

/* Hintergrund Helper Klassen */
.bg_transparent {
	background: rgba(255,255,255,0.0);
}
.bg_white {
	background: #fff;
}
.bg_black {
	background: #000;
}
.bg_lightgrey {
	background: #999;
}
.bg_darkgrey {
	background: #333;
}
.bg_grey {
	background: #919396;
}
.bg_windowsblue {
	background: #353c73;
}
.bg_linegrey {
	background: #78787c;
}
.bg_lightlinegrey {
	background: #eaeaea;
}
.bg_darklinegrey {
	background: #343a40;
}
.bg_telekommagenta {
	background: #E066FF;
}

/* Color Helper Klassen */
.color_white {
	color: #fff;
}
.color_white_i {
	color: #fff !important;
}
.color_black {
	color: #000;
}
.color_lightgrey{
	color: #999;
}
.color_darkgrey {
	color: #333;
}
.color_grey {
	color: #919396;
}
.color_red {
	color: #ff0000;
}
.color_windowsblue {
	color: #353c73;
}
.color_linegrey {
	color: #78787c;
}
.color_lightlinegrey {
	color: #eaeaea;
}
.color_darklinegrey {
	color: #343a40;
}
.color_telekommagenta {
	color: #E066FF;
}
.color_telekommagenta_i {
	color: #E066FF !important;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1140px) {
	
	/* FIELDSET Klassen */
	fieldset {
		padding: 2em;
	}
	
	fieldset legend {
		font-size: 3em;
	}
	
	/* INPUT, SELECT & TEXTAREA Klassen */
	input[type=text].i_kontakt2 {
		width: 100%;
		max-width: none;
	}
	
	input[type=text].i_verein,
	input[type=text].i_callback,
	input[type=text].i_kontakt {
		font-size: 1.5em;
	}
	textarea.ta_verein,
	textarea.ta_kontakt {
		font-size: 1.5em;
	}
	textarea.ta_reparatur {
		width: 100%;
		max-width: none;
	}
	
	select.sel_wochenhl {
		margin-left: 1em;
	}
	select.sel_kontakt {
		font-size: 1.5em;
	}
	
	/* FONT Klassen */
	.agrotbqb_veryhuge_mt {
		font-size: 5em;
	}
	.agrotbqb_huge_mt {
		font-size: 4em;
	}
	.agrotbqb_big_mt {
		font-size: 3em;
	}
	.agrotbqb_medium_mt {
		font-size: 2em;
	}
	.agrotbqb_small_mt {
		font-size: 1.5em;
	}
	.agrotbqb_tiny_mt {
		font-size: 1.3em;
	}
	.agrotbqr_veryhuge_mt {
		font-size: 5em;
	}
	.agrotbqr_huge_mt {
		font-size: 4em;
	}
	.agrotbqr_big_mt {
		font-size: 3em;
	}
	.agrotbqr_medium_mt {
		font-size: 2em;
	}
	.agrotbqr_small_mt {
		font-size: 1.5em;
	}
	.agrotbqr_tiny_mt {
		font-size: 1.3em;
	}
	.letterspacing_20px_mt {
		letter-spacing: 20px;
	}
	
	/* DIV Klassen */
	.verein {
		height: 80vh;
	}
	
	/* SPAN Klassen */
	.overlay_close_cb {
		right: 20px;
	}
	.overlay_close_cb_small {
		right: 140px;
	}
	.overlay_close_kt {
		right: 100px;
	}
	.overlay_close_kt_small {
		right: 80px;
	}
	.overlay_close_mm {
		right: 20px;
	}
	
	/* 360 GRAD Bilder Klassen */
	.degree360 {
		display: none;
	}
	
	/* IMAGE Klassen */
	.maimage_gk {
		width: 50%;
	}
	.mainfo_gk {
		width: 50%;
	}
	
	/* MARGIN Helper Klassen */
	.margin_left_1_mt {
		margin-left: 1em;
	}
	.margin_right_05_mt {
		margin-right: 0.5em;
	}
	.margin_top_1_mt {
		margin-top: 1em;
	}
	.margin_bottom_5_mt {
		margin-bottom: 5em;
	}
	
	/* PADDING Helper Klassen */
	.nopadding_mt {
		padding: 0;
	}
	.padding_-5_mt {
		padding-top: 0;
		position: relative;
	}
	.padding_2_mt {
		padding: 2em;
	}
	.padding_top_2_mt {
		padding-top: 2em;
	}
	
	/* Width Helper Klassen */
	.width_0_mt {
		width: 0 !important;
	}
	.width_5_mt {
		width: 5% !important;
	}
	.width_10_mt {
		width: 10% !important;
	}
	.width_15_mt {
		width: 15% !important;
	}
	.width_20_mt {
		width: 20% !important;
	}
	.width_25_mt {
		width: 25% !important;
	}
	.width_30_mt {
		width: 30% !important;
	}
	.width_33_mt {
		width: 33% !important;
	}
	.width_35_mt {
		width: 35% !important;
	}
	.width_40_mt {
		width: 40% !important;
	}
	.width_45_mt {
		width: 45% !important;
	}
	.width_50_mt {
		width: 50% !important;
	}
	.width_55_mt {
		width: 55% !important;
	}
	.width_60_mt {
		width: 60% !important;
	}
	.width_66_mt {
		width: 66% !important;
	}
	.width_70_mt {
		width: 70% !important;
	}
	.width_75_mt {
		width: 75% !important;
	}
	.width_80_mt {
		width: 80% !important;
	}
	.width_85_mt {
		width: 85% !important;
	}
	.width_90_mt {
		width: 90% !important;
	}
	.width_95_mt {
		width: 95% !important;
	}
	.width_99_mt {
		width: 99% !important;
	}
	.width_100_mt {
		width: 100% !important;
	}
	
	/* MAX-WIDTH Klassen */
	.max_width_192_mt {
		max-width: 192px;
	}
}

/* Media Query für Landscape Ansicht iPhoneX (Apple) */
@media screen and (min-width: 812px) and (max-width: 812px) and (min-height: 375px) and (max-height: 375px) {
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		width: auto;
		margin: 0 2em 0 2em;
	}
}

/* Media Query für Ansicht-Korrekturen (iPad, Android Tablets) */
@media screen and (max-width: 800px) {
	
	/* OVERRIDES */
	.flipbook.verein {
		max-height: 400px !important;
		height: 400px !important
	}
	.flipbook.verein img {
		max-height: 400px !important;
		height: 400px !important;
	}
	
	/* HEADER Klassen */
	header ul {
		width: 60%;
	}
	header ul.icons {
		width: 20%;
	}
	header ul li {
		display: none;
	}
	header ul li.icons {
		display: inline-block;
	}
	
	/* Footer Klassen */
	footer {
		display: none;
	}
	
	/* MENUE Klassen */
	.menue {
		display: none;
	}
	.mobilemenu {
		display: inline-block !important;
	}
	
	/* DIV Klassen */
	.teamimage {
		height: 25vh;
	}
	
	/* SPAN Klassen */
	.contentWeb {
		display: none;
	}
	.contentMobile {
		display: inline-block;
	}
	.mainfo_gk {
		width: 75%;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		width: auto;
		height: 350px;
		margin: 0 2em 0 2em;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 350px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 175px);
		left: 0;
	}
	
	/* IMG Klassen */
	.maimage_gk {
		width: 75%;
	}
	
	/* FONT Klassen */
	.agrotbqb_small_mt2 {
		font-size: 1.4em;
	}
	.agrotbqr_small_mt2 {
		font-size: 1.4em;
	}
	
	/* MARGIN Klassen */
	.margin_bottom_03_mt2 {
		margin-bottom: 0.3em;
	}
	
	/* MAX-WIDTH Klassen */
	.max_width_320_mt {
		max-width: 320px;
	}
}

/* Media Query für Ansicht-Korrekturen (iPad, Android Tablets) */
@media screen and (max-width: 700px) {
	
	/* Overrides */
	.flipbook.fbheader {
		max-height: 95vh !important;
		height: 95vh !important
	}
	
	/* INPUT Klassen */
	input[type=text].i_gmaps {
		top: 0;
	}
	
	/* LINK Klassen */
	.stoererlink {
		right: 1vw;
		width: 150px;
		height: 150px;
	}
	
	/* DIV Klassen */
	.willkommen_1,
	.willkommen_2,
	.willkommen_3,
	.willkommen_4 {
		height: 95vh !important;
	}
	
	/* DIV Klassen */
	.mainmenu {
		height: 73%;
	}
	.teamimage {
		height: 58vh;
	}
	
	/* SPAN Klassen */
	.stoerer {
		width: 150px;
		height: 150px;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		height: 340px;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 340px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 170px);
		left: 0;
	}
	
	/* MARGIN Klassen */
	.margin_bottom_2_mt2 {
		margin-bottom: 2em;
	}
	
	/* WIDTH Klassen */
	.width_50_mt2 {
		width: 50%;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 570px) {
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone, Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* OVERRIDES */
	.flipbook.verein {
		max-height: 200px !important;
		height: 200px !important
	}
	.flipbook.verein img {
		max-height: 200px !important;
		height: 200px !important;
	}
	
	/* Body */
	body > div {
		overflow: hidden;
	}
	
	body > main div {
		overflow: hidden;
	}
	
	/* HEADER Klassen */
	header ul {
		width: 45%;
	}
	header ul.icons {
		width: 35%;
	}
	
	/* NAVIGATION Klassen */
	nav.footernav {
		height: 60px;
	}
	
	/* FIELDSET Klassen */
	fieldset {
		padding: 2em;
	}
	
	/* INPUT, SELECT & TEXTAREA Klassen */
	select.sel_wochenhl {
		max-width: 275px;
	}
	
	/* LINK Klassen */
	.stoererlink {
		right: 30vw;
		top: 43vh;
	}
	
	/* DIV Klassen */
	.verein {
		height: 60vh;
	}
	.mainmenu {
		height: 100%;
	}
	.teamimage {
		height: 20vh;
	}
	
	/* SPAN Klassen */
	.menue_facebook {
		height: 50px;
	}
	.menue_googleplus {
		height: 50px;
	}
	.aktuell_frame {
		height: 700px;
	}
	.overlay_close_cb_small {
		right: 140px;
	}
	.overlay_close_kt_small {
		right: 80px;
	}
	.overlay_close_mm_small {
		right: 20px;
	}
	.leistungicon1,
	.leistungicon2,
	.leistungicon3,
	.leistungicon4 {
		width: 75px;
		height: 75px;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		height: 500px;
		background: rgba(255, 255, 255, 1.0);
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 500px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 250px);
		left: 0;
	}
	.cookiebannerContent input[type=button] {
		width: 100%;
	}
	.cookiebannerElement_fullwidth {
		width: 100%;
	}
	
	/* FONT Klassen */
	.noletterspacing_mp {
		letter-spacing: 0;
	}
	
	/* MARGIN Helper Klassen */
	.margin_bottom_1_mp {
		margin-bottom: 1em;
	}
	.margin_bottom_2_mp {
		margin-bottom: 2em;
	}
	
	/* PADDING Klassen */
	.nopadding_mp {
		padding: 0;
	}
	.padding_2_mp {
		padding: 2em;
	}
	
	/* BORDER Klassen */
	.noborder_mp {
		border: 0;
	}
	
	/* Width Helper Klassen */
	.width_0_mp {
		width: 0 !important;
	}
	.width_5_mp {
		width: 5% !important;
	}
	.width_10_mp {
		width: 10% !important;
	}
	.width_15_mp {
		width: 15% !important;
	}
	.width_20_mp {
		width: 20% !important;
	}
	.width_25_mp {
		width: 25% !important;
	}
	.width_30_mp {
		width: 30% !important;
	}
	.width_33_mp {
		width: 33% !important;
	}
	.width_35_mp {
		width: 35% !important;
	}
	.width_40_mp {
		width: 40% !important;
	}
	.width_45_mp {
		width: 45% !important;
	}
	.width_50_mp {
		width: 50% !important;
	}
	.width_55_mp {
		width: 55% !important;
	}
	.width_60_mp {
		width: 60% !important;
	}
	.width_66_mp {
		width: 66% !important;
	}
	.width_70_mp {
		width: 70% !important;
	}
	.width_75_mp {
		width: 75% !important;
	}
	.width_80_mp {
		width: 80% !important;
	}
	.width_85_mp {
		width: 85% !important;
	}
	.width_90_mp {
		width: 90% !important;
	}
	.width_95_mp {
		width: 95% !important;
	}
	.width_99_mp {
		width: 99% !important;
	}
	.width_100_mp {
		width: 100% !important;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 320px) {
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
}

/* WOCHENHIGHLIGHT CSS */
/* HEADER Klassen */
.head_wh {
	width: 100%;
	height: 70px;
	position: sticky;
	top: 0px;
	background: #fff;
	padding-top: 16px;
	text-align: center;
	z-index: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* ERROR Klassen */
.errorcontainer_wh {
	width: 65vw;
	float: none;
    max-width: 1280px;
    position: absolute;
	background: #353c73;
    border-radius: 8px;
	border: 1px solid #000;
    top: 100px;
    left: 0;
    z-index: 1;
}
#errortext_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	background: #353c73;
	color: #fff;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em; 
}

/* DIV Klassen */
.div_wh {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.container_wh {
	width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
	overflow-y: hidden;
}
.prospektslider_wh {
	margin-top: 5vh !important;
	margin-bottom: 5vh !important;
    min-height: 80vh !important;
    max-height: 80vh !important;
    max-width: 1150px !important;
    width: 95% !important;
}
.prospektslider_wh .page img {
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    min-height: auto !important;
	max-height: 80vh !important;
    width: auto;
    margin-right: -6px;
}

/* SPAN Klassen */
.span_wh {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.gw_wh {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}
.gp_wh {
	width: 25%;
	height: auto;
	float: left;
	padding: 2em;
	margin: 0;
}
.quickview_container_wh {
	width: 100%;
	max-width: 150px;
	height: 250px;
	position: relative;
	float: none;
	margin: 0 auto !important;
	display: block;
}
.quickview_data_wh {
	width: 100%;
	height: 80px;
	float: left;
	padding: 0;
	margin-top: 1em;
}
.zurueckbutton_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 80px;
	right: 10px;
	padding: 0;
	margin: 0;
	z-index: 0;
}
.zurueckbutton_wh {
	width: 48px;
	height: 48px;
	float: left;
	background-image: url(../pics/systems/pfeil_zurueck.png);
	background-repeat: no-repeat;
	background-size: 48px 48px;
	background-position: center center;
	cursor: default;
}
.zurueckbutton_wh:hover {
	background-image: url(../pics/systems/pfeil_zurueck_hover.png);
	cursor: pointer;
}
.fullscreenview_container_wh {
	width: 100%;
	height: 100%;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow-y: scroll;
	z-index: 1;
}
.fullscreenview_container_wh::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 2px;
}
.fullscreenview_container_wh::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 1.0);
}
.fullscreenview_container_wh::-webkit-scrollbar-thumb {
	background: rgba(87, 87, 86, 1.0);
}
.fullscreenview_centered_wh {
	width: -webkit-fill-available;
	height: auto;
	position: relative;
	float: none;
	margin: 0 auto !important;
	display: block;
}
.clickericon_wh {
	width: 110px;
    height: 110px;
	position: absolute;
    float: none;
    top: 60px;
    left: 20px;
    background-image: url(../pics/systems/icon_klicken.svg);
    background-repeat: no-repeat;
    background-size: 110px 110px;
    background-position: center center;
	display: inline-block;
}
.fbshare_icon_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 135px;
	right: 10px;
	z-index: 0;
}
.fbshare_icon_container_overview_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 0;
}
.fbshare_icon_wh {
	width: 100%;
	height: 48px;
    float: left;
    background-color: #c6c6c6;
    background-image: url(../pics/systems/icon-share-white.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: center center;
    border-radius: 30px;
	cursor: default;
}
.fbshare_icon_wh:hover {
	background-color: #000;
	cursor: pointer;
}
.whashare_icon_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 0;
}
.whashare_icon_container_overview_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 135px;
	right: 10px;
	z-index: 0;
}
.whashare_icon_wh {
	width: 100%;
	height: 48px;
    float: left;
    background-color: #c6c6c6;
    background-image: url(../pics/systems/icon-share-whatsapp-white.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: center center;
    border-radius: 30px;
	cursor: default;
}
.whashare_icon_wh:hover {
	background-color: #000;
	cursor: pointer;
}
.mailshare_icon_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 245px;
	right: 10px;
	z-index: 0;
}
.mailshare_icon_container_overview_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 0;
}
.mailshare_icon_wh {
	width: 100%;
	height: 48px;
	float: left;
	background-color: #c6c6c6;
	background-image: url(../pics/systems/icon-mailoutline-white.png);
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center center;
	border-radius: 30px;
	cursor: default;
}
.mailshare_icon_wh:hover {
	background-color: #000;
	cursor: pointer;
}

/* Anchor Klassen */
.a_wh {
	width: 100%;
	height: auto;
	float: left;
	text-decoration: none;
	margin: 0;
	cursor: default;
}
.a_wh:hover {
	cursor: pointer;
}

/* Label Klassen */
.head_title_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Bold;
	font-size: 4em;
	color: #353c73;
	text-align: center;
}
.quickview_label_l_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	color: #353c73;
	text-align: center;
}
.quickview_label_s_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 1.4em;
	color: #353c73;
	text-align: center;
}

/* Image Klassen */
img.quickview_wh {
	width: 150px;
	height: auto;
	float: left;
	border: 0;
	box-shadow: 5px 5px 5px grey;
	cursor: default;
}
img.quickview_wh:hover {
	border: 0;
	cursor: pointer;
}
img.fullscreenview_image_wh {
	width: -webkit-fill-available;
	height: auto;
	float: left;
	cursor: default;
}
img.fullscreenview_image_wh:hover {
	cursor: pointer;
}

/* Hintergrund Helper Klassen */
.bg_wh_darkgrey {
	background: #575756;
}

/* Color Helper Klassen */
.color_wh_darkgrey {
	color: #575756;
}

/* Width Helper Klassen */
.width_fillavailable {
	width: -webkit-fill-available;
}

/* HEIGHT Klassen */
.height_80p {
	height: 80px;
}
.height_250p {
	height: 250px;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1280px) {
	
	/* HEADER Klassen */
	.head_wh {
		height: 60px;
	}
	
	/* SPAN Klassen */
	.zurueckbutton_container_wh {
		top: 70px;
	}
	.fbshare_icon_container_wh {
		top: 125px;
		right: 10px;
	}
	.whashare_icon_container_wh {
		top: 180px;
		right: 10px;
	}
	.mailshare_icon_container_wh {
		top: 235px;
		right: 10px;
	}
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1270px) {
	
	/* SPAN Klassen */
	.clickericon_wh {
		display: none;
	}
}

/* Media Query für Ansicht Wochenhighlight Slider (iPad, Android Tablets) */
@media screen and (max-width: 900px) {
	
	/* SPAN Klassen */
	.prospektslider_wh {
		margin: 0 auto;
		margin-top: 3vh;
		max-height: 90vh;
	}
	.prospektslider_wh .page img {
		max-width: 100%;
		width: auto;
		max-height: 90vh;
		display: inline-block;
		vertical-align: top;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
	
	/* HEADER Klassen */
	.head_wh {
		height: 50px;
	}
	
	/* SPAN Klassen */
	.zurueckbutton_container_wh {
		top: 60px;
	}
	.fbshare_icon_container_wh {
		top: 115px;
		right: 10px;
	}
	.whashare_icon_container_wh {
		top: 170px;
		right: 10px;
	}
	.mailshare_icon_container_wh {
		top: 225px;
		right: 10px;
	}
	.fbshare_icon_container_overview_wh {
		top: 60px;
	}
	.whashare_icon_container_overview_wh {
		top: 115px;
	}
	.mailshare_icon_container_overview_wh {
		top: 170px;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* SPAN Klassen */
	.gp_wh {
		width: 100%;
	}
	.fullscreenview_container_wh {
		overflow: scroll;
	}
	
	/* WIDTH Klassen */
	.width_250_mp2 {
		width: 250%;
	}
}



/* Nov 7 */
/* oct 22 from dev */
/* Weitere benötigte CSS Includes */
@import "jquery-ui.css";

/* OTF Fonts Einbinden */
@font-face {
	font-family: AGROTBQ_Reg;
	src: url(../fonts/Akzidenzgrotesk_BQ_Regular.otf) format("opentype");
	src: url(../fonts/Akzidenzgrotesk_BQ_Regular.woff) format("woff");
}
@font-face {
	font-family: AGROTBQ_Bold;
	src: url(../fonts/Akzidenzgrotesk_BQ_Bold.otf) format("opentype");
	src: url(../fonts/Akzidenzgrotesk_BQ_Bold.woff) format("woff");
}

/* Clearfix */
.clearfix {
	display: block;
}

/* Clearfix after */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

/* IE-Patch für IE 7 */
*:first-child+html .clearfix {
	min-height: 0;
}

/* Box-Sizing für alle Elemente festlegen */
* {
	box-sizing: border-box;
}

/* Overrides */
.flipbook {
	/*max-height: 550px !important;*/
}
.flipbook img {
	max-height: 550px !important;
}
.flipbook video {
	max-height: 550px !important;
	width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 0 auto !important;
}
.flipbook.fbheader {
	max-height: 67vh !important;
	height: 67vh !important
}
.flipbook.fbheader img {
	max-height: 67vh !important;
	height: 67vh !important;
}
.flipbook.verein {
	max-height: 550px !important;
	height: 550px !important
}
.flipbook.verein img {
	max-height: 550px !important;
	height: 550px !important;
}
.flipbook .caption {
	background: #fff !important;
}
.flipbook .caption:hover {
	background: #E066FF !important;
}
.flipbook .caption.current{
	background: #E066FF !important;
}

/* jQueryUI Overrides */
.ui-accordion-header {
	font-family: AGROTBQ_Reg !important;
	font-size: 2em !important;
	font-weight: normal !important;
	border-radius: 0 !important;
	border-left: 0 !important;
	border-right:0 !important;
}
.ui-state-default {
	color: #78787c !important;
}
.ui-state-active {
	color: #E066FF !important;
	border: 0 !important;
	border-top: 1px solid #E066FF !important;
	border-bottom: 1px solid #E066FF !important;
}
.ui-state-focus {
	border: 0 !important;
	border-top: 1px solid #E066FF !important;
	border-bottom: 1px solid #E066FF !important;
}
.ui-state-hover {
	border: 0 !important;
	border-top: 1px solid #E066FF !important;
	border-bottom: 1px solid #E066FF !important;
	background: #fff !important;
}
.ui-icon {
	background-image: url(../pics/jquery-ui/ui-icons_222222_256x240.png) !important;
}

/* Body */
body {
	font-size: 10px;
	font-family: AGROTBQ_Reg, AGROTBQ_Bold;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Header Klassen */
header {
	width: 100%;
	height: 170px;
	float: left;
	border: 0;
	border-bottom: 1px solid #78787c;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.header_fixed {
	width: 100%;
	height: 170px;
	float: none;
	border: 0;
	border-bottom: 1px solid #78787c;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
.header_fixed_small {
	height: 100px;
}
header ul {
	width: 68%;
    height: 170px;
    float: left;
    padding: 7em 0 7em 0;
    margin: 0;
    list-style-type: none;
}
.ul_small {
	padding: 4em 0 4em 0;
	height: 100px;
}
header ul.icons {
	width: 17%;
	padding: 6em 0 6em 0;
}
.ul_icons_small {
	height: 100px;
	padding: 3em 0 3em 0 !important;
}
header ul li {
	width: 14.28%;
    height: auto;
    float: right;
    text-align: center;
	display: inline-block;
}
header ul li.icons {
	width: 25%;
	display: inline-block;
}
header ul li a {
	width: 100%;
	font-family: AGROTBQ_Reg;
	font-size: 2.4em;
	float: left;
	cursor: default;
	color: #78787c;
}
header ul li a:hover {
	cursor: pointer;
	color: #E066FF;
}
header nav span {
	width: 15%;
	height: 170px;
	float: left;
	padding: 3em;
}
.nav_span_small {
	height: 100px;
	padding: 1em;
}
header nav span a {
	width: 100%;
	height: auto;
	float: left;
}
header nav span img {
	width: 100%;
	height: auto;
}
.nav_span_img_small {
	width: 80px;
	height: 80px;
}
.pageheader > .headerinside {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.separator {
	border-right: 1px solid #78787c;
}
.separator_big {
	margin-right: 5em;
}
.filler {
	height: 170px;
	float: left;
}
.filler_small {
	height: 100px;
}

/* HEADER Submenu Klassen */
ul.submenulist {
	width: 100%;
	height: 60px;
	float: left;
	margin: 0;
	padding: 0;
    list-style-type: none;
}
ul.submenulist li.submenuitem {
	width: 16.6%;
	height: auto;
	float: left;
	margin-top: 2em;
}

/* Footer Klassen */
footer {
	width: 100%;
	height: auto;
	max-height: 540px;
	float: left;
	background: #333;
	border: 0;
	display: block;
}
footer ul {
	width: 33%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
ul.firstrow {
	max-width: 480px;
    width: 100%;
    height: 100px;
	margin: 0 auto;
    float: none;
	padding: 0;
	list-style-type: none;
    text-align: center;
}
ul.lastrow {
	max-width: 320px;
    width: 100%;
    height: 60px;
	margin: 0 auto;
    float: none;
	padding: 0;
	list-style-type: none;
    text-align: center;
}
footer ul li {
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
ul li.firstrow {
	width: 25%;
    height: 100px;
    float: left;
    text-align: center;
}
ul li.lastrow {
	width: 33.333%;
    height: 60px;
    float: left;
    text-align: center;
}
footer ul li a {
	width: 100%;
    height: auto;
    color: #fff;
    font-family: AGROTBQ_Reg;
    font-size: 2em;
    float: left;
    text-decoration: none;
    margin: 0;
	padding-top: 10px;
    text-align: center;
}
ul li a.firstrow,
ul li a.lastrow {
	width: 100%;
    height: auto;
    color: #fff;
    font-family: AGROTBQ_Reg;
    font-size: 2em;
    float: left;
    text-decoration: none;
    margin: 0;
	margin-top: 1em;
	padding: 0;
	cursor: default;
    text-align: center;
}
footer ul li a:hover {
	color: #E066FF;
	cursor: pointer;
}
footer nav {
	width: 100%;
	height: auto;
	float: left;
}
.pagefooter > .footerinside {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/* Footer PopUpWindow Klassen */
#footer-content {
	display: none;
	position: fixed;
	z-index: 1000;
	background: white;
	width: 80vw;
	height: 80vh;
	top: 5%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	border: 1px solid #333;
}
#footer-head {
	position: relative;
	height: 40px;
}
#footer-content .text {
	max-height: 85%;
	overflow: auto;
	padding: 20px;
	display: none;
	font-size: 1.8em;
}
#footer-content .text::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 2px;
}
#footer-content .text::-webkit-scrollbar-track {
	background: rgba(160, 160, 160, 0.8);
}
#footer-content .text::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 1.0);
}
#close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #333;
	text-decoration: underline;
	cursor: pointer;
	font-size: 2em;
}
#transparent {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

/* Navigation */
nav {
	width: 100%;
	height: 170px;
	float: left;
	background: rgba(255,255,255,0.0);
}
.navigation_small {
	height: 100px;
}

/* Main */
main {
	width: 100%;
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
	display: block;		/* IE-Fix, Main kann von IE nicht ohne display Angabe interpretiert werden, da kein UserAgentStyle vorhanden. */
}

/* FORM Klassen */
form {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

/* iFRAME Klassen */
iframe {
	width: 100%;
	height: 60vh;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
}
iframe.wh_frame {
	width: 100%;
	height: 105vh;
	float: left;
	padding: 1em;
	margin: 0;
	border: 0;
	background: #fff;
}

/* FIELDSET Klassen */
fieldset {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset legend {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Bold;
	font-size: 4em;
}
fieldset legend.leg_white {
	color: #fff;
}
fieldset legend.leg_windowsblue {
	color: #353c73;
}
fieldset legend.leg_black {
	color: #000;
}

/* ABSATZ Klassen */
p {
	width: 100%;
	height: auto;
	float: left;
	text-align: justify;
}

/* HR Klassen */
hr {
	height: auto;
	float: left;
}
hr.trennlinie {
	color: #353c73;
	border: 1px solid #353c73;
}
hr.telekomgrey {
	border: 0;
	border-bottom: 1px solid #6e6e6e;
}

/* INPUT, SELECT & TEXTAREA Klassen */
input[type=text] {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	margin-bottom: 1em;
}
input[type=text].i_callback {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 0;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].i_kontakt {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].i_gmaps {
	max-width: 400px;
	width: 100%;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0.3em;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	font-family: AGROTBQ_Reg;
	font-size: 2.5em;
	text-align: center;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
input[type=text].i_verein {
	max-width: 640px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].i_reparatur {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].i_kontakt2 {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #000;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=text].telekominput {
	height: 35px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: rgba(255, 255, 255, 1.0);
	color: #78787c;
	margin-bottom: 1.5em;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
input[type=button] {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	border: 0;
}
input[type=button].i_callback {
	max-width: 150px;
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_callback2 {
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_kontakt {
	max-width: 150px;
	height: 30px;
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_verein {
	max-width: 150px;
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].telekombutton {
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].ds_disclaimer_clicker {
	height: 30px;
	background: #343a40;
	color: #fff;
	border: 1px solid #343a40;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_callback:hover,
input[type=button].i_callback2:hover {
	background: #fff;
	color: #343a40;
	border: 1px solid #343a40;
	cursor: pointer;
}
input[type=button].i_kontakt:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
	border: 1px solid #fff;
}
input[type=button].i_verein:hover {
	background: #fff;
	color: #343a40;
	border: 1px solid #343a40;
	cursor: pointer;
}
input[type=button].telekombutton:hover {
	background: #fff;
	color: #343a40;
	border: 1px solid #343a40;
	cursor: pointer;
}
input[type=button].ds_disclaimer_clicker:hover {
	background: #fff;
	color: #343a40;
	border: 1px solid #343a40;
	cursor: pointer;
}
input[type=button].telekombutton2 {
	height: 45px;
	border-radius: 5px;
	border: 1px solid #E066FF;
	background: #E066FF;
	color: #fff;
	cursor: default;
}
input[type=button].telekombutton2:hover {
	border: 1px solid #E066FF;
	background: #fff;
	color: #E066FF;
	cursor: pointer;
}
textarea {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	padding: 0.5em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
}
textarea.ta_kontakt {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #000;
	background: rgba(255, 255, 255, 0.0);
	color: #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
textarea.ta_verein {
	max-width: 640px;
	border: 0;
	border-bottom: 1px solid #000;
	background: #fff;
	color: #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
textarea.ta_reparatur {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #000;
	background: #fff;
	color: #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
select {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
}
select.sel_repa {
	margin-bottom: 1em !important;
}
select.sel_kontakt {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: rgba(53, 60, 115, 0.0);
	color: #fff;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
select.sel_wochenhl {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #78787c;
	background: #fff;
	color: #000;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
select.sel_reparatur {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #000;
	background: rgba(255, 255, 255, 0.0);
	color: #78787c;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
select option {
	background: #fff;
}

/* LINK Klassen */
a {
	width: 100%;
	height: auto;
	float: left;
	cursor: default;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	color: #000;
}
a.menuitem {
	width: auto;
}
a.submenulink {
	text-align: center;
	cursor: default;
	color: #78787c;
}
a.submenulink:hover {
	cursor: pointer;
	color: #E066FF;
}
a.malink:hover {
	color: #fff !important;
}
a.ktlink:hover {
	color: #78787c;
}

/* HR Klassen */
hr {
	height: auto;
	float: left;
}
hr.telekomgrey {
	border: 0;
	border-bottom: 1px solid #6e6e6e;
}

/* LABEL Klassen */
.stoselector {
	cursor: default;
	color: #000;
}
.stoselector:hover {
	cursor: pointer;
	color: #353c73;
}
.formswitcher {
	cursor: pointer;
	color: #343a40;
}
.formswitcher:hover {
	cursor: pointer;
	color: #E066FF;
}

/* MENUE Klassen */
.menue {
	display: inline-block;
}
.mobilemenu {
	display: none !important;
}
.menue_callback {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	padding: 0;
	top: -5px;
	background-image: url(../pics/systems/Icons_Anruf.svg);
	background-repeat: no-repeat;
}
.menue_callback:hover {
	background-image: url(../pics/systems/Icons_mouseover_Anruf.svg);
}
.menue_teamviewer {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	padding: 0;
	top: -5px;
	background-image: url(../pics/systems/Icons_Teamviewer.svg);
	background-repeat: no-repeat;
}
.menue_teamviewer:hover {
	background-image: url(../pics/systems/Icons_mouseover_Teamviewer.svg);
}
.menue_whatsapp {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	padding: 0;
	top: -5px;
	background-image: url(../pics/systems/Icons_Whatsapp.svg);
	background-repeat: no-repeat;
}
.menue_whatsapp:hover {
	background-image: url(../pics/systems/Icons_mouseover_Whatsapp.svg);
}
.menue_kontakt {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Kontakt.svg);
	background-repeat: no-repeat;
}
.menue_kontakt:hover {
	background-image: url(../pics/systems/Icons_dark_kontakt.svg);
}
.menue_mobile {
	width: 50px;
	height: 50px;
	float: left;
	position: relative;
	padding: 0;
	top: -5px;
	background-image: url(../pics/systems/Icons_Menu.svg);
	background-repeat: no-repeat;
}
.menue_mobile:hover {
	background-image: url(../pics/systems/Icons_mouseover_Menu.svg);
}
.menue_facebook {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Facebook.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_facebook_small {
	width: 30px;
	height: 30px;
	float: left;
	background-image: url(../pics/systems/Icons_fb.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_facebook:hover {
	background-image: url(../pics/systems/Icons_mouseover_Facebook.svg);
	cursor: pointer;
}
.menue_facebook_small:hover {
	cursor: pointer;
}
.menue_googlemaps_small {
	width: 30px;
	height: 30px;
	float: left;
	background-image: url(../pics/systems/Icons_GoogleMaps.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_googlemaps_small:hover {
	cursor: pointer;
}
.menue_tiktok {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_TikTok.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_tiktok:hover {
	background-image: url(../pics/systems/Icons_mouseover_TikTok.svg);
	cursor: pointer;
}
.menue_instagram {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Insta.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_instagram:hover {
	background-image: url(../pics/systems/Icons_insta_mouseover.svg);
	cursor: pointer;
}
.menue_twitter {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/icons-twitter-white.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_twitter:hover {
	background-image: url(../pics/systems/icons-twitter.svg);
	cursor: pointer;
}
.menue_xing {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_xing.svg);
	background-repeat: no-repeat;
	cursor: default;
}
.menue_xing:hover {
	background-image: url(../pics/systems/Icons_xing_mouseover.svg);
	cursor: pointer;
}

/* FLOAT Klassen */
.nofloat {
	float: none !important;
}
.leftfloat {
	float: left !important;
}
.rightfloat {
	float: right !important;
}
.clearfloat {
	clear: both;
}

/* POSITION Klassen */
.relativpos,
.relpos {
	position: relative;
}
.abspos {
	position: absolute;
}
.abspos.termintext {
	top: 30vh;
    left: 0;
	text-shadow: 0px 0px 15px #333;
}
.abspos.termindescr {
	top: 40vh;
    left: 22.5vw;
	text-shadow: 0px 0px 15px #333;
}

/* DIV Klassen */
.error {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}
.kopfbereich {
	height: auto;
	float: left;
}
.datenbereich {
	height: auto;
	float: left;
}
.callback_invisible {
	width: 100%;
	height: 60px;
	position: fixed;
	top: -170px;
	left: 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #78787c;
	z-index: 1;
}
.callback_small_invisible {
	top: -100px;
}
.callback {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 170px;
	left: 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #78787c;
	z-index: 1;
}
.callback_small {
	top: 100px;
}
.submenu_leistungen_invisible {
	width: 100%;
	height: 60px;
	position: fixed;
	top: -170px;
	left: 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #78787c;
	z-index: 1;
}
.submenu_leistungen_small_invisible {
	top: -100px;
}
.submenu_leistungen {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 170px;
	left: 0;
	background: #fff;
	border: 0;
	border-bottom: 1px solid #78787c;
	z-index: 1;
}
.submenu_leistungen_small {
	top: 100px;
}
.mainmenu_invisible {
	width: 100%;
    height: 100%;
    position: fixed;
    top: -1000px;
    left: 0;
    background: rgba(0, 0, 0, 0.0);
	#overflow-y: hidden;
	z-index: 1;
}
.mainmenu {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 0;
	background: rgba(0, 0, 0, 0.8);
	overflow-y: scroll;
	z-index: 1;
}
.willkommen_1 {
	height: 67vh !important;
	background-color: #BA55D3 !important;
}
.willkommen_2 {
	height: 67vh !important;
	background-color: #25d366 !important;
}
.willkommen_3 {
	height: 67vh !important;
	background-image: url(../pics/systems/Bergen_Header.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.willkommen_4 {
	height: 67vh !important;
	background-image: url(../pics/systems/Ueckermünde_Header.jpg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.standortwahl {
	height: 20vh;
	background-image: url(../pics/systems/Standort.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}
.verein {
	height: 82vh;
	background-image: url(../pics/systems/Trikots.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}
.wochenhighlight {
	height: auto;
	float: left;
}
.map-container {
	height: auto;
	float: left;
	position: relative;
}
.marker-icon {
	max-width: 119px;
	width: 25%;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.static-map {
	height: auto;
	float: left;
}
.leistungen {
	height: 500px;
}
.terminimage {
	height: 72vh;
	background-image: url(../pics/systems/Header_Termin.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.teamimage {
	height: 50vh;
	float: left;
	background-image: url(../pics/teamfotos/Teamfoto_2024.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.datenschutz_disclaimer_container {
	width: 100%;
	height: 120px;
	float: none;
	position: fixed;
	background: #aaa;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.datenschutz_disclaimer_container_invisible {
	width: 100%;
	height: 120px;
	float: none;
	position: fixed;
	background: #aaa;
	bottom: -320px;
	left: 0;
	z-index: 1;
}
.formcontainer {
	min-height: 680px;
}

/* SPAN Klassen */
.error_not_found {
	height: auto;
	float: left;
	font-family: AGROTBQ_Bold;
	font-size: 3em;
	color: #000;
	margin-top: 2em;
	margin-bottom: 2em;
}
.gridwrapper {
	height: auto;
	float: left;
	box-sizing: border-box;
	overflow: visible;
}
.gridpart {
	height: auto;
	float: left;
	box-sizing: border-box;
	cursor: default;
}
.center_parent {
	height: auto;
	float: left;
	position: relative;
}
.centered_viewport {
	height: auto;
	position: relative;
	float: none;
	margin: 0 auto !important;
    display: block; 
}
.overlay_close_cb {
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	top: 15px;
	right: 68px;
	background-image: url(../pics/systems/Icons_X.svg);
	background-repeat: no-repeat;
	cursor: default;
	z-index: 2;
}
.overlay_close_cb_small {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 140px;
}
.overlay_close_kt {
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	top: 20px;
	right: 100px;
	background-image: url(../pics/systems/Icons_X.svg);
	background-repeat: no-repeat;
	cursor: default;
	z-index: 2;
}
.overlay_close_kt_small {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 80px;
}
.overlay_close_mm {
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	top: 20px;
	right: 20px;
	background-image: url(../pics/systems/Icons_X.svg);
	background-repeat: no-repeat;
	cursor: default;
	z-index: 2;
}
.overlay_close_mm_small {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 20px;
}
.overlay_close_cb:hover,
.overlay_close_kt:hover,
.overlay_close_mm:hover {
	cursor: pointer;
}
.contentWeb {
	display: inline-block;
}
.contentMobile {
	display: none;
}
.aktuell_frame {
	height: 550px;
}
.mainfo {
	width: 100%;
	height: 100%;
	float: none;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
.mainfo_gk {
	width: 100%;
	height: 100%;
	float: none;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
}
.mainfo_hover {
	z-index: 1;
}
.mainfo_hover_gk {
	z-index: 1;
}
.leistungicon1 {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	padding: 0;
	top: 0;
	cursor: default;
	background-image: url(../pics/systems/Icons_Mobilfunk.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.leistungicon1:hover {
	background-image: url(../pics/systems/Icons_mouseover_Mobilfunk.png);
	cursor: pointer;
}
.leistungicon2 {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	padding: 0;
	top: 0;
	cursor: default;
	background-image: url(../pics/systems/Icons_Internet.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.leistungicon2:hover {
	background-image: url(../pics/systems/Icons_mouseover_Internet.png);
	cursor: pointer;
}
.leistungicon3 {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	padding: 0;
	top: 0;
	cursor: default;
	background-image: url(../pics/systems/Icons_Fernsehen.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.leistungicon3:hover {
	background-image: url(../pics/systems/Icons_mouseover_Fernsehen.png);
	cursor: pointer;
}
.leistungicon4 {
	width: 100px;
	height: 100px;
	float: left;
	position: relative;
	padding: 0;
	top: 0;
	cursor: default;
	background-image: url(../pics/systems/Icons_Smarthome.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
.leistungicon4:hover {
	background-image: url(../pics/systems/Icons_mouseover_Smarthome.png);
	cursor: pointer;
}
.infosheet {
	min-height: 280px;
}
.formcontainer {
	min-height: 680px;
}
.stoerer {
	background: #fff;
	border-radius: 100px;
	background-image: url(../pics/systems/Stoerer_Wochenhighlight.svg);
	width: 200px;
	height: 200px;
}
.stoerer_gf {
	background: #fff;
    border-radius: 100px;
    background-image: url(../pics/systems/Stoerer_Glasfaser.svg);
    width: 200px;
    height: 200px;
    background-size: 250px 250px;
    background-position: center center;
}
.stoerer_wa {
	background: #25d366;
    border-radius: 100px;
    background-image: url(../pics/systems/Icons_WhatsappBusiness.svg);
    width: 245px;
    height: 245px;
    background-size: 225px 225px;
    background-position: center center;
}
.stoererlink {
	top: 0;
	right: 5vw;
	width: 200px;
	height: 200px;
	z-index: 1;
}
.location_icon {
	width: 100%;
    height: 100%;
    float: none;
    right: 0;
    top: 0;
    background-image: url(../pics/systems/Icons_Standortelement.svg);
    background-repeat: no-repeat;
    background-size: auto 127%;
    background-position: right center;
}

/* 360 GRAD Bilder Klassen */
.degree360 {
	width: 100%;
    height: 30vh;
    position: absolute;
    bottom: 15vh;
    left: 0;
    background-image: url(../pics/systems/Icons-360Grad.svg);
    background-repeat: no-repeat;
    background-position: center;
	display: inline-block;
}

/* ERROR Klassen */
#errorcontainer {
	width: 65vw;
	float: none;
    max-width: 1280px;
    position: fixed;
    border-radius: 8px;
	border: 1px solid #000;
    top: 42vh;
    left: 17vw;
    z-index: 2;
}

/* COOKIE BANNER Klassen */
.cookiebannerContainer {
	width: 100%;
	height: 100%;
	float: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.cookiebannerContent {
	width: 100%;
	max-width: 800px;
	height: 320px;
	float: none;
	position: relative;
	background: #fff;
	padding: 2em;
	margin: 0 auto;
	overflow-y: scroll;
}
.cookiebannerContent::-webkit-scrollbar {
	width: 5px !important;
	height: 5px !important;
	border-radius: 2px !important;
}
.cookiebannerContent::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 1.0) !important;
}
.cookiebannerContent::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 1.0) !important;
}
.cookiebannerContent.top {
	top: 0;
	left: 0;
}
.cookiebannerContent.bottom {
	top: calc(100% - 320px);
	left: 0;
}
.cookiebannerContent.center {
	top: calc(50% - 160px);
	left: 0;
}
.cookiebannerContent label.title {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2.6em;
	font-weight: bold;
	color: #000;
}
.cookiebannerContent label.text {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	color: #000;
}
.cookiebannerContent label.checkboxtext {
	width: auto;
	height: 20px;
	float: none;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	color: #000;
	cursor: default;
}
.cookiebannerContent label.checkboxtext:hover {
	cursor: pointer;
}
.cookiebannerContent label.text a {
	width: auto;
	float: none;
	color: #E066FF;
	text-decoration: none;
	cursor: default;
}
.cookiebannerContent label.text a:hover {
	color: #343a40;
	text-decoration: underline;
	cursor: pointer;
}
.cookiebannerContent input[type=button] {
	width: 33%;
	height: 35px;
	float: right;
	background: #343a40;
	color: #fff;
	border: 2px solid #343a40;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: default;
}
.cookiebannerContent input[type=button]:hover {
	background: #fff;
	color: #343a40;
	border: 2px solid #343a40;
	cursor: pointer;
}
.cookiebannerContent input[type=checkbox] {
	width: 16px;
	height: 16px;
	float: none;
	vertical-align: sub;
	cursor: default;
}
.cookiebannerContent input[type=checkbox]:hover {
	cursor: pointer;
}
.cookiebannerElement_width {
	width: 25%;
}

/* GOOGLE Static Map */
.map-container {
	height: auto;
	float: left;
	position: relative;
}
.marker-icon {
	max-width: 119px;
	width: 25%;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.static-map {
	height: auto;
	float: left;
}

/* FONT Klassen */
.agrotbqb_veryhuge {
	font-family: AGROTBQ_Bold;
	font-size: 7em;
}
.agrotbqb_huge {
	font-family: AGROTBQ_Bold;
	font-size: 5em;
}
.agrotbqb_big {
	font-family: AGROTBQ_Bold;
	font-size: 4em;
}
.agrotbqb_medium {
	font-family: AGROTBQ_Bold;
	font-size: 3em;
}
.agrotbqb_small {
	font-family: AGROTBQ_Bold;
	font-size: 2em;
}
.agrotbqb_tiny {
	font-family: AGROTBQ_Bold;
	font-size: 1.6em;
}
.agrotbqb_little {
	font-family: AGROTBQ_Bold;
	font-size: 1em;
}
.agrotbqr_veryhuge {
	font-family: AGROTBQ_Reg;
	font-size: 7em;
}
.agrotbqr_huge {
	font-family: AGROTBQ_Reg;
	font-size: 5em;
}
.agrotbqr_big {
	font-family: AGROTBQ_Reg;
	font-size: 4em;
}
.agrotbqr_medium {
	font-family: AGROTBQ_Reg;
	font-size: 3em;
}
.agrotbqr_small {
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
.agrotbqr_tiny {
	font-family: AGROTBQ_Reg;
	font-size: 1.6em;
}
.agrotbqr_little {
	font-family: AGROTBQ_Reg;
	font-size: 1em;
}
.font_bold {
	font-weight: bold;
}
.word_break {
	word-break: break-all;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_justify {
	text-align: justify;
}
.letterspacing_50px {
	letter-spacing: 50px;
}
.letterspacing_28px {
	letter-spacing: 28px;
}
.letterspacing_5px {
	letter-spacing: 5px;
}
.letterspacing_1px {
	letter-spacing: 1px;
}
.textshadow {
	text-shadow: 0px 0px 15px #333;
}

/* SLIDER Klassen */
.feed-message {
	width: 100%;
	height: auto;
	float: left;
}
.feed-message p.big {
	font-family: AGROTBQ_Reg;
	font-size: 3em;
}
.feed-message p.medium {
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
.slidertext {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
}
.feed_label {
	width: 100%;
	height: auto;
	float: left;
}
.feed_switcher {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 1em;
	cursor: default;
	color: #343a40;
	text-decoration: none;
}
.feed_switcher:hover {
	cursor: pointer;
	color: #E066FF;
	text-decoration: underline;
}

/* Image Klassen */
.sliderloader {
	width: 32px;
	height: 32px;
}
.searchicon {
	width: 16px;
    height: 16px;
    float: left;
    position: relative;
    top: 5px;
}
.leistungicon {
	max-width: 64px;
	min-width: 32px;
	width: 100%;
	max-height: 64px;
	min-height: 32px;
	height: 100%;
	float: left;
	padding: 5px;
	border-radius: 50px;
    border: 1px solid #000;
}
.maimage {
	width: 100%;
	height: auto;
}
.maimage_gk {
	/* width: 100%; */
	height: auto;
}
.shopimage {
	width: 100%;
	height: auto;
	float: left;
}

/* Margin Helper Klassen */
.margin_auto {
	margin: 0 auto;
}
.nomargin {
	margin: 0;
}
.nomargintop {
	margin-top: 0;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.nomarginleft {
	margin-left: 0;
}
.nomarginright {
	margin-right: 0;
}
.margin_5 {
	margin: 5em;
}
.margin_3 {
	margin: 3em;
}
.margin_2 {
	margin: 2em;
}
.margin_1 {
	margin: 1em;
}
.margin_top_5 {
	margin-top: 5em;
}
.margin_top_3 {
	margin-top: 3em;
}
.margin_top_2 {
	margin-top: 2em;
}
.margin_top_1 {
	margin-top: 1em;
}
.margin_bottom_5 {
	margin-bottom: 5em;
}
.margin_bottom_3 {
	margin-bottom: 3em;
}
.margin_bottom_2 {
	margin-bottom: 2em;
}
.margin_bottom_1 {
	margin-bottom: 1em;
}
.margin_left_5 {
	margin-left: 5em;
}
.margin_left_3 {
	margin-left: 3em;
}
.margin_left_2 {
	margin-left: 2em;
}
.margin_left_1 {
	margin-left: 1em;
}
.margin_right_5 {
	margin-right: 5em;
}
.margin_right_3 {
	margin-right: 3em;
}
.margin_right_2 {
	margin-right: 2em;
}
.margin_right_1 {
	margin-right: 1em;
}

/* Spezielle Margin Klassen */
.margin_top_23vh {
	margin-top: 23vh;
}
.margin_top_44px {
	margin-top: 44px;
}

/* Padding Helper Klassen */
.nopadding {
	padding: 0;
}
.nopaddingtop {
	padding-top: 0;
}
.nopaddingtop {
	padding-bottom: 0;
}
.nopaddingleft {
	padding-left: 0;
}
.nopaddingright {
	padding-right: 0;
}
.padding_5 {
	padding: 5em;
}
.padding_4 {
	padding: 4em;
}
.padding_3 {
	padding: 3em;
}
.padding_2 {
	padding: 2em;
}
.padding_1 {
	padding: 1em;
}
.padding_top_7 {
	padding-top: 7em;
}
.padding_top_5 {
	padding-top: 5em;
}
.padding_top_4 {
	padding-top: 4em;
}
.padding_top_3 {
	padding-top: 3em;
}
.padding_top_2 {
	padding-top: 2em;
}
.padding_top_1 {
	padding-top: 1em;
}
.padding_bottom_5 {
	padding-bottom: 5em;
}
.padding_bottom_4 {
	padding-bottom: 4em;
}
.padding_bottom_3 {
	padding-bottom: 3em;
}
.padding_bottom_2 {
	padding-bottom: 2em;
}
.padding_bottom_1 {
	padding-bottom: 1em;
}
.padding_left_5 {
	padding-left: 5em;
}
.padding_left_4 {
	padding-left: 4em;
}
.padding_left_3 {
	padding-left: 3em;
}
.padding_left_2 {
	padding-left: 2em;
}
.padding_left_1 {
	padding-left: 1em;
}
.padding_right_5 {
	padding-right: 5em;
}
.padding_right_4 {
	padding-right: 4em;
}
.padding_right_3 {
	padding-right: 3em;
}
.padding_right_2 {
	padding-right: 2em;
}
.padding_right_1 {
	padding-right: 1em;
}

/* Spezielle Padding Klassen */
.padding_top_15vh {
	padding-top: 15vh;
}
.padding_top_8vh {
	padding-top: 8vh;
}

/* Width Helper Klassen */
.autowidth {
	width: auto;
}
.width_0 {
	width: 0;
}
.width_5 {
	width: 5%;
}
.width_10 {
	width: 10%;
}
.width_15 {
	width: 15%;
}
.width_20 {
	width: 20%;
}
.width_25 {
	width: 25%;
}
.width_30 {
	width: 30%;
}
.width_32 {
	width: 32%;
}
.width_33 {
	width: 33%;
}
.width_35 {
	width: 35%;
}
.width_40 {
	width: 40%;
}
.width_45 {
	width: 45%;
}
.width_50 {
	width: 50%;
}
.width_52 {
	width: 52%;
}
.width_55 {
	width: 55%;
}
.width_60 {
	width: 60%;
}
.width_66 {
	width: 66%;
}
.width_70 {
	width: 70%;
}
.width_75 {
	width: 75%;
}
.width_80 {
	width: 80%;
}
.width_85 {
	width: 85%;
}
.width_90 {
	width: 90%;
}
.width_95 {
	width: 95%;
}
.width_99 {
	width: 99%;
}
.width_100 {
	width: 100%;
}

/* Max-Width Helper Klassen */
.nomaxwidth {
	max-width: none !important;
}
.max_width_100 {
	max-width: 100px;
}
.max_width_150 {
	max-width: 150px;
}
.max_width_256 {
	max-width: 256px;
}
.max_width_320 {
	max-width: 320px;
}
.max_width_350 {
	max-width: 350px;
}
.max_width_480 {
	max-width: 480px;
}
.max_width_640 {
	max-width: 640px;
}
.max_width_800 {
	max-width: 800px;
}
.max_width_960 {
	max-width: 960px;
}
.max_width_1024 {
	max-width: 1024px;
}
.max_width_1140 {
	max-width: 1140px;
}
.max_width_1280 {
	max-width: 1280px;
}

/* Border Helper Klassen */
.noborder {
	border: 0;
}
.border_white {
	border: 1px solid #fff;
}
.border_white_vertikal {
	border: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.border_white_horizontal {
	border: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.border_black {
	border: 1px solid #000;
}
.border_black_right {
	border: 0;
	border-right: 1px solid #000;
}
.border_black_vertikal {
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.border_black_horizontal {
	border: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.border_lightgrey {
	border: 1px solid #999;
}
.border_lightgrey_vertikal {
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.border_lightgrey_horizontal {
	border: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.border_darkgrey {
	border: 1px solid #333;
}
.border_darkgrey_vertikal {
	border: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.border_darkgrey_horizontal {
	border: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.border_grey {
	border: 1px solid #919396;
}
.border_grey_vertikal {
	border: 0;
	border-top: 1px solid #919396;
	border-bottom: 1px solid #919396;
}
.border_grey_horizontal {
	border: 0;
	border-left: 1px solid #919396;
	border-right: 1px solid #919396;
}
.border_windowsblue {
	border: 2px solid #353c73;
}
.border_windowsblue_vertikal {
	border: 0;
	border-top: 1px solid #353c73;
	border-bottom: 1px solid #353c73;
}
.border_windowsblue_horizontal {
	border: 0;
	border-left: 1px solid #353c73;
	border-right: 1px solid #353c73;
}
.border_linegrey_bottom {
	border: 0;
	border-bottom: 1px solid #78787c;
}

/* Hintergrund Helper Klassen */
.bg_transparent {
	background: rgba(255,255,255,0.0);
}
.bg_white {
	background: #fff;
}
.bg_black {
	background: #000;
}
.bg_lightgrey {
	background: #999;
}
.bg_darkgrey {
	background: #333;
}
.bg_grey {
	background: #919396;
}
.bg_windowsblue {
	background: #353c73;
}
.bg_linegrey {
	background: #78787c;
}
.bg_lightlinegrey {
	background: #eaeaea;
}
.bg_darklinegrey {
	background: #343a40;
}
.bg_telekommagenta {
	background: #E066FF;
}

/* Color Helper Klassen */
.color_white {
	color: #fff;
}
.color_white_i {
	color: #fff !important;
}
.color_black {
	color: #000;
}
.color_lightgrey{
	color: #999;
}
.color_darkgrey {
	color: #333;
}
.color_grey {
	color: #919396;
}
.color_red {
	color: #ff0000;
}
.color_windowsblue {
	color: #353c73;
}
.color_linegrey {
	color: #78787c;
}
.color_lightlinegrey {
	color: #eaeaea;
}
.color_darklinegrey {
	color: #343a40;
}
.color_telekommagenta {
	color: #E066FF;
}
.color_telekommagenta_i {
	color: #E066FF !important;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1140px) {
	
	/* FIELDSET Klassen */
	fieldset {
		padding: 2em;
	}
	
	fieldset legend {
		font-size: 3em;
	}
	
	/* INPUT, SELECT & TEXTAREA Klassen */
	input[type=text].i_kontakt2 {
		width: 100%;
		max-width: none;
	}
	
	input[type=text].i_verein,
	input[type=text].i_callback,
	input[type=text].i_kontakt {
		font-size: 1.5em;
	}
	textarea.ta_verein,
	textarea.ta_kontakt {
		font-size: 1.5em;
	}
	textarea.ta_reparatur {
		width: 100%;
		max-width: none;
	}
	
	select.sel_wochenhl {
		margin-left: 1em;
	}
	select.sel_kontakt {
		font-size: 1.5em;
	}
	
	/* FONT Klassen */
	.agrotbqb_veryhuge_mt {
		font-size: 5em;
	}
	.agrotbqb_huge_mt {
		font-size: 4em;
	}
	.agrotbqb_big_mt {
		font-size: 3em;
	}
	.agrotbqb_medium_mt {
		font-size: 2em;
	}
	.agrotbqb_small_mt {
		font-size: 1.5em;
	}
	.agrotbqb_tiny_mt {
		font-size: 1.3em;
	}
	.agrotbqr_veryhuge_mt {
		font-size: 5em;
	}
	.agrotbqr_huge_mt {
		font-size: 4em;
	}
	.agrotbqr_big_mt {
		font-size: 3em;
	}
	.agrotbqr_medium_mt {
		font-size: 2em;
	}
	.agrotbqr_small_mt {
		font-size: 1.5em;
	}
	.agrotbqr_tiny_mt {
		font-size: 1.3em;
	}
	.letterspacing_20px_mt {
		letter-spacing: 20px;
	}
	
	/* DIV Klassen */
	.verein {
		height: 80vh;
	}
	
	/* SPAN Klassen */
	.overlay_close_cb {
		right: 20px;
	}
	.overlay_close_cb_small {
		right: 140px;
	}
	.overlay_close_kt {
		right: 100px;
	}
	.overlay_close_kt_small {
		right: 80px;
	}
	.overlay_close_mm {
		right: 20px;
	}
	
	/* 360 GRAD Bilder Klassen */
	.degree360 {
		display: none;
	}
	
	/* IMAGE Klassen */
	.maimage_gk {
		width: 50%;
	}
	.mainfo_gk {
		width: 50%;
	}
	
	/* MARGIN Helper Klassen */
	.margin_left_1_mt {
		margin-left: 1em;
	}
	.margin_right_05_mt {
		margin-right: 0.5em;
	}
	.margin_top_1_mt {
		margin-top: 1em;
	}
	.margin_bottom_5_mt {
		margin-bottom: 5em;
	}
	
	/* PADDING Helper Klassen */
	.nopadding_mt {
		padding: 0;
	}
	.padding_-5_mt {
		padding-top: 0;
		position: relative;
	}
	.padding_2_mt {
		padding: 2em;
	}
	.padding_top_2_mt {
		padding-top: 2em;
	}
	
	/* Width Helper Klassen */
	.width_0_mt {
		width: 0 !important;
	}
	.width_5_mt {
		width: 5% !important;
	}
	.width_10_mt {
		width: 10% !important;
	}
	.width_15_mt {
		width: 15% !important;
	}
	.width_20_mt {
		width: 20% !important;
	}
	.width_25_mt {
		width: 25% !important;
	}
	.width_30_mt {
		width: 30% !important;
	}
	.width_33_mt {
		width: 33% !important;
	}
	.width_35_mt {
		width: 35% !important;
	}
	.width_40_mt {
		width: 40% !important;
	}
	.width_45_mt {
		width: 45% !important;
	}
	.width_50_mt {
		width: 50% !important;
	}
	.width_55_mt {
		width: 55% !important;
	}
	.width_60_mt {
		width: 60% !important;
	}
	.width_66_mt {
		width: 66% !important;
	}
	.width_70_mt {
		width: 70% !important;
	}
	.width_75_mt {
		width: 75% !important;
	}
	.width_80_mt {
		width: 80% !important;
	}
	.width_85_mt {
		width: 85% !important;
	}
	.width_90_mt {
		width: 90% !important;
	}
	.width_95_mt {
		width: 95% !important;
	}
	.width_99_mt {
		width: 99% !important;
	}
	.width_100_mt {
		width: 100% !important;
	}
	
	/* MAX-WIDTH Klassen */
	.max_width_192_mt {
		max-width: 192px;
	}
}

/* Media Query für Landscape Ansicht iPhoneX (Apple) */
@media screen and (min-width: 812px) and (max-width: 812px) and (min-height: 375px) and (max-height: 375px) {
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		width: auto;
		margin: 0 2em 0 2em;
	}
}

/* Media Query für Ansicht-Korrekturen (iPad, Android Tablets) */
@media screen and (max-width: 800px) {
	
	/* OVERRIDES */
	.flipbook.verein {
		max-height: 400px !important;
		height: 400px !important
	}
	.flipbook.verein img {
		max-height: 400px !important;
		height: 400px !important;
	}
	
	/* HEADER Klassen */
	header ul {
		width: 60%;
	}
	header ul.icons {
		width: 20%;
	}
	header ul li {
		display: none;
	}
	header ul li.icons {
		display: inline-block;
	}
	
	/* Footer Klassen */
	footer {
		display: none;
	}
	
	/* MENUE Klassen */
	.menue {
		display: none;
	}
	.mobilemenu {
		display: inline-block !important;
	}
	
	/* DIV Klassen */
	.teamimage {
		height: 25vh;
	}
	
	/* SPAN Klassen */
	.contentWeb {
		display: none;
	}
	.contentMobile {
		display: inline-block;
	}
	.mainfo_gk {
		width: 75%;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		width: auto;
		height: 350px;
		margin: 0 2em 0 2em;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 350px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 175px);
		left: 0;
	}
	
	/* IMG Klassen */
	.maimage_gk {
		width: 75%;
	}
	
	/* FONT Klassen */
	.agrotbqb_small_mt2 {
		font-size: 1.4em;
	}
	.agrotbqr_small_mt2 {
		font-size: 1.4em;
	}
	
	/* MARGIN Klassen */
	.margin_bottom_03_mt2 {
		margin-bottom: 0.3em;
	}
	
	/* MAX-WIDTH Klassen */
	.max_width_320_mt {
		max-width: 320px;
	}
}

/* Media Query für Ansicht-Korrekturen (iPad, Android Tablets) */
@media screen and (max-width: 700px) {
	
	/* Overrides */
	.flipbook.fbheader {
		max-height: 95vh !important;
		height: 95vh !important
	}
	
	/* INPUT Klassen */
	input[type=text].i_gmaps {
		top: 0;
	}
	
	/* LINK Klassen */
	.stoererlink {
		right: 1vw;
		width: 150px;
		height: 150px;
	}
	
	/* DIV Klassen */
	.willkommen_1,
	.willkommen_2,
	.willkommen_3,
	.willkommen_4 {
		height: 95vh !important;
	}
	
	/* DIV Klassen */
	.mainmenu {
		height: 73%;
	}
	.teamimage {
		height: 58vh;
	}
	
	/* SPAN Klassen */
	.stoerer {
		width: 150px;
		height: 150px;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		height: 340px;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 340px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 170px);
		left: 0;
	}
	
	/* MARGIN Klassen */
	.margin_bottom_2_mt2 {
		margin-bottom: 2em;
	}
	
	/* WIDTH Klassen */
	.width_50_mt2 {
		width: 50%;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 570px) {
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone, Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* OVERRIDES */
	.flipbook.verein {
		max-height: 200px !important;
		height: 200px !important
	}
	.flipbook.verein img {
		max-height: 200px !important;
		height: 200px !important;
	}
	
	/* Body */
	body > div {
		overflow: hidden;
	}
	
	body > main div {
		overflow: hidden;
	}
	
	/* HEADER Klassen */
	header ul {
		width: 45%;
	}
	header ul.icons {
		width: 35%;
	}
	
	/* NAVIGATION Klassen */
	nav.footernav {
		height: 60px;
	}
	
	/* FIELDSET Klassen */
	fieldset {
		padding: 2em;
	}
	
	/* INPUT, SELECT & TEXTAREA Klassen */
	select.sel_wochenhl {
		max-width: 275px;
	}
	
	/* LINK Klassen */
	.stoererlink {
		right: 30vw;
		top: 43vh;
	}
	
	/* DIV Klassen */
	.verein {
		height: 60vh;
	}
	.mainmenu {
		height: 100%;
	}
	.teamimage {
		height: 20vh;
	}
	
	/* SPAN Klassen */
	.menue_facebook {
		height: 50px;
	}
	.menue_googleplus {
		height: 50px;
	}
	.aktuell_frame {
		height: 700px;
	}
	.overlay_close_cb_small {
		right: 140px;
	}
	.overlay_close_kt_small {
		right: 80px;
	}
	.overlay_close_mm_small {
		right: 20px;
	}
	.leistungicon1,
	.leistungicon2,
	.leistungicon3,
	.leistungicon4 {
		width: 75px;
		height: 75px;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		height: 500px;
		background: rgba(255, 255, 255, 1.0);
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 500px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 250px);
		left: 0;
	}
	.cookiebannerContent input[type=button] {
		width: 100%;
	}
	.cookiebannerElement_fullwidth {
		width: 100%;
	}
	
	/* FONT Klassen */
	.noletterspacing_mp {
		letter-spacing: 0;
	}
	
	/* MARGIN Helper Klassen */
	.margin_bottom_1_mp {
		margin-bottom: 1em;
	}
	.margin_bottom_2_mp {
		margin-bottom: 2em;
	}
	
	/* PADDING Klassen */
	.nopadding_mp {
		padding: 0;
	}
	.padding_2_mp {
		padding: 2em;
	}
	
	/* BORDER Klassen */
	.noborder_mp {
		border: 0;
	}
	
	/* Width Helper Klassen */
	.width_0_mp {
		width: 0 !important;
	}
	.width_5_mp {
		width: 5% !important;
	}
	.width_10_mp {
		width: 10% !important;
	}
	.width_15_mp {
		width: 15% !important;
	}
	.width_20_mp {
		width: 20% !important;
	}
	.width_25_mp {
		width: 25% !important;
	}
	.width_30_mp {
		width: 30% !important;
	}
	.width_33_mp {
		width: 33% !important;
	}
	.width_35_mp {
		width: 35% !important;
	}
	.width_40_mp {
		width: 40% !important;
	}
	.width_45_mp {
		width: 45% !important;
	}
	.width_50_mp {
		width: 50% !important;
	}
	.width_55_mp {
		width: 55% !important;
	}
	.width_60_mp {
		width: 60% !important;
	}
	.width_66_mp {
		width: 66% !important;
	}
	.width_70_mp {
		width: 70% !important;
	}
	.width_75_mp {
		width: 75% !important;
	}
	.width_80_mp {
		width: 80% !important;
	}
	.width_85_mp {
		width: 85% !important;
	}
	.width_90_mp {
		width: 90% !important;
	}
	.width_95_mp {
		width: 95% !important;
	}
	.width_99_mp {
		width: 99% !important;
	}
	.width_100_mp {
		width: 100% !important;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 320px) {
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
}

/* WOCHENHIGHLIGHT CSS */
/* HEADER Klassen */
.head_wh {
	width: 100%;
	height: 70px;
	position: sticky;
	top: 0px;
	background: #fff;
	padding-top: 16px;
	text-align: center;
	z-index: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* ERROR Klassen */
.errorcontainer_wh {
	width: 65vw;
	float: none;
    max-width: 1280px;
    position: absolute;
	background: #353c73;
    border-radius: 8px;
	border: 1px solid #000;
    top: 100px;
    left: 0;
    z-index: 1;
}
#errortext_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	background: #353c73;
	color: #fff;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em; 
}

/* DIV Klassen */
.div_wh {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.container_wh {
	width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
	overflow-y: hidden;
}
.prospektslider_wh {
	margin-top: 5vh !important;
	margin-bottom: 5vh !important;
    min-height: 80vh !important;
    max-height: 80vh !important;
    max-width: 1150px !important;
    width: 95% !important;
}
.prospektslider_wh .page img {
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    min-height: auto !important;
	max-height: 80vh !important;
    width: auto;
    margin-right: -6px;
}

/* SPAN Klassen */
.span_wh {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.gw_wh {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}
.gp_wh {
	width: 25%;
	height: auto;
	float: left;
	padding: 2em;
	margin: 0;
}
.quickview_container_wh {
	width: 100%;
	max-width: 150px;
	height: 250px;
	position: relative;
	float: none;
	margin: 0 auto !important;
	display: block;
}
.quickview_data_wh {
	width: 100%;
	height: 80px;
	float: left;
	padding: 0;
	margin-top: 1em;
}
.zurueckbutton_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 80px;
	right: 10px;
	padding: 0;
	margin: 0;
	z-index: 0;
}
.zurueckbutton_wh {
	width: 48px;
	height: 48px;
	float: left;
	background-image: url(../pics/systems/pfeil_zurueck.png);
	background-repeat: no-repeat;
	background-size: 48px 48px;
	background-position: center center;
	cursor: default;
}
.zurueckbutton_wh:hover {
	background-image: url(../pics/systems/pfeil_zurueck_hover.png);
	cursor: pointer;
}
.fullscreenview_container_wh {
	width: 100%;
	height: 100%;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow-y: scroll;
	z-index: 1;
}
.fullscreenview_container_wh::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 2px;
}
.fullscreenview_container_wh::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 1.0);
}
.fullscreenview_container_wh::-webkit-scrollbar-thumb {
	background: rgba(87, 87, 86, 1.0);
}
.fullscreenview_centered_wh {
	width: -webkit-fill-available;
	height: auto;
	position: relative;
	float: none;
	margin: 0 auto !important;
	display: block;
}
.clickericon_wh {
	width: 110px;
    height: 110px;
	position: absolute;
    float: none;
    top: 60px;
    left: 20px;
    background-image: url(../pics/systems/icon_klicken.svg);
    background-repeat: no-repeat;
    background-size: 110px 110px;
    background-position: center center;
	display: inline-block;
}
.fbshare_icon_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 135px;
	right: 10px;
	z-index: 0;
}
.fbshare_icon_container_overview_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 0;
}
.fbshare_icon_wh {
	width: 100%;
	height: 48px;
    float: left;
    background-color: #c6c6c6;
    background-image: url(../pics/systems/icon-share-white.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: center center;
    border-radius: 30px;
	cursor: default;
}
.fbshare_icon_wh:hover {
	background-color: #000;
	cursor: pointer;
}
.whashare_icon_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 0;
}
.whashare_icon_container_overview_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 135px;
	right: 10px;
	z-index: 0;
}
.whashare_icon_wh {
	width: 100%;
	height: 48px;
    float: left;
    background-color: #c6c6c6;
    background-image: url(../pics/systems/icon-share-whatsapp-white.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: center center;
    border-radius: 30px;
	cursor: default;
}
.whashare_icon_wh:hover {
	background-color: #000;
	cursor: pointer;
}
.mailshare_icon_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 245px;
	right: 10px;
	z-index: 0;
}
.mailshare_icon_container_overview_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 0;
}
.mailshare_icon_wh {
	width: 100%;
	height: 48px;
	float: left;
	background-color: #c6c6c6;
	background-image: url(../pics/systems/icon-mailoutline-white.png);
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center center;
	border-radius: 30px;
	cursor: default;
}
.mailshare_icon_wh:hover {
	background-color: #000;
	cursor: pointer;
}

/* Anchor Klassen */
.a_wh {
	width: 100%;
	height: auto;
	float: left;
	text-decoration: none;
	margin: 0;
	cursor: default;
}
.a_wh:hover {
	cursor: pointer;
}

/* Label Klassen */
.head_title_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Bold;
	font-size: 4em;
	color: #353c73;
	text-align: center;
}
.quickview_label_l_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 2em;
	color: #353c73;
	text-align: center;
}
.quickview_label_s_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AGROTBQ_Reg;
	font-size: 1.4em;
	color: #353c73;
	text-align: center;
}

/* Image Klassen */
img.quickview_wh {
	width: 150px;
	height: auto;
	float: left;
	border: 0;
	box-shadow: 5px 5px 5px grey;
	cursor: default;
}
img.quickview_wh:hover {
	border: 0;
	cursor: pointer;
}
img.fullscreenview_image_wh {
	width: -webkit-fill-available;
	height: auto;
	float: left;
	cursor: default;
}
img.fullscreenview_image_wh:hover {
	cursor: pointer;
}

/* Hintergrund Helper Klassen */
.bg_wh_darkgrey {
	background: #575756;
}

/* Color Helper Klassen */
.color_wh_darkgrey {
	color: #575756;
}

/* Width Helper Klassen */
.width_fillavailable {
	width: -webkit-fill-available;
}

/* HEIGHT Klassen */
.height_80p {
	height: 80px;
}
.height_250p {
	height: 250px;
}

/* Oct 22 */
.searchcontainer_df {
    padding: 15px;
    background: #222F61;
}
.searchcontainer_df .inputBlockCard {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    gap: 25px;
}
.searchcontainer_df .inputBlockCard .inputFiledBlock {
    flex: 1;
}
.searchcontainer_df .inputBlockCard .inputFiledBlock.otpBlock {
    max-width: 400px;
}
.searchcontainer_df .inputBlockCard .inputFiledBlock input {
    text-align: center;
    margin: 0;
    height: 40px;
    border: 0;
    border-radius: 4px;
}
.imageCardsBlock .container {
    max-width: 1230px;
    margin: auto;
    padding: 0 15px;
}
.imageCardsBlock .innerCards {
    display: flex;
}
.imageCardsBlock .innerCards .cardsBlock img {
    width: 100%;
    max-width: 300px;
    margin: auto;
}
.imageCardsBlock .innerCards {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 25px;
    margin: 25px 0;
}
.cardsBlock {
    border: 1px solid black;
    padding: 15px;
}
.cardsBlock .imageSec {
    text-align: center;
}
.cardsBlock .imageInfo label {
    display: block;
}
.cardsBlock .imageInfo label:not(:last-child) {
    text-align: left;
    color: #AAAAAA;
}
.cardsBlock .imageInfo label {
    text-align: right;
    color: #222F61;
}
.cardsBlock .imageInfo label.textlabel_l_df.h75p_df {
    font-size: 25px;
}
span.gridwrapper.width_100.nopadding.nomargin.images_section {
    padding-top: 51px;
}


span.gridpart.width_50.width_100_mt.nopadding.nomargin.qrCodeBlock {
    max-width: 445px;
    margin: 0 0 0 auto;
    float: right;
}
.mainfo_hover_gk label:nth-last-child(-n+2) {
    font-size: 13px;
}

/* Nov 4 */

div#dialogContainer {
    z-index: 9;
    overflow: hidden;
}
#dialogContainer {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
}
.dialog-scrollable .dialogContainer-modal-content {
    max-width: 1140px;
    width: 100%;
    padding: 0;
    max-height: 100%;
    overflow-x: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
    margin: 1.75rem auto;
}
.dialog-scrollable {
    min-height: calc(100% - 3.5rem);
    height: calc(100% - 3.5rem);
    transform: none;
}
.dialog-scrollable .dialogContainer-modal-content {
    max-width: 1140px;
    width: 100%;
    padding: 0;
}
.dialog-scrollable .dialogContainer-modal-content .modal-header {
    background: #222F61;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dialog-scrollable .dialogContainer-modal-content .modal-header h5 {
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
    margin: 0;
}
.dialog-scrollable .dialogContainer-modal-content .modal-header button {
    background: #E20074;
    display: flex;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    cursor: pointer;
    user-select: none;
    border: 1px solid #E20074;
    padding: 10px 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    align-items: center;
}
.dialog-scrollable .dialogContainer-modal-content .modal-body {
    padding: 26px;
    overflow-x: auto;
}
.dialog-scrollable .dialogContainer-modal-content .modal-body img {
    width: 100%;
}
.imageCardsBlock h2.form-headline {
    text-align: center;
    font-size: 32px;
    margin: 0 0 30px;
    text-transform: uppercase;
    color: #78787c;
}
.dialog-scrollable {
    display: flex;
    align-items: center;
}

/* Nov 5 */
span.gridwrapper.width_100.nopadding.nomargin.images_section label.datenbereich a {
    font-size: 22px;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1280px) {
	
	/* HEADER Klassen */
	.head_wh {
		height: 60px;
	}
	
	/* SPAN Klassen */
	.zurueckbutton_container_wh {
		top: 70px;
	}
	.fbshare_icon_container_wh {
		top: 125px;
		right: 10px;
	}
	.whashare_icon_container_wh {
		top: 180px;
		right: 10px;
	}
	.mailshare_icon_container_wh {
		top: 235px;
		right: 10px;
	}
	.dialog-scrollable .dialogContainer-modal-content {
		max-width: calc(100% - 60px);
	}
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1270px) {
	
	/* SPAN Klassen */
	.clickericon_wh {
		display: none;
	}
}

/* Media Query für Ansicht Wochenhighlight Slider (iPad, Android Tablets) */
@media screen and (max-width: 900px) {
	
	/* SPAN Klassen */
	.prospektslider_wh {
		margin: 0 auto;
		margin-top: 3vh;
		max-height: 90vh;
	}
	.prospektslider_wh .page img {
		max-width: 100%;
		width: auto;
		max-height: 90vh;
		display: inline-block;
		vertical-align: top;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
	
	/* HEADER Klassen */
	.head_wh {
		height: 50px;
	}
	
	/* SPAN Klassen */
	.zurueckbutton_container_wh {
		top: 60px;
	}
	.fbshare_icon_container_wh {
		top: 115px;
		right: 10px;
	}
	.whashare_icon_container_wh {
		top: 170px;
		right: 10px;
	}
	.mailshare_icon_container_wh {
		top: 225px;
		right: 10px;
	}
	.fbshare_icon_container_overview_wh {
		top: 60px;
	}
	.whashare_icon_container_overview_wh {
		top: 115px;
	}
	.mailshare_icon_container_overview_wh {
		top: 170px;
	}
	.dialog-scrollable .dialogContainer-modal-content .modal-body {
		padding: 15px;
	}
	.dialog-scrollable .dialogContainer-modal-content .modal-header button {
		padding: 5px;
	}
	.imageCardsBlock h2.form-headline {
		font-size: 24px;
		margin: 0 0 20px;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* SPAN Klassen */
	.gp_wh {
		width: 100%;
	}
	.fullscreenview_container_wh {
		overflow: scroll;
	}
	
	/* WIDTH Klassen */
	.width_250_mp2 {
		width: 250%;
	}
}

/* Oct 22 */
@media screen and (max-width:992px){
    .searchcontainer_df .inputBlockCard {
        flex-direction: column;
        gap: 10px;
    }
    .searchcontainer_df .inputBlockCard .inputFiledBlock.otpBlock {
        max-width: 90%;
        width: 100%;
    }
    .searchcontainer_df .inputBlockCard .inputFiledBlock {
        flex: 100%;
        width: 100%;
        max-width: 90%;
    }
    .imageCardsBlock .innerCards {
        grid-template-columns: repeat(1,1fr);
    }
	.imageCardsBlock .container {
		max-width: 90%;
		margin: auto;
		padding: 0 15px;
	}
	.dialog-scrollable .dialogContainer-modal-content {
		max-width: calc(100% - 30px);
	}
}


/* new map section */

/* DIV/SPAN Klassen */
.overviewContainer_df {
	background: #fff;
	border: 2px solid #AAAAAA;
}
.verticalborder_df {
	border: 0;
	border-right: 2px solid #AAAAAA;
	padding: 0 12px;
}
.kontaktdaten_df {
	height: 400px;
}
.googlemaps_marker_df {
	width: 25%;
	max-width: 64px;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	background-color: <customColor>;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	border-radius: 55px;
}
.googlemaps_static_map_df {
    width: 600px;
	height: 375px;
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
	margin: auto;
}
div.c_simplelink {
	cursor: default;
}
div.c_simplelink:hover {
	cursor: pointer;
}

/* INPUT Klassen */
form#form-DeineFilialeKontakt .row input[type=text].deinefiliale_input, form#form-DeineFilialeKontakt .row input[type=email].deinefiliale_input {
	width: 100%;
	height: 35px;
	float: left;
	font-family: 'AGROTBQ_Reg';
	font-size: 16px;
	background: #fff;
	color: #AAAAAA;
	border: 1px solid #222F61;
	padding: 1em;
}
textarea.deinefiliale_input {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'AGROTBQ_Reg';
	font-size: 16px;
	background: #fff;
	color: #AAAAAA;
	border: 1px solid #222F61;
	padding: 1em;
	resize: none;
	height: 154px;
}
button.deinefiliale_input {
	width: auto;
	height: 40px;
	float: left;
	font-family: 'AGROTBQ_Reg';
	font-size: 16px;
	background: #222F61;
	color: #fff;
	border: 1px solid #222F61;
	cursor: default;
}
button.deinefiliale_input:hover {
	background: <customColor>;
	color: <customColor>;
	border: 1px solid <customColor>;
	cursor: pointer;
}

/* Label Klassen */
.searchlabel_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: <customFont>;
	font-size: 1em;
	background: <customColor>;
	color: <customColor>;
	text-align: center;
}
.head_title_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: <customFont>;
	font-size: 2.5em;
	color: <customColor>;
	text-align: center;
	margin: 0;
}
.head_error_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: <customFont>;
	font-size: 2em;
	background: <customColor>;
	color: <customColor>;
	text-align: center;
	margin: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid <customColor>;
	border-radius: 15px;
}
.textlabel_l_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: <customFont>;
	font-size: 1.4em;
	color: <customColor>;
	background: <customColor>;
}
.textlabel_s_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: <customFont>;
	font-size: 1em;
	background: <customColor>;
	color: <customColor>;
}
.linklabel_s_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: <customFont>;
	font-size: 1em;
	background: <customColor>;
	color: <customColor>;
}
.textlabel_detail_xl_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'AGROTBQ_Reg';
	font-size: 32px;
	color: #AAAAAA;
	background: #fff;
	text-align: center;
	margin: 0 0 16px;
}
.textlabel_detail_l_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'AGROTBQ_Reg';
	font-size: 22.4px;
	color: #AAAAAA;
	background: #fff;
	padding: 8px 8px 0;
	margin: 0 0 16px;
}
.textlabel_detail_s_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'AGROTBQ_Reg';
	font-size: 18px;
	background: #fff;
	color: #AAAAAA;
	padding: 0 8px;
}
.linklabel_detail_s_df {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'AGROTBQ_Reg';
	font-size: 16px;
	background: transparent;
	color: #222F61;
}
label.c_simplelink {
	cursor: default;
}
label.c_simplelink:hover {
	cursor: pointer;
}

/* IMG Klassen */
.shopimage_df {
	width: auto;
	height: 200px;
}
img.c_simplelink {
	cursor: default;
}
img.c_simplelink:hover {
	cursor: pointer;
}

/* HEIGHT Klassen */
.h75p_df {
	height: 75px;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1366px) {
	
	/* DIV/SPAN Klassen */
	.googlemaps_static_map_df {
		width: 512px;
		height: 320px;
	}
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1024px) {
	
	/* DIV/SPAN Klassen */
	.verticalborder_df {
		border: 0;
		border-right: 0;
	}
}


/* Media Query für Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
	
	/* DIV/SPAN Klassen */
	.kontaktdaten_df {
		height: auto;
	}
	.googlemaps_static_map_df {
		width: 480px;
		height: 300px;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 6/7/8/X, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* DIV/SPAN Klassen */
	.googlemaps_static_map_df {
		width: 290px;
		height: 190px;
	}
	
	/* IMAGE Klassen */
	.shopimage_df {
		width: 100%;
		height: auto;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 320px) {
	.googlemaps_static_map_df {
		width: 240px;
		height: 170px;
	}
}

.overviewContainer_df {
    background: #fff;
    border: 2px solid #AAAAAA;
    padding: 16px;
    margin: 16px 0 48px;
}

.overviewContainer_df>.row {
    display: flex;
    margin: 0 -12px;
}

.overviewContainer_df>.row>.col-12.col-xl-3 {
    width: 100%;
    max-width: 25%;
    padding: 0 12px;
}

.overviewContainer_df>.row>.col-12.col-xl-6 {
    width: 100%;
    max-width: 50%;
    padding: 0 12px;
}

.overviewContainer_df>.row>.col-12.col-xl-6 div.googlemaps_static_map_df {
    width: 100%;
}

.overviewContainer_df>.row>.col-12.col-xl-6 .row.row-cols-1 {
    padding: 8px;
    margin: 0 -12px;
    display: flex;
}

.overviewContainer_df>.row>.col-12.col-xl-6 .row.row-cols-1>.col.p-2 {
    width: 100%;
    max-width: 50%;
    padding: 8px;
}

.textlabel_detail_s_df:nth-child(3) , .textlabel_detail_s_df:nth-child(5) {
    margin: 0 0 16px;
}

.overviewContainer_df>.row .row {
    margin-top: 5px !important;
}

.verticalborder_df .row {
    margin: 0 -12px;
    clear: both;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.verticalborder_df .row>.col-6 {
    width: 100%;
    max-width: 50%;
    padding: 0 8px;
}

.overviewContainer_df>.row>.col-12.col-xl-3 label.textlabel_detail_s_df:nth-child(6) {
    margin: 0 -5px 5px;
}
.overviewContainer_df>.row:last-child>.col-12 {
    padding: 0 12px;
}

.overviewContainer_df + .container-fluid>.container>.row>.col-12>label.textlabel_detail_s_df.text-center.m-0 {
    text-align: center;
    margin: 0 0 16px;
}

form#form-DeineFilialeKontakt {
    margin: 0 0 48px;
}

form#form-DeineFilialeKontakt .row.row-cols-1.row-cols-sm-1.row-cols-md-2.row-cols-xl-2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    padding: 0 0 16px;
}

.row.row-cols-1.row-cols-sm-1.row-cols-md-2.row-cols-xl-2 {
    gap: 16px;
}

form#form-DeineFilialeKontakt .row.row-cols-1.row-cols-sm-1.row-cols-md-2.row-cols-xl-2 input {
    margin: 0;
}

form#form-DeineFilialeKontakt .row.mb-3 {
    display: flex;
}

form#form-DeineFilialeKontakt .row.mb-3>.col-12.p-2 {
    width: 100%;
}

form#form-DeineFilialeKontakt .w-100.p-0.mb-3 {
    display: inline-block;
    width: 100%;
    margin: 0 0 16px;
}

form#form-DeineFilialeKontakt .row label {
    padding: 0 0 3px;
}

form#form-DeineFilialeKontakt .w-100.p-0.mb-3 .form-check {float: left;width: 100%;position: relative;padding-left: 25px;}

form#form-DeineFilialeKontakt .w-100.p-0.mb-3 .form-check>input {
    position: absolute;
    left: 0;
    top: 0;
}

form#form-DeineFilialeKontakt .w-100.p-0.mb-3 .form-check label.form-check-label.textlabel_detail_s_df>a.linklabel_detail_s_df {
    float: none;
}

form#form-DeineFilialeKontakt>.mb-3:last-child {
    display: flex;
    margin: 16px 0 0;
}

form#form-DeineFilialeKontakt>.mb-3:last-child button.btn.deinefiliale_input {
    width: 100%;
    max-width: 94px;
    border-radius: 5px;
}

.kontaktdaten_df {
    position: relative;
}


.cardsBlock .imageInfo .textlabel_s_df {
    font-size: 16px;
 }

 .cardsBlock .imageInfo label {
    font-size: 16px;
}

.imageCardsBlock form#form-Kontakt {
    display: flex;
    padding: 0 0 50px;
}

.imageCardsBlock form#form-Kontakt span.gridwrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    margin: 0 auto !important;
    gap: 30px;
}

.imageCardsBlock form#form-Kontakt span.gridwrapper input {
    margin: 0 !important;
    float: none;
}

.imageCardsBlock form#form-Kontakt span.gridwrapper span.error-message {
    font-size: 16px;
    margin: 9px 0 0 !important;
    display: block;
    clear: both;
    color: red;
}

.imageCardsBlock form#form-Kontakt span.gridwrapper input , .imageCardsBlock form#form-Kontakt span.gridwrapper textarea {
    text-indent: 0;
    padding: 0 0 5px;
    resize: none;
    overflow: hidden;
}
.overviewContainer_df>.row>.col-12.col-xl-6 .row.row-cols-1>.col.p-2 img {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}

span.gridwrapper.width_100.nopadding.nomargin.images_section span.datenbereich:last-child span.datenbereich.mainfo_gk {
    display: none;
}

@media(max-width:991px){
	.overviewContainer_df>.row.row {flex-wrap: wrap;}
	.overviewContainer_df>.row>.col-12.col-xl-3 {
		max-width: 100%;
	}
	.overviewContainer_df>.row>.col-12.col-xl-6 {
		max-width: 100%;
		padding: 20px 12px 0;
	}
	
	.overviewContainer_df>.row>.col-12.col-xl-6 div.googlemaps_static_map_df {
		background-size: cover;
		background-position: center;
	}
	.kontaktdaten_df {
		height: auto;
	}

	
	
	}
	
	@media(max-width:767px){
	
	.overviewContainer_df>.row>.col-12.col-xl-6 .row.row-cols-1 {
		flex-flow: wrap;
	}

	.overviewContainer_df>.row>.col-12.col-xl-6 .row.row-cols-1>.col.p-2 img {
		max-width: 100%;
		object-fit: cover;
	}
	
	
		div#shopFinder>.container-fluid.p-0.mt-5 {
		width: 100%;
	}
	
	div#shopFinder>.container-fluid.p-0.mt-5>.container {
		max-width: 100%;
		padding: 0;
	}
	form#form-DeineFilialeKontakt .row.row-cols-1.row-cols-sm-1.row-cols-md-2.row-cols-xl-2 {
		grid-template-columns: repeat(1,1fr);
	 }

	 span.datenbereich.width_100.nopadding.margin_bottom_5 span.gridwrapper.width_100.nopadding.margin_bottom_5:last-child {
		margin: 0 !important;
	}

	.kontaktdaten_df {
		display: flex;
	}
	
	.kontaktdaten_df>.w-100 {
		width: 100%;
	}
	
	.kontaktdaten_df>.w-100 img.googlemaps_marker_df {
		max-width: 27px;
	}

	
	}
	@media(max-width:567px){
	.overviewContainer_df>.row>.col-12.col-xl-6 .row.row-cols-1>.col.p-2 {
		max-width: 100%;
	 }
	}
	@media screen and (max-width:992px){
		.kontaktdaten_df a {
			position: relative;
		}
		.googlemaps_marker_df {
			transform: translate(-50%,-50%);
			top: 50%;
			margin: 0;
			left: 50%;
			right: unset;
			max-width: 25px;
		}
	}