aside.CookieMsgIcon {
  display: block;
  position: fixed;
  top: calc(50% - 130px);
  left: 0;
  bottom: calc(50% - 130px);
  width: 35px;
  background-color: #FFF;
  z-index:2147483631;
  background: #FFF;
  
   box-shadow:0 32px 68px rgba(0,0,0,.3); 
  border-radius:0px 8px 8px 0px; 
 transition:all ease 1s;
 transition-property:width,max-width,top,bottom,left,opacity;  
}
@media print{
	aside.CookieMsgIcon {
		display:none;
	}
	@page 
    {
        size: auto;   /* auto is the initial value */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }	
}
aside.CookieMsgIcon.hide {
  left: -35px;
  pointer-events: none;
}

aside.CookieMsgIcon button {
  display: block;
  border: none;
  font: bold 12px Sans-Serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: 100%;
  left: 10px;
  width: 260px;
  background: none;
  color: #666;
  /* Rotate from top left corner (not default) */
  transform-origin: 0 0;
  transform: rotate(270deg);
}

@media (max-width: 830px) {
  aside.CookieMsgIcon {
	position: sticky;
    bottom: 0px;
    top: unset;
    height: 30px;
    border-radius: 0;
    width: 100%;
  }

  aside.CookieMsgIcon button {
    position: relative;
    margin: 0 auto;
    transform: none;
    left: unset;
    width: unset;
    top: unset;
    line-height: 30px;
    text-align: center;
    text-decoration: underline;
  }
}


#CookieMsgBg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(1,1,1,0.7);
	z-index:2147483629;
	/*pointer-events: none;*/
	
}
#CookieMsgContainer * {
	margin:0;
	padding:0;
	outline:0;
	font-family:inherit;
	font-size:15px;
	color:inherit;
	vertical-align:baseline;
	background:0 0;
	box-sizing:border-box;

	font-size: 12pt;
	text-align: left;
	color: rgba(0,0,0,0.8);
}

#CookieMsgContainer > .wrapper > .nav :after,
#CookieMsgContainer > .wrapper > .nav :before {
 content:none
}

#CookieMsgContainer {
 position:fixed;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%);
 letter-spacing:.1px;
 width:calc(100% - 16px);
 max-height:calc(100% - 16px);
 font-size:15px;
 line-height:24px;
 background-color:#ffffff;
 color:#141414;
 box-shadow:0 32px 68px rgba(0,0,0,.3);
 border-radius:8px;
 overflow:hidden;
 z-index:2147483631;
 font-family:sans-serif;
 box-sizing:border-box;
 transition:all ease .5s;
 transition-property:width,max-width,top,bottom,left,opacity;
 text-align:initial
}
:root #CookieMsgContainer,
_:-ms-fullscreen {
 height:100%
}
#CookieMsgContainer > .wrapper {
 display:flex;
 flex-direction:column;
 align-items:flex-start;
 width:100%
}
#CookieMsgContainer > .wrapper > .header {
 display:flex;
 justify-content:space-between;
 align-items:center;
 width:100%;
 border-bottom:1px solid #d6d6d6;
 padding:1em
}
#CookieMsgContainer > .wrapper > .header > span {
	font-size: 22px;
	letter-spacing: -.045em;
	word-spacing: -.05em;
	text-transform: uppercase;
}
@media screen and (min-width:1280px) {
 #CookieMsgContainer > .wrapper > .header {
  padding:1.5em
 }
}

@media screen and (min-width:601px) {
 #CookieMsgContainer {
  max-width:900px
 }
}
@media screen and (min-width:1280px) {
 #CookieMsgContainer {
  top:0;
  left:50%;
  transform:translate(-50%,0);
  max-height:90vh
 }
}
 #CookieMsgContainer[data-template=bottom] {
  top:100%;
  transform:translate(-50%,-100%)
 }
 #CookieMsgContainer[data-template=slidedown],
 #CookieMsgContainer[data-template=pushdown] {
  transform:translate(-50%,0);
  top:-100%
 }
 #CookieMsgContainer[data-template=slidedown].active,
 #CookieMsgContainer[data-template=pushdown].active {
  top:0
 }
 #CookieMsgContainer[data-template=slideup] {
  top:200%;
  transform:translate(-50%,-100%)
 }
 #CookieMsgContainer[data-template=slideup].active {
  top:100%
 }
 #CookieMsgContainer[data-template=overlay],
 #CookieMsgContainer[data-template=popup] {
  top:50%;
  transform:translate(-50%,-50%);
  opacity:0;
  pointer-events: none;
  display: none;
 }
 #CookieMsgContainer[data-template=overlay].active,
 #CookieMsgContainer[data-template=popup].active {
  opacity:1;
  display: block;
  pointer-events: all;
 }


#CookieMsgContainer > .wrapper > .nav {
 position:relative;
 width:100%;
 border-bottom:1px solid #d6d6d6
}
#CookieMsgContainer > .wrapper > .nav > .navitems {
 display:flex;
 list-style:none;
 overflow-x:auto
}
#CookieMsgContainer > .wrapper > .nav > .navitems::-webkit-scrollbar {
 height:0;
 width:0
}
#CookieMsgContainer > .wrapper > .nav > .navitems > .navitem {
 margin:0 auto;
 flex:1 1 0%;
}

#CookieMsgContainer > .wrapper > .nav > .navitems > .navitem > .navitemlink {
 display:block;
 height:100%;
 text-decoration:none;
 padding:1em;
 border-bottom:1px solid #ffffff;
 color:#306994;
 font-weight:600;
 text-align:center;
 white-space:nowrap;
 outline-offset:-5px
}
#CookieMsgContainer > .wrapper > .nav > .navitems > .navitem > .navitemlink:hover {
 color:#306994;
}
#CookieMsgContainer > .wrapper > .nav > .navitems > .navitem > .navitemlink.active {
 border-bottom:1px solid #306994;
 color:#306994;
}
@media screen and (min-width:1280px) {
 #CookieMsgContainer > .wrapper > .nav > .navitems > .navitem > .navitemlink.active {
  border-width:3px
 }
}

#CookieMsgContainer > .wrapper > .content {
 width:100%;
 height:100%;
 overflow:hidden
}
#CookieMsgContainer > .wrapper > .content > .tabpanel {
 width:100%;
 overflow-x:hidden;
 overflow-y:auto;
 display:flex;
 flex-direction:column;
 height:100%
}
#CookieMsgContainer > .wrapper > .content > .tabpanel >.scrollcontainer {
 position:relative;
 padding:.375em;
 border-bottom:1px solid #d6d6d6;
 min-height:20vh;
 height:100%;
}
#CookieMsgContainer > .wrapper > .content > .tabpanel >.scrollcontainer > .scrollarea {
 height:100%;
}

#CookieMsgContainerBody {
 display:flex;
 flex-direction:column;
 height:100%
}

#CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer > .scrollarea {
 height:100%;
 max-height:100%;
 overflow-x:hidden;
 line-height:1.6em;
 letter-spacing:.5px;
 padding:1.625em .625em
}

#CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer > .scrollarea > h2 {
 margin-bottom:.5em;
 font-weight:600;
 line-height:1.6em;
 letter-spacing:.25px
}

#CookieMsgContainer > .wrapper > .footer {
 padding:0 1em 1em;
 line-height:1.6em;
 letter-spacing:.3px
}

@media screen and (min-width:1280px) {
 #CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer  {
  overflow:hidden;
  height:auto;
  /*max-height:15.5em;*/
 }
 #CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer > .scrollarea {
  padding:1.125em
 }
}

#CookieMsgContainer > .wrapper > .footer {
 width:100%;
 padding:1em;
}

#CookieMsgContainer > .wrapper > .footer > .containerbuttons {
 display:flex;
 flex-direction:column;
 align-items:flex-start;
 flex-wrap:wrap
}

@media screen and (max-width:600px) {
 #CookieMsgContainer > .wrapper > .nav > .navitems > .navitem:first-child {
  display: none;
 }

 #CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer  {
  max-height:15.5em;
 }
}
@media screen and (min-width:601px) {
 #CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer  {
  min-height:auto
 }
 #CookieMsgContainer > .wrapper > .footer > .containerbuttons {
  flex-direction:row;
  align-items:center
 }
}
@media screen and (min-width:1280px) {
 #CookieMsgContainer > .wrapper > .footer {
  padding:1em 1.5em 1.5em
 }
}
#CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer > div:first-of-type::-webkit-scrollbar {
 width:.25em
}
#CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer > div:first-of-type::-webkit-scrollbar-track {
 background:#f2f2f2;
 border-radius:.313em
}
#CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer > div:first-of-type::-webkit-scrollbar-thumb {
 background:#141414;
 border-radius:.313em
}
#CookieMsgContainer > .wrapper > .content > .tabpanel > .scrollcontainer > div:first-of-type {
 scrollbar-width:thin;
 scrollbar-color:#306994 #f2f2f2;
 scrollbar-track-color:#f2f2f2;
 scrollbar-face-color:#306994;
}

#CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper {
 width:100%;
 display:flex;
 flex-direction:column-reverse
}
#CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper > .containerbutton:not(:last-of-type),
#CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper > .containerbutton:not(:first-of-type) {
 margin-bottom:.5em
}
#CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper > .containerbutton {
 display:flex;
 justify-content:center;
 padding:1em;
 width:100%;
 border-radius:.25em;
 background-color:#ffffff;
 border:2px solid #306994;
 color:#141414;
 font-weight:600;
 user-select:none
}

#CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper >#CookieMsgContainerButtonAllow {
 background-color:#306994;
 border-color:#306994;
 color:#ffffff
}
#CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper >#CookieMsgContainerButtonDecline {
 background-color:#ffffff;
 border-color:#306994;
 color:#306994;
}

@media screen and (min-width:601px) {
 #CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper {
  flex-direction:row;
  align-items:stretch;
  justify-content:flex-end;
  flex:1
 }

 #CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper > .containerbutton:not(:last-of-type),
 #CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper > .containerbutton,
 #CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper > .containerbutton:not(:first-of-type) {
  margin-bottom:0;
  width:50%;
  }
 #CookieMsgContainer > .wrapper > .footer > .containerbuttons > .containerbuttonswrapper > .containerbutton:not(:last-of-type) {
  margin-right:.5em
 }
}


#CookieMsgContainer.umfrage_b2b {
  max-width: 400px;
}

.content-b2b-umfrage {
  width: 100%;
  padding: 15px !important;
}

.umfrage-checkbox-container {
	display: flex;
	column-gap: 15px;
	justify-content: center;
}

.umfrage-checkbox {
  position: relative;
  border-radius: 15px;
	width: 150px;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items:center;
	background-color: rgba(0,0,0,0.2) !important;
	padding: 15px !important;
  cursor: pointer;
}

.umfrage-checkbox:hover {
	background-color: rgba(0,0,0,0.4) !important;
}

.umfrage-checkbox > p {
  position: absolute;
  text-align: center !important;
  bottom: 25px;
  pointer-events: none;
}

.umfrage-checkbox > .check {
  display: none;
  transform: rotate(45deg);
  height: 84px;
  width: 36px;
  border-bottom: 10px solid #78b13f;
  border-right: 10px solid #78b13f;
  pointer-events: none;
}

