﻿html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*, ::before, ::after {
	box-sizing: inherit;
}

body {
	font-size: 112.5%;
	line-height: 1.7;
	margin: 0;
	padding: 0;
}

body,textarea,input,select,option {
	font-family: "Segoe UI","Lucida Grande",Arial,Helvetica,sans-serif;
}


form {
	display: inline;
}
img {
	border: none;
}

a {
	text-decoration: none;
	transition: all 0.15s ease-in;
}
a:hover {
	text-decoration: underline;
	transition: all 0.15s ease-in;
}

h1 {
	margin: 4% 0 0 2%;
	font-size: 32px;
	font-size: 2rem;
	font-weight: normal;
}
h2 {
	margin: 20px 0 10px 0;
	margin: 1.25rem 0 0.625rem 0;
	line-height: 20px;
	line-height: 1.25rem;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: normal;
}

.h1 {
	font-size: 28px;
	font-size: 1.75rem;
}
.flussl {
	float: left;
}
.flussr {
	float: right;
}


.breite100p {
	width: 100%;
}
.breite90p {
	width: 90%;
}
.breite50p {
	width: 50%;
}
.breite20p {
	width: 100%;
}

	
.breite980 {
	width: 100%;
}
.breite940 {
	width: 96%;
}
.breite460,.breite440l20,.breite440 {
	width: 96%;
}
.breite100 {
	width: 20%;
}


.breite120 {
	width: 30%;
}
.breite120wk,
.breite100plz {
	width: 38%;
}
.breite220 {
	width: 40%;
}
.breite340,.breite320 {
	width: 60%;
}

.mt0l0 {
	margin: 0;
}
.mt0l20,.mt0l20r40 {
	margin: 0 0 0 2%;
}
.mt0r20 {
	margin: 0 2% 0 0;
}

.mt5l0 {
	margin: 5px 0 0 0;
}

.mt10l0 {
	margin: 10px 0 0 0;
}
.mt10l0r20 {
	margin: 10px 2% 0 0;
}

.mt10l20 {
	margin: 10px 0 0 2%;
}
.mt20l0 {
	margin: 20px 0 0 0;
}
.mt30l0 {
	margin: 30px 0 0 0;
}

.mt20l20 {
	margin: 20px 0 0 2%;
}
.mt30l20 {
	margin: 30px 0 0 2%;
}
.mt50l0 {
	margin: 50px 0 0 0;
	margin: 3.125rem 0 0 0;
}
.mt50l20 {
    margin: 50px 2% 0px 2%;
    margin: 3.125rem 2% 0px 2%;
}
.mt100l0 {
	margin: 100px 0 0 0;
	margin: 6.25rem 0 0 0;
}

.mt20r20 {
	margin: 20px 2% 0 0;
	margin: 1.25rem 2% 0 0;
}

.mt50r20 {
	margin: 50px 2% 0 0;
	margin: 3.125rem 2% 0 0;
}


.pt0l0 {
	padding: 0;
}

.txtright {
	text-align: right;
}
.txtc {
	text-align: center;
}

.txtfett {
	font-weight: bold;
	font-weight: 700;
}


.txt11 {
	line-height: 11px;
	line-height: 0.6875rem;
	font-size: 11px;
	font-size: 0.6875rem;
}

.txt13 {
	line-height: 13px;
	line-height: 0.8125rem;
	font-size: 13px;
	font-size: 0.8125rem;
}

.txt13ft {
	line-height: 18px;
	line-height: 1.125rem;
	font-size: 13px;
	font-size: 0.8125rem;
}

.txt15 {
	line-height: 15px;
	line-height: 0.9375rem;
	font-size: 15px;
	font-size: 0.9375rem;
}

.txt16 {
	line-height: 16px;
	line-height: 1rem;
	font-size: 16px;
	font-size: 1rem;
}

.txt20 {
	line-height: 20px;
	line-height: 1.25rem;
	font-size: 20px;
	font-size: 1.25rem;
}

.txt24 {
	line-height: 24px;
	line-height: 1.5rem;
	font-size: 24px;
	font-size: 1.5rem;
}

.txt32 {
	line-height: 32px;
	line-height: 2rem;
	font-size: 32px;
	font-size: 2rem;
}


.head32 {
	line-height: 32px;
	line-height: 2rem;
	font-size: 32px;
	font-size: 2rem;
	font-weight: bold;
	font-weight: 700;
}



.btnformfull {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	padding: 6px 20px 6px 20px;
	border: none;
	font-weight: bold;
	line-height: 32px;
	line-height: 2rem;
	text-align: center;
	cursor: pointer;
}
.btnlink {
	padding: 6px 20px 6px 20px;
	font-weight: bold;
	line-height: 32px;
	line-height: 2rem;
	border: none;
	text-decoration: none;
	display: table-cell;
	transition: all 0.15s ease-in;
}
.btnlink:hover,.btnformfull:hover {
	text-decoration: none;
	transition: all 0.15s ease-in;
}
.btnlink:active,.btnformfull:active {
	text-decoration: none;
	transition: all 0.15s ease-in;
}

.btnsubform {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	padding: 6px 20px 6px 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 32px;
	line-height: 2rem;
	border: none;
	cursor: pointer;
	transition: all 0.15s ease-in;
}

.btnsublink {
	padding: 6px 20px 6px 20px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	line-height: 2rem;
	border: none;
	display: table-cell;
	transition: all 0.15s ease-in;
}
.btnsubform:hover,.btnsublink:hover {
	text-decoration: none;
	transition: all 0.15s ease-in;
}
.btnsubform:active,.btnsublink:active {
	text-decoration: none;
	transition: all 0.15s ease-in;
}

.btnformnormlink {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	padding: 0;
	transition: all 0.15s ease-in;
}
.btnformnormlink:hover {
	text-decoration: underline;
	transition: all 0.15s ease-in;
}


button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
	cursor: pointer;
	border-width: 0px;
}
input,select,option,textarea {
	-webkit-border-radius: 0;
	font-size: 16px;
	font-size: 1rem;
}
.ipfull,.txtfull {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 100%;
	padding: 8px 3px 8px 8px;
	padding: 0.5rem 0.1875rem 0.5rem 0.5rem;
	border: none;
}
.selfull {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	width: 100%;
	padding: 8px 3px 8px 8px;
	padding: 0.5rem 0.1875rem 0.5rem 0.5rem;
	border: none;
}

.txtfull {
	height: 160px;
	height: 10rem;
}

.error94p,.error440 {
	width: 90%;
	padding: 2%;
}
.ok94p,.ok440 {
	width: 90%;
	padding: 2%;
}

.errorall {
	padding: 10px;
}

.okall {
	padding: 10px;
}

.nonedisplay {
	visibility: hidden;
} 


#boxheadwarp {
}
#boxheadbb {
	position: relaive;
}
#boxfootwarp {
	padding: 16px 0 40px 0;
	padding: 1rem 0 2.5rem 0;
}

#footbox a,#footbox color {
	text-decoration: none;
}

#footbox a:hover {
	text-decoration: none;
}

#footllcol,#footlmcol,#footrmcol,#footrrcol {
	width: 96%;
}
#footllmenue li,#footlmmenu li {
	float: left;
	margin-right: 10px;
	margin-right: 0.625rem;
}

.bbox {
	margin: 0 auto 0 auto;
	padding: 0;
}
#headbox {
	margin: 20px 0 10px 2%;
	margin: 1.25rem 0 0.625rem 2%;
	height: 50px;
	height: 3.125rem;
}

#hamburgerbox,#loginbox {
	position: relative;
	width: 15%;
	height: 50px;
	height: 3.125rem;
	text-align: center;
}
#hamburgerbox img,#loginbox img {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 24px;
	max-height: 1.5rem;
}

#logobox {
	position: relative;
/*	padding: 5px 2% 5px 2%;*/
	width: 85%;
	height: 50px;
	height: 3.125rem;
}
.logo {
	display: inline;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	max-width: 80%;
	max-height: 32px;
	max-height: 2rem;
}

#prevwkmobibox {
	position: relative;
	width: 25%;
	text-align: center;
}
#prevwkmobibox img {
	max-width: 40%;
	height: auto;
	padding: 15% 0 0 0;
}

#headtoolbox {
	display: none;
}
#headtoolbox a:hover {
	color: #b7c102;
}

#headrecht,#headrecht a {
	text-decoration: none;
}

#headloginbox a,#headwkbox a {
	text-decoration: none;
}

#menuebox_neu_Portalseiten {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	height: auto;
	padding: 0 0 30px 0;
	z-index: 1000;
	background: #ffffff;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.3);
}

#menueboxwarp {
	display: -ms-flexbox;
	display: -ms-flex; 
	display: -webkit-flex;
	display: flex;
	-ms-flex-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #ffffff;
}

.EinsFuenf-MenuListContent {
	display: block;
	position: relative;
}

.EinsFuenf-MenuListHeader {
	width: 47%;
	margin-left: 2%;
	font-size: 1.25rem;
}
.EinsFuenf-MenuListHeader a {
	display: inline-block;
	width: 100%;
	border-bottom: 0.0625rem solid #929da8;
}

.EinsFuenf-SubMenu {
	max-width: 100%;
	font-size: 1rem;
	white-space: normal;	
}
.EinsFuenf-SubMenu a {
	border-bottom: none;	
}

.EinsFuenf-SubMenuEntry {
	padding: 4px 0 4px 0;
	line-height: 1.3rem;
}

/*
#menuebox {
	width: 100%;
	margin: 20px 0 0 0;
	margin: 1.25rem 0 0 0;
	position: relative;
}

#katalogmenue {
	display: none;
}
*/
#mainbox {
	position: relative;
}

/* Altes Mobil-Menü
#mobilmenuebox {
	float: left;
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 30px 0;
	z-index: 10001;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5);
}


.mobilmenue {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
.mmbox {
	float: left;
	width: 30.5%;
	padding: 0;
	margin: 20px 0 0 2%;
	margin: 1.25rem 0 0 2%;
	padding-top: 30.5%;
	position: relative;
}

.mmkatimg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 0.9;
}
.mmbox:hover .mmkatimg {
	opacity: 1;
}

.mobilmenuebez {
	display: inline;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 26px;
	text-align: center;
	font-size: 13px;
	font-size: 0.8125rem;
	text-decoration: none;
	letter-spacing: 2px;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	line-height: 1.625rem;
	transition: all 0.2s ease-in;
}

.mmbox:hover .mobilmenuebez {
	text-decoration: none;
	transition: all 0.2s ease-in;
}
*/


.kruemel {
	margin: 10px 0 10px 2%;
	margin: 0.625rem 0 0.625rem 2%;
}
.kruemel a {
	float: none;
	text-decoration: none;
}
.kruemel a:hover {
	text-decoration: none;
}

#unterkataloghead {
	margin: 4% 0 4% 2%;
}

.akimg {
	max-width: 100%;
	height: auto;
}
.chkloginsave {
	margin: 16px 3% 0 0;
	margin: 1rem 3% 0 0;
}

.lstflex {
	display: -ms-flexbox;
	display: -ms-flex; 
	display: -webkit-flex;
	display: flex;
	-ms-flex-align-items: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ukatbox {
	width: 96%;
	margin: 30px 2% 0 2%;
	margin: 1.875rem 2% 0 2%;
	padding: 0 10px 20px 10px;
}


.rownorm {
	float: left;
	width: 100%;
	padding: 10px 2% 10px 2%;
	cursor: pointer;
	transition: all 0.15s ease-in;
}
.rowtrans {
	float: left;
	width: 100%;
	padding: 10px 2% 10px 2%;
	cursor: pointer;
	transition: all 0.15s ease-in;
}
.rowhighl {
	float: left;
	width: 100%;
	padding: 10px 2% 10px 2%;
	cursor: pointer;
	transition: all 0.15s ease-in;
}


.btnpages {
	width: 32px;
	width: 2rem;
	line-height: 32px;
	line-height: 2rem;
	margin-left: 5px;
	margin-left: 0.3125rem;
	text-decoration: none;
}

.btnpages:hover {
	text-decoration: none;
}
.btnpages:active {
	text-decoration: none;
}

.btnpagesa {
	width: 32px;
	width: 2rem;
	line-height: 32px;
	line-height: 2rem;
	margin-left: 5px;
	margin-left: 0.3125rem;
}


/* Portaltexte */

.ptfull h1 {
	margin: 0 0 20px 0;
	margin: 0 0 1.25rem 0;
}


#dbeschreib,#dbeschreib div,#dbeschreib span, #dbeschreib a,
.ptfull div,
.ptfull span, 
.ptfull a {
	font-family: "Segoe UI","Lucida Grande",Arial,Helvetica,sans-serif !important;
	font-size: 16px;
	font-size: 1rem !important;
}
#dbeschreib a,#dbeschreib a div,#dbeschreib a span,
.ptfull a,
.ptfull a div, 
.ptfull a span {
	text-decoration: none !important;
}
#dbeschreib a:hover,#dbeschreib a:hover span,
.ptfull a:hover,.ptfull a:hover span {
	text-decoration: underline !important;
}
.ptfull img {
	max-width: 100%;
	height: auto;
}



#cookieinfo {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 10px;
	padding: 0.625rem;
	font-size: 1rem;
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 3px rgba(0,0,0,0.3);
	z-index: 299999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cookietxt {
	width: 100%;
}

#cookiebtnb {
	width: 100%;
}

.cookielink {
	width: 46%;
	padding: 1% 0 1% 0;
	margin: 10px 5% 0 0;
	margin: 0.625rem 5% 0 0;
	text-align: center;
	cursor: pointer;
	transition: all 0.25s ease-in;
}

#cookieok {
	width: 46%;
	padding: 1% 0 1% 0;
	margin: 10px 2% 0 0;
	margin: 0.625rem 2% 0 0;
	text-align: center;
	cursor: pointer;
	transition: all 0.25s ease-in;
}
#cookieok:hover {
	text-decoration: none;
}
.cookielink:hover {
	text-decoration: none;
}
.bildstartseite {
	margin: 0 10px 10px 0;
	margin: 0 0.625rem 0.625rem 0;
}
.bildmobil {
	display: none;
}

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media screen and (min-width: 500px) {

.breite20p {
	width: 20%;
}
.rownorm,.rowtrans,.rowhighl {
	padding: 10px 0 10px 0;
}
.rowside {
	padding-left: 2%;
	padding-right: 2%;
}
}

@media screen and (min-width: 600px) {
	
	.breite980 {
		width: 100%;
	}
	.breite940 {
		width: 96%;
	}
	
	.breite460,.breite440 {
		width: 46%;
	}
	.breite220 {
		width: 24%;
	}
.mt0l20 {
	margin: 0 0 0 2%;
}
.mt20l20 {
	margin: 20px 0 0 2% !important;
}
.mt30l20 {
	margin: 30px 0 0 2%;
}

#anmreadrbox .breite460, #anmtoolbox .breite460 {
	width: 100%;
}


#footrmcol,#footrrcol {
	width: 48%;
}

#cookietxt {
	width: 84%;
}
#cookiebtnb {
	width: 16%;
}

}

@media screen and (min-width: 750px) {


	
#logobox {
	width: 50%;
/*	padding: 5px;*/
	border-radius: 0;
}
	
#headtoolbox {
	display: block;
}
#hamburgerbox,#loginbox,#mobilmenuebox  {
	display: none !important;
}


#menuebox_neu_Portalseiten {
	display: block !important;
	position: relative;
	top: auto;
	left: auto;
	height: 3.5em;
	padding: 0;
	z-index: auto;
	flex-wrap: none;
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 0 rgba(0,0,0,0);
}




.EinsFuenf-MenuListHeader {
	width: auto;
	font-size: 1.25rem;
	margin-left: 3rem;
}
.EinsFuenf-MenuListHeader a {
	display: inline-block;
	width: auto;
	border-bottom: none;
}

.EinsFuenf-MenuListContent {
	display: none;
	position: absolute;
}
.EinsFuenf-MenuListHeader:hover .EinsFuenf-MenuListContent {
	display: block;
}


.EinsFuenf-SubMenu {
	max-width: 860px;
	font-size: inherit;
	white-space: nowrap;	
}

.EinsFuenf-SubMenuEntry {
	padding-bottom: 0.25em;
	padding-left: 1.1em;
	padding-right: 1.1em;
	padding-top: 0.25em;
	line-height: inherit;
}


.bildmobil {
	display: block;
}


/* Altes Desktopmenü
#katalogmenue {
	display: table;
	width: 100%;
}

ul.kataloge {
	margin: 0;
	padding: 0;
	position: relative;
}

ul.kataloge li {
	list-style: none;
	display: table-cell;
	margin: 0 1px 0 0;
	margin: 0 0.0625rem 0 0;
	position: relative;
}


ul.kataloge li:hover {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
}
ul.kataloge li:first-child,ul.kataloge li ul li {
	border-left: none;
}
ul.kataloge li ul li {
	display: block;
}

ul.kataloge li:hover div {
	display: block;
}
ul.kataloge a {
	float: left;
	width: 100%;
	height: 33px;
	padding: 5px 0 0 0;
	margin: 0 1px 0 0;
	margin: 0 0.0625rem 0 0;
	text-decoration: none;
	text-align: center;
	transition: all 0.15s ease-in;
}
ul.kataloge a:hover {
	text-decoration: none;
	transition: all 0.15s ease-in;
}


ul.submenuebox {
	position: absolute;
	top: 33px;
	left: 0px;
	min-width: 100%;
	padding: 0;
	display: none;
	z-index: 10001;
	text-align: left;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 5px 5px 0 rgba(0,0,0,0.5);
}
ul.submenuebox li {
	float: left;
	width: 100%;
	height: 33px;
}

ul.submenuebox a {
	float: none;
	width: 100%;
	height: 33px;
	padding: 5px 10px 0 10px;
	padding: 0.3125rem 0.625rem 0 0.625rem;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	transition: all 0.15s ease-in;
}
ul.submenuebox a:hover {
	text-decoration: none;
	transition: all 0.15s ease-in;
}

.ukatbox {
	width: 29%;
}
*/

}

@media screen and (min-width: 980px) {

h1 {
	margin: 40px 0 0 20px;
	margin: 2.5rem 0 0 1.25rem;
}


	.breite980 {
		width: 980px;
	}
	.breite940 {
		width: 940px !important;
	}

	.breite440 {
		width: 440px;
	}
	.breite460 {
		width: 460px;
	}
	.breite340 {
		width: 340px;
	}
	.breite320 {
		width: 320px;
	}

	.breite240 {
		width: 240px;
	}
	.breite220 {
		width: 220px;
	}

	.breite120,.breite120wk {
		width: 120px;
	}
	.breite100 {
		width: 100px;
	}
	.breite100plz {
		width: 120px;
	} 
	
	
.mt0l20 {
	margin: 0 0 0 20px;
	margin: 0 0 0 1.25rem;
}	
.mt0r20 {
	margin: 0;
}


.mt10l20 {
	margin: 10px 0 0 20px;
	margin: 0.625rem 0 0 1.25rem;
}
.mt10l0r20 {
	margin: 10px 20px 0 0;
	margin: 0.625rem 1.25rem 0 0;
}
.mt20l0 {
	margin: 20px 0 0 0;
	margin: 1.25rem 0 0 0;
}
.mt30l0 {
	margin: 30px 0 0 0;
	margin: 1.875rem 0 0 0;
}

.mt20l20 {
	margin: 20px 0 0 20px !important;
	margin: 1.25rem 0 0 1.25rem !important;
}
.mt30l20 {
	margin: 30px 0 0 20px !important;
	margin: 1.875rem 0 0 1.25rem !important;
}

.mt0l20r40 {
	margin: 0 40px 0 20px !important;
	margin: 0 2.5rem 0 1.25rem !important;
}
.mt50l20 {
	margin: 50px 0 0 20px;
    margin: 3.125rem 0px 0px 1.25rem;
}

.mt20r20 {
	margin: 20px 20px 0 0;
	margin: 1.25rem 1.25rem 0 0;
}
.mt50r20 {
	margin: 50px 20px 0 0;
	margin: 3.125rem 1.25rem 0 0;
}



.error94p.ok94p {
	width: 920px;
	padding: 10px;
}
.error440,.ok440 {
	width: 420px;
	padding: 10px;
}



	
#headbox {
	margin: 20px 0 0 20px;
	margin: 1.25rem 0 0 1.25rem;
}
/*
#logobox {
	margin: 0;
}
*/

.logo {
	max-width: 90%;
}


.kruemel {
	margin: 20px 0 20px 20px;
	margin: 1.25rem 0 1.25rem 1.25rem;
}

#boxfootwarp {
	padding: 32px 0 160px 0;
	padding: 2rem 0 10rem 0;
}



#menuebox {
	margin: 20px 0 0 20px;
	margin: 1.25rem 0 0 1.25rem;
}


#footllcol,#footlmcol,#footrmcol,#footrrcol {
	width: 220px;
}

#footllmenue li,#footlmmenu li {
	float: none;
	margin-right: 0;
}

}