@font-face {
 font-family:Lato Bold;
 src:url('../fonts/Lato-Bold.ttf');
}
@font-face {
 font-family:Lato Regular;
 src:url('../fonts/Lato-Regular.ttf');
}

@font-face {
 font-family:Lato Black;
 src:url('../fonts/Lato-Black.ttf');
}

@font-face {
	font-family: 'ITCAvantGardeGothicWebMedium';
	src:
		url('../fonts/ITC-Avant-Garde-Gothic_Medium.woff2') format('woff2'),
		url('../fonts/ITC-Avant-Garde-Gothic_Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCAvantGardeGothicWebBold';
	src:
		url('../fonts/ITC-Avant-Garde-Gothic_Bold.woff2') format('woff2'),
		url('../fonts/ITC-Avant-Garde-Gothic_Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ITCAvantGardeGothicWebBook';
	src:
		url('../ITC-Avant-Garde-Gothic_Book.woff2') format('woff2'),
		url('../ITC-Avant-Garde-Gothic_Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
 font-family: Roboto Bold;
 src:url('../fonts/Roboto-Bold.ttf');
}
@font-face {
 font-family: Roboto Regular;
 src:url('../fonts/Roboto-Regular.ttf');
}

@font-face {
 font-family: Roboto Medium;
 src:url('../fonts/Roboto-Medium.ttf');
}

@font-face {
 font-family: Roboto Black;
 src:url('../fonts/Roboto-Black.ttf');
}

.purple {
	color: #B245B2;
}

.purple_bg {
	background-color: #B245B2;
}

.hellpurple {
	color: #E073E5;
}

.hellpurple_bg {
	background-color: #E073E5;
} 

.darkpurple {
	color: #6E2772;
}

.darkpurple_bg {
	background-color: #6E2772;
} 

.cyan {
	color: #00B8C7;
}

.cyan_bg {
	background-color: #00B8C7;
}

.hellcyan_bg {
	background-color: #05CED3;
} 

.darkcyan_bg {
	background-color: #049CA0;
} 

.green {
	color: #A3C100;
}

.green_bg {
	background-color: #A3C100;
}

.hellgreen {
	color: #B4D505;	
}

.hellgreen_bg {
	background-color: #B4D505;	
}

.darkgreen {
	color: #91A502;	
}

.darkgreen_bg {
	background-color: #91A502;	
}


.hellgrau {
	color: #FAFAFA;
}

.hellgrau_bg {
	background-color: #FAFAFA;
}

.grau {
	color: #F5F5F5;
}

.grau_bg {
	background-color: #F5F5F5;
}

.darkgrau_bg {
	background-color: #E5E5E5;
}

.white {
	color: #FFFFFF;
}

.white_bg {
	background-color: #FFFFFF;
}

.transparent_bg {
	background-color: transparent;
}


.zentriert {
	text-align: center;
}


.gross {
	text-transform: uppercase;
}

.rechtsbuendig {
	text-align: right;
}

.clear {
	clear: both;
}
/*
.lato {
	font-family: lato, sans-serif;
}
*/
.clickbar {
	cursor: pointer;
}

.unsichtbar {
	display: none;
}

.mobile {
	display: block;
}

.desktop {
	display: none;
}



/*remove any kind of outline */
*:focus, button:focus {
	outline: none;
}

/* set hover for links */
a:hover {
	text-decoration: underline;
}

a:focus, a:focus-within {
	text-decoration: underline;
}


* {
	/*font-family: Arial,Helvetica, sans-serif;*/
	/*font-family: MetaPro,sans-serif;*/
	font-size: 10px;
	line-height: 1.5;
}

html {
	width: 100%;
	color: #000000;
	font-size: 12px;
	background-color: #ffffff;
	height: 100%;
}

body {
	max-width: 1920px;
	margin: 0 auto;
	color: #303030;
	font-family: ITCAvantGardeGothicWebMedium, sans-serif;
	/*font-family: Roboto, sans-serif;*/
	height: 100%;
}

h1 {
	font-size: 4.5rem;
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
}

h1.vorschau {
	margin-bottom: 3rem;
}

.schmal {
	line-height: 1;
	margin: 0;
}

h1.front, section.head h1.front {
	font-size: 22rem;
}

main.ergebnis h1.front {
	font-size: 12rem;
}

h2 {
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
	font-size: 2.5rem;
}

h3 {
	font-size: 2rem;
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
}

/* Back to Top Button */
#myBtn {
  display: none; 
  position: relative;
  background-image: url('/resource/images/arrow.svg');
  width: 20px;
  height: 20px;
  bottom: calc(2rem + 30px); 
  left: calc(100% - 45px);
  z-index: 99; 
  border: none;
  outline: none;
  color: white; 
  cursor: pointer;
  padding: 15px; 
  background-color: transparent;
  transform: rotate(180deg);
  border-top: 1px solid transparent;
  border-radius: 0;
}


#myBtn:hover {
  border-top: 1px solid #002040;
}

#myBtn:focus-within {
  border-top: 1px solid #002040;
}

button:active, label.buttonanimation:active, p.medium a:active, label.animiert:active {
	/*transform: translate(5px, 5px);*/
	transform: matrix(0.95, 0, 0, 0.95, 0, 0);
}

button.buttonanimation, button.buttonanimation:hover, label.buttonanimation, label.buttonanimation:hover {
	position: relative;
  cursor:pointer;
  z-index:5;
  overflow:hidden;
  background-color: transparent;
  border: 2px solid #FFFFFF;
}

input[type="radio"]:checked + label.buttonanimation.neutral-green, input[type="radio"]:checked + label.animiert.neutral-green {
	background-color: #A3C100;
	border: 2px solid #A3C100;
	color: #FFFFFF;
}


button.buttonanimation:hover {
	  border: 2px solid transparent;
	  transition:all .5s ease-in-out;
}


button.buttonanimation.purple_bg, button.buttonanimation.purple_bg:hover {
	background-color: #B245B2;
	border: 2px solid #B245B2;
}

button.buttonanimation.purple_bg:hover {
	border: 2px solid #6E2772;
}

button.buttonanimation.white_bg:hover {
	border: 2px solid transparent;
	color: #FFFFFF;
}

button.buttonanimation.neutral-green, button.buttonanimation.neutral-green:hover, label.buttonanimation.neutral-green, label.buttonanimation.neutral-green:hover, label.animiert.neutral-green {
	background-color: transparent;
	border: 2px solid #A3C100;
}

label.buttonanimation.neutral-green:hover, label.animiert.neutral-green:hover {
	color: #FFFFFF;
}

input[type="radio"]:checked + label.buttonanimation.neutral-green:hover, input[type="radio"]:checked + label.animiert.neutral-green:hover  {
	border-color: #91A502;
}


button.buttonanimation:after, button.buttonanimation:before, label.buttonanimation:after, label.buttonanimation:before {
	content:"";
	display:inline-block;
	position:absolute;
	z-index:-2
}


button.buttonanimation:after {
  width:calc(50% + 2px);
  height:100px;
  background-color: #B245B2;
  margin-left:calc(2rem + 2px);
  transition:all .5s ease-in-out;
}

label.buttonanimation:after {
  width: calc(50% + 18px);
  height:100px;
  margin-left:calc(50% - 10px);
  transition:all .5s ease-in-out;
}

button.buttonanimation:before {
  width:calc(50% + 2px);
  height:100px;
  background-color: #B245B2;
  margin-left:calc(-50% - 2rem - 2px);
  transition:all .5s ease-in-out;
}

label.buttonanimation:before {
  width:calc(50% + 18px);
  height:100px;
  margin-left:calc(-100% - 18px);
  transition:all .5s ease-in-out;
}

button.buttonanimation:hover:after, button.buttonanimation:hover:before, label.buttonanimation:hover:after, label.buttonanimation:hover:before {
	transform:scale(3,3);
}

button.buttonanimation.purple_bg:after, button.buttonanimation.purple_bg:before {
	background-color: #6E2772;
}

button.buttonanimation.neutral-green:after, button.buttonanimation.neutral-green:before, label.buttonanimation.neutral-green:after, label.buttonanimation.neutral-green:before {
	background-color: #A3C100;
}

button.buttonanimation.white_bg:after, button.buttonanimation.white_bg:before {
	background-color: #6E2772;
}


input[type="radio"]:checked + label.buttonanimation.neutral-green:after, input[type="radio"]:checked + label.buttonanimation.neutral-green:before {
	background-color: #91A502;
}

/* Button v3 */
button.animiert, label.animiert.neutral-green {
	display: inline-block;
	padding: .75rem 1.25rem;
	border-radius: 10rem;
	color: #fff;
	/*text-transform: uppercase;*/
	/*font-size: 1rem;*/
	/*letter-spacing: .15rem;*/
	transition: all .3s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

label.animiert.neutral-green {
	color: #A3C100;
	border: 2px solid #A3C100;
	cursor: pointer;
}

button.animiert:after, label.animiert.neutral-green:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 10rem;
	z-index: -2;
}

button.animiert:before, label.animiert.neutral-green:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background-color: #B245B2;
	transition: all .3s;
	border-radius: 10rem;
	z-index: -1;
}

label.animiert.neutral-green:before {
	background-color: #A3C100;
}

input[type="radio"]:checked + label.animiert.neutral-green:before {
	background-color: #91A502;
}


button.animiert:hover, label.animiert.neutral-green:hover, main.team button.animiert.neutral-green:hover {
	color: #fff;
	background-color: transparent;
	border: 2px solid #FFF;
}

label.animiert.neutral-green:hover, button.animiert.neutral-green:hover, main.team button.animiert.neutral-green:hover {
	border: 2px solid #A3C100;
}

label.animiert.neutral-green:focus, label.animiert.neutral-green:focus-within, button.animiert.neutral-green:focus, button.animiert.neutral-green:focus-within, main.team button.animiert.neutral-green:focus, main.team button.animiert.neutral-green:focus-within {
	border: 2px solid #A3C100;
}

button.animiert:hover:before, label.animiert.neutral-green:hover:before {
	width: 100%;
}

button.animiert:focus:before, button.animiert:focus-within:before, label.animiert.neutral-green:focus:before, label.animiert.neutral-green:focus-within:before {
	width: 100%;
}


button.animiert.dark_purple:before {
	background-color: #6E2772;
}

button.animiert.neutral-green:before {
	background-color: #A3C100;
}

button.animiert.purple_bg {
	border: 2px solid #B245B2;
}

button.animiert.purple_bg:hover {
	border: 2px solid #6E2772;
	background-color: #B245B2;
}

button.animiert.purple_bg:focus, button.animiert.purple_bg:focus-within {
	border: 2px solid #6E2772;
	background-color: #B245B2;
}

button.animiert.purple_bg:before {
	background-color: #6E2772;
}



p {
	font-size: 1.2rem;
}

p span {
	font-size: inherit;
}

strong {
	font-size: inherit;
}

p.abstand_oben {
	margin-top: 5rem;
}

div.fehlerseite {
	max-width: 80%;
	margin: auto;
}

div.fehlerseite p {
	font-size: 1.5rem;
}


/*
.buttonanimation:hover,
.buttonanimation:focus {
  box-shadow: 
    inset -15rem 0 0 0 #B245B2,
    inset 15rem 0 0 0 #B245B2;  
    
  background-color: transparent;
}
*/

/* Nav-Menu */
body.menu_hidden .nav-menu-layout {
	border: 0;
	clip: rect(0,0,0,0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	transform: translateX(min(-100vw,-360px));
}

body.menu_hidden .nav-menu-layout a {
	display: none;
}

body .nav-menu-layout a {
	display: inline-block;
}

.nav-menu-layout {
	background-color: #6E2772;
	/*box-shadow: 0 0 15px 0 rgba(0,0,0,.75);*/
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	transform: translateX(0);
	transition: transform 1s;
	width: 100%;
	z-index: 101;
	min-height: 100vh;
}

header.hellcyan_bg + div.nav-menu-layout {
	background-color: #049CA0;
}

header.hellgreen_bg + div.nav-menu-layout {
	background-color: #91A502;
}

.nav-menu {
	height: 100%;
	min-height: 527.52px;
	min-width: 320px;
	position: relative;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.nav-menu h2 {
	margin-top: 50px;
	align-self: flex-start;
	padding-left: 2rem;
	font-size: 2rem;	
}


body.menu_hidden .nav-menu_items {
	opacity: 0;
	transform: translateX(-100vw);
}

.nav-menu_items {
	opacity: 1;
	text-align: center;
	transform: translateX(0);
	transition: transform 1.5s,opacity 2.5s;
	padding-left: 0;
	margin-top: 2rem;
}

.nav-menu_item {
	color: #FFFFFF;
	font-size: 3rem;
	list-style: none;
	border-bottom: 1px solid white;
	text-align: left;
	padding: 1rem 2rem;
	transition: 0.15s ease;
	display: block;
}

.nav-menu_item:last-of-type {
	border-bottom: none;
}


.nav-menu_item a, .nav-menu_item p {
	font-size: inherit;
	color: #FFFFFF;
	text-decoration: none;
}

.nav-menu_item p {
	font-size: 1.2rem
}

.nav-menu_close-link {
	width: 24px;
	height: 27px;
	position: absolute;
	top: 2rem;
	right: 15px;
	display: block;
	transition: opacity 2s,transform .5s;
	background: url('/resource/images/icon_cross.svg') right top no-repeat;
	background-size: 24px 22px;
	padding-bottom: 5px;
}

a.nav-menu_close-link:hover {
	/*border-bottom: 1px solid #FFFFFF;*/
	background: url('/resource/images/icon_cross_purple.svg') right top no-repeat;
}

a.nav-menu_close-link:focus, a.nav-menu_close-link:focus-within {
	/*border-bottom: 1px solid #FFFFFF;*/
	background: url('/resource/images/icon_cross_purple.svg') right top no-repeat;	
}

header.hellcyan_bg + div.nav-menu-layout a.nav-menu_close-link:hover {
	/*border-bottom: 1px solid #FFFFFF;*/
	background: url('/resource/images/icon_cross_cyan.svg') right top no-repeat;
}

header.hellcyan_bg + div.nav-menu-layout a.nav-menu_close-link:focus, header.hellcyan_bg + div.nav-menu-layout a.nav-menu_close-link:focus-within {
	/*border-bottom: 1px solid #FFFFFF;*/
		background: url('/resource/images/icon_cross_cyan.svg') right top no-repeat;
}

header.hellgreen_bg + div.nav-menu-layout a.nav-menu_close-link:hover {
	/*border-bottom: 1px solid #FFFFFF;*/
	background: url('/resource/images/icon_cross_green.svg') right top no-repeat;
}

header.hellgreen_bg + div.nav-menu-layout a.nav-menu_close-link:focus, header.hellgreen_bg + div.nav-menu-layout a.nav-menu_close-link:focus-within {
	/*border-bottom: 1px solid #FFFFFF;*/
		background: url('/resource/images/icon_cross_green.svg') right top no-repeat;
}


.nav-menu_item h3 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
	cursor: pointer;
	font-size: 1.5rem;
	font-family: ITCAvantGardeGothicWebMedium, sans-serif;	
	
}

.nav-menu_item h3 a {
	max-width: calc(100% - 20px);
}

.nav-menu_item h3 a:hover {
	/*text-decoration: underline;*/
	color: #E073E5;
}

.nav-menu_item h3 a:focus, .nav-menu_item h3 a:focus-within {
	/*text-decoration: underline;*/
	color: #E073E5;
}


header.hellcyan_bg + div.nav-menu-layout .nav-menu_item h3 a:hover {
	color: #05CED3;
}

header.hellcyan_bg + div.nav-menu-layout .nav-menu_item h3 a:focus, header.hellcyan_bg + div.nav-menu-layout .nav-menu_item h3 a:focus-within {
	color: #05CED3;
}

header.hellgreen_bg + div.nav-menu-layout .nav-menu_item h3 a:hover {
	color: #B4D505;
}

header.hellgreen_bg + div.nav-menu-layout .nav-menu_item h3 a:focus, header.hellgreen_bg + div.nav-menu-layout .nav-menu_item h3 a:focus-within {
	color: #B4D505;
}

.nav-menu_item h3 a:hover + span.dropdown_arrow:before, .nav-menu_item h3 a:hover + span.dropdown_arrow:after {
	background-color: #E073E5;
}

.nav-menu_item h3 a:focus + span.dropdown_arrow:before, .nav-menu_item h3 a:focus + span.dropdown_arrow:after, .nav-menu_item h3 a:focus-within + span.dropdown_arrow:before, .nav-menu_item h3 a:focus-within + span.dropdown_arrow:after {
	background-color: #E073E5;
}

header.hellcyan_bg + div.nav-menu-layout .nav-menu_item h3 a:hover + span.dropdown_arrow:before, header.hellcyan_bg + div.nav-menu-layout .nav-menu_item h3 a:hover + span.dropdown_arrow:after {
	background-color: #05CED3;
}

header.hellcyan_bg + div.nav-menu-layout .nav-menu_item h3 a:focus + span.dropdown_arrow:before, header.hellcyan_bg + div.nav-menu-layout .nav-menu_item h3 a:focus + span.dropdown_arrow:after, header.hellcyan_bg + div.nav-menu-layout .nav-menu_item h3 a:focus-within + span.dropdown_arrow:before, header.hellcyan_bg + div.nav-menu-layout .nav-menu_item h3 a:focus-within + span.dropdown_arrow:after {
	background-color: #05CED3;
}

header.hellgreen_bg + div.nav-menu-layout .nav-menu_item h3 a:hover + span.dropdown_arrow:before, header.hellgreen_bg + div.nav-menu-layout .nav-menu_item h3 a:hover + span.dropdown_arrow:after {
	background-color: #B4D505;
}

header.hellgreen_bg + div.nav-menu-layout .nav-menu_item h3 a:focus + span.dropdown_arrow:before, header.hellgreen_bg + div.nav-menu-layout .nav-menu_item h3 a:focus + span.dropdown_arrow:after, header.hellgreen_bg + div.nav-menu-layout .nav-menu_item h3 a:focus-within + span.dropdown_arrow:before, header.hellgreen_bg + div.nav-menu-layout .nav-menu_item h3 a:focus-within + span.dropdown_arrow:after {
	background-color: #B4D505;
}


.nav-menu_item.active span.dropdown_arrow {
	transform: rotate(45deg) translate(-5px,-5px);
}

.nav-menu_item.active span.dropdown_arrow:before {
	transform: translate(10px,0);
}

.nav-menu_item.active span.dropdown_arrow:after {
	transform: rotate(90deg) translate(10px,0);
}

.nav-menu_item div.erklaerung {
	max-height: 0;
	overflow: hidden;
	transition: 0.6s ease;
}

.nav-menu_item.active div.erklaerung {
	max-height: 800px;
}

.nav-menu_item div.erklaerung a {
	text-decoration: underline;
	display: none;
}

.nav-menu_item.active div.erklaerung a {
	display: inline-block;
}

.nav-menu_item div.erklaerung a:hover {
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
}

.nav-menu_item div.erklaerung a:focus, .nav-menu_item div.erklaerung a:focus-within {
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
}

span.dropdown_arrow {
  width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  /*bottom: -5px;
  left: -10px;*/
  transition: 0.4s ease;
  /*margin-top: 2px;*/
  text-align: left;
  transform: rotate(45deg);
  /*float: right;*/
}

span.dropdown_arrow:before, span.dropdown_arrow:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 12px;
    height: 3px;
    background-color: #fff;
    transition: 0.4s ease;
}

span.dropdown_arrow:after {
    position: absolute;
    transform: rotate(90deg);
    top: -5px;
    left: 5px;
}

div.rechts span.dropdown_arrow {
	width: 26px;
	height: 26px;
	/*margin-left: -25px;*/
	right: 0;
}

main.team div.rechts span.dropdown_arrow {
	width: 20px;
	height: 20px;
}


div.rechts span.dropdown_arrow:before, div.rechts span.dropdown_arrow:after {
	width: 24px;
  height: 6px;
  background-color: #303030;
}

main.team div.rechts span.dropdown_arrow:before, main.team div.rechts span.dropdown_arrow:after {
	width: 20px;
  height: 4px;	
}

div#gesetzlich div.rechts span.dropdown_arrow:before, div#gesetzlich div.rechts span.dropdown_arrow:after {
	background-color: #FFFFFF;
}

div.rechts span.dropdown_arrow:after {
	top: -9px;
	left: 9px;
}


div.kategorie.active span.dropdown_arrow, div#gesetzlich.active span.dropdown_arrow  {
	transform: rotate(45deg) translate(-5px,-5px);
}

div.kategorie.active span.dropdown_arrow:before, div#gesetzlich.active span.dropdown_arrow:before {
	transform: translate(18px,0);
}

div.kategorie.active span.dropdown_arrow:after, div#gesetzlich.active span.dropdown_arrow:after {
	transform: rotate(90deg) translate(18px,0);
}


div#page {
	min-height: 100%;
	position: relative;
	padding-top: 5rem;
}

header {
	max-width: 1920px;
	width: 100%;
	padding-bottom: 0;
	position: fixed;
	top: 0;
	z-index: 100;
	height: 5rem;
}

header section {
	background-color: transparent;
}

.row.relativ {
	position: relative;
}


ul.headermenu {
/*	margin-left: -60px;
	margin-right: -60px; */
	flex-direction: row;
	justify-content: space-between;
	padding: 0;
	margin: 0.5rem 0;
}


ul.headermenu li {
/*	float: right;*/
	display: block;
	color: #FFFFFF;
	padding: 0;
	font-size: 1.2rem;
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
}

ul.headermenu li a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}

ul.headermenu li a:hover {
	/*border-bottom: 1px solid #FFF;*/
}

ul.headermenu li a:focus, ul.headermenu li a:focus-within {
	/*border-bottom: 1px solid #FFF;*/
}

ul.headermenu li#logo {
	background: url('/resource/images/logo.svg') left center no-repeat;
	width: 200px;
	min-height: 22px;
}

#burgericon a {
	width: 40px;
	height: 22px;
	/*padding-bottom: 5px;*/
	background: url('/resource/images/burgermenu.svg') center center no-repeat;
	display: block;
}


#burgericon a:hover {
	width: 40px;
	height: 22px;
	/*padding-bottom: 5px;*/
	background: url('/resource/images/burgermenu_purple.svg') center center no-repeat;
	border: none;
}

#burgericon a:focus, #burgericon a:focus-within  {
	width: 40px;
	height: 22px;
	/*padding-bottom: 5px;*/
	background: url('/resource/images/burgermenu_purple.svg') center center no-repeat;
	border: none;
}


header.hellcyan_bg #burgericon a:hover {
	background: url('/resource/images/burgermenu_cyan.svg') no-repeat center center;	
}

header.hellcyan_bg #burgericon a:focus, header.hellcyan_bg #burgericon a:focus-within {
	background: url('/resource/images/burgermenu_cyan.svg') no-repeat center center;	
}

header.hellgreen_bg #burgericon a:hover {
	background: url('/resource/images/burgermenu_green.svg') no-repeat center center;	
}

header.hellgreen_bg #burgericon a:focus, header.hellgreen_bg #burgericon a:focus-within {
	background: url('/resource/images/burgermenu_green.svg') no-repeat center center;	
}

#burgericon img {
	width: 40px;
	height: 22px;
	display: none;
}

main {
	margin-top: 0;
	width: 100%;
	padding-bottom: 5rem;
	min-height: calc(100vh - 10rem);
	/*background-color: #ffffff;*/
}

section {
	width: 100%;
	padding: 1rem 7%;
	background-color: #FFFFFF;
}

section.teil1 {
	padding: 4rem 20% 0;
	overflow: hidden;
	position: relative;
}

section.teil1 * {
	color: #FFFFFF;
}

main.ergebnis section.teil1 {
	padding: 2rem 15px 4rem;
}


section.teil1 div.wrapper, div.wrapper {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
/*
section.teil1 div.slogan, div.slogan  {
	padding: 0 8% 0 3%;
}

section.teil1 div.slogan h1, div.slogan h1 {
	margin-top: 1rem;
}
*/
/*
section.teil1 div.slogan, div.slogan {
	width: 100%;
	display: flex;
	flex-direction row;
	justify-content: center;
}

section.teil1 div.slogan h1, div.slogan h1 {
	margin-top: 1rem;
	margin-bottom: 3rem;
	text-align: center;
}

div.bilder_rechts, div.bilder_links {
	position: absolute;
	width: 25%;
	display: flex;
}

div.bilder_rechts {
	right: -15%;
}

div.bilder_links {
	left: -15%;
}

div.bilder_rechts img, div.bilder_links img {
	width: 100%;
	max-height: 250px;
	margin-top: 17%;
}
*/

section.teil1 div.wrapper, div.wrapper {
	display: flex;
	justify-content: center;
}

section.teil1 div.slogan,  div.slogan {
	/*padding: 0 8% 0 3%;*/
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
}



section.teil1 div.slogan h1, div.slogan h1 {
	margin-top: 1rem;
	margin-bottom: 3rem;
	width: 100%;
	position: fixed;
}

main.ergebnis section.teil1 div.slogan h1, main.team div.slogan h1 {
	position: relative;
}

div.slogan + p {
	padding: 0%;
	max-width: 100%;
	margin: 0 auto;
}

canvas#pfeil_purple, canvas#pfeil_weiss {
	width: 100%;
	height: 100px;
}

canvas#pfeil_weiss {
	position: relative;
	z-index: 1;
}

p.subline {
	font-size: 1.8rem;
}

section.status {
	color: #FFFFFF;
	padding-top: 2rem;
}

section.status div.abstand {
	padding: 0 15px;
	flex-wrap: nowrap;
}

div.balken {
	border: 2px solid #FFFFFF;
	height: 26px;
	margin-bottom: 1.5rem;
	padding: 0;
	border-right: 0px;
}

section.status div.balken:first-of-type {
	border-top-left-radius: 13px;
	border-bottom-left-radius: 13px;
}

section.status div.balken:last-of-type {
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-right: 2px solid;
}


div.balken div {
	width: 0;
	background-color: #FFFFFF;
	height: 100%;
	display: block;
	transition: width 1s;	
	border-top-right-radius: 11px;
	border-bottom-right-radius: 11px;
}

section.status div.balken:first-of-type div {
	width: calc(14%);
	border-top-left-radius: 9px;
	border-bottom-left-radius: 9px;
}

section.status div.balken:last-of-type div.ende {
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;	
}

section.status p {
	font-size: 1.5rem;
}

section.status p span {
	font-size: inherit;
}

section.head {
	padding-top: 3rem;
	padding-bottom: 5rem;
}

section.head.hoch {
	padding-bottom: 14rem;
}

section.head h1 {
	/*font-size: 7rem;*/
}

section.head p {
	font-size: 1.3rem;
}

section.head p.subline {
	font-size: 1.8rem;
}

section.green_bg.head {
	color: #FFFFFF;
	overflow: hidden;
}

section#teamumfrage div.zahlen {
	counter-increment: myIndex;
	margin-bottom: 4rem;
}
/*
section#teamumfrage div.zahlen p, section#teamumfrage div.zahlen div button {
	margin: 2rem 2rem 2rem 6.5rem;
	font-size: 1.4rem;
}
*/
section#teamumfrage div.zahlen div button, section#teamumfrage div.zahlen p.eingerueckt {
	margin: 2rem 0rem 2rem 0rem;
	font-size: 1.4rem;
}

section#teamumfrage div.zahlen textarea + p {
	margin: 0.5rem 2rem 0rem 6.5rem;
}

section#teamumfrage h2 {
	font-size: 2rem;
}


section#teamumfrage h2:before {
	content: counter(myIndex);
	/*padding: 1.2rem 2rem 1rem 2rem;*/
	background-color: #A3C100;
	color: #FFFFFF;
	font-size: inherit;
	border-radius: 100%;
	margin-right: 1rem;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	display: block;
	margin-bottom: 0.5rem;
}

h3.clickbar {
	/*border: 2px solid #F5F5F5;*/
	background-color: #F5F5F5;
	text-transform: uppercase;
	color: #303030;
	margin-bottom: 1rem;
	border-radius: 25px;
	padding: 2rem 4.5rem;
}

section#teamumfrage h3.clickbar:hover, section#teamumfrage h3.clickbar:focus-within {
	background-color: #A3C100;
	border-color: #A3C100;
	color: #FFFFFF;
}

section#teamumfrage h3:after {
	/*content: url(/resource/images/arrow.svg);*/
	content: "";
	border-left: 3px solid #FFFFFF;
	width: 70px;
	height: calc(4rem + 1.75rem + 8px);
	float: right;
	text-align: center;
	margin-top: -2rem;
	background: url('/resource/images/arrow.svg') no-repeat right center;
	background-size: 20px 20px;
	display: none;
}

section#teamumfrage h3:hover:after, section#teamumfrage h3:focus-within:after {
	background: url('/resource/images/arrow_weiss.svg') no-repeat right center;	
	background-size: 20px 20px;
}

section#teamumfrage div.fragenkat {
	/*display: none;*/
}


section#teamumfrage div.frage {
	background-color: #F5F5F5;
	padding: 1.5rem 0 0 0;
	margin-bottom: 1rem;
	border-radius: 0;
	display: block;
}

section#teamumfrage div.frage > * {
	padding: 0rem 1.5rem;
}

section#teamumfrage div.frage h4 {
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
	font-size: 1.4rem;
	margin-top: 1rem;
	text-transform: uppercase;
}

section#teamumfrage div.frage p {
	font-size: 1.4rem;
	border-bottom: 3px solid #FFFFFF;
	padding-bottom: 2rem;
	margin-bottom: 0;
}

section#teamumfrage div.frage div.antworten {
	/*display: none; */
	display: block;
	background-color: #A3C100;
	border-bottom: 3px solid #FFFFFF;
	transition: 0.5s ease;
	max-height: 0;
	overflow: hidden;
}

section#teamumfrage div.frage div.antworten.aktiv {
	max-height: 500px;
}

section#teamumfrage div.frage div.antworten p {
	color: #FFFFFF;
	font-size: 1.4rem;
	border-bottom: 1px solid #FFFFFF;
	padding: 2rem 0;
}

section#teamumfrage div.frage div.antworten p:last-of-type {
	border-bottom: none;
}

section#teamumfrage div.button_antworten, section#teamumfrage div.frage div.button_antworten {
	text-transform: uppercase;
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
	font-size: 1.5rem;
	text-align: center;
	padding: 1rem 0;
}

section#teamumfrage div.dreieck, section#teamumfrage div.frage div.dreieck {
	background-color: #F5F5F5;
	width: 25px;
	height: 25px;
	transform: rotate(45deg);
	border: 6px solid #FFFFFF;
	padding: 0;
	margin: -18px auto 0 auto;
	border-top-color: transparent;
	border-left-color: transparent;
}

#popup {
	width: 100%;
	max-width: 240px;
	min-height: 65px;
	background-color: #B245B2;
	border-radius: 15px;
	display: block;
	position: relative;
	top: -155px;
	left: 0px;
	padding: 10px;
	z-index: 1;
}

#popup.unsichtbar {
	display: none;
}

section#teamumfrage #popup p {
	color: white;
	margin: 0;
}

#popup:after {
	content: "";
	width: 15px;
	height: 15px;
	border-top: 15px solid #B245B2;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 30px);
}

section#teamumfrage div.dreieck.aktiv, section#teamumfrage div.frage div.dreieck.aktiv {
	transform: rotate(-135deg);
	margin: -12px auto 0 auto;	
	border-width: 3px;
}

input.unsichtbar {
    display: none;
}

fieldset {
	padding: 2rem 2rem 2rem 2rem;
}

textarea {
	width: 100%;
	border: 2px solid #A3C100;
	margin: 2rem 0rem 0rem 0rem;
	height: 15rem;
	font-weight: normal;
	font-size: 1.2rem;
	color: #303030;
	padding: 1rem;
}

textarea + p {
	margin-top: 0;
}

textarea.versteckt {
	width: 100%; 
	overflow: hidden; 
	opacity: 0;	
	height: 1px;
	margin: 0;
	padding: 0;
}

label.radio {
	border-radius: 25px;
	font-size: 1.5rem;
	background-color: #FFFFFF;
  min-width: 200px;
	margin-right: 3rem;
	padding: 0.6rem 4rem 0.3rem 4rem;
	text-align: center;
	border: 2px solid #303030;
	text-transform: uppercase;
}

/*
main.team label.radio:hover, main.team label.radio:focus-within, main.team input:focus-within + label.radio, main.team input[type="radio"]:checked + label {
	background-color: #A3C100;
	color: #FFFFFF;
	border-color: #A3C100;
}
*/

section.uebersicht {
	padding-top: 4rem;
}

div#teamfragen {
	padding: 2rem 0rem 2rem 0rem;
}

div#teamfragen h3 {
	margin-bottom: 0;
}

div#fragen {
	overflow: hidden;
	max-height: 850px;
	height: 850px;
}

div.frage {
	margin-bottom: 2rem;
	display: none;
	position: relative;
}

div.frage h1 {
	font-size: 2rem;
	margin-bottom: 1rem;
}

div.frage:first-of-type {
	display: block;
}

div.frage p {
	font-size: 1.5rem;
}

button.antwort {
	border: 2px solid #c6c6c6;
	color: #303030;
	margin: 0;
	padding: 1rem;
	width: 100%;
	border-radius: 25px;
	min-height: calc(3.4rem + 3rem);
	position: relative;
	font-size: 1.3rem;
	/*font-family: Roboto Medium, sans-serif;*/
}

button.antwort.selected {
	background-color: #FFFFFF;
	padding-right: 4rem;
}

button.antwort.selected:after {
	content: "";
	width: 15px;
	height: 28px;
	border-right: 4px solid #00B8C7;
	border-bottom: 4px solid #00B8C7;
	transform: rotate(40deg);
	display: block;
	position: absolute;
	top: calc(50% - 18px);
	right: 2.5rem;
}

main.team button.antwort.selected:after {
	border-right: 4px solid #A3C100;
	border-bottom: 4px solid #A3C100;	
}

button.antwort.selected:hover:after, main.team button.antwort.selected:hover:after {
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}

button.antwort.selected:focus-within:after, main.team button.antwort.selected:focus-within:after {
	border-right: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
}



main.unternehmer button.antwort.selected {
	border-color: #00B8C7;
}

div.frage button.antwort {
	margin: 0.5rem 0;
}

main.unternehmer button.antwort:hover, main.unternehmer button.antwort:active {
	background-color: #00B8C7;
	color: #FFFFFF;
	border: 2px solid #00B8C7;
}

main.unternehmer button.antwort:focus, main.unternehmer button.antwort:focus-within {
	background-color: #00B8C7;
	color: #FFFFFF;
	border: 2px solid #00B8C7;
}

	
button.team {
	background-color: #FFFFFF;
	color: #A3C100;
	border: 2px solid #A3C100;	
}

main.team button.antwort:hover, main.team button.antwort:active {
	background-color: #A3C100;
	color: #FFFFFF;
	border: 2px solid #A3C100;
}

main.team button.antwort:focus, main.team button.antwort:focus-within, button.team:focus, button.team:focus-within, .team button.team:focus, .team button.team:focus-within  {
	background-color: #A3C100;
	color: #FFFFFF;
	border: 2px solid #A3C100;
}

main.team  button.antwort.selected {
	border-color: #A3C100;
}

button.team:disabled {
	background-color: #FFFFFF;
	color: #afafaf;
	border: 2px solid #afafaf;	
}

button.neutral {
	background-color: #FFFFFF;
	color: #B245B2;
	border: 2px solid #B245B2;
}

button.neutral:hover {
	/*background-color: #B245B2;*/
	color: #FFFFFF;
	border: 2px solid #B245B2;	
}

button.neutral:focus, button.neutral:focus-within {
	background-color: #B245B2;
	color: #FFFFFF;
	border: 2px solid #B245B2;	
}

button.team.neutral-green:hover:disabled {
	/*color: #FFF;*/
	color: #afafaf;
}

button.white_bg {
	background-color: #FFFFFF;
	color: #B245B2;
	border: 2px solid #FFFFFF;
}
/*
button.white_bg:hover {
	background-color: #FFFFFF;
	color: #B245B2;
	border: 2px solid #FFFFFF;
}

button.white_bg:focus, button.white_bg:focus-within {
	background-color: #FFFFFF;
	color: #B245B2;
	border: 2px solid #FFFFFF;
}
*/

div.button_div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

div.button_div.abstand_unten {
	margin-bottom: 5rem;
}

div#gesetzlich_content + div.button_div {
	margin-top: 8rem;
}

main.ergebnis div.button_div button {
	margin: 1rem;
}


div.button_div_small {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

button#zurueck_small, button#weiter_small {
	width: 26px;
	height: 26px;
	padding: 8px;
	display: block;
	background: #00B8C7 url('/resource/images/arrow_weiss.svg') no-repeat center center;
	background-size: 16px 16px;
	border: none;
	border-radius: 0;
	margin: 0;
}

main.team button#zurueck_small, main.team button#weiter_small {
	background-color: #A3C100;
}

button#zurueck_small {
	transform: rotate(180deg);
	margin-right: 2px;
}

button#zurueck_small:hover {
	transform: rotate(180deg) scale(1.1);
}

button#zurueck_small:focus, button#zurueck_small:focus-within {
	transform: rotate(180deg) scale(1.1);
}

button#weiter_small:hover {
	transform: scale(1.1);
}

button#weiter_small:focus, button#weiter_small:focus-within {
	transform: scale(1.1);
}


button#zurueck_small:disabled, button#weiter_small:disabled, main.team button#zurueck_small:disabled, main.team button#weiter_small:disabled {
	background: #c6c6c6 url('/resource/images/arrow_weiss.svg') no-repeat center center;
	background-size: 16px 16px;		
}

button#zurueck_small:disabled:hover {
	transform: rotate(180deg);
}

button#zurueck_small:disabled:focus, button#zurueck_small:disabled:focus-within {
	transform: rotate(180deg);
}

button#weiter_small:disabled:hover {
	transform: scale(1);
}

button#weiter_small:disabled:focus, button#weiter_small:disabled:focus-within {
	transform: scale(1);
}

button#zurueck {
	border: 3px solid #303030;
	color: #303030;
	padding: 0.8rem 4.5rem;
	text-transform: uppercase;
	margin: 1rem 0;
	border-radius: 2.25rem;
	font-size: 1.5rem;
}

button#zurueck:hover button#zurueck:active, button#zurueck:focus, button#zurueck:focus-within {
	border: 3px solid #B245B2;
	color: #FFFFFF;
}

.unternehmer button#zurueck:hover, .unternehmer button#zurueck:active, .unternehmer button#zurueck:focus, .unternehmer button#zurueck:focus-within {
	border: 3px solid #B245B2;
	color: #FFFFFF;
}


section.teil2 {
	margin-top: -150px;
	background-color: unset;
}

div.box {
	padding: 1.5rem 1rem;
	margin: 0 1rem;
	/*background-color: rgba(255,255,255, 0.75);	*/
	display: flex;
	flex-direction: column;
	border-radius: 40px;
	background: rgba(255,255,255, 0.69) 0% 0% no-repeat padding-box;
}

section.teil2 div.box {
	backdrop-filter: blur(9px);
	-webkit-backdrop-filter: blur(9px);		
}	
/*
section.teil2 div.box > * {
	line-height: 1;
}
*/
section.teil2 div.row div.col-md-4:first-of-type div.box {
	margin-left: 0;
	margin-right: 2rem;
}

section.teil2 div.row div.col-md-4:last-of-type div.box {
	margin-left: 2rem;
	margin-right: 0;
}

div.box p.bereich {
	font-size: 1.8rem;
	min-height: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div.box p.zahl span.digit{
	font-size: 10rem;
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
	line-height: 1;
}

div.box p.zahl span {
	font-size: 4rem;
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
}

div.box p {
	font-size: 1.3rem;
}

section.teil3 {
	background-color: unset;
}

.teil3 p.pfeil, .teil5 p.pfeil {
	border-bottom: 4px solid #303030;
	border-right: 4px solid #303030;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);	
	margin: 0 auto;
	cursor: pointer;
}



section.teil4 {
	padding-bottom: 80px;
	background-color: #FFFFFF;
	min-height: 650px;
}


div.rechteck {
	width: 0;
	height: 0;
	border-left: 75px solid transparent;
	border-right: 75px solid transparent;
	border-top: 50px solid #F5F5F5;
	margin: -1rem auto 3rem auto;
}

div.rechteck.green {
	border-top: 50px solid #A3C100;	
}

section.teil4 h2 {
	color: #ffffff;
	padding: 5px;
}
section.teil4 h2 span {
	background-color: #303030;
	font-size: inherit;
	font-weight: inherit;
	height: 100%;
	display: inline-block;
}

section.teil4 h2 span:nth-of-type(odd) {
	padding: 10px 5px;
}

section.teil4 h2 span:nth-of-type(even) {
	padding: 10px 0px;
	max-width: 5px;
}

section#mehr {
    margin-top: -104px;
    min-height: 400px;
    padding-top: calc(124px + 1rem);
}

section#mehr h2 {
	margin-bottom: 2rem;
}

section#vorspann {
	margin-bottom: 6rem;
}

section#vorspann p {
	padding-left: 0rem;
	padding-right: 0rem;
	margin-bottom: 3rem;
}

/* Teamumfrage-Seite f�r Team */
.introtext {
	width: 80%;
	margin: -12rem auto 0;
	padding: 3rem;
	min-height: 24rem;
	border: 2px solid #A3C100;
	background-color: white;
}

div.intro {
	font-size: 2rem;
}

main.team div.intro {
	font-size: 1.7rem;
	width: 85%;
	min-width: calc(100% - 200px);
}


/* Kategorien Ergenisseite */
main.ergebnis div.kategorie, main.team div.kategorie {
	background-color: #F2F2F2;
	border-radius: 0;
	margin-top: 0rem;
	display: flex;
	flex-direction: row;
	/*padding: 1rem 4rem;*/
	position: relative;
	z-index: 1;
	cursor: pointer;
	width: 116%;
	margin-left: -8%;
	border-top: 2px solid #FFFFFF;
	
}

main.team div.kategorie {
	border-radius: 0rem;
	margin-bottom: 0rem;
	margin-top: 0;
}

main.ergebnis div.kategorie:hover, main.team div.kategorie:hover {
	background-color: #E5E5E5;
}

main.ergebnis div.kategorie:focus, main.ergebnis div.kategorie:focus-within, main.team div.kategorie:focus, main.team div.kategorie:focus-within {
	background-color: #E5E5E5;
}

main.ergebnis div#gesetzlich {
	background-color: #B245B2;
	border-radius: 0;
	margin-top: 0rem;
	/*padding: 1rem 4rem;	*/
	display: flex;
	flex-direction: row;
	z-index: 1;
	position: relative;	
	width: 116%;
	margin-left: -8%;
	border-top: 2px solid #FFFFFF;	
}

main.ergebnis div#gesetzlich:hover {
	background-color: #6E2772;
}

main.ergebnis div#gesetzlich:focus, main.ergebnis div#gesetzlich:focus-within {
	background-color: #6E2772;
}

main.ergebnis div#gesetzlich * {
	color: #FFFFFF;
}

main.ergebnis div.kategorie div.links, main.ergebnis div.kategorie div.rechts, main.ergebnis div#gesetzlich div.links, main.ergebnis div#gesetzlich div.rechts {
	padding: 1.75rem 1rem;
}


main.team div.kategorie div.rechts, main.team div.kategorie div.links {
	padding: 2rem 1rem;
}

main.team div.kategorie div.rechts {
	padding: 2rem 0.5rem;
	padding-right: 7%;
}

main.ergebnis div.kategorie div.rechts, main.ergebnis div#gesetzlich div.rechts {
	padding: 1.75rem 0.5rem;
	padding-right: 7%;
}

main.ergebnis div.kategorie div.links, main.ergebnis div#gesetzlich div.links, main.team div.kategorie div.links {
	width: 80%;
	min-width: calc(100% - 200px);
	padding-left: 7%;
}


main.ergebnis div.kategorie div.rechts, main.ergebnis div#gesetzlich div.rechts, main.team div.kategorie div.rechts {
	width: 20%;
	max-width: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 2rem;	
/*
	background: url('/resource/images/arrow.svg') no-repeat center center;
	background-size: 26px 26px;
*/
	cursor: pointer;
	padding-right: 7%;
}

main.ergebnis div#gesetzlich div.rechts {
/*
	background: url('/resource/images/arrow_weiss.svg') no-repeat center center;
	background-size: 26px 26px;
*/	
	cursor: pointer;
}

div.links h2 {
	font-size: 1.7rem;
}

main.ergebnis div#gesetzlich_content {
	background-color: #fafafa;
	margin-top: -5rem;
}


main.ergebnis div.kategorie + div.ergebnis_content, main.ergebnis div#gesetzlich + div.ergebnis_content, main.team div.kategorie + div.fragenkat {
	max-height: 0;
	overflow: hidden;
	transition: 1s ease;
}


main.ergebnis div.kategorie.active + div.ergebnis_content,  main.ergebnis div#gesetzlich.active + div.ergebnis_content, main.team div.kategorie.active + div.fragenkat {
	max-height: 15000px;
}

main.ergebnis div.ergebnis_content {
	background-color: #fafafa;
	margin-top: 0rem;
	margin-bottom: 0;
	width: 116%;
	margin-left: -8%;
	padding: 0 7%;
	border-radius: 0;
}


main.ergebnis div.ergebnis_content a {
	display: none;
}

main.ergebnis div.kategorie.active + div.ergebnis_content a {
	display: inline-block;
}

main.ergebnis div#gesetzlich.active + div.ergebnis_content a {
	display: inline-block;
}

main.ergebnis div.headline {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: baseline;
}


main.ergebnis div.headline h3 {
	margin-bottom: 1rem;
}


main.ergebnis div.headline span {
	font-size: 1.3rem;
	font-weight: normal;
	min-width: 200px;
	padding-left: 20px;
	text-align: right;
}

main.ergebnis div.aktionstext {
	padding: 1rem 0rem 3rem 0rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #afafaf;
}

main.ergebnis div.ergebnis_content div.aktionstext:first-of-type {
	padding-top: 3rem;
}

main.ergebnis div.aktionstext:last-of-type {
	border-bottom: none;
}

main.ergebnis div.aktionstext div.aktionstext_intro, main.ergebnis div.aktionstext ul, main.ergebnis div.aktionstext div.aktionstext_zwischenhead, main.ergebnis div.aktionstext div.aktionstext_nachsatz, main.ergebnis div.aktionstext div.medien {
	/*padding-right: 200px;*/
	width: calc((100% + 4rem - 8px) * 0.85);
	min-width: calc((100% + 4rem - 8px) - 200px);
}

main.ergebnis div.aktionstext > ul, main.ergebnis div.aktionstext > ul li, main.ergebnis div.aktionstext_intro > ul li {
	font-size: 1.2rem;
	margin-bottom: 0.75rem;
}

main.ergebnis div.aktionstext div.medien {
	margin-top: 2.5rem;
}

div.links h3 {
	font-size: 1.7rem;
}

/* Styles f�r Links/Downloads auf Ergebnis-Seite */
p.medium {
	display: inline-block;
	background-color: #B245B2;
	color: #FFFFFF;
	padding: 4px 12px;
	border-radius: 12px;
	position: relative;
  cursor:pointer;
  z-index:5;
  overflow:hidden;	
  min-width: 100%;	
  max-width: 100%;
}

p.medium:hover {
	position: relative;
  cursor:pointer;
  z-index:5;
  overflow:hidden;		
}


p.medium img {
	display: none;
}

p.medium a {
	padding: 6px 6px 6px 35px;
	display: block;
	background-size: 25px 25px !important;
	color: inherit;
	text-decoration: none;	
	font-size: inherit;
}


p.medium:hover {
	background-color: #6E2772;
}

p.medium:focus, p.medium:focus-within {
	background-color: #6E2772;
}

p.medium a.video {
	background: url("/resource/images/video_weiss.svg") 0px center no-repeat;
}


p.medium a.seminar {
	background: url("/resource/images/seminar_weiss.svg") 0px center no-repeat;
}


p.medium a.webinar {
	background: url("/resource/images/webinar_weiss.svg") 0px center no-repeat;
}


p.medium a.lesen {
	background: url("/resource/images/lesen_weiss.svg") 0px center no-repeat;
}


p.medium a.hoeren {
	background: url("/resource/images/hoeren_weiss.svg") 0px center no-repeat;
}



p.medium a.ausdrucken {
	background: url("/resource/images/ausdrucken_weiss.svg") 0px center no-repeat;
}


p.medium a.direktkontakt {
	background: url("/resource/images/direktkontakt_weiss.svg") 0px center no-repeat;
}


p.medium a.runterladen, p.medium a.download {
	background: url("/resource/images/runterladen_weiss.svg") 0px center no-repeat;
}


p.medium a.kaufen {
	background: url("/resource/images/kaufen_weiss.svg") 0px center no-repeat;
}


p.t_anzahl {
	margin-top: 2.5rem;
}

span.teilnehmer {
	color: white;
	border-radius: 35px;
	padding: 7px 0px;
	width: 3rem;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
	background-color: #A3C100;
	margin-right: 7px;	
	margin-top: 7px;
}

span.handlung_unternehmer {
	color: white;
	border-radius: 35px;
	padding: 7px 0px;
	width: 3rem;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
	background-color: #00B8C7;
	margin-right: 7px;	
}


div#teilnehmer_team {
	padding: 0rem 1rem;
}

div.auswertung {
	width: 90%;
	/*border-right: 2px solid #afafaf;*/
}

div.auswertung.mobile {
	padding: 2rem 0;
}

div.auswertung span {
	font-size: 1.2rem;
}

div.auswertung span.texte {
	width: 270px;
	display: inline-block;
}

div.auswertung div.balken_u, div.auswertung div.balken_t {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

div.auswertung div.balken_t {
	margin-top: 0.5rem;
}

div.auswertung span.balken_kontur {
	width: 100%;
	display: inline-block;
	border-radius: 0.75rem;
	padding: 0;
	margin-bottom: 0;
	min-height: 1.2rem;
	height: 1.2rem;
	background-color: #FFFFFF;
	font-size: 1rem;
	align-self: center;
	margin-top: 10px;
}

div.auswertung span.balken {
	max-width: calc(100%);
	display: inline-block;
	/*height: 100%;*/
	min-height: 1.2rem;
	/*margin-bottom: -0.3rem;*/
	/*height: calc(100% + 2px);*/
	margin: 0;
	padding: 0;
	border-radius: 0.75rem;
	font-size: 1rem;
}

div#gesetzlich_content p.mobile {
	margin-top: 7rem;
}


div.icon {
	width: 100%;
	text-align: center;
	margin-bottom: 0.7rem;
	padding: 0 30px;	
}

div.teil5 {
	margin-top: -173px;
	position: relative;
	margin-left: 0;
	margin-right: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

div.teil5 > div {
	width: 50%;
	min-height: 400px;
}

div.teil5 div.kreis {
	max-height: 200px;
	min-height: unset;
}

div.kreis {
	position: absolute; 
	/*top: -10px;*/
	width: 200px;
	max-width: 200px;
	height: 200px;
	display: flex;
	background-color: #f5f5f5;
	border-radius: calc(50%);
	left: calc(50% - 100px);
	z-index: 2;
	box-shadow: 0px 8px 14px #00000029;
}

div.kreis h3 {
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
	font-size: 2rem;
}


div.bilder_rechts, div.bilder_links {
	position: absolute;
	/*position: fixed;*/
	width: 25%;
	display: -ms-flexbox;
	display: flex;
	display: none;
}

div.bilder_rechts {
	left: calc(100% - (100% - 40%)/2 + 20px);
}

div.bilder_links {
	left: calc(100% - (100% - 40%)/2 - 40% - 250px);
}

div.bilder_rechts img, div.bilder_links img {
	/*width: 100%;*/
	max-height: 250px;
	/*margin-top: 17%;*/
}

div.bilder_mobile {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	margin-top: 150px;
}

	
main.ergebnis div.bilder_mobile, main.team div.bilder_mobile {
	margin-top: 0px;		
}


div.bilder_mobile img {
	max-height: 80px;
	margin-top: 2rem;
}


div.team div, div.unternehmer div {
	padding-top: 220px;
	padding-bottom: 5rem;
	color: #ffffff;
}

div.unternehmer div {
	padding-left: 30%;
	padding-right: 5%;
	text-align: right;
}

div.team div {
	padding-right: 30%;
	padding-left: 5%;
}

div.team div h1, div.unternehmer div h1 {
	font-size: 10rem;
}

div.team div h1 {
	margin-left: calc(115px - 5% - 15px);
}

div.unternehmer div h1 {
	margin-right: calc(115px - 5% - 15px);
}



div.team div h2, div.unternehmer div h2 {
	font-size: 3rem;
	margin-bottom: 3rem;
}

div.team div p, div.unternehmer div p {
	/*font-family: Lato Regular, sans-serif;*/
	font-size: 1.7rem;
	text-transform: uppercase;
	margin: 2rem 0;
	font-weight: normal;
}

div.team div p:before {
	content:" ";
	font-size: 1.7rem;
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 3px;
	border-radius: 3px;
	background-color: #ffffff;
	left: -15px;
	margin-top: calc(1rem + 2px);
}

button {
	/*font-family: Lato Bold, sans-serif;*/
	background-color: transparent;
	border: 2px solid #ffffff;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 0.75rem 2rem;
	color: #ffffff;
	border-radius: 25px;
}

button:hover, button:focus, button:focus-within  {
	background-color: #B245B2;
	border: 2px solid #B245B2;
}

.team button, .unternehmer button {
	margin-top: 3rem;	
}

.team button:hover, .unternehmer button:hover {
	background-color: #B245B2;
	border: 2px solid #B245B2;
}


footer {
	background-color: #303030;
	padding: 0;
	width: 100%;
	overflow: hidden;
	height: 5rem;
	position: absolute;
	bottom: 0;
}

footer section {
	padding-top: 20px;   
	padding-bottom: 60px;
	background-color: unset;
	padding-left: 15px;
	padding-right: 15px;
}

footer a, footer div, footer ul, footer ul li, footer section {
	line-height: 10px;
}

footer ul {
	list-style: none;   
	margin: 0.5rem auto;
	padding: 0;
}


footer ul li {
	display: inline-block;   
	padding: 0 5px 1rem 5px;
}


footer ul li a {
	font-weight: normal;
	font-family: ITCAvantGardeGothicWebBold, sans-serif;
	color: #FFFFFF;	
	font-size: 1.1rem;
}

footer ul li a:hover {
	text-decoration: none;
	color: #B245B2;
}

footer ul li a:focus, footer ul li a:focus-within {
	text-decoration: none;
	color: #B245B2;
}

/* Styles Service-Seiten*/
section.barrierefreiheit {
	padding-top: 2rem;
}


section.barrierefreiheit h1 {
	font-size: 3.5rem;
	margin-top: 3rem;
}

section.barrierefreiheit h2 {
 font-size: 2.5rem;
 margin-top: 4rem;
 margin-bottom: 1rem;
}

section.barrierefreiheit h3 {
	font-size: 2rem;
	margin-top: 1rem;
}

section.barrierefreiheit a, section.barrierefreiheit ul li {
	font-size: inherit;
}

section.barrierefreiheit a {
	color: #6E2772;
}

section.barrierefreiheit ul {
	font-size: 1.2rem;
}


/* Media Queries */
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}


@media (min-width: 576px) {
	.nav-menu h2 {
		font-size: 3rem;	
	}	

	.nav-menu_item h3 {
		font-size: 2rem;
	}		
	
	div.bilder_mobile {
		margin-top: 220px;
		max-width: 650px;
	}
	
	div.teil5 {
		width: 768px;
		margin-left: calc((768px - 100%) / -2);
	}
	
	div.unternehmer div, div.team div {
		max-width: 540px;
		margin: 0 auto;
		padding-left: 15px;
		padding-right: 15px;		
	}
	
	#myBtn {
		display: block;
	}

}

@media (min-width: 768px) {
	section.container-fluid.purple_bg {
		padding-bottom: 1rem;
	}
	
	.nav-menu h2 {
		/*font-size: 3.5rem;	*/
		margin-top: 100px;
	}	

	h2 {
		font-size: 3.5rem;
	}
	
	p.sternchen {
		font-size: 1rem;
	}
	
	.mobile {
		display: none;
	}
	
	.desktop {
		display: block;
	}
		
	section.teil2 {
		margin-top: 300px;
	}
		
	section.head p {
		font-size: 1.5rem;
	}	
	
	div.slogan + p {
		padding: 0% 10%;
		max-width: 80%;
		margin: 0 auto;
	}	
	
	div#slider_mobile {
		overflow: visible;
		flex-direction: row;
		flex-wrap: wrap;
		transform: translateX(0%);
		width: calc(100%);
		transition:none;
	}	
	
	div#navi_slider {
		display: none;
	}
	
	div.box p.bereich {
		min-height: 55px;
	}	

	div.box, section.teil2 div.row div.col-md-4:first-of-type div.box, section.teil2 div.row div.col-md-4:last-of-type div.box {
		margin: 0;
	}
	
	section.teil1 div.slogan h1, div.slogan h1 {
		width: 500px;
		/*max-width: 768px;*/
	}

	div.bilder_rechts, div.bilder_links {
		width: 25%;
		display: block;
	}
	
	div.bilder_rechts {
		/*left: calc(100% - (100% - 960px)/2 - 25%);*/
		left: 75%;
	}
	
	div.bilder_links {
		left: calc(100% - (100% - 720px)/2 - 720px - 2%);
	}	
	
	div.bilder_rechts img, div.bilder_links img {	
		max-height: 175px;
	}
	
	div.bilder_mobile {
		display: none;
	}
	
	div#unternehmer_bg, div#team_bg {
		display: inline-block;
	}	
	
	div.teil5 {
		width: 100%;
		margin-left: 0;
		margin-top: -173px;
	}

	div.teil5 > div {
		width: 50%;
	}	
	
	div.kreis.desktop {
		display: flex;
	}	
	
	div.kreis.mobile {
		display: none;
	}		
	
	div.teil5 div.unternehmer, div.teil5 div.team {
		background-color: transparent;
		opacity: 0;
		padding-bottom: 0;
	}	

	div.team div, div.unternehmer div {
		padding-top: 150px;
		/*padding-bottom: 5rem;*/
		color: #ffffff;
		width: 100%;
	}
	
	div.unternehmer div {
		padding-left: 0%;
		padding-right: 50px;
		text-align: right;
	}	
	
	div.team div {
		padding-left: 50px;
		padding-right: 0%;
		text-align: left;
	}

	div.team div h2, div.unternehmer div h2 {
		font-size: 3.5rem;
		margin-bottom: 3rem;
	}	

	div.team div p, div.unternehmer div p {
		font-size: 2rem;
		margin: 2rem 0;
	}

	div.unternehmer.col-md-6 {
		padding-left: 0;
	}
	
	div.team.col-md-6 {
		padding-right: 0;
	}	
	
	footer section {
		padding-left: 7%;
		padding-right: 7%; 
	}	
	
	footer ul li { 
		padding: 0 3rem 1rem 3rem;
	}

	section.status div.abstand {
		flex-wrap: wrap;
	}	

	main.ergebnis div.kategorie, main.team div.kategorie {
		border-radius: 3rem;
		margin-top: 1.5rem;
		border-top: none;
		width: 100%;
		margin-left: 0;		
	}

	
	div.rechts span.dropdown_arrow {
		margin-left: -25px;
		/* right: default; */
	}		

	section#mehr {
		margin-top: -174px;
		min-height: 400px;
		padding-top: calc(174px + 1rem);
	}	
	
	canvas#pfeil_purple, canvas#pfeil_weiss {
		height: 170px;
	}	
	
	section#teamumfrage div.frage {
		border-radius: 25px;
	}	

	
	div.frage h1 {
		font-size: 3rem;
	}	

	div.frage p {
		font-size: 1.7rem;
	}	

	div.frage button.antwort {
		margin: 1rem 0;
	}

	button.antwort {
		padding: 1rem 6rem;
		font-size: 1.5rem;
	}	

	button.antwort.selected {
		padding-right: 6rem;
	}

	div#fragen {
		max-height: 650px;
		height: 650px;
	}	
	
	fieldset {
		padding: 2rem 2rem 2rem  6.5rem;
	}	

	textarea {
		width: calc(100% - 8.5rem);
		margin: 2rem 2rem 0rem 6.5rem;
	}	

	div#teamfragen {
		padding: 2rem 2rem 2rem 6.5rem;
	}	

	#popup {
		width: 240px;
		top: -160px;
		position: relative;
		left: 300px;
		padding: 10px;
	}

	section#teamumfrage div.zahlen div button, section#teamumfrage div.zahlen p.eingerueckt {
		margin: 2rem 2rem 2rem 6.5rem;
	}	
	
	div.rechteck {
		margin: -1rem auto 8rem auto;
	}	

	main.ergebnis div.kategorie div.links, main.ergebnis div#gesetzlich div.links, main.team div.kategorie div.links {
		width: 85%;
	}	

	main.ergebnis div.kategorie div.rechts, main.ergebnis div#gesetzlich div.rechts, main.team div.kategorie div.rechts {
		width: 15%;
		border-left: 4px solid #FFFFFF;
	}	

	main.ergebnis div.kategorie div.links, main.ergebnis div.kategorie div.rechts, main.ergebnis div#gesetzlich div.links, main.ergebnis div#gesetzlich div.rechts {
		padding: 1.75rem 4rem;
	}
	
	main.team div.kategorie div.rechts, main.team div.kategorie div.links {
		padding: 2rem 4rem;
	}	

	main.ergebnis div#gesetzlich {
		border-radius: 3rem;
		border-top: none;	
		margin-top: 1.5rem;
		margin-bottom: 0;
		width: 100%;
		margin-left: 0;				
	}	
	
	p.medium {
		min-width: 0;
	}
	
	div.links h3 {
		font-size: 2rem;
	}	

	section#teamumfrage div.frage > * {
		padding: 0rem 4.5rem;
	}

	section#vorspann p {
		padding-left: 4rem;
		padding-right: 4rem;
		margin-bottom: 3rem;
	}	
	
	section#teamumfrage h2 {
		font-size: 3.5rem;
	}
	
	section#teamumfrage h2:before {
		content: counter(myIndex);
		/*padding: 1.2rem 2rem 1rem 2rem;*/
		background-color: #A3C100;
		color: #FFFFFF;
		font-size: inherit;
		border-radius: 100%;
		margin-right: 1rem;
		display: inline-block;
		width: 50px;
		height: 50px;
		text-align: center;
		display: inline-block;
		margin-bottom: 0;
	}	


	div.button_div {
		flex-wrap: nowrap;
	}	
	
	div#teilnehmer_team {
		padding: 0rem 4rem;
	}	
	
	div.links h2 {
		font-size: 2.5rem;
	}	

	main.ergebnis section.teil1 {
		padding: 2rem 20% 4rem;
	}	

	div.auswertung div.balken_u, div.auswertung div.balken_t {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}	

	div.auswertung span.balken_kontur {
		width: calc(100% - 270px);
		display: inline-block;
		border-radius: 0.75rem;
		padding: 0;
		margin-bottom: 0;
		min-height: 1.2rem;
		height: 1.2rem;
		background-color: #FFFFFF;
		font-size: 1rem;
		align-self: center;
		margin-top: 0;
	}
/*
	main.ergebnis div.ergebnis_content {
		padding: 4rem 4rem 1rem;
		margin-bottom: 1rem;
		background-color: #fafafa;
		margin-top: -5rem;
		border-bottom-right-radius: 3rem;
		border-bottom-left-radius: 3rem;
	}	
*/
	main.team div.kategorie {
		border-radius: 2rem;
		margin-bottom: 1rem;
	}


	main.ergebnis div.ergebnis_content {
		width: 100%;
		padding: 4rem 4rem 1rem;
		margin-bottom: 1rem;
		background-color: #fafafa;
		margin-top: -5rem;
		border-bottom-right-radius: 3rem;
		border-bottom-left-radius: 3rem;
		margin-left:0;
	}
	
	main.ergebnis div.aktionstext:first-of-type div.headline {
		margin-top: 5rem;
	}
	
	main.ergebnis div.auswertung + div.aktionstext, main.ergebnis div.auswertung div.aktionstext:first-of-type {
		margin-top: 2rem;
	}
	
	main.ergebnis div.ergebnis_content > div.aktionstext {
		margin-top: 2rem;
	}

	main.ergebnis div.ergebnis_content > div.aktionstext ~ div.aktionstext {
		margin-top: 0rem;
	}
	
	main.ergebnis div.auswertung + div.aktionstext.sonderfall, main.ergebnis div.ergebnis_content > div.aktionstext.sonderfall {
		margin-top: 6rem;		
	}
	
	div.aktionstext.sonderfall {
		margin-top: 6rem;		
	}
	
	main.ergebnis div.button_div button {
		margin: 1rem;
	}	

	div#gesetzlich_content + div.button_div {
		margin-top: 3rem;
	}	
	
			
	#myBtn {
		left: calc(100% - 45px);
	}	
	

}


@media (min-width: 992px) {
	section.barrierefreiheit div.row {
		max-width: 75%;
	}	

	section.teil1 div.slogan h1 {
		width: 65%;
		min-width: 500px;
		max-width: 768px;
	}

	div.bilder_rechts, div.bilder_links {
		width: 17%;
	}
	
	div.bilder_rechts {
		left: calc(100% - (100% - 960px)/2 - 17%);
		justify-content: end;
	}
	
	div.bilder_links {
		left: calc(100% - (100% - 960px)/2 - 960px);
	}	
	
	section.teil2 {
		margin-top: 380px;
	}	

	section {
		padding: 1rem 20%;
	}
	
	#myBtn {
		left: calc(100% + 45px);
	}		
}	

@media (min-width: 1200px) {
	section.teil1 div.slogan h1 {
		width: 65%;
		min-width: 500px;
		max-width: 768px;
	}

	div.bilder_rechts, div.bilder_links {
		width: 17%;
	}
	
	div.bilder_rechts {
		left: calc(100% - (100% - 1140px)/2 - 12%);
		justify-content: end;
	}
	
	div.bilder_links {
		left: calc(100% - (100% - 1140px)/2 - 1140px);
	}		
	
	div.bilder_rechts img, div.bilder_links img {
		max-height: 250px; 
	}
	
	div.rechts span.dropdown_arrow {
		margin-left: 0;
		/* right: default; */
	}	
	
}

@media (min-width: 1920.1px) {
	div#unternehmer_bg, div#team_bg {
		width: calc(1920px / 2);
	}

	div#unternehmer_bg {
		left: calc((100% - 1920px) / 2);
	}

	div#unternehmer_bg {
		right: calc(1920px + ((100% - 1920px) / 2));
	}
	
	div.slogan h1 {
		max-width: 768px;
	}

	div.bilder_rechts, 	div.bilder_links {
		width: 100%;
	}
	
	div.bilder_rechts {
		left: calc(100% - (100% - 768px)/2 + 20px);
	}
	
	div.bilder_links {
		left: calc(100% - (100% - 768px)/2 - 768px - 250px);
	}
}	

/* IE Sonderf�lle */
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   img[src*=".svg"] { 
   	width: 100%; 
   }

	div.teil5 div.kreis {
		min-height: 280px;
		padding-top: calc(140px - 1rem);
		padding-bottom: calc(140px - 1rem);
	}  
   div.slogan h1 {
   	left: 30%;
   }
   
   #burgericon {
   		width: 40px;
   		height: 40px;
   }
   
   .nav-menu {
   		align-items: stretch;
   }

	div.teil5 div.kreis, div.kreis {
		padding-top: calc(70px - 1.5rem);
	} 	
	 
}


