




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

@import url('/engine/fonts/Montserrat.css');
@import url('/engine/fonts/Roboto-Slab.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: #;
}

 

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

body {
	background:#FFFFFF;
	color: #666666;
}

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

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


h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 22px;
}

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

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

footer {
	background:#2f464e;
    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:#777777;
    font-size: 16px;
    font-family: 'Montserrat';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#777777;
    font-size: 16px;
}


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #2f464e;
	font-family: 'Montserrat';
	font-size: 16px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #2f464e;
	background:#eeeeee;
	border: 0;
}

.tabs-title a:hover {
	color: #2f464e;
	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: #2f464e;
}

header .menu a:hover {
			color: #2f464e !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: #2f464e;
}
	
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:#2f464e;
}

.button:hover, button:hover,
.owl-theme .owl-controls .owl-page span:hover {
	background:#3d5b65;;}
	
.cd-top {
	background: #2f464e url(../img/cd-top-arrow.svg) no-repeat center 50%;
}

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

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

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




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

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

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

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

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

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



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

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






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

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

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

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

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

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#777777;
    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: #2f464e;
}

.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: Roboto Slabpx;
}

.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 Slab;
    color: #666666;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Roboto Slab;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Roboto Slab;
	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 Slab;
	 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-10967 { background-color: #2f464e;}
#section-10967 h1 { color: #FFFFFF;}
#section-10967 h2 { color: #FFFFFF;}
#section-10967 h3 { color: #FFFFFF;}
#section-10967 p { color: #EEEEEE;}
#section-10967 { background-image: url(/sites/site0123/media/slider/hd_slider010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-10967 .button{font-size:18px;}
#section-10968 { background-color: #FFFFFF;}
#section-10968 h2{margin-bottom:50px;}
#section-10971 { background-color: #2f464e;}
#section-10971 h1 { color: #FFFFFF;}
#section-10971 h2 { color: #FFFFFF;}
#section-10971 h3 { color: #FFFFFF;}
#section-10971 p { color: #FFFFFF;}
#section-10971 .button, .button a { color: #2f464e;}
#section-10971 .button, .button a { background-color: #FFFFFF;}
#section-10971 img{border-radius:50%;border: 7px solid rgba(255,255,255,0.7);}
#section-10971 
{background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-10972 { background-color: #FFFFFF;}
#section-10972 h1 { color: #2f464e;}
#section-10972 h2 { color: #2f464e;}
#section-10972 h3 { color: #2f464e;}
#section-10972 p { color: #555555;}
#section-10972 { background-image: url(/sites/site0123/media/backgrounds/hd_back-hand-rose.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-10976 { background-color: #2f464e;}
#section-10976 h1 { color: #FFFFFF;}
#section-10976 h2 { color: #FFFFFF;}
#section-10976 h3 { color: #FFFFFF;}
#section-10976 p { color: #EEEEEE;}
#section-10976 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-10979 { background-color: #2f464e;}
#section-10979 h1 { color: #FFFFFF;}
#section-10979 h2 { color: #FFFFFF;}
#section-10979 h3 { color: #FFFFFF;}
#section-10979 p { color: #FFFFFF;}
#section-10979 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-10982 { background-color: #FFFFFF;}
#section-10982 h2{margin-bottom:50px;}
#section-10982 
{background:linear-gradient(to bottom,#FFF,#EEE);padding-top:0;}
#section-10983 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-10983 
i{font-size:1.1em;}
#section-10986 { background-color: #2f464e;}
#section-10986 h1 { color: #FFFFFF;}
#section-10986 h2 { color: #FFFFFF;}
#section-10986 h3 { color: #FFFFFF;}
#section-10986 p { color: #EEEEEE;}
#section-10986 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-10988 { background-color: #2f464e;}
#section-10988 h1 { color: #FFFFFF;}
#section-10988 h2 { color: #FFFFFF;}
#section-10988 h3 { color: #FFFFFF;}
#section-10988 p { color: #FFFFFF;}
#section-10988 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-10990 { background-color: #2f464e;}
#section-10990 h1 { color: #FFFFFF;}
#section-10990 h2 { color: #FFFFFF;}
#section-10990 h3 { color: #FFFFFF;}
#section-10990 p { color: #FFFFFF;}
#section-10990 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-10992 {background:linear-gradient(to bottom,#DDD,#FFF);}
#section-10993 { background-color: #2f464e;}
#section-10993 h1 { color: #FFFFFF;}
#section-10993 h2 { color: #FFFFFF;}
#section-10993 h3 { color: #FFFFFF;}
#section-10993 p { color: #FFFFFF;}
#section-10993 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-10995 {background:linear-gradient(to bottom,#DDD,#FFF);}
#section-10999 { background-color: #2f464e;}
#section-10999 h1 { color: #FFFFFF;}
#section-10999 h2 { color: #FFFFFF;}
#section-10999 h3 { color: #FFFFFF;}
#section-10999 p { color: #FFFFFF;}
#section-10999 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11000 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-11000 
i{font-size:1.1em;}
#section-11001 { background-color: #FFFFFF;}
#section-11001 h2{margin-bottom:50px;}
#section-11001 
{background:linear-gradient(to bottom,#FFF,#EEE);padding-top:0;}
#section-11002 { background-color: #2f464e;}
#section-11002 h1 { color: #FFFFFF;}
#section-11002 h2 { color: #FFFFFF;}
#section-11002 h3 { color: #FFFFFF;}
#section-11002 p { color: #EEEEEE;}
#section-11002 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11005 { background-color: #2f464e;}
#section-11005 h1 { color: #FFFFFF;}
#section-11005 h2 { color: #FFFFFF;}
#section-11005 h3 { color: #FFFFFF;}
#section-11005 p { color: #FFFFFF;}
#section-11005 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-11007 { background-color: #2f464e;}
#section-11007 h1 { color: #FFFFFF;}
#section-11007 h2 { color: #FFFFFF;}
#section-11007 h3 { color: #FFFFFF;}
#section-11007 p { color: #FFFFFF;}
#section-11007 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11008 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-11008 
i{font-size:1.1em;}
#section-11009 { background-color: #FFFFFF;}
#section-11009 h2{margin-bottom:50px;}
#section-11009 
{background:linear-gradient(to bottom,#FFF,#EEE);padding-top:0;}
#section-11010 { background-color: #2f464e;}
#section-11010 h1 { color: #FFFFFF;}
#section-11010 h2 { color: #FFFFFF;}
#section-11010 h3 { color: #FFFFFF;}
#section-11010 p { color: #EEEEEE;}
#section-11010 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11013 { background-color: #2f464e;}
#section-11013 h1 { color: #FFFFFF;}
#section-11013 h2 { color: #FFFFFF;}
#section-11013 h3 { color: #FFFFFF;}
#section-11013 p { color: #FFFFFF;}
#section-11013 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-11015 { background-color: #2f464e;}
#section-11015 h1 { color: #FFFFFF;}
#section-11015 h2 { color: #FFFFFF;}
#section-11015 h3 { color: #FFFFFF;}
#section-11015 p { color: #FFFFFF;}
#section-11015 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11016 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-11016 
i{font-size:1.1em;}
#section-11017 { background-color: #FFFFFF;}
#section-11017 h2{margin-bottom:50px;}
#section-11017 
{background:linear-gradient(to bottom,#FFF,#EEE);padding-top:0;}
#section-11018 { background-color: #2f464e;}
#section-11018 h1 { color: #FFFFFF;}
#section-11018 h2 { color: #FFFFFF;}
#section-11018 h3 { color: #FFFFFF;}
#section-11018 p { color: #EEEEEE;}
#section-11018 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11021 { background-color: #2f464e;}
#section-11021 h1 { color: #FFFFFF;}
#section-11021 h2 { color: #FFFFFF;}
#section-11021 h3 { color: #FFFFFF;}
#section-11021 p { color: #FFFFFF;}
#section-11021 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-11023 { background-color: #2f464e;}
#section-11023 h1 { color: #000000;}
#section-11023 h2 { color: #000000;}
#section-11023 h3 { color: #000000;}
#section-11023 p { color: #FFFFFF;}
#section-11023 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11024 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-11024 
i{font-size:1.1em;}
#section-11027 { background-color: #EEEEEE;}
#section-11029 { background-color: #2f464e;}
#section-11029 h1 { color: #FFFFFF;}
#section-11029 h2 { color: #FFFFFF;}
#section-11029 h3 { color: #FFFFFF;}
#section-11029 p { color: #FFFFFF;}
#section-11029 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-11031 { background-color: #2f464e;}
#section-11031 h1 { color: #FFFFFF;}
#section-11031 h2 { color: #FFFFFF;}
#section-11031 h3 { color: #FFFFFF;}
#section-11031 p { color: #FFFFFF;}
#section-11031 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11033 { background-color: #EEEEEE;}
#section-11034 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-11034 
i{font-size:1.1em;}
#section-11035 { background-color: #2f464e;}
#section-11035 h1 { color: #FFFFFF;}
#section-11035 h2 { color: #FFFFFF;}
#section-11035 h3 { color: #FFFFFF;}
#section-11035 p { color: #FFFFFF;}
#section-11035 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-11037 { background-color: #2f464e;}
#section-11037 h1 { color: #FFFFFF;}
#section-11037 h2 { color: #FFFFFF;}
#section-11037 h3 { color: #FFFFFF;}
#section-11037 p { color: #EEEEEE;}
#section-11037 { background-image: url(/sites/site0123/media/slider/hd_slider010.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-11037 .button{font-size:18px;}
#section-11037 
h1{font-size:45px;}
#section-11042 { background-color: #2f464e;}
#section-11042 h1 { color: #FFFFFF;}
#section-11042 h2 { color: #FFFFFF;}
#section-11042 h3 { color: #FFFFFF;}
#section-11042 p { color: #EEEEEE;}
#section-11042 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11044 { background-color: #2f464e;}
#section-11044 h1 { color: #FFFFFF;}
#section-11044 h2 { color: #FFFFFF;}
#section-11044 h3 { color: #FFFFFF;}
#section-11044 p { color: #FFFFFF;}
#section-11044 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-11048 h1 { color: #FFFFFF;}
#section-11048 h2 { color: #FFFFFF;}
#section-11048 h3 { color: #FFFFFF;}
#section-11048 p { color: #FFFFFF;}
#section-11048 .fa, #section-11048 .fa-regular,#section-11048 .fa-solid,#section-11048 .fa-light,#section-11048 .fa-thin,#section-11048 .fa-duotone { color: #FFFFFF !important;}
#section-11048 .button, .button a { color: #2f464e;}
#section-11048 .button, .button a { background-color: #FFFFFF;}
#section-11048 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11048 
h4{color:#DDD;}
#section-11048 
p a:link{color:white;}
#section-11093 { background-color: #2f464e;}
#section-11093 h1 { color: #FFFFFF;}
#section-11093 h2 { color: #FFFFFF;}
#section-11093 h3 { color: #FFFFFF;}
#section-11093 p { color: #FFFFFF;}
#section-11093 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11094 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-11094 
i{font-size:1.1em;}
#section-11095 { background-color: #FFFFFF;}
#section-11095 h2{margin-bottom:50px;}
#section-11095 
{background:linear-gradient(to bottom,#FFF,#EEE);padding-top:0;}
#section-11096 { background-color: #2f464e;}
#section-11096 h1 { color: #FFFFFF;}
#section-11096 h2 { color: #FFFFFF;}
#section-11096 h3 { color: #FFFFFF;}
#section-11096 p { color: #EEEEEE;}
#section-11096 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11099 { background-color: #2f464e;}
#section-11099 h1 { color: #FFFFFF;}
#section-11099 h2 { color: #FFFFFF;}
#section-11099 h3 { color: #FFFFFF;}
#section-11099 p { color: #FFFFFF;}
#section-11099 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-11109 { background-color: #2f464e;}
#section-11109 h1 { color: #FFFFFF;}
#section-11109 h2 { color: #FFFFFF;}
#section-11109 h3 { color: #FFFFFF;}
#section-11109 p { color: #FFFFFF;}
#section-11109 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11110 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-11110 
i{font-size:1.1em;}
#section-11111 { background-color: #FFFFFF;}
#section-11111 h2{margin-bottom:50px;}
#section-11111 
{background:linear-gradient(to bottom,#FFF,#EEE);padding-top:0;}
#section-11112 { background-color: #2f464e;}
#section-11112 h1 { color: #FFFFFF;}
#section-11112 h2 { color: #FFFFFF;}
#section-11112 h3 { color: #FFFFFF;}
#section-11112 p { color: #EEEEEE;}
#section-11112 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-11115 { background-color: #2f464e;}
#section-11115 h1 { color: #FFFFFF;}
#section-11115 h2 { color: #FFFFFF;}
#section-11115 h3 { color: #FFFFFF;}
#section-11115 p { color: #FFFFFF;}
#section-11115 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16604 h1 { color: #FFFFFF;}
#section-16604 h2 { color: #FFFFFF;}
#section-16604 h3 { color: #FFFFFF;}
#section-16604 p { color: #FFFFFF;}
#section-16604 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-16605 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-16605 
i{font-size:1.1em;}
#section-16606 { background-color: #FFFFFF;}
#section-16606 h2{margin-bottom:50px;}
#section-16606 
{background:linear-gradient(to bottom,#FFF,#EEE);padding-top:0;}
#section-16607 { background-color: #2f464e;}
#section-16607 h1 { color: #FFFFFF;}
#section-16607 h2 { color: #FFFFFF;}
#section-16607 h3 { color: #FFFFFF;}
#section-16607 p { color: #EEEEEE;}
#section-16607 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-16610 { background-color: #2f464e;}
#section-16610 h1 { color: #FFFFFF;}
#section-16610 h2 { color: #FFFFFF;}
#section-16610 h3 { color: #FFFFFF;}
#section-16610 p { color: #FFFFFF;}
#section-16610 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16615 { background-color: #2f464e;}
#section-16615 h1 { color: #FFFFFF;}
#section-16615 h2 { color: #FFFFFF;}
#section-16615 h3 { color: #FFFFFF;}
#section-16615 p { color: #FFFFFF;}
#section-16615 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-16616 img{border-radius:50%;border: 10px solid rgba(47,70,78,0.4);}
#section-16616 
i{font-size:1.1em;}
#section-16617 { background-color: #FFFFFF;}
#section-16617 h2{margin-bottom:50px;}
#section-16617 
{background:linear-gradient(to bottom,#FFF,#EEE);padding-top:0;}
#section-16618 { background-color: #2f464e;}
#section-16618 h1 { color: #FFFFFF;}
#section-16618 h2 { color: #FFFFFF;}
#section-16618 h3 { color: #FFFFFF;}
#section-16618 p { color: #EEEEEE;}
#section-16618 {background:linear-gradient(to bottom right,#537383,#2c4148);}
#section-16621 { background-color: #2f464e;}
#section-16621 h1 { color: #FFFFFF;}
#section-16621 h2 { color: #FFFFFF;}
#section-16621 h3 { color: #FFFFFF;}
#section-16621 p { color: #FFFFFF;}
#section-16621 { background-image: url(/sites/site0123/media/backgrounds/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-16954 { background-color: #2f464e;}
#section-16954 .button, .button a { color: #2f464e;}
#section-16954 .button, .button a { background-color: #FFFFFF;}
#section-16954 .button{font-size:18px;}

/* Custom Styles */

h5#logo-center{width:410px;}
.top-bar-right {text-transform:uppercase;}
footer p{font-size:16px;}
h1,h2,h3{text-transform:uppercase !important;}
footer{background:linear-gradient(to bottom,#2f464e,#23353b);}
#section-11047{display:none;}
#section-11048{display:none;}
@media screen and (max-width: 899px){
h5#logo-center{width:70%;}
#section-10967{display:none;}
#section-11047{display:block;}
#section-11048{display:block;}
}