




/* ---------- Fonts ---------- */ 

@import url('/engine/fonts/Roboto.css');



  


.slider .slides .slide-text {
	top: 55%;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    left: 25%;
    right: 25%;
}
	
.slider h2 {
	font-size:50px;
}

main section, main article {
	background-color: #FFFFFF;
}

 

/* ---------- Colors ---------- */ 

body {
	background:#FFFFFF;
	color: #6f7a89;
}

p {
	color: #6f7a89;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	color: #d7007f;
}
	


h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

header, .sticky {
	background:#FFFFFF;
}


.title-bar {
  background:#FFFFFF;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
  
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px; 
  background: #FFFFFF;
  padding: 5px;
  }
.menu-icon:hover {
  background: #FFFFFF;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #38277e;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #38277e, 0 14px 0 #38277e; }
    
.menu-icon:hover::after {
    background: #d7007f;
    box-shadow: 0 7px 0 #d7007f, 0 14px 0 #d7007f; } 
 
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #38277e transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-dropdown-submenu-parent.is-down-arrow > a::after {
	border-color:#38277e transparent transparent;
}

.is-dropdown-submenu-parent.is-down-arrow:hover > a::after {
	border-color:#d7007f transparent transparent;
}

footer {
	background:#edf2f5;
    color: #6f7a89;
}

footer p, footer .fa, footer .fa-regular, footer .fa-solid, footer .fa-light, footer .fa-thin, footer .fa-duotone {
	color: #6f7a89;
}

footer a {
	color: #6f7a89;
}

footer a:hover {
	color: #6f7a89;
}

footer a .fa:hover, footer a .fa-regular:hover, footer a .fa-solid:hover, footer a .fa-light:hover, footer a .fa-thin:hover, footer a .fa-duotone:hover {
	color: #909eb2;
}

header .menu a,
.row_icons {
	color:#38277e;
    font-size: 15px;
    font-family: 'Roboto';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#38277e;
    font-size: 15px;
}


a,
.accordion-title,
.speise h3 a {
	color: #d7007f;
}

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #d7007f;
	font-family: 'Roboto';
	font-size: 15px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #d7007f;
	background:#d2dce1;
	border: 0;
}

.tabs-title a:hover {
	color: #d7007f;
	background:#d2dce1;
	border: 0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff; 
}
 
.tabs-title.is-active{
	background:#d2dce1 !important;
}     

.tabs > li.is-active > a {
background: #d2dce1;
color: #d7007f;
}

header .menu a:hover {
			color: #d7007f !important;
	}

.row_icons .fa, .row_icons_left .fa,.row_icons .fa-regular, .row_icons_left .fa-regular,.row_icons .fa-light, .row_icons_left .fa-light, .row_icons .fa-thin, .row_icons_left .fa-thin,.row_icons .fa-duotone, .row_icons_left .fa-duotone,.row_icons .fa-brands {
	color: #d7007f;
}
	
footer a {
	color:#6f7a89;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#ffffff;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#FFFFFF;
	background:#d7007f;
}

.button:hover, button:hover,
.owl-theme .owl-controls .owl-page span:hover {
	background:#6f7a89;color:#38277e;}
	
.cd-top {
	background: #d7007f url(../img/cd-top-arrow.svg) no-repeat center 50%;
}

.no-touch .cd-top:hover {
	background-color:#6f7a89;
}
	
section .button, section button {
	background:#d7007f;
	color:#FFFFFF;
}
	
/*
.button:hover, button {
	background:#F18611;
}
*/
	
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub li {
	background:#d2dce1;
}

label, input, textarea {
	/* color: #6f7a89; */
}

textarea{
	height: 10em;
}
formselect.selected, .selected {
	color: #6f7a89;
}




/* ---------- Typography ---------- */ 

body {
	font-family: 'Roboto';
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: 'Roboto';
}
	
	
a.button, button, [type='submit'] {
	font-family: 'Roboto';
	font-style: normal;
}
	
.event-info p, .event-info p a,
.event-details p, .event-details p a {
	font-family: 'Roboto';
	font-weight:400;
}
	

	
p, 
footer .sitemap ul li a,
.row_team a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
}
	
p strong {
	font-style: normal;
	font-weight: 700;
}

.flexslider .slides .slide-text h2{
	font-family: 'Roboto';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #d7007f;
}



.flexslider .slides .slide-text p{
	margin: 0 0 20px 0;
    padding: 0;
    color: #d7007f;
    font-size: 28px;
}

.flexslider .slides li .slide-text {
    width: 80%;
    top: 28%;
}






.row_testimonials .flexslider h2 {
	color:#d7007f;
	font-size: 28px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#6f7a89;
}

/* ---------- Logo ---------- */ 

h5#logo a, h5#logo-center a  {
	background-image: url(../../sites/site0342/media/logo/proethics_logonewcolour.svg);
	background-repeat: no-repeat;
}

h5#logo_footer a  {
	background-image: url(../../sites/site0342/media/logo/proethics_logonewcolour.svg);
	background-repeat: no-repeat;
    background-position: top left;
}

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#38277e;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    margin-top: 10px;
}

.accor h1, .accor h2, .accor h3, .accor h4, .accor h5{
	color:#ffffff;
    margin:0;
	float:left;
	}

.accor.active, .accor:hover {
    background: #d7007f;
}

.accor:before{
    content: '+';
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 28px;
    font-weight: bold;
	margin: 0 15px 0 0;
}

.accor.active:before {
    content: "-";
}

.panel {
	max-height: 0;
    overflow: hidden;
	padding:0 20px;
    transition: 0.6s ease-in-out;
    opacity: 0;
    font-size: 18px;
    font-family: Robotopx;
}

.panel.show {
    opacity: 1;
    max-height: 5000px;
	padding: 20px;
}

.row_content_half .fa,.row_content_half .fa-regular,.row_content_half .fa-solid,.row_content_half .fa-thin,.row_content_half .fa-light,.row_content_half .fa-duotone,.row_content_half .fa-brands {
font-size: 55px;
margin: 10px 0;
}	





/* ---------- Speisekarte ----------- */	

.speise {
margin: 0 0 35px 0;
display: inline-block;
margin-left: -4px;
float: none;
vertical-align: top;
}
	
.speise h5:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    margin: 0 auto 30px;
}

.speise h5:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin-top: 25px;
}

.speise h3{
	float:left;
	font-size: 1.2em;
    font-family: Roboto;
    color: #6f7a89;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Roboto;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Roboto;
	margin:0;
	max-width:100%;
	}
	
.speise p{
	margin:0;
	font-size: 1em;
	clear:both;
	width: 80%; 
	}
.speise h4.preis{
	float:right;
	font-size: 1.6em;
    font-family: Roboto;
	 margin: 0;
	}
	
.speise .allergene{
	float:none;
	clear:both;
	font-size: 11px;
    margin: 0 0 10px 0;
	}



<!-- .tabs-panel .speise:nth-of-type(2n+1) {
clear: both;
}
-->
	
/* Fiver Changes */

.row_content_third {
overflow: hidden;
}

.aos-init {
overflow: hidden;
}




/* Content-spezifische Styles */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/engine/fonts/roboto-v30-latin-300.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}


/* Page Loader Mobile Speed CSS */

.loader-added .loader-bg {
        opacity: 0;
        visibility: hidden;        
    }
    
.loader-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    z-index: 99999;
    transition: all 0.3s ease-in-out;
}

.loader-logo {
    position: fixed;
    top: 50%;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -75px;    
    animation: spinning 1.5s infinite ease-in-out;
}


@keyframes spinning {
	0% { transform:  scale(1) ;}
	50% { transform:  scale(0.8) ;}
	100% { transform:  scale(1) ;}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-logo:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-color:
    rgba(0,0,0,0);
 border-radius:100%;
 margin:-15px;
    box-shadow: 0 4px 0 0 #000;
    transition: all 1s linear;
    animation: lds-eclipse 1s linear infinite;
    left: -16px;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -90px;
}

#section-59801 { background-color: #edf2f5;}
#section-59801 {padding-top:30px;padding-bottom:30px;}
#section-59802 h1 { color: #67287e;}
#section-59802 h2 { color: #67287e;}
#section-59802 h3 { color: #67287e;}
#section-59802 {padding-top:0px;}
#section-59803 {padding-top:0px;}
#section-59805 h1 { color: #38277e;}
#section-59805 h2 { color: #38277e;}
#section-59805 h3 { color: #38277e;}
#section-59805 {padding-top:0px;}
#section-59806 { background-color: #edf2f5;}
#section-59807 h1 { color: #38277e;}
#section-59807 h2 { color: #38277e;}
#section-59807 h3 { color: #38277e;}
#section-59807 h2::before{content: "PRO-Ethics Blog: ";color:#38277e;}
#section-59807 
{padding-bottom:0;}
#section-59808 { background-color: #edf2f5;}
#section-59808 h1 { color: #c5297d;}
#section-59808 h2 { color: #c5297d;}
#section-59808 h3 { color: #c5297d;}
#section-59808 .fa, #section-59808 .fa-regular,#section-59808 .fa-solid,#section-59808 .fa-light,#section-59808 .fa-thin,#section-59808 .fa-duotone { color: #c5297d !important;}
#section-59808 {padding-top:0px;}
#section-Formular-allgemein h1 { color: #38277e;}
#section-Formular-allgemein h2 { color: #38277e;}
#section-Formular-allgemein h3 { color: #38277e;}
#section-Formular-allgemein p { color: #FFFFFF;}
#section-Formular-allgemein {background:linear-gradient(to bottom right,#6f7a89,#edf2f5);}
#section-Formular-allgemein 
h2{text-align:center;}
#section-59816 { background-color: #ecf2f5;}
#section-59816 {padding-top:30px;padding-bottom:30px;}
#section-59817 h1 { color: #38277e;}
#section-59817 h2 { color: #38277e;}
#section-59817 h3 { color: #38277e;}
#section-59817 img{border-radius:15px;}
#section-59818 { background-color: #edf2f5;}
#section-59818 h1 { color: #67287e;}
#section-59818 h2 { color: #67287e;}
#section-59818 h3 { color: #67287e;}
#section-59818 h2{text-align:center;}
#section-59818 
{padding-top:45px;}
#section-59822 { background-color: #ecf2f5;}
#section-59822 {padding-top:30px;padding-bottom:30px;}
#section-59823 h1 { color: #38277e;}
#section-59823 h2 { color: #38277e;}
#section-59823 h3 { color: #38277e;}
#section-59824 { background-color: #edf2f5;}
#section-59824 h1 { color: #67287e;}
#section-59824 h2 { color: #67287e;}
#section-59824 h3 { color: #67287e;}
#section-59824 h2{text-align:center;}
#section-59824 
{padding-top:45px;border-top:10px solid white;}
#section-59828 { background-color: #ecf2f5;}
#section-59828 {padding-top:30px;padding-bottom:30px;}
#section-59829 h1 { color: #38277e;}
#section-59829 h2 { color: #38277e;}
#section-59829 h3 { color: #38277e;}
#section-59829 img{border-radius:15px;}
#section-59830 { background-color: #edf2f5;}
#section-59830 h1 { color: #67287e;}
#section-59830 h2 { color: #67287e;}
#section-59830 h3 { color: #67287e;}
#section-59830 ol{margin-top:30px;}
#section-59830 
li{font-size:18px !important;}
#section-59831 p{font-size:18px;}
#section-59834 { background-color: #ecf2f5;}
#section-59834 {padding-top:30px;padding-bottom:30px;}
#section-59835 h1 { color: #38277e;}
#section-59835 h2 { color: #38277e;}
#section-59835 h3 { color: #38277e;}
#section-59835 img{border-radius:15px;}
#section-59836 { background-color: #ecf2f5;}
#section-59836 h1 { color: #67287e;}
#section-59836 h2 { color: #67287e;}
#section-59836 h3 { color: #67287e;}
#section-59836 ol{margin-top:30px;}
#section-59836 
li{font-size:20px !important;}
#section-59840 { background-color: #ecf2f5;}
#section-59840 {padding-top:30px;padding-bottom:30px;}
#section-59841 h1 { color: #38277e;}
#section-59841 h2 { color: #38277e;}
#section-59841 h3 { color: #38277e;}
#section-59842 { background-color: #ecf2f5;}
#section-59842 h3{font-size:20px;}
#section-59842 
{padding-top:60px;border-top:10px solid white;}
#section-59842 
p{font-size:16px;}
#section-59843 { background-color: #ecf2f5;}
#section-59843 h3{font-size:20px;}
#section-59843 
{padding-top:0;padding-bottom:0;}
#section-59843 
p{font-size:16px;}
#section-59844 { background-color: #ecf2f5;}
#section-59844 h3{font-size:20px;}
#section-59844 
{padding-bottom:0;}
#section-59844 
p{font-size:16px;}
#section-59845 { background-color: #ecf2f5;}
#section-59845 h3{font-size:20px;}
#section-59845 
p{font-size:16px;}
#section-59849 { background-color: #ecf2f5;}
#section-59849 {padding-top:30px;padding-bottom:30px;}
#section-59850 h1 { color: #38277e;}
#section-59850 h2 { color: #38277e;}
#section-59850 h3 { color: #38277e;}
#section-59850 {border-bottom:2px solid #d2dce1;}
#section-59851 h1 { color: #38277e;}
#section-59851 h2 { color: #38277e;}
#section-59851 h3 { color: #38277e;}
#section-59851 {border-bottom:2px solid #d2dce1;}
#section-59852 h1 { color: #38277e;}
#section-59852 h2 { color: #38277e;}
#section-59852 h3 { color: #38277e;}
#section-59852 {border-bottom:2px solid #d2dce1;}
#section-59853 h1 { color: #38277e;}
#section-59853 h2 { color: #38277e;}
#section-59853 h3 { color: #38277e;}
#section-59853 {border-bottom:2px solid #d2dce1;}
#section-59856 { background-color: #ecf2f5;}
#section-59857 h1 { color: #6f7a89;}
#section-59857 h2 { color: #6f7a89;}
#section-59857 h3 { color: #6f7a89;}
#section-59857 {border-bottom:2px solid #d2dce1;}
#section-59859 { background-color: #ecf2f5;}
#section-59859 h1 { color: #c5297d;}
#section-59859 h2 { color: #c5297d;}
#section-59859 h3 { color: #c5297d;}
#section-59859 {padding-top:30px;padding-bottom:30px;}
#section-59860 h1 { color: #38277e;}
#section-59860 h2 { color: #38277e;}
#section-59860 h3 { color: #38277e;}
#section-59860 img{border-radius:15px;}
#section-59861 { background-color: #edf2f5;}
#section-59861 h1 { color: #67287e;}
#section-59861 h2 { color: #67287e;}
#section-59861 h3 { color: #67287e;}
#section-59864 { background-color: #ecf2f5;}
#section-59864 h1 { color: #38277;}
#section-59864 h2 { color: #38277;}
#section-59864 h3 { color: #38277;}
#section-59864 {padding-top:30px;padding-bottom:30px;}
#section-59865 img{border-radius:15px;}
#section-59866 img{border-radius:15px;}
#section-59867 img{border-radius:15px;}
#section-59868 img{border-radius:15px;}
#section-59872 { background-color: #ecf2f5;}
#section-59872 {padding-top:30px;padding-bottom:30px;}
#section-59875 { background-color: #ecf2f5;}
#section-59875 {padding-top:30px;padding-bottom:30px;}
#section-59876 h1 { color: #38277e;}
#section-59876 h2 { color: #38277e;}
#section-59876 h3 { color: #38277e;}
#section-59876 img{border-radius:15px;}
#section-59877 h1 { color: #38277e;}
#section-59877 h2 { color: #38277e;}
#section-59877 h3 { color: #38277e;}
#section-59877 img{border-radius:15px;}
#section-59878 h1 { color: #38277e;}
#section-59878 h2 { color: #38277e;}
#section-59878 h3 { color: #38277e;}
#section-59878 img{border-radius:15px;}
#section-59879 h1 { color: #38277e;}
#section-59879 h2 { color: #38277e;}
#section-59879 h3 { color: #38277e;}
#section-59879 img{border-radius:15px;}
#section-59880 h1 { color: #38277e;}
#section-59880 h2 { color: #38277e;}
#section-59880 h3 { color: #38277e;}
#section-59880 img{border-radius:15px;}
#section-59881 h1 { color: #38277e;}
#section-59881 h2 { color: #38277e;}
#section-59881 h3 { color: #38277e;}
#section-59881 img{border-radius:15px;}
#section-59882 h1 { color: #38277e;}
#section-59882 h2 { color: #38277e;}
#section-59882 h3 { color: #38277e;}
#section-59882 img{border-radius:15px;}
#section-59882 
{border-bottom:2px solid #d2dce1;}
#section-59885 { background-color: #ecf2f5;}
#section-59885 h1 { color: ##b4b9b;}
#section-59885 h2 { color: ##b4b9b;}
#section-59885 h3 { color: ##b4b9b;}
#section-59885 {padding-top:30px;padding-bottom:30px;}
#section-59886 { background-color: #edf2f5;}
#section-59886 h1 { color: #38277e;}
#section-59886 h2 { color: #38277e;}
#section-59886 h3 { color: #38277e;}
#section-59887 h1 { color: #38277e;}
#section-59887 h2 { color: #38277e;}
#section-59887 h3 { color: #38277e;}
#section-59888 { background-color: #edf2f5;}
#section-59888 h1 { color: #38277e;}
#section-59888 h2 { color: #38277e;}
#section-59888 h3 { color: #38277e;}
#section-59889 { background-color: #FFFFFF;}
#section-59889 h1 { color: #38277e;}
#section-59889 h2 { color: #38277e;}
#section-59889 h3 { color: #38277e;}
#section-59890 { background-color: #edf2f5;}
#section-59890 h1 { color: #38277e;}
#section-59890 h2 { color: #38277e;}
#section-59890 h3 { color: #38277e;}
#section-59891 h1 { color: #38277e;}
#section-59891 h2 { color: #38277e;}
#section-59891 h3 { color: #38277e;}
#section-59892 { background-color: #edf2f5;}
#section-59892 h1 { color: #38277e;}
#section-59892 h2 { color: #38277e;}
#section-59892 h3 { color: #38277e;}
#section-59893 h1 { color: #38277e;}
#section-59893 h2 { color: #38277e;}
#section-59893 h3 { color: #38277e;}
#section-59895 { background-color: #ecf2f5;}
#section-59895 h1 { color: #38277e;}
#section-59895 h2 { color: #38277e;}
#section-59895 h3 { color: #38277e;}
#section-59896 h1 { color: #38277e;}
#section-59896 h2 { color: #38277e;}
#section-59896 h3 { color: #38277e;}
#section-59897 { background-color: #edf2f5;}
#section-59897 h1 { color: #38277e;}
#section-59897 h2 { color: #38277e;}
#section-59897 h3 { color: #38277e;}
#section-59898 { background-color: #EEEEEE;}
#section-59898 h1{margin-bottom:20px;}
#section-59898 
bloghead{font-weight:bold;}
#section-59899 h1 { color: #FFFFFF;}
#section-59899 h2 { color: #FFFFFF;}
#section-59899 h3 { color: #FFFFFF;}
#section-59899 p { color: #EEEEEE;}
#section-59899 {background:linear-gradient(to bottom right,#333,#666);}
#section-59900 h2{margin-bottom:50px;}
#section-59901 { background-color: #EEEEEE;}
#section-59901 h1{margin-bottom:20px;}
#section-59901 
bloghead{font-weight:bold;}
#section-59902 h1 { color: #FFFFFF;}
#section-59902 h2 { color: #FFFFFF;}
#section-59902 h3 { color: #FFFFFF;}
#section-59902 p { color: #EEEEEE;}
#section-59902 {background:linear-gradient(to bottom right,#333,#666);}
#section-59903 h2{margin-bottom:50px;}
#section-59904 { background-color: #EEEEEE;}
#section-59904 h1{margin-bottom:20px;}
#section-59904 
bloghead{font-weight:bold;}
#section-59905 h1 { color: #FFFFFF;}
#section-59905 h2 { color: #FFFFFF;}
#section-59905 h3 { color: #FFFFFF;}
#section-59905 p { color: #EEEEEE;}
#section-59905 {background:linear-gradient(to bottom right,#333,#666);}
#section-59906 h2{margin-bottom:50px;}
#section-59907 { background-color: #EEEEEE;}
#section-59907 h1{margin-bottom:20px;}
#section-59907 
bloghead{font-weight:bold;}
#section-59908 h1 { color: #FFFFFF;}
#section-59908 h2 { color: #FFFFFF;}
#section-59908 h3 { color: #FFFFFF;}
#section-59908 p { color: #EEEEEE;}
#section-59908 {background:linear-gradient(to bottom right,#333,#666);}
#section-59909 h2{margin-bottom:50px;}
#section-59910 { background-color: #EEEEEE;}
#section-59910 h1{margin-bottom:20px;}
#section-59910 
bloghead{font-weight:bold;}
#section-59911 h1 { color: #FFFFFF;}
#section-59911 h2 { color: #FFFFFF;}
#section-59911 h3 { color: #FFFFFF;}
#section-59911 p { color: #EEEEEE;}
#section-59911 {background:linear-gradient(to bottom right,#333,#666);}
#section-59912 h2{margin-bottom:50px;}
#section-59913 { background-color: #EEEEEE;}
#section-59913 h1{margin-bottom:20px;}
#section-59913 
bloghead{font-weight:bold;}
#section-59914 h1 { color: #FFFFFF;}
#section-59914 h2 { color: #FFFFFF;}
#section-59914 h3 { color: #FFFFFF;}
#section-59914 p { color: #EEEEEE;}
#section-59914 {background:linear-gradient(to bottom right,#333,#666);}
#section-59915 h2{margin-bottom:50px;}
#section-59918 { background-color: #ecf2f5;}
#section-59918 h1 { color: #38277e;}
#section-59918 h2 { color: #38277e;}
#section-59918 h3 { color: #38277e;}
#section-59920 { background-color: #ecf2f5;}
#section-59923 { background-color: #ecf2f5;}
#section-59923 h1 { color: #38277e;}
#section-59923 h2 { color: #38277e;}
#section-59923 h3 { color: #38277e;}
#section-59924 { background-color: #FFFFFF;}
#section-59924 h1 { color: #38277e;}
#section-59924 h2 { color: #38277e;}
#section-59924 h3 { color: #38277e;}
#section-59930 h1 { color: #38277e;}
#section-59930 h2 { color: #38277e;}
#section-59930 h3 { color: #38277e;}
#section-59931 { background-color: #ecf2f5;}
#section-59931 h1 { color: #38277e;}
#section-59931 h2 { color: #38277e;}
#section-59931 h3 { color: #38277e;}
#section-59932 { background-color: #ecf2f5;}
#section-59932 h1 { color: #38277e;}
#section-59932 h2 { color: #38277e;}
#section-59932 h3 { color: #38277e;}
#section-59932 {border-top:10px solid white;}
#section-59933 { background-color: #edf2f5;}
#section-59933 h1 { color: #38277e;}
#section-59933 h2 { color: #38277e;}
#section-59933 h3 { color: #38277e;}
#section-59933 {border-top:10px solid white;}
#section-59934 { background-color: #ecf2f5;}
#section-59934 h1 { color: #38277e;}
#section-59934 h2 { color: #38277e;}
#section-59934 h3 { color: #38277e;}
#section-59934 {border-top:10px solid white;}
#section-59935 { background-color: #edf2f5;}
#section-59935 h1 { color: #38277e;}
#section-59935 h2 { color: #38277e;}
#section-59935 h3 { color: #38277e;}
#section-59935 {border-top:10px solid white;}
#section-59936 { background-color: #ecf2f5;}
#section-59936 h1 { color: #38277e;}
#section-59936 h2 { color: #38277e;}
#section-59936 h3 { color: #38277e;}
#section-59936 {border-top:10px solid white;}
#section-59937 { background-color: #edf2f5;}
#section-59937 h1 { color: #38277e;}
#section-59937 h2 { color: #38277e;}
#section-59937 h3 { color: #38277e;}
#section-59937 {border-top:10px solid white;}
#section-59938 { background-color: #ecf2f5;}
#section-59938 h1 { color: #38277e;}
#section-59938 h2 { color: #38277e;}
#section-59938 h3 { color: #38277e;}
#section-59938 {border-top:10px solid white;}
#section-59939 { background-color: #edf2f5;}
#section-59939 h1 { color: #38277e;}
#section-59939 h2 { color: #38277e;}
#section-59939 h3 { color: #38277e;}
#section-59939 {border-top:10px solid white;}
#section-59940 { background-color: #ecf2f5;}
#section-59940 h1 { color: #38277e;}
#section-59940 h2 { color: #38277e;}
#section-59940 h3 { color: #38277e;}
#section-59940 {border-top:10px solid white;}
#section-59941 { background-color: #edf2f5;}
#section-59941 h1 { color: #38277e;}
#section-59941 h2 { color: #38277e;}
#section-59941 h3 { color: #38277e;}
#section-59941 {border-top:10px solid white;}
#section-59942 { background-color: #ecf2f5;}
#section-59942 h1 { color: #38277e;}
#section-59942 h2 { color: #38277e;}
#section-59942 h3 { color: #38277e;}
#section-59942 {border-top:10px solid white;}
#section-59943 { background-color: #edf2f5;}
#section-59943 h1 { color: #38277e;}
#section-59943 h2 { color: #38277e;}
#section-59943 h3 { color: #38277e;}
#section-59943 {border-top:10px solid white;}
#section-59944 { background-color: #ecf2f5;}
#section-59944 h1 { color: #38277e;}
#section-59944 h2 { color: #38277e;}
#section-59944 h3 { color: #38277e;}
#section-59944 {border-top:10px solid white;}
#section-59945 { background-color: #edf2f5;}
#section-59945 h1 { color: #38277e;}
#section-59945 h2 { color: #38277e;}
#section-59945 h3 { color: #38277e;}
#section-59945 {border-top:10px solid white;}
#section-59946 { background-color: #ecf2f5;}
#section-59946 h1 { color: #38277e;}
#section-59946 h2 { color: #38277e;}
#section-59946 h3 { color: #38277e;}
#section-59946 {border-top:10px solid white;}
#section-59947 { background-color: #edf2f5;}
#section-59947 h1 { color: #38277e;}
#section-59947 h2 { color: #38277e;}
#section-59947 h3 { color: #38277e;}
#section-59947 {border-top:10px solid white;}
#section-59948 { background-color: #ecf2f5;}
#section-59948 h1 { color: #38277e;}
#section-59948 h2 { color: #38277e;}
#section-59948 h3 { color: #38277e;}
#section-59948 {border-top:10px solid white;}
#section-59949 { background-color: #edf2f5;}
#section-59949 h1 { color: #38277e;}
#section-59949 h2 { color: #38277e;}
#section-59949 h3 { color: #38277e;}
#section-59949 {border-top:10px solid white;}
#section-59950 { background-color: #edf2f5;}
#section-59950 h1 { color: #38277e;}
#section-59950 h2 { color: #38277e;}
#section-59950 h3 { color: #38277e;}
#section-59950 {border-top:10px solid white;}
#section-59951 { background-color: #edf2f5;}
#section-59951 h1 { color: #38277e;}
#section-59951 h2 { color: #38277e;}
#section-59951 h3 { color: #38277e;}
#section-59951 {border-top:10px solid white;}
#section-59952 { background-color: #ecf2f5;}
#section-59952 h1 { color: #38277e;}
#section-59952 h2 { color: #38277e;}
#section-59952 h3 { color: #38277e;}
#section-59952 {border-top:10px solid white;}
#section-59953 { background-color: #edf2f5;}
#section-59953 h1 { color: #38277e;}
#section-59953 h2 { color: #38277e;}
#section-59953 h3 { color: #38277e;}
#section-59953 {border-top:10px solid white;}
#section-59954 { background-color: #ecf2f5;}
#section-59954 h1 { color: #38277e;}
#section-59954 h2 { color: #38277e;}
#section-59954 h3 { color: #38277e;}
#section-59954 {border-top:10px solid white;}
#section-59955 { background-color: #edf2f5;}
#section-59955 h1 { color: #38277e;}
#section-59955 h2 { color: #38277e;}
#section-59955 h3 { color: #38277e;}
#section-59955 {border-top:10px solid white;}
#section-59956 { background-color: #ecf2f5;}
#section-59956 h1 { color: #38277e;}
#section-59956 h2 { color: #38277e;}
#section-59956 h3 { color: #38277e;}
#section-59956 {border-top:10px solid white;}
#section-59957 { background-color: #edf2f5;}
#section-59957 h1 { color: #38277e;}
#section-59957 h2 { color: #38277e;}
#section-59957 h3 { color: #38277e;}
#section-59957 {border-top:10px solid white;}
#section-59958 { background-color: #ecf2f5;}
#section-59958 h1 { color: #38277e;}
#section-59958 h2 { color: #38277e;}
#section-59958 h3 { color: #38277e;}
#section-59958 {border-top:10px solid white;}
#section-59959 { background-color: #edf2f5;}
#section-59959 h1 { color: #38277e;}
#section-59959 h2 { color: #38277e;}
#section-59959 h3 { color: #38277e;}
#section-59959 {border-top:10px solid white;}
#section-59960 { background-color: #ecf2f5;}
#section-59960 h1 { color: #38277e;}
#section-59960 h2 { color: #38277e;}
#section-59960 h3 { color: #38277e;}
#section-59960 {border-top:10px solid white;}
#section-59961 { background-color: #edf2f5;}
#section-59961 h1 { color: #38277e;}
#section-59961 h2 { color: #38277e;}
#section-59961 h3 { color: #38277e;}
#section-59961 {border-top:10px solid white;}
#section-59962 { background-color: #ecf2f5;}
#section-59962 h1 { color: #38277e;}
#section-59962 h2 { color: #38277e;}
#section-59962 h3 { color: #38277e;}
#section-59962 {border-top:10px solid white;}
#section-59963 { background-color: #edf2f5;}
#section-59963 h1 { color: #38277e;}
#section-59963 h2 { color: #38277e;}
#section-59963 h3 { color: #38277e;}
#section-59963 {border-top:10px solid white;}
#section-59964 { background-color: #ecf2f5;}
#section-59964 h1 { color: #38277e;}
#section-59964 h2 { color: #38277e;}
#section-59964 h3 { color: #38277e;}
#section-59964 {border-top:10px solid white;}
#section-59965 { background-color: #edf2f5;}
#section-59965 h1 { color: #38277e;}
#section-59965 h2 { color: #38277e;}
#section-59965 h3 { color: #38277e;}
#section-59965 {border-top:10px solid white;}
#section-59966 { background-color: #ecf2f5;}
#section-59966 h1 { color: #38277e;}
#section-59966 h2 { color: #38277e;}
#section-59966 h3 { color: #38277e;}
#section-59966 {border-top:10px solid white;}
#section-59967 { background-color: #edf2f5;}
#section-59967 h1 { color: #38277e;}
#section-59967 h2 { color: #38277e;}
#section-59967 h3 { color: #38277e;}
#section-59967 {border-top:10px solid white;}
#section-59968 { background-color: #ecf2f5;}
#section-59968 h1 { color: #38277e;}
#section-59968 h2 { color: #38277e;}
#section-59968 h3 { color: #38277e;}
#section-59968 {border-top:10px solid white;}
#section-59969 { background-color: #edf2f5;}
#section-59969 h1 { color: #38277e;}
#section-59969 h2 { color: #38277e;}
#section-59969 h3 { color: #38277e;}
#section-59969 {border-top:10px solid white;}
#section-59970 { background-color: #ecf2f5;}
#section-59970 h1 { color: #38277e;}
#section-59970 h2 { color: #38277e;}
#section-59970 h3 { color: #38277e;}
#section-59970 {border-top:10px solid white;}
#section-59971 { background-color: #edf2f5;}
#section-59971 h1 { color: #38277e;}
#section-59971 h2 { color: #38277e;}
#section-59971 h3 { color: #38277e;}
#section-59971 {border-top:10px solid white;}
#section-59972 { background-color: #FFFFFF;}
#section-59972 h1 { color: #67287e;}
#section-59972 h2 { color: #67287e;}
#section-59972 h3 { color: #67287e;}
#section-59972 {border-top:10px solid white;}
#section-59973 { background-color: #ecf2f5;}
#section-59976 { background-color: #ecf2f5;}
#section-59976 {padding-top:30px;padding-bottom:30px;}
#section-59977 h1 { color: #FFFFFF;}
#section-59977 h2 { color: #FFFFFF;}
#section-59977 h3 { color: #FFFFFF;}
#section-59977 p { color: #FFFFFF;}
#section-59977 .button, .button a { color: #38277e;}
#section-59977 .button, .button a { background-color: #FFFFFF;}
#section-59977 .row{padding-bottom:50px;}
#section-Newsletter-Anmeldung { background-color: #ecf2f5;}
#section-Newsletter-Anmeldung h1 { color: #67287e;}
#section-Newsletter-Anmeldung h2 { color: #67287e;}
#section-Newsletter-Anmeldung h3 { color: #67287e;}
#section-Newsletter-Anmeldung {padding-top:30px;padding-bottom:30px;}
#section-59982 h1 { color: #6f7a89;}
#section-59982 h2 { color: #6f7a89;}
#section-59982 h3 { color: #6f7a89;}
#section-59982 p { color: #EEEEEE;}
#section-59982 { background-image: url(/sites/site0342/media/backgrounds/hd_back-visual-white.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-59982 h1{font-size:50px;}
#section-59982 
span{background-color:rgba(255,255,255,0.75);padding:20px;margin: 0;}
#section-59984 h1 { color: #6f7a89;}
#section-59984 h2 { color: #6f7a89;}
#section-59984 h3 { color: #6f7a89;}
#section-59984 p { color: #EEEEEE;}
#section-59984 { background-image: url(/sites/site0342/media/backgrounds/hd_back-visual-white.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-59984 h1{font-size:50px;}
#section-59984 
span{background-color:rgba(255,255,255,0.75);padding:20px;margin: 0;}
#section-59986 { background-color: #ecf2f5;}
#section-59986 datum{display:none;}
#section-59987 { background-color: #FFFFFF;}
#section-59987 h1{margin-bottom:20px;}
#section-59987 
bloghead{font-weight:bold;}
#section-59988 { background-color: #ecf2f5;}
#section-59988 datum{display:none;}
#section-59990 { background-color: #ecf2f5;}
#section-59990 datum{display:none;}
#section-59991 img{display:none;}
#section-59991 
.row{padding-bottom:50px;}
#section-59992 { background-color: #ecf2f5;}
#section-59992 datum{display:none;}
#section-59993 { background-color: #FFFFFF;}
#section-59993 h1{margin-bottom:20px;}
#section-59993 
bloghead{font-weight:bold;}
#section-59994 { background-color: #ecf2f5;}
#section-59994 datum{display:none;}
#section-59995 { background-color: #FFFFFF;}
#section-59995 h1{margin-bottom:20px;}
#section-59995 
bloghead{font-weight:bold;}
#section-59996 { background-color: #ecf2f5;}
#section-59998 { background-color: #ecf2f5;}
#section-59998 datum{display:none;}
#section-60000 { background-color: #ecf2f5;}
#section-60000 datum{display:none;}
#section-60001 { background-color: #FFFFFF;}
#section-60001 h1{margin-bottom:20px;}
#section-60001 
bloghead{font-weight:bold;}
#section-60002 { background-color: #ecf2f5;}
#section-60004 { background-color: #ecf2f5;}
#section-60006 { background-color: #ecf2f5;}
#section-60007 { background-color: #FFFFFF;}
#section-60008 { background-color: #ecf2f5;}
#section-60010 { background-color: #ecf2f5;}
#section-60012 { background-color: #ecf2f5;}
#section-60014 { background-color: #ecf2f5;}
#section-60017 { background-color: #ecf2f5;}
#section-60020 { background-color: #ecf2f5;}
#section-60022 { background-color: #ecf2f5;}
#section-60024 { background-color: #d2dce1;}
#section-60026 { background-color: #d2dce1;}
#section-60028 { background-color: #d2dce1;}
#section-60030 { background-color: #d2dce1;}
#section-60032 { background-color: #d2dce1;}
#section-60034 { background-color: #d2dce1;}
#section-60036 { background-color: #d2dce1;}
#section-60039 { background-color: #ecf2f5;}
#section-60042 { background-color: #d2dce1;}
#section-60044 { background-color: #d2dce1;}
#section-60048 { background-color: #d2dce1;}
#section-60050 { background-color: #d2dce1;}
#section-60052 { background-color: #d2dce1;}
#section-60055 { background-color: #ecf2f5;}
#section-60058 { background-color: #d2dce1;}
#section-60060 { background-color: #d2dce1;}
#section-60062 { background-color: #d2dce1;}
#section-60065 { background-color: #ecf2f5;}
#section-60067 { background-color: #ecf2f5;}
#section-60072 { background-color: #ecf2f5;}
#section-60074 { background-color: #ecf2f5;}
#section-60076 { background-color: #ecf2f5;}
#section-60077 { background-color: #ecf2f5;}
#section-60081 { background-color: #ecf2f5;}
#section-60098 h1 { color: #FFFFFF;}
#section-60098 h2 { color: #FFFFFF;}
#section-60098 h3 { color: #FFFFFF;}
#section-60098 p { color: #EEEEEE;}
#section-60101 { background-color: #EEEEEE;}
#section-60578 { background-color: #edf2f5;}
#section-60578 h1 { color: #c5297d;}
#section-60578 h2 { color: #c5297d;}
#section-60578 h3 { color: #c5297d;}
#section-60578 .fa, #section-60578 .fa-regular,#section-60578 .fa-solid,#section-60578 .fa-light,#section-60578 .fa-thin,#section-60578 .fa-duotone { color: #c5297d !important;}
#section-60583 { background-color: #edf2f5;}
#section-60583 h1 { color: #67287e;}
#section-60583 h2 { color: #67287e;}
#section-60583 h3 { color: #67287e;}
#section-60586 { background-color: #ecf2f5;}
#section-60586 {padding-top:30px;padding-bottom:30px;}
#section-60587 h1 { color: #38277e;}
#section-60587 h2 { color: #38277e;}
#section-60587 h3 { color: #38277e;}
#section-60587 img{border-radius:15px;}
#section-60588 { background-color: #FFFFFF;}
#section-60592 {border-bottom:2px solid #d2dce1;}
#section-60593 {border-bottom:2px solid #d2dce1;}
#section-60594 {padding-top:0px;}
#section-60596 h1 { color: #FFFFFF;}
#section-60596 h2 { color: #FFFFFF;}
#section-60596 h3 { color: #FFFFFF;}
#section-60596 p { color: #EEEEEE;}
#section-61984 h1 { color: #38277e;}
#section-61984 h2 { color: #38277e;}
#section-61984 h3 { color: #38277e;}
#section-61984 ul{list-style-type: none;}
#section-61984 
b1{color:#d7007f; font-weight:bold;}
#section-61986 {padding-bottom:0px;}
#section-61988 {padding-top:0px;}
#section-62203 {padding-bottom:0px;}
#section-62204 { background-color: #d7007f;}
#section-62204 h1 { color: #FFFFFF;}
#section-62204 h2 { color: #FFFFFF;}
#section-62204 h3 { color: #FFFFFF;}
#section-62204 p { color: #FFFFFF;}
#section-62204 {padding-top:25px;padding-bottom:25px;}
#section-62205 { background-color: #38277e;}
#section-62205 h1 { color: #FFFFFF;}
#section-62205 h2 { color: #FFFFFF;}
#section-62205 h3 { color: #FFFFFF;}
#section-62205 p { color: #FFFFFF;}
#section-62205 {padding-top:25px;padding-bottom:25px;}
#section-62206 { background-color: #2E2EFE;}
#section-62206 h1 { color: #FFFFFF;}
#section-62206 h2 { color: #FFFFFF;}
#section-62206 h3 { color: #FFFFFF;}
#section-62206 p { color: #FFFFFF;}
#section-62206 {padding-top:25px;padding-bottom:25px;}
#section-62207 { background-color: #04B431;}
#section-62207 h1 { color: #FFFFFF;}
#section-62207 h2 { color: #FFFFFF;}
#section-62207 h3 { color: #FFFFFF;}
#section-62207 p { color: #FFFFFF;}
#section-62207 {padding-top:25px;padding-bottom:25px;}
#section-62208 {padding-top:25px;padding-bottom:40px;}
#section-62209 {padding-top:0px;}
#section-62210 {padding-bottom:0px;}
#section-62211 {padding-top:0px;}
#section-62213 {padding-top:0px;padding-bottom:0px;}
#section-62214 {padding-top:0px; padding-bottom:0px;}
#section-62215 {padding-bottom:0px;}
#section-62215 
d{color:#0431B4;}
#section-62215 
du{color:#04B404;}
#section-62215 
af{color:#FF8000;}
#section-62215 
img{width:65%;}
#section-62216 {padding-top:0px;}
#section-62217 ul{list-style:none;}
#section-62218 {padding-top:0px;padding-bottom:0px;}
#section-62218 
img{width:55%;}
#section-62219 {padding-bottom:0px;}
#section-62219 
img{width:25%;}
#section-62220 { background-color: #EEEEEE;}
#section-62220 {padding-top:25px;padding-bottom:25px;}
#section-62446 { background-color: #DDDDDD;}
#section-62446 {padding-top:25px;padding-bottom:25px;}
#section-62448 {padding-top:0px;}
#section-62448 
{padding-bottom:0px;}
#section-62448 
img{width:25%;}
#section-62449 { background-color: #EEEEEE;}
#section-62449 {padding-top:25px;padding-bottom:25px;}
#section-62452 {padding-top:0px;}
#section-62454 {padding-top:0px;}
#section-62454 
{padding-bottom:0px;}
#section-62454 
img{width:25%;}
#section-62455 { background-color: #DDDDDD;}
#section-62455 {padding-top:25px;padding-bottom:25px;}
#section-62456 img{width:25%;}
#section-62457 { background-color: #DDDDDD;}
#section-62457 {padding-top:25px;padding-bottom:25px;}
#section-62459 {padding-bottom:0px;}
#section-62459 
img{width:25%;}
#section-63074 img{width:25%;}
#section-63075 { background-color: #DDDDDD;}
#section-63075 {padding-top:25px;padding-bottom:25px;}
#section-63076 img{width:25%;}
#section-63077 { background-color: #DDDDDD;}
#section-63077 {padding-top:25px;padding-bottom:25px;}
#section-63078 {padding-bottom:0px;}
#section-63078 
img{width:55%;}
#section-63079 {padding-bottom:0px;}
#section-63079 
img{width:55%;}
#section-63080 { background-color: #DDDDDD;}
#section-63080 {padding-top:25px;padding-bottom:25px;}
#section-63081 { background-color: #EEEEEE;}
#section-63081 {padding-top:25px;padding-bottom:25px;}
#section-63082 {padding-bottom:0px;}
#section-63083 {padding-top:0px;}
#section-63083 
{padding-bottom:0px;}
#section-63103 ul{list-style-type: none;}
#section-63103 
{padding-top:0px;}
#section-63986 h1 { color: #38277e;}
#section-63986 h2 { color: #38277e;}
#section-63986 h3 { color: #38277e;}
#section-63986 {padding-top:0px;}
#section-63986 
{padding-bottom:0px;}
#section-64070 {padding-bottom:0px;}
#section-64113 {padding-bottom:0px;}
#section-64114 h1 { color: #38277e;}
#section-64114 h2 { color: #38277e;}
#section-64114 h3 { color: #38277e;}
#section-64114 {padding-top:0px;}
#section-64114 
{padding-bottom:0px;}
#section-64116 {padding-bottom:0px;}
#section-64117 h1 { color: #38277e;}
#section-64117 h2 { color: #38277e;}
#section-64117 h3 { color: #38277e;}
#section-64117 {padding-top:0px;}
#section-64117 
{padding-bottom:0px;}
#section-64119 {padding-bottom:0px;}
#section-64120 h1 { color: #38277e;}
#section-64120 h2 { color: #38277e;}
#section-64120 h3 { color: #38277e;}
#section-64120 {padding-top:0px;}
#section-64120 
{padding-bottom:0px;}
#section-64122 {padding-bottom:0px;}
#section-64123 h1 { color: #38277e;}
#section-64123 h2 { color: #38277e;}
#section-64123 h3 { color: #38277e;}
#section-64123 {padding-top:0px;}
#section-64125 {padding-bottom:0px;}
#section-64126 h1 { color: #38277e;}
#section-64126 h2 { color: #38277e;}
#section-64126 h3 { color: #38277e;}
#section-64126 {padding-top:0px;}
#section-64126 
{padding-bottom:0px;}
#section-64127 {padding-bottom:0px;}
#section-64128 { background-color: #67287e;}
#section-64128 h1 { color: #FFFFFF;}
#section-64128 h2 { color: #FFFFFF;}
#section-64128 h3 { color: #FFFFFF;}
#section-64128 p { color: #FFFFFF;}
#section-64128 {padding-top:25px;padding-bottom:25px;}
#section-64129 { background-color: #38277e;}
#section-64129 h1 { color: #FFFFFF;}
#section-64129 h2 { color: #FFFFFF;}
#section-64129 h3 { color: #FFFFFF;}
#section-64129 p { color: #FFFFFF;}
#section-64129 {padding-top:25px;padding-bottom:25px;}
#section-64130 { background-color: #2E2EFE;}
#section-64130 h1 { color: #FFFFFF;}
#section-64130 h2 { color: #FFFFFF;}
#section-64130 h3 { color: #FFFFFF;}
#section-64130 p { color: #FFFFFF;}
#section-64130 {padding-top:25px;padding-bottom:25px;}
#section-64131 { background-color: #04B431;}
#section-64131 h1 { color: #FFFFFF;}
#section-64131 h2 { color: #FFFFFF;}
#section-64131 h3 { color: #FFFFFF;}
#section-64131 p { color: #FFFFFF;}
#section-64131 {padding-top:25px;padding-bottom:25px;}
#section-64132 {padding-top:25px;}
#section-64138 {padding-bottom:0px;}
#section-64139 h1 { color: #38277e;}
#section-64139 h2 { color: #38277e;}
#section-64139 h3 { color: #38277e;}
#section-64139 {padding-top:0px;}
#section-64139 
{padding-bottom:0px;}
#section-64146 {padding-bottom:0px;}
#section-64147 h1 { color: #38277e;}
#section-64147 h2 { color: #38277e;}
#section-64147 h3 { color: #38277e;}
#section-64147 {padding-top:0px;}
#section-64147 
{padding-bottom:0px;}
#section-64149 {padding-bottom:0px;}
#section-64150 h1 { color: #38277e;}
#section-64150 h2 { color: #38277e;}
#section-64150 h3 { color: #38277e;}
#section-64150 {padding-top:0px;}
#section-64150 
{padding-bottom:0px;}
#section-64152 {padding-bottom:0px;}
#section-64153 h1 { color: #38277e;}
#section-64153 h2 { color: #38277e;}
#section-64153 h3 { color: #38277e;}
#section-64153 {padding-top:0px;}
#section-64153 
{padding-bottom:0px;}
#section-64155 {padding-top:0px;padding-bottom:0px;}
#section-64156 ul{list-style:none;}
#section-64157 {padding-top:0px; padding-bottom:0px;}
#section-64158 {padding-bottom:0px;}
#section-64158 
d{color:#0431B4;}
#section-64158 
du{color:#04B404;}
#section-64158 
af{color:#FF8000;}
#section-64158 
img{width:65%;}
#section-64159 {padding-top:0px;}
#section-64161 {padding-bottom:0px;}
#section-64162 h1 { color: #38277e;}
#section-64162 h2 { color: #38277e;}
#section-64162 h3 { color: #38277e;}
#section-64162 {padding-top:0px;}
#section-64162 
{padding-bottom:0px;}
#section-64163 {padding-bottom:0px;}
#section-64163 
img{width:55%;}
#section-64164 {padding-bottom:0px;}
#section-64164 
img{width:25%;}
#section-64165 { background-color: #EEEEEE;}
#section-64165 {padding-top:25px;padding-bottom:25px;}
#section-64166 { background-color: #DDDDDD;}
#section-64166 {padding-top:25px;}
#section-64181 {padding-bottom:0px;}
#section-64182 h1 { color: #38277e;}
#section-64182 h2 { color: #38277e;}
#section-64182 h3 { color: #38277e;}
#section-64182 {padding-top:0px;}
#section-64182 
{padding-bottom:0px;}
#section-64184 {padding-top:0px;}
#section-64184 
{padding-bottom:0px;}
#section-64184 
img{width:25%;}
#section-64185 { background-color: #EEEEEE;}
#section-64185 {padding-top:25px;padding-bottom:25px;}
#section-64186 {padding-top:0px;}
#section-64187 {padding-top:0px;}
#section-64187 
{padding-bottom:0px;}
#section-64187 
img{width:25%;}
#section-64188 { background-color: #DDDDDD;}
#section-64188 {padding-top:25px;}
#section-64189 {padding-bottom:0px;}
#section-64190 h1 { color: #38277e;}
#section-64190 h2 { color: #38277e;}
#section-64190 h3 { color: #38277e;}
#section-64190 {padding-top:0px;}
#section-64190 
{padding-bottom:0px;}
#section-64191 img{width:25%;}
#section-64192 { background-color: #DDDDDD;}
#section-64192 {padding-top:25px;padding-bottom:25px;}
#section-64193 img{width:25%;}
#section-64197 {padding-bottom:0px;}
#section-64198 h1 { color: #38277e;}
#section-64198 h2 { color: #38277e;}
#section-64198 h3 { color: #38277e;}
#section-64198 {padding-top:0px;}
#section-64198 
{padding-bottom:0px;}
#section-64199 img{width:25%;}
#section-64200 { background-color: #DDDDDD;}
#section-64200 {padding-top:25px;}
#section-64202 {padding-bottom:0px;}
#section-64203 h1 { color: #38277e;}
#section-64203 h2 { color: #38277e;}
#section-64203 h3 { color: #38277e;}
#section-64203 {padding-top:0px;}
#section-64203 
{padding-bottom:0px;}
#section-64204 img{width:25%;}
#section-64205 { background-color: #DDDDDD;}
#section-64205 {padding-top:25px;}
#section-64206 {padding-bottom:0px;}
#section-64207 h1 { color: #38277e;}
#section-64207 h2 { color: #38277e;}
#section-64207 h3 { color: #38277e;}
#section-64207 {padding-top:0px;}
#section-64207 
{padding-bottom:0px;}
#section-64208 {padding-bottom:0px;}
#section-64208 
img{width:55%;}
#section-64209 {padding-bottom:0px;}
#section-64209 
img{width:55%;}
#section-64210 { background-color: #DDDDDD;}
#section-64210 {padding-top:25px;padding-bottom:25px;}
#section-64211 { background-color: #EEEEEE;}
#section-64211 {padding-top:25px;}
#section-64212 {padding-bottom:0px;}
#section-64213 h1 { color: #38277e;}
#section-64213 h2 { color: #38277e;}
#section-64213 h3 { color: #38277e;}
#section-64213 {padding-top:0px;}
#section-64213 
{padding-bottom:0px;}
#section-64218 {padding-bottom:0px;}
#section-64219 {padding-top:0px;}
#section-64219 
{padding-bottom:0px;}
#section-64220 {padding-top:0px;}
#section-64221 {padding-bottom:0px;}
#section-64222 h1 { color: #38277e;}
#section-64222 h2 { color: #38277e;}
#section-64222 h3 { color: #38277e;}
#section-64222 {padding-top:0px;}
#section-64222 
{padding-bottom:0px;}
#section-64223 ul{list-style-type: none;}
#section-64224 {padding-bottom:0px;}
#section-64225 h1 { color: #38277e;}
#section-64225 h2 { color: #38277e;}
#section-64225 h3 { color: #38277e;}
#section-64225 {padding-top:0px;}
#section-64225 
{padding-bottom:0px;}
#section-66440 {padding-bottom:0px;}
#section-66441 {padding-top:20px;}
#section-66618 {padding-bottom:20px;}
#section-66619 {padding-top:20px;}
#section-66775 {padding-top:20px;}

/* Custom Styles */

h5#logo{width:170px !important;}
header{padding:20px 0 20px 0;}
.top-bar-right { margin-top:5px;font-weight:500;}
.button{font-size:14px;border-radius:8px;font-weight:700;}

a:hover{color:#222;}

.titel{position: relative; text-align: center; color: #d7007f;}
.centered{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

b1{color:#d7007f; font-weight:bold;}
up{text-transform: uppercase;}
violett{background:#d7007f;}

footer p{font-size:16px;}
footer a:link{font-size:16px;}
footer .fa-twitter-square{font-size:20px !important; display:none;}
footer .fa-linkedin{font-size:20px !important;color:#1472b0;}

.subnav{font-size:14px;background:#EEE;border-top:1px solid #CCC;border-right:1px solid #CCC;border-left:1px solid #CCC;padding:6px;display:block;margin-bottom:0;}
.subnav:hover{background:#d00b13;color:white;}
.subnav a:link{text-decoration:none !important;}
.subnav a:link{text-decoration:none !important;}
.subnav_aktiv{font-size:16px;border-top:1px solid #CCC;border-right:1px solid #CCC;border-left:1px solid #CCC;padding:6px;display:block;margin-bottom:0;background:#d00b13;color:white;}
.subnav_aktiv:hover{background:#d00b13;color:white;}

.ol-list li{position: relative;font-size:18px;font-family: Roboto;font-weight:normal;}
.ul-list li{position: relative;font-size:18px;font-family: Roboto;font-weight:normal;}

a:hover{color:#333;text-decoration:underline;}

subhead{font-size:24px;color:#6f7a89;font-weight:500;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
li{font-size:18px;}

h1{font-weight:500;}
h2{font-weight:500;}
h3{font-weight:500;color:#6f7a89;}
.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:180px;}
.icon-list i {font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.35em;margin: 10px 0;}
.icon-list .fa-solid{font-size:20px;color:#B1C677;}


/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
header{position:relative;background-color:white;}
#section-26870{display:none;}
#section-26919{display:block;}
}