




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

@import url('/engine/fonts/Lexend-Mega.css');
@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: #333333;
}

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

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


h1 {
	font-size: 28px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

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: #1c3c4f;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #1c3c4f, 0 14px 0 #1c3c4f; }
    
.menu-icon:hover::after {
    background: #a61223;
    box-shadow: 0 7px 0 #a61223, 0 14px 0 #a61223; } 
 
.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: #1c3c4f 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:#1c3c4f transparent transparent;
}

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

footer {
	background:#1c3c4f;
    color: #FFFFFF;
}

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

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #FFFFFF;
}

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: #ffffff;
}

header .menu a,
.row_icons {
	color:#1c3c4f;
    font-size: 14px;
    font-family: 'Lexend Mega';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#1c3c4f;
    font-size: 14px;
}


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #1c3c4f;
	font-family: 'Lexend Mega';
	font-size: 14px;
	background:#ffffff;
	border: 0;
}

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

.tabs-title a:hover {
	color: #a61223;
	background:#EEEEEE;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #EEEEEE;
color: #a61223;
}

header .menu a:hover {
			color: #a61223 !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: #1c3c4f;
}
	
footer a {
	color:#FFFFFF;
}

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

.button:hover, button:hover,
.owl-theme .owl-controls .owl-page span:hover {
	background:#1c3c4f;color:#FFFFFF;}
	
.cd-top {
	background: #a61223 url(../img/cd-top-arrow.svg) no-repeat center 50%;
}

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

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

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




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

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

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lexend Mega';
	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: 'Lexend Mega';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #1c3c4f;
}



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

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






.row_testimonials .flexslider h2 {
	color:#1c3c4f;
	font-size: 24px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#333333;
}

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

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

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

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#1c3c4f;
    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: #a61223;
}

.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: #333333;
	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-67874 { background-image: url(/sites/site0363/media/slider/hd_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67875 img{width:200px;margin-bottom:50px;}
#section-67876 { background-color: #f9f9f9;}
#section-67876 h2{margin-bottom:40px;}
#section-67876 
p{font-size:16px;}
#section-67877 h2{margin-bottom:50px;}
#section-67877 
.fa-xmark{color:#FF0000;}
#section-67877 
li{font-size:16px;}
#section-67878 h2{margin-bottom:50px;}
#section-67878 
.fa-xmark{color:#FF0000;}
#section-67878 
li{font-size:16px;}
#section-67878 
.fa-shield-check{color:green;}
#section-67878 
{padding-top:20px;}
#section-ueber-uns-kurz_slow h1 { color: #1c3c4f;}
#section-ueber-uns-kurz_slow h2 { color: #1c3c4f;}
#section-ueber-uns-kurz_slow h3 { color: #1c3c4f;}
#section-ueber-uns-kurz_slow p { color: #1c3c4f;}
#section-ueber-uns-kurz_slow img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-ueber-uns-kurz_slow 
{background:linear-gradient(to bottom right,#35748c,#cbcecf,#f8fafa);}
#section-kontakt_slow h1 { color: #FFFFFF;}
#section-kontakt_slow h2 { color: #FFFFFF;}
#section-kontakt_slow h3 { color: #FFFFFF;}
#section-kontakt_slow p { color: #EEEEEE;}
#section-kontakt_slow {background:linear-gradient(to top right,#6e071e,#e13347);}
#section-67883 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67884 img{width:120px;margin-bottom:30px;}
#section-67885 h2{margin-bottom:50px;}
#section-67885 
.fa-xmark{color:#FF0000;}
#section-67885 
li{font-size:16px;}
#section-67885 
{padding-top:0px;}
#section-67885 
.fa-lightbulb-on{color:green;}
#section-67885 
.fa-check-circle{color:green;}
#section-67886 { background-color: #a61223;}
#section-67886 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67886 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67890 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67891 img{width:120px;margin-bottom:30px;}
#section-67892 h2{margin-bottom:50px;}
#section-67892 
.fa-xmark{color:#FF0000;}
#section-67892 
li{font-size:16px;}
#section-67892 
{padding-top:0px;}
#section-67892 
.fa-lightbulb-on{color:green;}
#section-67892 
.fa-check-circle{color:green;}
#section-67893 { background-color: #a61223;}
#section-67893 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67893 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67897 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67898 img{width:120px;margin-bottom:30px;}
#section-67899 h2{margin-bottom:50px;}
#section-67899 
.fa-xmark{color:#FF0000;}
#section-67899 
li{font-size:16px;}
#section-67899 
{padding-top:0px;}
#section-67899 
.fa-lightbulb-on{color:green;}
#section-67899 
.fa-check-circle{color:green;}
#section-67900 { background-color: #a61223;}
#section-67900 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67900 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67904 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67905 img{width:120px;margin-bottom:30px;}
#section-67906 h2{margin-bottom:50px;}
#section-67906 
.fa-xmark{color:#FF0000;}
#section-67906 
li{font-size:16px;}
#section-67906 
{padding-top:0px;}
#section-67906 
.fa-lightbulb-on{color:green;}
#section-67906 
.fa-check-circle{color:green;}
#section-67907 { background-color: #a61223;}
#section-67907 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67907 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67911 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67912 img{width:120px;margin-bottom:30px;}
#section-67913 h2{margin-bottom:50px;}
#section-67913 
.fa-xmark{color:#FF0000;}
#section-67913 
li{font-size:16px;}
#section-67913 
{padding-top:0px;}
#section-67913 
.fa-lightbulb-on{color:green;}
#section-67913 
.fa-check-circle{color:green;}
#section-67914 { background-color: #a61223;}
#section-67914 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67914 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67918 { background-image: url(/sites/site0363/media/allgemein/hd_wien2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67918 h1{text-shadow: 0 0 2px #FFF;font-size:36px;}
#section-67918 
{padding-top:60px;padding-bottom:60px;}
#section-67919 { background-image: url(/sites/site0363/media/allgemein/hd_wien2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67919 h1{text-shadow: 0 0 2px #FFF;font-size:36px;}
#section-67919 
{padding-top:200px;padding-bottom:200px;}
#section-67920 img{width:120px;margin-bottom:30px;}
#section-67921 h2{margin-bottom:50px;}
#section-67921 
.fa-xmark{color:#FF0000;}
#section-67921 
li{font-size:16px;}
#section-67921 
{padding-top:0px;}
#section-67921 
.fa-triangle-exclamation{color:#FF0000;}
#section-67922 .fa-shield-check{color:green;}
#section-67922 
h2{margin-bottom:60px;}
#section-67922 
.fa-lightbulb-on{color:green;}
#section-67922 
{padding-top:0px;}
#section-beratung-4-schritte_slow { background-color: #a61223;}
#section-beratung-4-schritte_slow { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-beratung-4-schritte_slow h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67924 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67925 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67926 { background-image: url(/sites/site0363/media/allgemein/hd_bratislava.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67926 h1{text-shadow: 0 0 2px #000;color:#FFF;font-size:36px;}
#section-67926 
{padding-top:60px;padding-bottom:60px;}
#section-67927 { background-image: url(/sites/site0363/media/allgemein/hd_bratislava.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67927 h1{text-shadow: 0 0 2px #000;color:#FFF;font-size:36px;}
#section-67927 
{padding-top:200px;padding-bottom:200px;}
#section-67928 img{width:120px;margin-bottom:30px;}
#section-67929 h2{margin-bottom:50px;}
#section-67929 
.fa-xmark{color:#FF0000;}
#section-67929 
li{font-size:16px;}
#section-67929 
{padding-top:0px;}
#section-67929 
.fa-triangle-exclamation{color:#FF0000;}
#section-67930 .fa-shield-check{color:green;}
#section-67930 
h2{margin-bottom:60px;}
#section-67930 
.fa-lightbulb-on{color:green;}
#section-67930 
{padding-top:0px;}
#section-67931 { background-color: #a61223;}
#section-67931 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67931 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67932 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67933 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67934 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67935 h1{font-size:30px;}
#section-67935 
h2{font-size:22px;font-family:Roboto;text-transform:none;}
#section-67935 
.row{margin-bottom:60px;}
#section-67935 
h3{font-size:18px;}
#section-67935 
.button{font-size:14px;}
#section-67935 
img{display:none;}
#section-67935 
.large-4{background-color:#eee;padding:20px;margin: 0;border-right:20px solid white;border-left:1px solid #1c3c4f;}
#section-67935 
p{display:none;}
#section-67936 bloghead{display:none;}
#section-67937 { background-color: #EEEEEE;}
#section-67937 h1{margin-bottom:20px;}
#section-67937 
bloghead{font-weight:bold;}
#section-67938 {border-top:1px solid #DDD;}
#section-67939 {border-top:1px solid #DDD;}
#section-67939 
ul,li{font-size:18px;}
#section-67940 {border-top:1px solid #DDD;}
#section-67941 {border-top:1px solid #DDD;}
#section-67941 
ul,li{font-size:18px;}
#section-67942 {border-top:1px solid #DDD;}
#section-67942 
ul,li{font-size:18px;}
#section-67943 {border-top:1px solid #DDD;}
#section-67943 
ul,li{font-size:18px;}
#section-67944 {border-top:1px solid #DDD;}
#section-67944 
ul,li{font-size:18px;}
#section-67945 h2{margin-bottom:50px;}
#section-67947 bloghead{display:none;}
#section-67948 { background-color: #EEEEEE;}
#section-67948 h1{margin-bottom:20px;}
#section-67948 
bloghead{font-weight:bold;}
#section-67949 {border-top:1px solid #DDD;}
#section-67950 {border-top:1px solid #DDD;}
#section-67950 
ul,li{font-size:18px;}
#section-67951 {border-top:1px solid #DDD;}
#section-67952 {border-top:1px solid #DDD;}
#section-67952 
ul,li{font-size:18px;}
#section-67953 {border-top:1px solid #DDD;}
#section-67953 
ul,li{font-size:18px;}
#section-67954 {border-top:1px solid #DDD;}
#section-67954 
ul,li{font-size:18px;}
#section-67955 {border-top:1px solid #DDD;}
#section-67955 
ul,li{font-size:18px;}
#section-67956 h2{margin-bottom:50px;}
#section-67958 bloghead{display:none;}
#section-67959 { background-color: #EEEEEE;}
#section-67959 h1{margin-bottom:20px;}
#section-67959 
bloghead{font-weight:bold;}
#section-67960 {border-top:1px solid #DDD;}
#section-67961 {border-top:1px solid #DDD;}
#section-67961 
ul,li{font-size:18px;}
#section-67962 {border-top:1px solid #DDD;}
#section-67963 {border-top:1px solid #DDD;}
#section-67963 
ul,li{font-size:18px;}
#section-67964 {border-top:1px solid #DDD;}
#section-67964 
ul,li{font-size:18px;}
#section-67965 {border-top:1px solid #DDD;}
#section-67965 
ul,li{font-size:18px;}
#section-67966 {border-top:1px solid #DDD;}
#section-67966 
ul,li{font-size:18px;}
#section-67967 h2{margin-bottom:50px;}
#section-67969 bloghead{display:none;}
#section-67970 { background-color: #EEEEEE;}
#section-67970 h1{margin-bottom:20px;}
#section-67970 
bloghead{font-weight:bold;}
#section-67971 {border-top:1px solid #DDD;}
#section-67972 {border-top:1px solid #DDD;}
#section-67972 
ul,li{font-size:18px;}
#section-67973 {border-top:1px solid #DDD;}
#section-67974 {border-top:1px solid #DDD;}
#section-67974 
ul,li{font-size:18px;}
#section-67975 {border-top:1px solid #DDD;}
#section-67975 
ul,li{font-size:18px;}
#section-67976 {border-top:1px solid #DDD;}
#section-67976 
ul,li{font-size:18px;}
#section-67977 h2{margin-bottom:50px;}
#section-67979 bloghead{display:none;}
#section-67980 { background-color: #EEEEEE;}
#section-67980 h1{margin-bottom:20px;}
#section-67980 
bloghead{font-weight:bold;}
#section-67981 {border-top:1px solid #DDD;}
#section-67982 {border-top:1px solid #DDD;}
#section-67982 
ul,li{font-size:18px;}
#section-67983 {border-top:1px solid #DDD;}
#section-67984 {border-top:1px solid #DDD;}
#section-67984 
ul,li{font-size:18px;}
#section-67985 {border-top:1px solid #DDD;}
#section-67985 
ul,li{font-size:18px;}
#section-67986 {border-top:1px solid #DDD;}
#section-67986 
ul,li{font-size:18px;}
#section-67987 {border-top:1px solid #DDD;}
#section-67987 
ul,li{font-size:18px;}
#section-67988 h2{margin-bottom:50px;}
#section-67990 bloghead{display:none;}
#section-67991 { background-color: #EEEEEE;}
#section-67991 h1{margin-bottom:20px;}
#section-67991 
bloghead{font-weight:bold;}
#section-67992 {border-top:1px solid #DDD;}
#section-67993 {border-top:1px solid #DDD;}
#section-67993 
ul,li{font-size:18px;}
#section-67994 {border-top:1px solid #DDD;}
#section-67995 {border-top:1px solid #DDD;}
#section-67995 
ul,li{font-size:18px;}
#section-67996 {border-top:1px solid #DDD;}
#section-67996 
ul,li{font-size:18px;}
#section-67997 {border-top:1px solid #DDD;}
#section-67997 
ul,li{font-size:18px;}
#section-67998 h2{margin-bottom:50px;}
#section-68000 bloghead{display:none;}
#section-68001 { background-color: #EEEEEE;}
#section-68001 h1{margin-bottom:20px;}
#section-68001 
bloghead{font-weight:bold;}
#section-68002 {border-top:1px solid #DDD;}
#section-68003 {border-top:1px solid #DDD;}
#section-68003 
ul,li{font-size:18px;}
#section-68004 {border-top:1px solid #DDD;}
#section-68005 {border-top:1px solid #DDD;}
#section-68005 
ul,li{font-size:18px;}
#section-68006 {border-top:1px solid #DDD;}
#section-68006 
ul,li{font-size:18px;}
#section-68007 {border-top:1px solid #DDD;}
#section-68007 
ul,li{font-size:18px;}
#section-68008 {border-top:1px solid #DDD;}
#section-68008 
ul,li{font-size:18px;}
#section-68009 h2{margin-bottom:50px;}
#section-68011 bloghead{display:none;}
#section-68012 { background-color: #EEEEEE;}
#section-68012 h1{margin-bottom:20px;}
#section-68012 
bloghead{font-weight:bold;}
#section-68013 {border-top:1px solid #DDD;}
#section-68014 {border-top:1px solid #DDD;}
#section-68014 
ul,li{font-size:18px;}
#section-68015 {border-top:1px solid #DDD;}
#section-68016 {border-top:1px solid #DDD;}
#section-68016 
ul,li{font-size:18px;}
#section-68017 {border-top:1px solid #DDD;}
#section-68017 
ul,li{font-size:18px;}
#section-68018 {border-top:1px solid #DDD;}
#section-68018 
ul,li{font-size:18px;}
#section-68019 h2{margin-bottom:50px;}
#section-68021 bloghead{display:none;}
#section-68022 { background-color: #EEEEEE;}
#section-68022 h1{margin-bottom:20px;}
#section-68022 
bloghead{font-weight:bold;}
#section-68023 {border-top:1px solid #DDD;}
#section-68024 {border-top:1px solid #DDD;}
#section-68024 
ul,li{font-size:18px;}
#section-68025 {border-top:1px solid #DDD;}
#section-68026 {border-top:1px solid #DDD;}
#section-68026 
ul,li{font-size:18px;}
#section-68027 {border-top:1px solid #DDD;}
#section-68027 
ul,li{font-size:18px;}
#section-68028 {border-top:1px solid #DDD;}
#section-68028 
ul,li{font-size:18px;}
#section-68029 h2{margin-bottom:50px;}
#section-68031 bloghead{display:none;}
#section-68032 { background-color: #EEEEEE;}
#section-68032 h1{margin-bottom:20px;}
#section-68032 
bloghead{font-weight:bold;}
#section-68033 {border-top:1px solid #DDD;}
#section-68034 {border-top:1px solid #DDD;}
#section-68034 
ul,li{font-size:18px;}
#section-68035 {border-top:1px solid #DDD;}
#section-68036 {border-top:1px solid #DDD;}
#section-68036 
ul,li{font-size:18px;}
#section-68037 {border-top:1px solid #DDD;}
#section-68037 
ul,li{font-size:18px;}
#section-68038 h2{margin-bottom:50px;}
#section-68040 bloghead{display:none;}
#section-68041 { background-color: #EEEEEE;}
#section-68041 h1{margin-bottom:20px;}
#section-68041 
bloghead{font-weight:bold;}
#section-68042 {border-top:1px solid #DDD;}
#section-68043 {border-top:1px solid #DDD;}
#section-68043 
ul,li{font-size:18px;}
#section-68044 {border-top:1px solid #DDD;}
#section-68045 {border-top:1px solid #DDD;}
#section-68045 
ul,li{font-size:18px;}
#section-68046 {border-top:1px solid #DDD;}
#section-68046 
ul,li{font-size:18px;}
#section-68047 {border-top:1px solid #DDD;}
#section-68047 
ul,li{font-size:18px;}
#section-68048 h2{margin-bottom:50px;}
#section-68050 bloghead{display:none;}
#section-68051 { background-color: #EEEEEE;}
#section-68051 h1{margin-bottom:20px;}
#section-68051 
bloghead{font-weight:bold;}
#section-68052 {border-top:1px solid #DDD;}
#section-68053 {border-top:1px solid #DDD;}
#section-68053 
ul,li{font-size:18px;}
#section-68054 {border-top:1px solid #DDD;}
#section-68055 {border-top:1px solid #DDD;}
#section-68055 
ul,li{font-size:18px;}
#section-68056 h2{margin-bottom:50px;}
#section-68058 bloghead{display:none;}
#section-68059 { background-color: #EEEEEE;}
#section-68059 h1{margin-bottom:20px;}
#section-68059 
bloghead{font-weight:bold;}
#section-68060 {border-top:1px solid #DDD;}
#section-68061 {border-top:1px solid #DDD;}
#section-68061 
ul,li{font-size:18px;}
#section-68062 {border-top:1px solid #DDD;}
#section-68063 {border-top:1px solid #DDD;}
#section-68063 
ul,li{font-size:18px;}
#section-68064 {border-top:1px solid #DDD;}
#section-68064 
ul,li{font-size:18px;}
#section-68065 {border-top:1px solid #DDD;}
#section-68065 
ul,li{font-size:18px;}
#section-68066 h2{margin-bottom:50px;}
#section-68068 bloghead{display:none;}
#section-68069 { background-color: #EEEEEE;}
#section-68069 h1{margin-bottom:20px;}
#section-68069 
bloghead{font-weight:bold;}
#section-68070 {border-top:1px solid #DDD;}
#section-68071 {border-top:1px solid #DDD;}
#section-68071 
ul,li{font-size:18px;}
#section-68072 {border-top:1px solid #DDD;}
#section-68073 {border-top:1px solid #DDD;}
#section-68073 
ul,li{font-size:18px;}
#section-68074 {border-top:1px solid #DDD;}
#section-68074 
ul,li{font-size:18px;}
#section-68075 {border-top:1px solid #DDD;}
#section-68075 
ul,li{font-size:18px;}
#section-68076 h2{margin-bottom:50px;}
#section-68078 bloghead{display:none;}
#section-68079 { background-color: #EEEEEE;}
#section-68079 h1{margin-bottom:20px;}
#section-68079 
bloghead{font-weight:bold;}
#section-68080 {border-top:1px solid #DDD;}
#section-68081 {border-top:1px solid #DDD;}
#section-68081 
ul,li{font-size:18px;}
#section-68082 {border-top:1px solid #DDD;}
#section-68083 {border-top:1px solid #DDD;}
#section-68083 
ul,li{font-size:18px;}
#section-68084 {border-top:1px solid #DDD;}
#section-68084 
ul,li{font-size:18px;}
#section-68087 bloghead{display:none;}
#section-68088 { background-color: #EEEEEE;}
#section-68088 h1{margin-bottom:20px;}
#section-68088 
bloghead{font-weight:bold;}
#section-68089 {border-top:1px solid #DDD;}
#section-68090 {border-top:1px solid #DDD;}
#section-68090 
ul,li{font-size:18px;}
#section-68091 {border-top:1px solid #DDD;}
#section-68092 {border-top:1px solid #DDD;}
#section-68092 
ul,li{font-size:18px;}
#section-68093 {border-top:1px solid #DDD;}
#section-68093 
ul,li{font-size:18px;}
#section-3-blogartikel-zufall_slow {border-top:1px solid #1c3c4f;}
#section-3-blogartikel-zufall_slow 
h2{margin-bottom:50px;}
#section-3-blogartikel-zufall_slow 
.large-4{background-color:#eee;padding:20px;margin: 0;border-right:20px solid white;border-left:1px solid #1c3c4f;}
#section-3-blogartikel-zufall_slow 
p{display:none;}
#section-3-blogartikel-zufall_slow 
img{display:none;}
#section-3-blogartikel-zufall_slow 
h3{font-size:16px;}
#section-3-blogartikel-zufall_slow 
.button{font-size:14px;}
#section-68096 { background-image: url(/sites/site0363/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-68096 h1{font-size:40px;line-height:35px;}
#section-68096 
{padding-top:70px;padding-bottom:50px;}
#section-68097 { background-image: url(/sites/site0363/media/slider/hd_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-68097 h1{font-size:70px;line-height:60px;}
#section-68097 
{padding-top:150px;padding-bottom:150px;}
#section-68098 img{width:120px;margin-bottom:30px;}
#section-68103 img{border-radius:50%;border:7px solid #EEE;}
#section-68108 { background-color: #EEEEEE;}

/* Custom Styles */

h5#logo-center{height:120px;}
#header_deutsch_flag{width:25px;}
#header_english_flag{width:25px;}

a:hover{color:#222;}
header{padding:10px 0 10px 0;}
header .row {max-width: 90% !important;}
.row {max-width: 65% !important;}
.button{font-size:18px;border-radius:8px;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:20px;color:#333;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}

small{color:#888 !important;}

zitat{font-size:22px;color:#666;font-style:italic;}

.top-bar-right {text-transform:uppercase;font-weight:400;}
.top-bar-right li {background-color: #fafafa !important;border-radius: 2px; margin-right:5px;}
.top-bar-right li:hover {background-color: #EEEEEE !important;border-radius: 2px; }

h1{text-transform:uppercase;font-weight:400;}
h2{text-transform:uppercase;font-weight:400;}
h3{font-weight:500;font-family:Roboto;}

.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:18px;}
.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:18px;color:#1c3c4f;}


/* MOBILE ANSICHTEN */
@media screen and (max-width: 899px){
.row {max-width: 95% !important;}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
}