




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

h5#logo_footer a  {
	background-image: url(../../sites/site0362/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-67595 { background-image: url(/sites/site0362/media/slider/hd_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67596 img{width:200px;margin-bottom:50px;}
#section-67597 { background-color: #f9f9f9;}
#section-67597 h2{margin-bottom:40px;}
#section-67597 
p{font-size:16px;}
#section-67598 h2{margin-bottom:50px;}
#section-67598 
.fa-xmark{color:#FF0000;}
#section-67598 
li{font-size:16px;}
#section-67599 h2{margin-bottom:50px;}
#section-67599 
.fa-xmark{color:#FF0000;}
#section-67599 
li{font-size:16px;}
#section-67599 
.fa-shield-check{color:green;}
#section-67599 
{padding-top:20px;}
#section-ueber-uns-kurz_en h1 { color: #1c3c4f;}
#section-ueber-uns-kurz_en h2 { color: #1c3c4f;}
#section-ueber-uns-kurz_en h3 { color: #1c3c4f;}
#section-ueber-uns-kurz_en p { color: #1c3c4f;}
#section-ueber-uns-kurz_en img{border-radius:50%;border: 8px solid rgba(255,255,255,0.7);}
#section-ueber-uns-kurz_en 
{background:linear-gradient(to bottom right,#35748c,#cbcecf,#f8fafa);}
#section-kontakt_en h1 { color: #FFFFFF;}
#section-kontakt_en h2 { color: #FFFFFF;}
#section-kontakt_en h3 { color: #FFFFFF;}
#section-kontakt_en p { color: #EEEEEE;}
#section-kontakt_en {background:linear-gradient(to top right,#6e071e,#e13347);}
#section-67604 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67605 img{width:120px;margin-bottom:30px;}
#section-67606 h2{margin-bottom:50px;}
#section-67606 
.fa-xmark{color:#FF0000;}
#section-67606 
li{font-size:16px;}
#section-67606 
{padding-top:0px;}
#section-67606 
.fa-lightbulb-on{color:green;}
#section-67606 
.fa-check-circle{color:green;}
#section-67607 { background-color: #a61223;}
#section-67607 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67607 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67611 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67612 img{width:120px;margin-bottom:30px;}
#section-67613 h2{margin-bottom:50px;}
#section-67613 
.fa-xmark{color:#FF0000;}
#section-67613 
li{font-size:16px;}
#section-67613 
{padding-top:0px;}
#section-67613 
.fa-lightbulb-on{color:green;}
#section-67613 
.fa-check-circle{color:green;}
#section-67614 { background-color: #a61223;}
#section-67614 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67614 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67618 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67619 img{width:120px;margin-bottom:30px;}
#section-67620 h2{margin-bottom:50px;}
#section-67620 
.fa-xmark{color:#FF0000;}
#section-67620 
li{font-size:16px;}
#section-67620 
{padding-top:0px;}
#section-67620 
.fa-lightbulb-on{color:green;}
#section-67620 
.fa-check-circle{color:green;}
#section-67621 { background-color: #a61223;}
#section-67621 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67621 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67625 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67626 img{width:120px;margin-bottom:30px;}
#section-67627 h2{margin-bottom:50px;}
#section-67627 
.fa-xmark{color:#FF0000;}
#section-67627 
li{font-size:16px;}
#section-67627 
{padding-top:0px;}
#section-67627 
.fa-lightbulb-on{color:green;}
#section-67627 
.fa-check-circle{color:green;}
#section-67628 { background-color: #a61223;}
#section-67628 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67628 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67632 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67633 img{width:120px;margin-bottom:30px;}
#section-67634 h2{margin-bottom:50px;}
#section-67634 
.fa-xmark{color:#FF0000;}
#section-67634 
li{font-size:16px;}
#section-67634 
{padding-top:0px;}
#section-67634 
.fa-lightbulb-on{color:green;}
#section-67634 
.fa-check-circle{color:green;}
#section-67635 { background-color: #a61223;}
#section-67635 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67635 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67639 { background-image: url(/sites/site0362/media/allgemein/hd_wien2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67639 h1{text-shadow: 0 0 2px #FFF;font-size:36px;}
#section-67639 
{padding-top:60px;padding-bottom:60px;}
#section-67640 { background-image: url(/sites/site0362/media/allgemein/hd_wien2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67640 h1{text-shadow: 0 0 2px #FFF;font-size:36px;}
#section-67640 
{padding-top:200px;padding-bottom:200px;}
#section-67641 img{width:120px;margin-bottom:30px;}
#section-67642 h2{margin-bottom:50px;}
#section-67642 
.fa-xmark{color:#FF0000;}
#section-67642 
li{font-size:16px;}
#section-67642 
{padding-top:0px;}
#section-67642 
.fa-triangle-exclamation{color:#FF0000;}
#section-67643 .fa-shield-check{color:green;}
#section-67643 
h2{margin-bottom:60px;}
#section-67643 
.fa-lightbulb-on{color:green;}
#section-67643 
{padding-top:0px;}
#section-beratung-4-schritte_en { background-color: #a61223;}
#section-beratung-4-schritte_en { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-beratung-4-schritte_en h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67645 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67646 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67647 { background-image: url(/sites/site0362/media/allgemein/hd_bratislava.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67647 h1{text-shadow: 0 0 2px #000;color:#FFF;font-size:36px;}
#section-67647 
{padding-top:60px;padding-bottom:60px;}
#section-67648 { background-image: url(/sites/site0362/media/allgemein/hd_bratislava.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67648 h1{text-shadow: 0 0 2px #000;color:#FFF;font-size:36px;}
#section-67648 
{padding-top:200px;padding-bottom:200px;}
#section-67649 img{width:120px;margin-bottom:30px;}
#section-67650 h2{margin-bottom:50px;}
#section-67650 
.fa-xmark{color:#FF0000;}
#section-67650 
li{font-size:16px;}
#section-67650 
{padding-top:0px;}
#section-67650 
.fa-triangle-exclamation{color:#FF0000;}
#section-67651 .fa-shield-check{color:green;}
#section-67651 
h2{margin-bottom:60px;}
#section-67651 
.fa-lightbulb-on{color:green;}
#section-67651 
{padding-top:0px;}
#section-67652 { background-color: #a61223;}
#section-67652 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67652 h2{margin-bottom:60px;text-shadow:0 0 4px #FFF;}
#section-67655 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67656 h1{font-size:30px;}
#section-67656 
h2{font-size:22px;font-family:Roboto;text-transform:none;}
#section-67656 
.row{margin-bottom:60px;}
#section-67656 
h3{font-size:18px;}
#section-67656 
.button{font-size:14px;}
#section-67656 
img{display:none;}
#section-67656 
.large-4{background-color:#eee;padding:20px;margin: 0;border-right:20px solid white;border-left:1px solid #1c3c4f;}
#section-67656 
p{display:none;}
#section-67657 bloghead{display:none;}
#section-67658 { background-color: #EEEEEE;}
#section-67658 h1{margin-bottom:20px;}
#section-67658 
bloghead{font-weight:bold;}
#section-67659 {border-top:1px solid #DDD;}
#section-67660 {border-top:1px solid #DDD;}
#section-67660 
ul,li{font-size:18px;}
#section-67661 {border-top:1px solid #DDD;}
#section-67662 {border-top:1px solid #DDD;}
#section-67662 
ul,li{font-size:18px;}
#section-67663 {border-top:1px solid #DDD;}
#section-67663 
ul,li{font-size:18px;}
#section-67664 {border-top:1px solid #DDD;}
#section-67664 
ul,li{font-size:18px;}
#section-67665 {border-top:1px solid #DDD;}
#section-67665 
ul,li{font-size:18px;}
#section-67666 h2{margin-bottom:50px;}
#section-67668 bloghead{display:none;}
#section-67669 { background-color: #EEEEEE;}
#section-67669 h1{margin-bottom:20px;}
#section-67669 
bloghead{font-weight:bold;}
#section-67670 {border-top:1px solid #DDD;}
#section-67671 {border-top:1px solid #DDD;}
#section-67671 
ul,li{font-size:18px;}
#section-67672 {border-top:1px solid #DDD;}
#section-67673 {border-top:1px solid #DDD;}
#section-67673 
ul,li{font-size:18px;}
#section-67674 {border-top:1px solid #DDD;}
#section-67674 
ul,li{font-size:18px;}
#section-67675 {border-top:1px solid #DDD;}
#section-67675 
ul,li{font-size:18px;}
#section-67676 {border-top:1px solid #DDD;}
#section-67676 
ul,li{font-size:18px;}
#section-67677 h2{margin-bottom:50px;}
#section-67679 bloghead{display:none;}
#section-67680 { background-color: #EEEEEE;}
#section-67680 h1{margin-bottom:20px;}
#section-67680 
bloghead{font-weight:bold;}
#section-67681 {border-top:1px solid #DDD;}
#section-67682 {border-top:1px solid #DDD;}
#section-67682 
ul,li{font-size:18px;}
#section-67683 {border-top:1px solid #DDD;}
#section-67684 {border-top:1px solid #DDD;}
#section-67684 
ul,li{font-size:18px;}
#section-67685 {border-top:1px solid #DDD;}
#section-67685 
ul,li{font-size:18px;}
#section-67686 {border-top:1px solid #DDD;}
#section-67686 
ul,li{font-size:18px;}
#section-67687 {border-top:1px solid #DDD;}
#section-67687 
ul,li{font-size:18px;}
#section-67688 h2{margin-bottom:50px;}
#section-67690 bloghead{display:none;}
#section-67691 { background-color: #EEEEEE;}
#section-67691 h1{margin-bottom:20px;}
#section-67691 
bloghead{font-weight:bold;}
#section-67692 {border-top:1px solid #DDD;}
#section-67693 {border-top:1px solid #DDD;}
#section-67693 
ul,li{font-size:18px;}
#section-67694 {border-top:1px solid #DDD;}
#section-67695 {border-top:1px solid #DDD;}
#section-67695 
ul,li{font-size:18px;}
#section-67696 {border-top:1px solid #DDD;}
#section-67696 
ul,li{font-size:18px;}
#section-67697 {border-top:1px solid #DDD;}
#section-67697 
ul,li{font-size:18px;}
#section-67700 bloghead{display:none;}
#section-67701 { background-color: #EEEEEE;}
#section-67701 h1{margin-bottom:20px;}
#section-67701 
bloghead{font-weight:bold;}
#section-67702 {border-top:1px solid #DDD;}
#section-67703 {border-top:1px solid #DDD;}
#section-67703 
ul,li{font-size:18px;}
#section-67704 {border-top:1px solid #DDD;}
#section-67705 {border-top:1px solid #DDD;}
#section-67705 
ul,li{font-size:18px;}
#section-67706 {border-top:1px solid #DDD;}
#section-67706 
ul,li{font-size:18px;}
#section-67707 {border-top:1px solid #DDD;}
#section-67707 
ul,li{font-size:18px;}
#section-67708 {border-top:1px solid #DDD;}
#section-67708 
ul,li{font-size:18px;}
#section-67709 h2{margin-bottom:50px;}
#section-67711 bloghead{display:none;}
#section-67712 { background-color: #EEEEEE;}
#section-67712 h1{margin-bottom:20px;}
#section-67712 
bloghead{font-weight:bold;}
#section-67713 {border-top:1px solid #DDD;}
#section-67714 {border-top:1px solid #DDD;}
#section-67714 
ul,li{font-size:18px;}
#section-67715 {border-top:1px solid #DDD;}
#section-67716 {border-top:1px solid #DDD;}
#section-67716 
ul,li{font-size:18px;}
#section-67717 {border-top:1px solid #DDD;}
#section-67717 
ul,li{font-size:18px;}
#section-67718 {border-top:1px solid #DDD;}
#section-67718 
ul,li{font-size:18px;}
#section-67719 h2{margin-bottom:50px;}
#section-67721 bloghead{display:none;}
#section-67722 { background-color: #EEEEEE;}
#section-67722 h1{margin-bottom:20px;}
#section-67722 
bloghead{font-weight:bold;}
#section-67723 {border-top:1px solid #DDD;}
#section-67724 {border-top:1px solid #DDD;}
#section-67724 
ul,li{font-size:18px;}
#section-67725 {border-top:1px solid #DDD;}
#section-67726 {border-top:1px solid #DDD;}
#section-67726 
ul,li{font-size:18px;}
#section-67727 {border-top:1px solid #DDD;}
#section-67727 
ul,li{font-size:18px;}
#section-67728 {border-top:1px solid #DDD;}
#section-67728 
ul,li{font-size:18px;}
#section-67729 {border-top:1px solid #DDD;}
#section-67729 
ul,li{font-size:18px;}
#section-67730 h2{margin-bottom:50px;}
#section-67732 bloghead{display:none;}
#section-67733 { background-color: #EEEEEE;}
#section-67733 h1{margin-bottom:20px;}
#section-67733 
bloghead{font-weight:bold;}
#section-67734 {border-top:1px solid #DDD;}
#section-67735 {border-top:1px solid #DDD;}
#section-67735 
ul,li{font-size:18px;}
#section-67736 {border-top:1px solid #DDD;}
#section-67737 {border-top:1px solid #DDD;}
#section-67737 
ul,li{font-size:18px;}
#section-67738 {border-top:1px solid #DDD;}
#section-67738 
ul,li{font-size:18px;}
#section-67739 {border-top:1px solid #DDD;}
#section-67739 
ul,li{font-size:18px;}
#section-67740 h2{margin-bottom:50px;}
#section-67742 bloghead{display:none;}
#section-67743 { background-color: #EEEEEE;}
#section-67743 h1{margin-bottom:20px;}
#section-67743 
bloghead{font-weight:bold;}
#section-67744 {border-top:1px solid #DDD;}
#section-67745 {border-top:1px solid #DDD;}
#section-67745 
ul,li{font-size:18px;}
#section-67746 {border-top:1px solid #DDD;}
#section-67747 {border-top:1px solid #DDD;}
#section-67747 
ul,li{font-size:18px;}
#section-67748 {border-top:1px solid #DDD;}
#section-67748 
ul,li{font-size:18px;}
#section-67749 {border-top:1px solid #DDD;}
#section-67749 
ul,li{font-size:18px;}
#section-67750 h2{margin-bottom:50px;}
#section-67752 bloghead{display:none;}
#section-67753 { background-color: #EEEEEE;}
#section-67753 h1{margin-bottom:20px;}
#section-67753 
bloghead{font-weight:bold;}
#section-67754 {border-top:1px solid #DDD;}
#section-67755 {border-top:1px solid #DDD;}
#section-67755 
ul,li{font-size:18px;}
#section-67756 {border-top:1px solid #DDD;}
#section-67757 {border-top:1px solid #DDD;}
#section-67757 
ul,li{font-size:18px;}
#section-67758 {border-top:1px solid #DDD;}
#section-67758 
ul,li{font-size:18px;}
#section-67759 h2{margin-bottom:50px;}
#section-67761 bloghead{display:none;}
#section-67762 { background-color: #EEEEEE;}
#section-67762 h1{margin-bottom:20px;}
#section-67762 
bloghead{font-weight:bold;}
#section-67763 {border-top:1px solid #DDD;}
#section-67764 {border-top:1px solid #DDD;}
#section-67764 
ul,li{font-size:18px;}
#section-67765 {border-top:1px solid #DDD;}
#section-67766 {border-top:1px solid #DDD;}
#section-67766 
ul,li{font-size:18px;}
#section-67767 {border-top:1px solid #DDD;}
#section-67767 
ul,li{font-size:18px;}
#section-67768 {border-top:1px solid #DDD;}
#section-67768 
ul,li{font-size:18px;}
#section-67769 h2{margin-bottom:50px;}
#section-67771 bloghead{display:none;}
#section-67772 { background-color: #EEEEEE;}
#section-67772 h1{margin-bottom:20px;}
#section-67772 
bloghead{font-weight:bold;}
#section-67773 {border-top:1px solid #DDD;}
#section-67774 {border-top:1px solid #DDD;}
#section-67774 
ul,li{font-size:18px;}
#section-67775 {border-top:1px solid #DDD;}
#section-67776 {border-top:1px solid #DDD;}
#section-67776 
ul,li{font-size:18px;}
#section-67777 h2{margin-bottom:50px;}
#section-67779 bloghead{display:none;}
#section-67780 { background-color: #EEEEEE;}
#section-67780 h1{margin-bottom:20px;}
#section-67780 
bloghead{font-weight:bold;}
#section-67781 {border-top:1px solid #DDD;}
#section-67782 {border-top:1px solid #DDD;}
#section-67782 
ul,li{font-size:18px;}
#section-67783 {border-top:1px solid #DDD;}
#section-67784 {border-top:1px solid #DDD;}
#section-67784 
ul,li{font-size:18px;}
#section-67785 {border-top:1px solid #DDD;}
#section-67785 
ul,li{font-size:18px;}
#section-67786 {border-top:1px solid #DDD;}
#section-67786 
ul,li{font-size:18px;}
#section-67787 h2{margin-bottom:50px;}
#section-67789 bloghead{display:none;}
#section-67790 { background-color: #EEEEEE;}
#section-67790 h1{margin-bottom:20px;}
#section-67790 
bloghead{font-weight:bold;}
#section-67791 {border-top:1px solid #DDD;}
#section-67792 {border-top:1px solid #DDD;}
#section-67792 
ul,li{font-size:18px;}
#section-67793 {border-top:1px solid #DDD;}
#section-67794 {border-top:1px solid #DDD;}
#section-67794 
ul,li{font-size:18px;}
#section-67795 {border-top:1px solid #DDD;}
#section-67795 
ul,li{font-size:18px;}
#section-67796 {border-top:1px solid #DDD;}
#section-67796 
ul,li{font-size:18px;}
#section-67797 h2{margin-bottom:50px;}
#section-67799 bloghead{display:none;}
#section-67800 { background-color: #EEEEEE;}
#section-67800 h1{margin-bottom:20px;}
#section-67800 
bloghead{font-weight:bold;}
#section-67801 {border-top:1px solid #DDD;}
#section-67802 {border-top:1px solid #DDD;}
#section-67802 
ul,li{font-size:18px;}
#section-67803 {border-top:1px solid #DDD;}
#section-67804 {border-top:1px solid #DDD;}
#section-67804 
ul,li{font-size:18px;}
#section-67805 {border-top:1px solid #DDD;}
#section-67805 
ul,li{font-size:18px;}
#section-67808 bloghead{display:none;}
#section-67809 { background-color: #EEEEEE;}
#section-67809 h1{margin-bottom:20px;}
#section-67809 
bloghead{font-weight:bold;}
#section-67810 {border-top:1px solid #DDD;}
#section-67811 {border-top:1px solid #DDD;}
#section-67811 
ul,li{font-size:18px;}
#section-67812 {border-top:1px solid #DDD;}
#section-67813 {border-top:1px solid #DDD;}
#section-67813 
ul,li{font-size:18px;}
#section-67814 {border-top:1px solid #DDD;}
#section-67814 
ul,li{font-size:18px;}
#section-3-blogartikel-zufall_en {border-top:1px solid #1c3c4f;}
#section-3-blogartikel-zufall_en 
h2{margin-bottom:50px;}
#section-3-blogartikel-zufall_en 
.large-4{background-color:#eee;padding:20px;margin: 0;border-right:20px solid white;border-left:1px solid #1c3c4f;}
#section-3-blogartikel-zufall_en 
p{display:none;}
#section-3-blogartikel-zufall_en 
img{display:none;}
#section-3-blogartikel-zufall_en 
h3{font-size:16px;}
#section-3-blogartikel-zufall_en 
.button{font-size:14px;}
#section-67817 { background-image: url(/sites/site0362/media/backgrounds/hd_back-verlauf-mit-licht.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67817 h1{font-size:40px;line-height:35px;}
#section-67817 
{padding-top:70px;padding-bottom:50px;}
#section-67818 { background-image: url(/sites/site0362/media/slider/hd_010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-67818 h1{font-size:70px;line-height:60px;}
#section-67818 
{padding-top:150px;padding-bottom:150px;}
#section-67819 img{width:120px;margin-bottom:30px;}
#section-67824 img{border-radius:50%;border:7px solid #EEE;}
#section-67829 { background-color: #EEEEEE;}

/* Custom Styles */

h5#logo-center{height:120px;}
#header_deutsch_flag{width:25px;}
#header_slovak_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; }
.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+1) a {margin-left:10px;padding: 0px;background:none;}

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;}
}