:root {
	--fontP: 'Roboto Condensed', Helvetica, Arial, sans;
	--fontH: 'Oswald', Helvetica, Arial, sans;
	--colFont: #575756;
	--colHigh1: #00abff;
	--colHigh2: darkgoldenrod; /* hellgrau */
	--spacer: 1.5rem;
	--radius: .3rem;
	--navPadding: .6rem; /* Logo und UL */
}

@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 400; src: url('../files/fonts/roboto-condensed-v16-latin-regular.eot'); src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url('../files/fonts/roboto-condensed-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../files/fonts/roboto-condensed-v16-latin-regular.woff2') format('woff2'), url('../files/fonts/roboto-condensed-v16-latin-regular.woff') format('woff'), url('../files/fonts/roboto-condensed-v16-latin-regular.ttf') format('truetype'), url('../files/fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed') format('svg'); }
@font-face { font-family: 'Roboto Condensed'; font-style: italic; font-weight: 400; src: url('../files/fonts/roboto-condensed-v16-latin-italic.eot'); src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url('../files/fonts/roboto-condensed-v16-latin-italic.eot?#iefix') format('embedded-opentype'), url('../files/fonts/roboto-condensed-v16-latin-italic.woff2') format('woff2'), url('../files/fonts/roboto-condensed-v16-latin-italic.woff') format('woff'), url('../files/fonts/roboto-condensed-v16-latin-italic.ttf') format('truetype'), url('../files/fonts/roboto-condensed-v16-latin-italic.svg#RobotoCondensed') format('svg'); }
@font-face { font-family: 'Roboto Condensed'; font-style: normal; font-weight: 700; src: url('../files/fonts/roboto-condensed-v16-latin-700.eot'); src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url('../files/fonts/roboto-condensed-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../files/fonts/roboto-condensed-v16-latin-700.woff2') format('woff2'),url('../files/fonts/roboto-condensed-v16-latin-700.woff') format('woff'), url('../files/fonts/roboto-condensed-v16-latin-700.ttf') format('truetype'), url('../files/fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed') format('svg'); }
@font-face { font-family: 'Oswald'; font-style: normal; font-weight: 700; src: url('../files/fonts/oswald-v16-latin-700.eot'); src: local('Oswald Bold'), local('Oswald-Bold'), url('../files/fonts/oswald-v16-latin-700.eot?#iefix') format('embedded-opentype'), url('../files/fonts/oswald-v16-latin-700.woff2') format('woff2'), url('../files/fonts/oswald-v16-latin-700.woff') format('woff'), url('../files/fonts/oswald-v16-latin-700.ttf') format('truetype'), url('../files/fonts/oswald-v16-latin-700.svg#Oswald') format('svg'); }

/* Frameworks Overrides */
.row { max-width: 95%; }
.reveal { color: #000; width: 1440px; max-width: 90%; }
.reveal-overlay { z-index:12 }
.fa-external-link  { transform: scale(.7667) }
.fa-mobile  { transform: scale(1.4667) }
.vegas-timer-top .vegas-timer { bottom: auto; top: 0 }
/*.vegas-timer-black .vegas-timer-progress { background: #000}*/
.vegas-timer-black .vegas-timer-progress { background: var(--colHigh1);}
/* EOF */

body { font-family: var(--fontP); background: #fff; color: var(--colFont); }
h1, h2, h3  { font-family: var(--fontH); color: var(--colHigh1); text-transform: uppercase; }
h1 { font-size: 3.9rem; margin-bottom: .6rem;  }
h2, h3 { font-size: 1.8rem; }
h2 { font-size: 3rem; color: darkgoldenrod;  }
h3 { margin-bottom: 1.2rem; }
h4, h5, h6 { font-family: var(--fontP); }
h4, h5 { font-size: 1.5rem; font-weight: 700; letter-spacing: -.025em;  }
h4 { text-transform: uppercase; letter-spacing: .25em; color: darkgoldenrod }
h5 { color: #000; }
h4 + h5 { margin-top: -.9rem; }
h6 { font-size: 700; font-size: 1.2rem; text-transform: uppercase; }

section#willkommen h1 { font-size: 1.8rem; margin-bottom: .6rem; color: darkgoldenrod; margin-bottom: auto }
section#willkommen h2 { font-size: 3.9rem; margin-bottom: .6rem; color: var(--colHigh1); }

p { text-rendering: auto; }
p, section ul li, .reveal ul li { font-size: 1.3667rem; }

.heading { font-family: var(--fontH); font-size: 200% }

section a { color: var(--colHigh2); }
section a:hover, section a:focus { color: var(--colHigh1);  }
section a.button i { width: .9rem;}

img { max-width: 100%; height: auto; }
section a img:hover, section a img:focus { filter:brightness(1.05) }

address { font-style: normal; }
.button { font-size: 1.1rem; }

/*****/

.secFullHeight { min-height: 100vh; }a.button i { margin-right: .6rem;}
section#sec1 { height: calc(100vh - 6.6rem); max-height: 100vh;  width: 100%; position: relative; } /* crazy, I know */

section#sec1 .hero { position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); text-transform: uppercase;  }
.hero * { color: #fff; text-shadow: 1px 1px 0 #000; }

.arrowdown { position: absolute; left: 50%; bottom: 2.1rem; z-index: 8; animation: MoveUpDown 3s ease infinite }
.arrowdown a { color: #fff; text-shadow: 2px 2px 3px rgba(0,0,0,.3); }
.arrowdown a:is(:hover,:focus) { color: var(--colHigh1); }

@keyframes MoveUpDown {
  0%, 100% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(-18px)
  }
}

/*****/

ul.inline { padding: 0; margin: 0 0 1.8rem; list-style-type: none; }
ul.inline li { display: inline; padding-right: .45rem; }
ul.inline li::before { content: '•'; margin-right: .45rem; color: var(--colHigh2); font-weight: 700; font-size: 2rem; line-height:1; position: relative; top: .35rem; }

ul.icons { list-style-type: none; }
ul.icons li::before { font-family: 'FontAwesome'; }
ul.square li::before { content: "\f0c8"; color: var(--colHigh1); margin-left: -2em; margin-right: 1em; font-size: .9rem; }
ul.check li::before { content: '\f00c'; color: var(--colHigh1); margin-right: .3em; font-size: 1.5rem; position: relative; top: -.025em }

.infobox { padding: 1.5rem; }
.infobox p, .infobox .button { font-size: 1rem; }
.infobox1, infobox2 { border-radius: .6rem; }
.infobox1 { background: var(--colHigh1);  }
.infobox1 p { font-size: 1.1rem; line-height: 2.1 }
.infobox2 { background: rgba(0,0,0,.1); }
.infobox3 { background: darkgoldenrod; }
.infobox1, .infobox3, .infobox1 h3 { color: #fff; }
.infobox3 h3 { color: #000; }
.infobox3 h4 { color: #fff; letter-spacing: initial; }
.infobox3 label { color: #fff; font-size: 1rem; }
.infobox3 .button { color: #000; background: #fff !important; text-shadow: none; }
.infobox1 .button, .infobox3 .button { background-color: var(--colHigh1); }
.infobox1 .button:is(:hover,:focus), .infobox3 .button:is(:hover,:focus) { background-color: #000 !important; color: #fff  }
.infobox3 i { width: 1.5rem; text-align: center; }

.galerie { display: grid; grid-template-columns: repeat(6, 1fr); grid-gap: .1rem; }
.galerie img { width: 100%; }

.pricing-table { background: #fff; width: 100%; text-align: center; list-style-type: none; -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35); box-shadow: 0 0 10px rgba(10, 10, 10, 0.35); position: relative }
.pricing-table:hover { background: #f7f7f7; }
.pricing-table.mv { margin-top: -1rem; z-index: 8; padding-bottom: 2.1rem; }
.pricing-table li { padding: 0.875rem 1.125rem; }
.pricing-table li.hr::after { content: ''; display: block; border-bottom: 1px #ddd solid; width: 80%; margin: 0 auto; padding-bottom: 1rem; }
.pricing-table li:last-child { border-bottom: 0; }
.pricing-table .title { background: var(--colHigh1); color: var(--colHigh1Font); font-weight: 700; border-bottom: 0; text-transform: uppercase; }
.pricing-table.mv .title { background: var(--colHigh1); color: #fff }
.pricing-table .price { font-size: 4rem; border-bottom: 0; font-weight: 400 }
.pricing-table.mv .price { font-size: 5rem;  }
.pricing-table .description { color: #888; font-size: 80%; }
.pricing-table :last-child { margin-bottom: 0; }
.pricing-table a.button { text-transform: uppercase; }

.pricing-table .price sup, .pricing-table .price .sup { display: inline-block; font-size: 32px; height: 1px; margin: 58px 0 0 -4px; position: relative;  vertical-align: top; width: 25px; }
.pricing-table .price .sup { font-size: 24px; margin-top:30px}
.pricing-table .price small { color: #aaa; display: block; font-size: 1rem; margin-top: -11px; padding-bottom: 19px; }

form.anmeldung .row { background: #e5e5e5; padding: 1rem;  }
form.anmeldung .formFields { text-align: left; }
form.anmeldung .formPLZ { width:calc(15% - 2px); display: inline; }
form.anmeldung .formOrt { width:calc(85% - 2px); display: inline; }
form.anmeldung .formIcq { display: none; }
form.anmeldung .radioCheck input { margin-left: .6rem; }
form.anmeldung .button.submit i { margin-right: .3rem; }

/* must be separate to work: */
form.anmeldung input::placeholder { color: 777; opacity: 1; font-style: italic; text-transform: uppercase }
form.anmeldung input:-ms-input-placeholder { color: 777; opacity: 1; font-style: italic; text-transform: uppercase }
form.anmeldung input::-ms-input-placeholder { color: 777; opacity: 1; font-style: italic; text-transform: uppercase }

form.anmeldung .frist { padding:1rem; transform:rotate(-3deg); background: #777; color: #fff; border-radius: .6rem; }
form.anmeldung .kleingedrucktes { font-size: .8rem; line-height: 1 }
form.anmeldung .kleingedrucktes input { margin-bottom: 0; margin-right: .3rem; position: relative; top: 2px }
form.anmeldung .kleingedrucktes label { display: inline; }
form.anmeldung .kleingedrucktes a { border-bottom: 1px var(--colFont) dotted; color: var(--colFont); cursor: help }
form.anmeldung .kleingedrucktes a:hover, form.anmeldung .kleingedrucktes a:focus { color: darkgoldenrod; }

form .form-error { background: rgba(200,30,30,1); color: #fff; padding: .3rem; text-shadow: none; font-weight: normal; }
form .form-error label { color: #fff; padding-left: .3rem}
form .alert.callout  p { text-shadow: none !important; font-size: .9rem !important; }

/*****/

.topnavi { text-transform: uppercase; font-size: .8rem; padding: .3rem 0; background: #cccccc; position: relative; z-index: 10 }
.topnavi a { color: #333; padding: 0 .3rem; }
.topnavi a:last-child { padding-right: 0; }
.topnavi a:is(:hover,:focus) { color: #fff; text-shadow: 0 0 5px #000; }

.title-bar { background: #000; font-family: var(--fontH); text-transform: uppercase; font-size: 1.1rem;  }
.title-bar.is-at-top.is-stuck { background: rgba(0,0,0,.8); -webkit-box-shadow: 0px 10px 13px 0px rgba(0,0,0,.25); -moz-box-shadow: 0px 10px 13px 0px rgba(0,0,0,.25); box-shadow: 0px 10px 13px 0px rgba(0,0,0,.25); }
.title-bar img, .title-bar a { transition: .3s all; }
.title-bar img { width: auto; padding: .3rem }
.title-bar ul  > li > a, .title-bar ul  > li > a::after { color: var(--colHigh1); }
.title-bar ul  > li  > a { padding: .9rem .6rem;  margin-top: 18px; }
.title-bar ul  > li.active  > a { background-color: var(--colHigh1); color: #fff }
.title-bar ul  > li > a:hover, .title-bar ul  > li > a:hover::after, .title-bar ul > li > a.active { background: var(--colHigh1); color: #fff }
.title-bar ul  > li.icon > a:hover, .title-bar ul  > li.icon > a:hover::after, .title-bar ul > li.icon > a.active { background: transparent }
.dropdown.menu > li.is-dropdown-submenu-parent > a::after { border-color: var(--colHigh2) transparent transparent; }
.is-dropdown-submenu { background: #333; border-color: #000; }

.title-bar ul > li.cta > a { border: 2px var(--colHigh1) solid; padding: .8rem .5rem; margin-left: .15rem; }

.title-bar i.fa-facebook-square { color: #34528a; font-size: 1.75rem;}
.title-bar a:hover i.fa-facebook-square { filter:brightness(2) }

.title-bar img { max-height: 80px;}
.title-bar.is-at-top.is-stuck img { max-height: 50px;}
.title-bar.is-at-top.is-stuck a { paddding: .3rem 1rem 0; margin-top: 6px;}

.title-bar .toggle { display: none; position: absolute; top: .75rem; right: 2rem; }
.title-bar.is-stuck .toggle { top: .3rem; }
.title-bar .toggle a { color: var(--colFont); font-size: 1.8rem; float: right}
.title-bar .toggle a .fa-close { color: var(--colHigh1); }

footer { background: var(--colHigh1); color: #fff; font-size: 11px; text-transform: uppercase; padding: .6rem; 	}
footer a { color: #fff; }
footer a:hover { color: darkblue }

/*****/

.floatbreaker { clear: both; }
.rahmen1 { border: 1px #ccc solid;}
.rahmen2 { border: 1px #777 solid;}

.padme { padding: 6rem 0; }
#sec1.padme, .carelevel .padme { padding: 3rem 0; }
.padding-bottom-0, .carelevel .padding-bottom-0 { padding-bottom: 0; }

.paraIMG { width: 100%; }
 
.bg-black { background: #000; }
.bg-lightgray { background: #ccc; }
.bg-gold { background: darkgoldenrod; color: #fff }
.bg-gold h2, .bg-gold h3 { color: #fff }

.margin-top-0 { margin-top: 0 !important }
.margin-top-s { margin-top: var(--spacer) !important }
.margin-top-m { margin-top: calc(var(--spacer)*2) !important }
.margin-top-l { margin-top: calc(var(--spacer)*3) !important }
.margin-top-xl { margin-top: calc(var(--spacer)*4) !important }
.margin-top-xxl { margin-top: calc(var(--spacer)*6) !important }
.margin-bottom-0 { margin-bottom: 0 !important }
.margin-bottom-s { margin-bottom: var(--spacer) !important }
.margin-bottom-m { margin-bottom: calc(var(--spacer)*2) !important }
.margin-bottom-l { margin-bottom: calc(var(--spacer)*3) !important }
.margin-bottom-xl { margin-bottom: calc(var(--spacer)*4) !important }
.margin-bottom-xxl { margin-bottom: calc(var(--spacer)*6) !important }
.padding-top-0 { padding-top: 0 !important }
.padding-top-s { padding-top: var(--spacer) !important }
.padding-top-m { padding-top: calc(var(--spacer)*2) !important }
.padding-top-l { padding-top: calc(var(--spacer)*3) !important }
.padding-top-xl { padding-top: calc(var(--spacer)*4) !important }
.padding-bottom-0 { padding-bottom: 0 !important }
.padding-bottom-s { padding-bottom: var(--spacer) !important }
.padding-bottom-m { padding-bottom: calc(var(--spacer)*2) !important }
.padding-bottom-l { padding-bottom: calc(var(--spacer)*3) !important }
.padding-bottom-xl { padding-bottom: calc(var(--spacer)*4) !important }

.sticky { position: -webkit-sticky; position: sticky; }
.sticky-0 { top: 0; }
.sticky-1 { top: 1em; }
.sticky-2 { top: 2.1em; }
.sticky-3 { top: 3em; }
.sticky-4 { top: 4.2em; }
.sticky-5 { top: 5.4em; }
.sticky-6 { top: 6em; }

.spaceme { margin: 3rem auto; }
.centerme { text-align: center; }
.hyphens { hyphens: auto; }
.nowrap { width: 100%;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
img.circle { border-radius: 100%; }

.button { background-color: var(--colFont); text-shadow: 1px 1px 0 #111; transition: all .1s; text-transform: uppercase; }
.button:hover, .button:active, .button:focus { background-color: var(--colHigh1); text-shadow: none }
.button.contra { background-color: #fff; color: #000 }
.button.contra:hover, .button.contra:active, .button.contra:focus { background-color: maroon; color: #fff }
.button.warning { background-color: var(--colHigh1); color: #fff; text-shadow: none; font-weight: bold }
.button.warning:is(:hover, :focus) { background-color: #0488c9 }

.kontaktNummern i { width: 1em; }
.legal i { width: 1.2em; }
.legal h1, .legal h2 { font-family: var(--fontH); }
.legal h2 { margin: 3rem 0 2.4rem; }
.legal h4 { letter-spacing: initial; }

.annotations { background: maroon; color: #fff; }
.annotations p { font-size: 1.1667rem }

/***/

@media screen and (max-width: 1024px) /* Foundation Medium */
{
	.title-bar ul > li > a { font-size: 1rem; }
	.galerie { grid-template-columns: repeat(5, 1fr) }
}

@media screen and (max-width: 960px)
{	
	.title-bar img { max-height: 60px;}
	.title-bar ul > li > a { margin-top: 9px }
}

@media screen and (max-width: 900px)
{	
	.galerie { grid-template-columns: repeat(3, 1fr) }
	.title-bar ul > li > a { font-size: .9rem; }
}

@media screen and (max-width: 720px)
{
	.title-bar img { max-height: 54px;}		
	.title-bar .toggle { display: block; }	
	.title-bar .top-bar-right { position: absolute; z-index: 9999; left: -80%; top: 0px; bottom: 0px; width: 80%; height: 100vh; background: #333; transition: .25s all; -webkit-box-shadow: 5px 0px 8px 3px rgba(0,0,0,0.5); 
box-shadow: 5px 0px 8px 3px rgba(0,0,0,0.5); }
	.title-bar .top-bar-right.visible { left: 0px; }
	.title-bar .top-bar-right a { color: #fff; padding: 1rem; border-bottom: 1px #fff solid; font-size: 1rem; border-radius: 0; text-transform: uppercase; font-weight: 700; }
	.title-bar.is-at-top.is-stuck a { margin: 0; }
	.title-bar ul { margin: 0; }
	.title-bar ul > li > a:hover, .title-bar ul > li > a:hover::after, .title-bar ul > li > a.active { background: #fff; color: #333; } 
	.menu > li { display: block; }
	
	.title-bar ul > li.cta > a { border: 0; border-bottom: 1px #fff solid; padding: 1rem }
	
	h1 { font-size: 3rem }
}

@media screen and (max-width: 640px) /* Foundation Small */
{	
	h2 { font-size: 2.1rem }
	.form1 { margin-bottom: 6rem;  }
	.reveal { max-width: 100%; }
	.pricing-table { margin-left: 0; }
}

@media screen and (max-width: 520px), (orientation: portrait)
{
	.bgLeft { display: none }	
}

@media screen and (max-width: 420px)
{
	.title-bar img { max-width: 200px; }
	.title-bar .toggle { top: .25rem; }
	
	.galerie { grid-template-columns: repeat(2, 1fr) }
	
	.pricing-table .price, .pricing-table.mv .price  { font-size: 3rem; }
	.pricing-table .price .sup { margin-top: 12px; }
}

@media screen and (max-width: 360px)
{	
	.galerie { grid-template-columns: 1fr }
}