




/* ---------- 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: 12px;
    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: 12px;
}


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: 12px;
	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/site0356/media/logo/logo.svg);
	background-repeat: no-repeat;
}

h5#logo_footer a  {
	background-image: url(../../sites/site0356/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-65796 { background-image: url(/sites/site0356/media/slider/hd_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65799 img{width:200px;margin-bottom:50px;}
#section-65800 { background-color: #f9f9f9;}
#section-65800 h2{margin-bottom:40px;}
#section-65800 
p{font-size:16px;}
#section-65802 h2{margin-bottom:50px;}
#section-65802 
.fa-xmark{color:#FF0000;}
#section-65802 
li{font-size:16px;}
#section-ueber-uns-kurz h1 { color: #1c3c4f;}
#section-ueber-uns-kurz h2 { color: #1c3c4f;}
#section-ueber-uns-kurz h3 { color: #1c3c4f;}
#section-ueber-uns-kurz p { color: #1c3c4f;}
#section-ueber-uns-kurz img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-ueber-uns-kurz 
{background:linear-gradient(to bottom right,#35748c,#cbcecf,#f8fafa);}
#section-kontakt h1 { color: #FFFFFF;}
#section-kontakt h2 { color: #FFFFFF;}
#section-kontakt h3 { color: #FFFFFF;}
#section-kontakt p { color: #EEEEEE;}
#section-kontakt {background:linear-gradient(to top right,#6e071e,#e13347);}
#section-65808 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-65817 h1{font-size:30px;}
#section-65817 
h2{font-size:22px;font-family:Roboto;text-transform:none;}
#section-65817 
.row{margin-bottom:60px;}
#section-65817 
h3{font-size:18px;}
#section-65817 
.button{font-size:14px;}
#section-65817 
img{display:none;}
#section-65817 
.large-4{background-color:#eee;padding:20px;margin: 0;border-right:20px solid white;border-left:1px solid #1c3c4f;}
#section-65817 
p{display:none;}
#section-65818 { background-color: #EEEEEE;}
#section-65818 h1{margin-bottom:20px;}
#section-65818 
bloghead{font-weight:bold;}
#section-65819 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-3-blogartikel-zufall {border-top:1px solid #1c3c4f;}
#section-3-blogartikel-zufall 
h2{margin-bottom:50px;}
#section-3-blogartikel-zufall 
.large-4{background-color:#eee;padding:20px;margin: 0;border-right:20px solid white;border-left:1px solid #1c3c4f;}
#section-3-blogartikel-zufall 
p{display:none;}
#section-3-blogartikel-zufall 
img{display:none;}
#section-3-blogartikel-zufall 
h3{font-size:16px;}
#section-3-blogartikel-zufall 
.button{font-size:14px;}
#section-65839 { background-color: #EEEEEE;}
#section-66782 h2{margin-bottom:50px;}
#section-66782 
.fa-xmark{color:#FF0000;}
#section-66782 
li{font-size:16px;}
#section-66782 
.fa-shield-check{color:green;}
#section-66782 
{padding-top:20px;}
#section-66815 { background-image: url(/sites/site0356/media/allgemein/hd_wien2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66815 h1{text-shadow: 0 0 2px #FFF;font-size:36px;}
#section-66815 
{padding-top:200px;padding-bottom:200px;}
#section-66816 img{width:120px;margin-bottom:30px;}
#section-66817 h2{margin-bottom:50px;}
#section-66817 
.fa-xmark{color:#FF0000;}
#section-66817 
li{font-size:16px;}
#section-66817 
{padding-top:0px;}
#section-66817 
.fa-triangle-exclamation{color:#FF0000;}
#section-66818 .fa-shield-check{color:green;}
#section-66818 
h2{margin-bottom:60px;}
#section-66818 
.fa-lightbulb-on{color:green;}
#section-66818 
{padding-top:0px;}
#section-beratung-4-schritte { background-color: #a61223;}
#section-beratung-4-schritte { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-beratung-4-schritte h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-66822 { background-image: url(/sites/site0356/media/allgemein/hd_bratislava.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66822 h1{text-shadow: 0 0 2px #000;color:#FFF;font-size:36px;}
#section-66822 
{padding-top:200px;padding-bottom:200px;}
#section-66823 img{width:120px;margin-bottom:30px;}
#section-66824 h2{margin-bottom:50px;}
#section-66824 
.fa-xmark{color:#FF0000;}
#section-66824 
li{font-size:16px;}
#section-66824 
{padding-top:0px;}
#section-66824 
.fa-triangle-exclamation{color:#FF0000;}
#section-66825 .fa-shield-check{color:green;}
#section-66825 
h2{margin-bottom:60px;}
#section-66825 
.fa-lightbulb-on{color:green;}
#section-66825 
{padding-top:0px;}
#section-66826 { background-color: #a61223;}
#section-66826 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66826 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-66829 img{border-radius:50%;border:7px solid #EEE;}
#section-66832 { background-image: url(/sites/site0356/media/slider/hd_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66832 h1{font-size:70px;line-height:60px;}
#section-66832 
{padding-top:150px;padding-bottom:150px;}
#section-66833 img{width:120px;margin-bottom:30px;}
#section-66838 {border-top:1px solid #DDD;}
#section-66839 {border-top:1px solid #DDD;}
#section-66839 
ul,li{font-size:18px;}
#section-66840 {border-top:1px solid #DDD;}
#section-66841 {border-top:1px solid #DDD;}
#section-66841 
ul,li{font-size:18px;}
#section-66842 {border-top:1px solid #DDD;}
#section-66842 
ul,li{font-size:18px;}
#section-66845 { background-image: url(/sites/site0356/media/allgemein/hd_wien2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66845 h1{text-shadow: 0 0 2px #FFF;font-size:36px;}
#section-66845 
{padding-top:60px;padding-bottom:60px;}
#section-66846 { background-image: url(/sites/site0356/media/allgemein/hd_bratislava.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66846 h1{text-shadow: 0 0 2px #000;color:#FFF;font-size:36px;}
#section-66846 
{padding-top:60px;padding-bottom:60px;}
#section-66847 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66847 h1{font-size:40px;line-height:35px;}
#section-66847 
{padding-top:70px;padding-bottom:50px;}
#section-66903 { background-color: #EEEEEE;}
#section-66903 h1{margin-bottom:20px;}
#section-66903 
bloghead{font-weight:bold;}
#section-66904 {border-top:1px solid #DDD;}
#section-66905 {border-top:1px solid #DDD;}
#section-66905 
ul,li{font-size:18px;}
#section-66906 {border-top:1px solid #DDD;}
#section-66907 {border-top:1px solid #DDD;}
#section-66907 
ul,li{font-size:18px;}
#section-66908 {border-top:1px solid #DDD;}
#section-66908 
ul,li{font-size:18px;}
#section-66909 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66911 { background-color: #EEEEEE;}
#section-66911 h1{margin-bottom:20px;}
#section-66911 
bloghead{font-weight:bold;}
#section-66912 {border-top:1px solid #DDD;}
#section-66913 {border-top:1px solid #DDD;}
#section-66913 
ul,li{font-size:18px;}
#section-66914 {border-top:1px solid #DDD;}
#section-66915 {border-top:1px solid #DDD;}
#section-66915 
ul,li{font-size:18px;}
#section-66916 {border-top:1px solid #DDD;}
#section-66916 
ul,li{font-size:18px;}
#section-66917 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66918 h2{margin-bottom:50px;}
#section-66919 {border-top:1px solid #DDD;}
#section-66919 
ul,li{font-size:18px;}
#section-66920 { background-color: #EEEEEE;}
#section-66920 h1{margin-bottom:20px;}
#section-66920 
bloghead{font-weight:bold;}
#section-66921 {border-top:1px solid #DDD;}
#section-66922 {border-top:1px solid #DDD;}
#section-66922 
ul,li{font-size:18px;}
#section-66923 {border-top:1px solid #DDD;}
#section-66924 {border-top:1px solid #DDD;}
#section-66924 
ul,li{font-size:18px;}
#section-66925 {border-top:1px solid #DDD;}
#section-66925 
ul,li{font-size:18px;}
#section-66926 {border-top:1px solid #DDD;}
#section-66926 
ul,li{font-size:18px;}
#section-66927 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66928 h2{margin-bottom:50px;}
#section-66929 { background-color: #EEEEEE;}
#section-66929 h1{margin-bottom:20px;}
#section-66929 
bloghead{font-weight:bold;}
#section-66930 {border-top:1px solid #DDD;}
#section-66931 {border-top:1px solid #DDD;}
#section-66931 
ul,li{font-size:18px;}
#section-66932 {border-top:1px solid #DDD;}
#section-66933 {border-top:1px solid #DDD;}
#section-66933 
ul,li{font-size:18px;}
#section-66936 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66937 h2{margin-bottom:50px;}
#section-66938 bloghead{display:none;}
#section-66939 bloghead{display:none;}
#section-66940 bloghead{display:none;}
#section-66941 bloghead{display:none;}
#section-66942 bloghead{display:none;}
#section-66943 bloghead{display:none;}
#section-66944 { background-color: #EEEEEE;}
#section-66944 h1{margin-bottom:20px;}
#section-66944 
bloghead{font-weight:bold;}
#section-66945 {border-top:1px solid #DDD;}
#section-66946 {border-top:1px solid #DDD;}
#section-66946 
ul,li{font-size:18px;}
#section-66947 {border-top:1px solid #DDD;}
#section-66948 {border-top:1px solid #DDD;}
#section-66948 
ul,li{font-size:18px;}
#section-66949 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66950 h2{margin-bottom:50px;}
#section-66951 {border-top:1px solid #DDD;}
#section-66951 
ul,li{font-size:18px;}
#section-66952 {border-top:1px solid #DDD;}
#section-66952 
ul,li{font-size:18px;}
#section-66953 bloghead{display:none;}
#section-66954 { background-color: #EEEEEE;}
#section-66954 h1{margin-bottom:20px;}
#section-66954 
bloghead{font-weight:bold;}
#section-66955 {border-top:1px solid #DDD;}
#section-66956 {border-top:1px solid #DDD;}
#section-66956 
ul,li{font-size:18px;}
#section-66957 {border-top:1px solid #DDD;}
#section-66958 {border-top:1px solid #DDD;}
#section-66958 
ul,li{font-size:18px;}
#section-66959 {border-top:1px solid #DDD;}
#section-66959 
ul,li{font-size:18px;}
#section-66961 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66962 h2{margin-bottom:50px;}
#section-66963 bloghead{display:none;}
#section-66964 { background-color: #EEEEEE;}
#section-66964 h1{margin-bottom:20px;}
#section-66964 
bloghead{font-weight:bold;}
#section-66965 {border-top:1px solid #DDD;}
#section-66966 {border-top:1px solid #DDD;}
#section-66966 
ul,li{font-size:18px;}
#section-66967 {border-top:1px solid #DDD;}
#section-66968 {border-top:1px solid #DDD;}
#section-66968 
ul,li{font-size:18px;}
#section-66969 {border-top:1px solid #DDD;}
#section-66969 
ul,li{font-size:18px;}
#section-66970 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66971 h2{margin-bottom:50px;}
#section-66972 {border-top:1px solid #DDD;}
#section-66972 
ul,li{font-size:18px;}
#section-66973 bloghead{display:none;}
#section-66974 { background-color: #EEEEEE;}
#section-66974 h1{margin-bottom:20px;}
#section-66974 
bloghead{font-weight:bold;}
#section-66975 {border-top:1px solid #DDD;}
#section-66976 {border-top:1px solid #DDD;}
#section-66976 
ul,li{font-size:18px;}
#section-66977 {border-top:1px solid #DDD;}
#section-66978 {border-top:1px solid #DDD;}
#section-66978 
ul,li{font-size:18px;}
#section-66979 {border-top:1px solid #DDD;}
#section-66979 
ul,li{font-size:18px;}
#section-66980 {border-top:1px solid #DDD;}
#section-66980 
ul,li{font-size:18px;}
#section-66981 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66982 h2{margin-bottom:50px;}
#section-66983 bloghead{display:none;}
#section-66984 { background-color: #EEEEEE;}
#section-66984 h1{margin-bottom:20px;}
#section-66984 
bloghead{font-weight:bold;}
#section-66985 {border-top:1px solid #DDD;}
#section-66986 {border-top:1px solid #DDD;}
#section-66986 
ul,li{font-size:18px;}
#section-66987 {border-top:1px solid #DDD;}
#section-66988 {border-top:1px solid #DDD;}
#section-66988 
ul,li{font-size:18px;}
#section-66989 {border-top:1px solid #DDD;}
#section-66989 
ul,li{font-size:18px;}
#section-66990 {border-top:1px solid #DDD;}
#section-66990 
ul,li{font-size:18px;}
#section-66991 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-66992 h2{margin-bottom:50px;}
#section-66994 {border-top:1px solid #DDD;}
#section-66994 
ul,li{font-size:18px;}
#section-66995 bloghead{display:none;}
#section-66996 { background-color: #EEEEEE;}
#section-66996 h1{margin-bottom:20px;}
#section-66996 
bloghead{font-weight:bold;}
#section-66997 {border-top:1px solid #DDD;}
#section-66998 {border-top:1px solid #DDD;}
#section-66998 
ul,li{font-size:18px;}
#section-66999 {border-top:1px solid #DDD;}
#section-67000 {border-top:1px solid #DDD;}
#section-67000 
ul,li{font-size:18px;}
#section-67001 {border-top:1px solid #DDD;}
#section-67001 
ul,li{font-size:18px;}
#section-67002 {border-top:1px solid #DDD;}
#section-67002 
ul,li{font-size:18px;}
#section-67004 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67005 h2{margin-bottom:50px;}
#section-67007 bloghead{display:none;}
#section-67008 { background-color: #EEEEEE;}
#section-67008 h1{margin-bottom:20px;}
#section-67008 
bloghead{font-weight:bold;}
#section-67009 {border-top:1px solid #DDD;}
#section-67010 {border-top:1px solid #DDD;}
#section-67010 
ul,li{font-size:18px;}
#section-67011 {border-top:1px solid #DDD;}
#section-67012 {border-top:1px solid #DDD;}
#section-67012 
ul,li{font-size:18px;}
#section-67013 {border-top:1px solid #DDD;}
#section-67013 
ul,li{font-size:18px;}
#section-67014 {border-top:1px solid #DDD;}
#section-67014 
ul,li{font-size:18px;}
#section-67015 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67016 h2{margin-bottom:50px;}
#section-67018 {border-top:1px solid #DDD;}
#section-67018 
ul,li{font-size:18px;}
#section-67019 bloghead{display:none;}
#section-67020 { background-color: #EEEEEE;}
#section-67020 h1{margin-bottom:20px;}
#section-67020 
bloghead{font-weight:bold;}
#section-67021 {border-top:1px solid #DDD;}
#section-67022 {border-top:1px solid #DDD;}
#section-67022 
ul,li{font-size:18px;}
#section-67023 {border-top:1px solid #DDD;}
#section-67024 {border-top:1px solid #DDD;}
#section-67024 
ul,li{font-size:18px;}
#section-67025 {border-top:1px solid #DDD;}
#section-67025 
ul,li{font-size:18px;}
#section-67027 {border-top:1px solid #DDD;}
#section-67027 
ul,li{font-size:18px;}
#section-67028 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67029 h2{margin-bottom:50px;}
#section-67031 bloghead{display:none;}
#section-67032 { background-color: #EEEEEE;}
#section-67032 h1{margin-bottom:20px;}
#section-67032 
bloghead{font-weight:bold;}
#section-67033 {border-top:1px solid #DDD;}
#section-67034 {border-top:1px solid #DDD;}
#section-67034 
ul,li{font-size:18px;}
#section-67035 {border-top:1px solid #DDD;}
#section-67036 {border-top:1px solid #DDD;}
#section-67036 
ul,li{font-size:18px;}
#section-67037 {border-top:1px solid #DDD;}
#section-67037 
ul,li{font-size:18px;}
#section-67038 {border-top:1px solid #DDD;}
#section-67038 
ul,li{font-size:18px;}
#section-67039 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67040 h2{margin-bottom:50px;}
#section-67042 {border-top:1px solid #DDD;}
#section-67042 
ul,li{font-size:18px;}
#section-67043 bloghead{display:none;}
#section-67044 { background-color: #EEEEEE;}
#section-67044 h1{margin-bottom:20px;}
#section-67044 
bloghead{font-weight:bold;}
#section-67045 {border-top:1px solid #DDD;}
#section-67046 {border-top:1px solid #DDD;}
#section-67046 
ul,li{font-size:18px;}
#section-67047 {border-top:1px solid #DDD;}
#section-67048 {border-top:1px solid #DDD;}
#section-67048 
ul,li{font-size:18px;}
#section-67049 {border-top:1px solid #DDD;}
#section-67049 
ul,li{font-size:18px;}
#section-67050 {border-top:1px solid #DDD;}
#section-67050 
ul,li{font-size:18px;}
#section-67051 {border-top:1px solid #DDD;}
#section-67051 
ul,li{font-size:18px;}
#section-67052 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67053 h2{margin-bottom:50px;}
#section-67055 bloghead{display:none;}
#section-67056 { background-color: #EEEEEE;}
#section-67056 h1{margin-bottom:20px;}
#section-67056 
bloghead{font-weight:bold;}
#section-67057 {border-top:1px solid #DDD;}
#section-67058 {border-top:1px solid #DDD;}
#section-67058 
ul,li{font-size:18px;}
#section-67059 {border-top:1px solid #DDD;}
#section-67060 {border-top:1px solid #DDD;}
#section-67060 
ul,li{font-size:18px;}
#section-67061 {border-top:1px solid #DDD;}
#section-67061 
ul,li{font-size:18px;}
#section-67062 {border-top:1px solid #DDD;}
#section-67062 
ul,li{font-size:18px;}
#section-67063 {border-top:1px solid #DDD;}
#section-67063 
ul,li{font-size:18px;}
#section-67064 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67065 h2{margin-bottom:50px;}
#section-67067 img{width:120px;margin-bottom:30px;}
#section-67068 h2{margin-bottom:50px;}
#section-67068 
.fa-xmark{color:#FF0000;}
#section-67068 
li{font-size:16px;}
#section-67068 
{padding-top:0px;}
#section-67068 
.fa-lightbulb-on{color:green;}
#section-67068 
.fa-check-circle{color:green;}
#section-67069 { background-color: #a61223;}
#section-67069 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67069 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67070 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67071 img{width:120px;margin-bottom:30px;}
#section-67072 h2{margin-bottom:50px;}
#section-67072 
.fa-xmark{color:#FF0000;}
#section-67072 
li{font-size:16px;}
#section-67072 
{padding-top:0px;}
#section-67072 
.fa-lightbulb-on{color:green;}
#section-67072 
.fa-check-circle{color:green;}
#section-67073 { background-color: #a61223;}
#section-67073 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67073 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67077 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67078 img{width:120px;margin-bottom:30px;}
#section-67079 h2{margin-bottom:50px;}
#section-67079 
.fa-xmark{color:#FF0000;}
#section-67079 
li{font-size:16px;}
#section-67079 
{padding-top:0px;}
#section-67079 
.fa-lightbulb-on{color:green;}
#section-67079 
.fa-check-circle{color:green;}
#section-67080 { background-color: #a61223;}
#section-67080 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67080 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67084 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67085 img{width:120px;margin-bottom:30px;}
#section-67086 h2{margin-bottom:50px;}
#section-67086 
.fa-xmark{color:#FF0000;}
#section-67086 
li{font-size:16px;}
#section-67086 
{padding-top:0px;}
#section-67086 
.fa-lightbulb-on{color:green;}
#section-67086 
.fa-check-circle{color:green;}
#section-67087 { background-color: #a61223;}
#section-67087 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67087 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67091 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67092 img{width:120px;margin-bottom:30px;}
#section-67093 h2{margin-bottom:50px;}
#section-67093 
.fa-xmark{color:#FF0000;}
#section-67093 
li{font-size:16px;}
#section-67093 
{padding-top:0px;}
#section-67093 
.fa-lightbulb-on{color:green;}
#section-67093 
.fa-check-circle{color:green;}
#section-67094 { background-color: #a61223;}
#section-67094 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67094 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67098 { background-image: url(/sites/site0356/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}

/* Custom Styles */

h5#logo-center{height:120px;}
#header_english_flag{width:25px;}
#header_slovak_flag{width:25px;}

a:hover{color:#222;}
header{padding:10px 0 10px 0;}
header .row {max-width: 93% !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; }
.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n) a {margin-left:10px;padding: 0px;background:none;}
.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n) li:hover {background:none !important;}

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;}
}