/* Normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],/* 1 */
input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/*
* Skeleton V2.0.4, 
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/*
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSans/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
*/

/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  src: url('../fonts/raleway/raleway-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/raleway/raleway-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway/raleway-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway/raleway-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway/raleway-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway/raleway-v27-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/libre/libre-baskerville-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/libre/libre-baskerville-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/libre/libre-baskerville-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/libre/libre-baskerville-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/libre/libre-baskerville-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/libre/libre-baskerville-v14-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.nav-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0px !important;
  box-sizing: border-box; 
}

.navbox   { background-color: rgba(0, 0, 0, 1);}
.navcon { background-color: black; opacity:1}
.sticky {}

@media (min-width: 1400px) {
	.sticky {
	   left: 0;
	   width: 100%;
	   position: fixed;
	   top: 0;
	   z-index: 99;
	}
	
	.navbox {
		background-color: rgba(0, 0, 0, 0.8);
		box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
		transition: 0.3s;	
	}
	
	.navcon { background-color: black; opacity:1}
}

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px !important;
  box-sizing: border-box; 
  background-color: white; }
  
.container:first-child::before {
   content: '';
   min-height: 20px;
   display: block;
 }
 
 .wrap {padding: 1rem 2rem 0 2rem !important}
   @media (min-width: 550px) {
	  .wrap {padding: 1rem 4rem 0 4rem !important}
  }
  

  
  
.col,
.cols {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 950px */
@media (min-width: 950px) {
  .container {
    width: 80%; }
  .col,
  .cols {
    margin-left: 4%; }
  .col:first-child,
  .cols:first-child {
    margin-left: 0; }

  .one.col,
  .one.cols                    { width: 4.66666666667%; }
  .two.cols                    { width: 13.3333333333%; }
  .three.cols                  { width: 22%;            }
  .four.cols                   { width: 30.6666666667%; }
  .five.cols                   { width: 39.3333333333%; }
  .six.cols                    { width: 48%;            }
  .seven.cols                  { width: 56.6666666667%; }
  .eight.cols                  { width: 65.3333333333%; }
  .nine.cols                   { width: 74.0%;          }
  .ten.cols                    { width: 82.6666666667%; }
  .eleven.cols                 { width: 91.3333333333%; }
  .twelve.cols                 { width: 100%; margin-left: 0; }

  .one-third.col               { width: 30.6666666667%; }
  .two-thirds.col              { width: 65.3333333333%; }

  .one-half.col                { width: 48%; }
  .full-half.col                { width: 50%; }

  /* Offsets */
  .offset-by-one.col,
  .offset-by-one.cols          { margin-left: 8.66666666667%; }
  .offset-by-two.col,
  .offset-by-two.cols          { margin-left: 17.3333333333%; }
  .offset-by-three.col,
  .offset-by-three.cols        { margin-left: 26%;            }
  .offset-by-four.col,
  .offset-by-four.cols         { margin-left: 34.6666666667%; }
  .offset-by-five.col,
  .offset-by-five.cols         { margin-left: 43.3333333333%; }
  .offset-by-six.col,
  .offset-by-six.cols          { margin-left: 52%;            }
  .offset-by-seven.col,
  .offset-by-seven.cols        { margin-left: 60.6666666667%; }
  .offset-by-eight.col,
  .offset-by-eight.cols        { margin-left: 69.3333333333%; }
  .offset-by-nine.col,
  .offset-by-nine.cols         { margin-left: 78.0%;          }
  .offset-by-ten.col,
  .offset-by-ten.cols          { margin-left: 86.6666666667%; }
  .offset-by-eleven.col,
  .offset-by-eleven.cols       { margin-left: 95.3333333333%; }

  .offset-by-one-third.col,
  .offset-by-one-third.cols    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.col,
  .offset-by-two-thirds.cols   { margin-left: 69.3333333333%; }

  .offset-by-one-half.col,
  .offset-by-one-half.cols     { margin-left: 52%; }

}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; 
   scroll-behavior: smooth;
}

body {
  font-size: 2.0em; /* currently em cause chrome bug misinterpreting rems on body element */
  line-height: 1.5;
  font-weight: 400;
  font-family: "Raleway";
  color: #222; 
  background-color: #fff; /* #fbf8f6; */
  }

.libre {
	font-family: "Libre Baskerville";
}

.raleway {
	font-family: "Raleway";
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 400; }

h1 { font-size: 3.2rem; line-height: 1.2;  letter-spacing: -0.1rem;}
h2 { font-size: 2.8rem; line-height: 1.25; letter-spacing: 0rem; }
h3 { font-size: 2.6rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.2rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.6rem; line-height: 1.6;  letter-spacing: 0; }


/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.6rem; }
  h2 { font-size: 3.2rem; line-height: 1.35;}
  h3 { font-size: 2.8rem; }
  h4 { font-size: 2.4rem; }
  h5 { font-size: 2.0rem; }
  h6 { font-size: 1.6rem; }
	
}

.fsz {
	font-size:6rem;
	font-family: "Raleway";
	font-weight: 600;
}

p {
  margin-top: 0; 
  margin-bottom:3.0rem;
  }

address { font-style:normal;}

/* Text Div-Sizing */
.text-size-22 {	font-size:2.2rem !important; }
.text-size-20 {	font-size:2.0rem !important; }
.text-size-19 {	font-size:1.9rem !important; }
.text-size-18 {	font-size:1.8rem !important; }
.text-size-17 {	font-size:1.7rem !important; }
.text-size-16 {	font-size:1.6rem !important; }
.text-size-14 {	font-size:1.4rem !important; }
.text-size-12 {	font-size:1.2rem !important; }
.text-size-90 {	font-size:90% !important; }

a.link-blue {
	color:blue;
	text-decoration:underline
}

/* DARK MODE */


/* Paralax
-------------------------------------------------- */
body, html { height: 100%; }

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-1 {
  background-image: url("../img/02_c.jpg");

}


/* Masonry
-------------------------------------------------- */
.masonry {
	column-gap: 10px;
}
.masonry-4 {
	column-count: 4;
}

.masonry-3 {
	column-count: 3;
}

.masonry-2 {
	column-count: 2;
}

.masonry img {
	margin:0;
}

.masonry .mItem {
  display: inline-block;
  margin-bottom: 1px;
  width: 100%;
}

.mas-h-176 { height:176px !important}

@media (max-width: 1100px) {
  .masonry {
    column-count: 3;
  }
}

@media (max-width: 991px) {
  .masonry {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .masonry {
    column-count: 1;
  }
}





/* Left/Right Blocks
–––––––––––––––––––––––––––––––––––––––––––––––––– */	
.leftblock, .rightblock {
	width:100%;
	float:none;
}
.bildblock-left,
.bildblock-right,
 {
width:100%;	
float:none;
display:block;
}


@media (min-width: 1050px) 
{
	
.bildblock-left {
	width:48%;
	float:left;
	display:inline;
}

.bildblock-right {
	width:48%;
	float:right;
	display:inline;
}


.leftblock {
	width:49%;
	float:left;
	display:inline;
}

.rightblock {
	width:49%;
	float:right;
	display:inline;
}

}




/* Bg colors 
https://www.w3schools.com/cssref/css_colors.asp
------------------------------------------------- */
.no-bg		{background: transparent; }
.bg_red 	{ background-color:red; color:white;} 		
.bg_darkred { background-color:darkred; color:white;}			
.bg_sh_red	{ background-color:#a22523; color:white; }	
		
 .bg_footer { background-color:#f8f8f8; color:black; } */
 .bg_sh_wall { background-color:#cdba9c; color:black; } 

.bg_sh_main { background-color:#fbf8f6;}

.bg_crimson { background-color:crimson; color:white;}
.bg_coral	{ background-color:coral; }
.bg_blue 	{ background-color:lightblue; }
.bg_darkblue{ background-color:darkblue; color:white;}
.bg_white 	{ background-color:white; }
.bg_ghostwhite 	{ background-color:ghostwhite; }
.bg_yellow 	{ background-color:yellow; }
.bg_green 	{ background-color:green; color:white;}
.bg_black 	{ background-color:black; color:#ccc;}
.bg_gray	{ background-color:gray; color: white;}
.bg_light 	{ background-color:#ddd; }
.bg_maroon	{ background-color:maroon; color:white;}
.bg_darkmagenta	{ background-color:darkmagenta; color:white;}
.bg_orange	{ background-color:orange; color:white;}
.bg_olive	{ background-color:olive; color:white;}
.bg_purple	{ background-color:purple; color:white;}
.bg_fuchsia	{ background-color:fuchsia; color:white;}
.bg_navy	{ background-color:navy; color:white;}
.bg_gold	{ background-color:gold; }
.bg_hotpink	{ background-color:hotpink; }
.bg_indigo	{ background-color:indigo; color:white;}
.bg_lavender	{ background-color:lavender; }
.bg_lavenderblush	{ background-color:lavenderblush; }
.bg_ivory	{ background-color:ivory; }
.bg_lightblue	{ background-color:lightblue; }
.bg_thistle	{ background-color:thistle; }
.bg_royalblue	{ background-color:royalblue; color:white;}
.bg_slategray	{ background-color:slategray; color:white;}
.bg_orange 	{ background-color:orange; }
.bg_orangered 	{ background-color:orangered; color:white; }
.bg_skyvlue	{ background-color:skyblue; }
.bg_yellowgreen	{ background-color:yellowgreen; }
.bg_steelblue 	{ background-color:steelblue; color:white}

.bg_darkgreen 	{ background-color:darkgreen; color:white; }
.bg_teal 	{ background-color:teal; color:white; }
.bg_lightgreen 	{ background-color:lightgreen; color:white; }
.bg_seagreen 	{ background-color:seagreen; color:white; }
.bg_dimgray 	{ background-color:dimgray; color:white; }
.bg_firebrick 	{ background-color:firebrick; color:white; }
.bg_oldlace 	{ background-color:oldlace;  }


.bg_purple-hotpink  { background-image:linear-gradient(110deg, #5f0a87 0%, #a4508b 100%); color:white; }
.bg_wall-main 		{ background-image:linear-gradient(110deg, #cdba9c 0%, #fbf8f6 100%);  }

a {
	color: inherit;
	text-decoration:none;}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	 text-decoration:none;
	 color:inherit;
 }

.color_c { color:#ccc; }

/* Samo za typotest */
#grid .col, #grid .cols {font-size:1.5rem; padding:5px;}
#grid .row {margin-bottom:1rem}
#colors .cols {     height: 100px;
    vertical-align: middle !important;
    padding: 37px 0px 0 0;
    font-size: 80%;
    border: 1px solid #ccc;
    margin: 3px;
	text-align:center;
	}

.logobr {
	max-width: 300px !important;
		margin-top:2em;
}

.vbox {
	margin-top:1em;
}

@media (min-width: 1050px) 
{
	.logobr { margin-top:0em; }
	.vobx { margin-top:0px; }
}




/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color:white;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: navy;
  border-color: blue; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

input[type="submit"].gutscheinbutton {
	background-color:#a22523; color:white;
}

/* TopButton
------------------------------------------------ */
#gototop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 2.0rem;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 4px;
}


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  width:100%;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: disc inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 0rem; margin-left:3rem; list-style-position:outside;}

.liste li {margin-bottom:2rem}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table { font-size:85%}
th,
td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 15px; }
th:last-child,
td:last-child {
  padding-right: 15px; }

thead tr  { background-color:#f5f5f5; }
tr:hover { background-color:#f8f8f8; }
td:hover { background-color:#f1f1f1; }

.vita-table td:first-of-type {
	width:95px !important;
}

.blacktable thead tr {background-color:#444}
.blacktable tr:hover {background-color:#444}
.blacktable td:hover {background-color:#444}



/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section:first-of-type {
  margin-top:0rem;
}
section:last-of-type {
  margin-bottom:6rem;
}

section {
  margin-top:6rem;
}


button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form,
img {
  margin-bottom: 2.5rem; }

img {
	max-width: 100%;
  height: auto;
}



/* PDF Button
------------------------------------------------ */
.pdf-button {
display: block;
    width: 200px;
    background: white;
    height: auto;
    padding: 0;
    border: 1px solid #ccc;
	margin-bottom:7px;
	font-size:0.9em;
}

a.pdf-button:hover{
background:#f8f8f8;
}

.pdf-button i {
    margin-right: 8px;
    color: white;
    background-color: #9e0100;
    padding: 8px;
}


.del-button {
	text-align: left;
    padding: 0 10px 0 41px;
    background: #f8f8f8;
    position: relative;
    height: 30px;
    line-height: 28px;
    margin: 0 0 0 10px;
}


.del-button i {
	float: left;
    position: absolute;
    left: 0;
    padding: 7px;
	margin: -1px;
    font-size: 1.6rem;
    background: red;
    color: white;
}

.tisch-buchen {
	display: block;
    width: 220px;
    background: #9e0100;
	color:white;
    height: auto; 
    border: 1px solid #ccc;
	margin:1em 0;
	text-align:center;
	font-weight:500;
	font-size:0.9em;
}

.tisch-buchen i {
    margin: 0 0 0 -8px;
    color: white;
    padding: 12px;
}

.tisch-buchen:hover {
    background: #b8222d;
}

.cta-center {
	
	margin:1em auto 0 auto;
}

@media (min-width: 1200px) {
	.cta-center {
	margin:1em 0;
	}
}

.gallery img {
	width: 96%;
    margin: 0 2% 5px 2%
}

@media (min-width: 950px) {
	.gallery img {
    width: 49%;
    margin: 0.5%;
	float:left;
	}
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #a1a1a1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.clear,
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Aspect Ratio
--------------------------------------------------- */
img {
  aspect-ratio: attr(width) / attr(height);
}


/* ############################################################################################### 
 BASE LAYOUT HELPERS
################################################################################################## */

/* Shadow */
.drop   { -moz-box-shadow: 0 0 5px #aaa; -webkit-box-shadow: 0 0 5px #aaa; box-shadow: 0 0 5px #aaa; }
.drop-2   { -moz-box-shadow: 0 0 2px #aaa; -webkit-box-shadow: 0 0 2px #aaa; box-shadow: 0 0 2px #aaa; }
.drop-10   { -moz-box-shadow: 0 0 10px #aaa; -webkit-box-shadow: 0 0 10px #aaa; box-shadow: 0 0 10px #aaa; }

.text-spacer { letter-spacing:0.2em !important}
 
.hide { display:none; }
.rotate3 { transform:rotate(3deg); -ms-transform:rotate(3deg); -moz-transform:rotate(3deg);  -webkit-transform:rotate(3deg); -o-transform:rotate(3deg); }
.rotate-3 { transform:rotate(-3deg); -ms-transform:rotate(-3deg); -moz-transform:rotate(-3deg);  -webkit-transform:rotate(3deg); -o-transform:rotate(-3deg); }

.spacer	{clear:both; display:block; height:1rem; margin-top:2rem; margin-bottom:2rem;}
.spacer-big	{clear:both; display:block; height:1rem; margin-top:8rem; margin-bottom:4rem;}
.topspacer {clear:both; display:block; height:0rem; }
@media (min-width: 600px) {
	.topspacer {clear:both; display:block; height:14rem; }
}


/* Floater */
.float-right, .fr,
.float-left, .fl,	
.float-none, .fn	{float:none}

@media (min-width: 1050px) {
.float-right, .fr	{float:right}
.float-left, .fl	{float:left}
.float-none, .fn	{float:none}
}



/* Topper und Bildunterschriften */
.topper	{ font-size: 1.6rem; line-height: 1.6;  letter-spacing: 0; }
.bu 	{ font-size: 1.6rem; line-height: 1.6;  letter-spacing: 0; }

.mt-10 {margin-top:-1.0rem !important;}
.mt_0  { margin-top:0rem}

.mt_5  { margin-top:0.5rem !important;}
.mt_10 { margin-top:1.0rem !important;}
.mt_20 { margin-top:2.0rem !important;}
.mt_30 { margin-top:3.0rem !important;}
.mt_40 { margin-top:4.0rem !important;}
.mt_50 { margin-top:5.0rem !important;}
.mt_60 { margin-top:6.0rem !important;}
.mt_70 { margin-top:7.0rem !important;}
.mt_80 { margin-top:8.0rem !important;}
.mt_90 { margin-top:9.0rem !important;}

.mb_0  { margin-bottom:0rem !important;}
.mb_10 { margin-bottom:1.0rem !important;}
.mb_20 { margin-bottom:2.0rem !important;}
.mb_30 { margin-bottom:3.0rem !important;}
.mb_40 { margin-bottom:4.0rem !important;}
.mb_50 { margin-bottom:5.0rem !important;}
.mb_60 { margin-bottom:6.0rem !important;}
.mb_70 { margin-bottom:7.0rem !important;}
.mb_80 { margin-bottom:8.0rem !important;}
.mb_90 { margin-bottom:9.0rem !important;}

.ml_0  { margin-left:0rem !important;}
.ml_10 { margin-left:1.0rem !important;}
.ml_20 { margin-left:2.0rem !important;}
.ml_30 { margin-left:3.0rem !important;}
.ml_40 { margin-left:4.0rem !important;}

.mr_0  { margin-right:0rem !important;}
.mr_10 { margin-right:1.0rem !important;}
.mr_20 { margin-right:2.0rem !important;}
.mr_30 { margin-right:3.0rem !important;}
.mr_40 { margin-right:4.0rem !important;}

.ma_0   { margin:0rem; !important;}



.pt_0  { padding-top: 0rem !important;}
.pt_10 { padding-top:1.0rem !important;}
.pt_20 { padding-top:2.0rem !important;}
.pt_30 { padding-top:3.0rem !important;}
.pt_40 { padding-top:4.0rem !important;}
.pt_50 { padding-top:5.0rem !important;}
.pt_60 { padding-top:6.0rem !important;}
.pt_70 { padding-top:7.0rem !important;}
.pt_80 { padding-top:8.0rem !important;}
.pt_90 { padding-top:9.0rem !important;}
.pt_100 { padding-top:10.0rem !important;}

.pb_0  { padding-bottom:0rem !important;}
.pb_10 { padding-bottom:1.0rem !important;}
.pb_20 { padding-bottom:2.0rem !important;}
.pb_30 { padding-bottom:3.0rem !important;}
.pb_40 { padding-bottom:4.0rem !important;}
.pb_50 { padding-bottom:5.0rem !important;}
.pb_60 { padding-bottom:6.0rem !important;}
.pb_70 { padding-bottom:7.0rem !important;}
.pb_80 { padding-bottom:8.0rem !important;}
.pb_90 { padding-bottom:9.0rem !important;}
.pb_100 { padding-bottom:10.0rem !important;}


.pl_0  { padding-left:0rem !important;}
.pl_10 { padding-left:1.0rem !important;}
.pl_20 { padding-left:2.0rem !important;}
.pl_30 { padding-left:3.0rem !important;}
.pl_40 { padding-left:4.0rem !important;}
.pl_50 { padding-left:5.0rem !important;}

.pr_0  { padding-right:0rem !important;}
.pr_10 { padding-right:1.0rem !important;}
.pr_20 { padding-right:2.0rem !important;}
.pr_30 { padding-right:3.0rem !important;}
.pr_40 { padding-right:4.0rem !important;}
.pr_40 { padding-right:5.0rem !important;}

.pa_0   { padding:0rem !important; }
.pa_10  { padding:1.0rem !important;}
.pa_20  { padding:2.0rem !important; }
.pa_30  { padding:3.0rem !important; }
.pa_40  { padding:4.0rem !important; }
.pa_50  { padding:5.0rem !important; }
.pa_60  { padding:6.0rem !important; }
.pa_70  { padding:7.0rem !important; }
.pa_80  { padding:8.0rem !important; }
.pa_90  { padding:9.0rem !important; }
.pa_100  { padding:10.0rem !important; }

.h100	{min-height:100px}
.h200	{min-height:200px}
.h300	{min-height:300px}
.h400	{min-height:400px}
.h500	{min-height:500px}
.h600	{min-height:600px}


@media (min-width: 1050px) {
.pa_full {padding:0 17.0rem 0 17.0rem}
}


.hide_on_mobile {display:none}
@media (min-width: 800px) {
.hide_on_mobile {display:block}
}

/* Round Corners */
.round { -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }



/* Text  */
.text-left	 	{ text-align:left; }	
.text-right 	{ text-align:right; }	
.text-center 	{ text-align:center; }
.text-bold  	{ font-weight:500; }

.text-left-center { text-align:center; }
.text-right-center { text-align:center; }
.fullw-mobile		{ display:block; margin:0 0 20px 0}
.footernav			{ margin-right:10px}

@media (min-width: 1050px) {
	.text-left-center 	{ text-align:left;}
	.text-right-center  { text-align:right;}
	.fullw-mobile		{ display:inline; margin:0 0 0px 0}
	.footernav			{ margin-right:10px}
	.footernav:last		{  margin-right:0px}
}



.text-uppercase { text-transform: uppercase; }

/* Full Width Images 100%	*/
.fullw { width:100%; }
.w300	{ width:300px !important; }

/* Fehler */
.fehler { background:#FFD5D5; border:1px solid #600; color:#444}


/* No Optionen 
-------------------------------------------- */
.no-border { 
	border:none;
	border:0px !important;
	}
	
	

/* ---- Video Wrapper ----------------------------------------------------------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* images
-------------------------------------------------- */

.responsive {
  max-width: 100%;
  height: auto;
}
 .innerborder {
	outline: 1px solid #f5f5f5;
    outline-offset: -10px;

 }
 
 .scale {
	 transform: scale(1);
	 transition: all 0.3s linear;
 }
 
 .scale:hover {
	 transform: scale(1.03);
 }
 
.logo { margin:0; padding:0}
.logo30 { margin-top:-20px}

.imgbox img {
	margin-bottom:0;
}

/* cards
--------------------------------------------------- */

@media (min-width: 950px) {
	.row-equal-heights { display: flex;  }
}

.cards {
  margin-bottom:30px;
  padding:11px;
  border: 1px solid #aaa;
  height: 96%;
  font-size:86%;
  text-align:center;
  cursor:pointer;
}

.cards h3 {
	margin: 0 0 5px 0;
    font-size: 1.15em;
    font-weight: 600;
}



@media (min-width: 950px) {
	.cards { margin-bottom:0px;  }
}



.zitat {
width:auto;
margin:54px auto;
border-top: solid 1px #a1a1a1;
border-bottom: solid 1px #a1a1a1;
font-family: serif;
padding: 50px;
color:#222 !important; 
font-weight: 100 !important;
line-height:1.4 !important;
font-size:1.8rem !important;
text-align: center;
font-style:italic;
}



.zitat span {
	font-size:65%;
	display:block;
	margin-top:22px !important;
}

.zitat p:before { 
   content: open-quote;
   color: darkorange;
   font: 150% Georgia, serif;
margin-right:5px;
}

.zitat p:after { 
   content: close-quote;
   color: darkorange;
   font: 150% Georgia, serif;
   margin-left:0px;
}

@media (min-width: 750px) {
	.zitat {
		width:70%;
		font-weight: 100 !important;
		line-height:1.4 !important;
		font-size:2.6rem !important;
		}
}




/* Promoboxen
-------------------------------------------------- */
aside {
  width: 90%;
  padding:1.5rem;
  float: none;
  font-style: italic;
  margin: 0 0 25px 0px;
}
.aside-headline {
	font-size:2.1rem;
	margin:0 0 1rem 0;
	
}

@media (min-width: 750px) {
	aside {
		float: right;
		margin: 0 0 10px 15px;
	    width: 30%;
	}
}

.promo-teaser {
	font-size:1.7rem; 
}
.promo-teaser h3 { font-size:2.4rem; margin-bottom:3rem }



.promo-big {
		padding: 1rem 2rem 1rem 2rem;
		margin: 0;
		}

@media (min-width: 800px) {
.promo-big {
		padding: 2rem 4rem 0.8rem 4rem;
		}
}


 /* Accordionj
 ------------------------------------------ */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin:10px 0 0 0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
}


.accordion-active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.accordion-active:after {
  content: "\2212";
}

.panel {
  border:1px solid #eee;
  border-top:none;
  padding: 0 18px;
  font-size:1.8rem;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-active .panel {
	 border:1px solid #ccc;
}


/* Header Navigation
-------------------------------------------------- */
.header{
    border-bottom: 0px solid #E2E8F0;
	
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
	margin:0 0 0px 0;
	
	
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-menu li {
    list-style: none;
	margin-top:3rem;
}

.nav-menu a {
    text-decoration: none;
}

.nav-item {
    margin-left: 3rem;
}

.nav-link{
    font-size: 1.6rem;
    font-weight: 400;
    color: white; /* #475569; */
	text-transform: uppercase;
	
}

.nav-link:hover{
    color: white /* #482ff7; */
}

.nav-logo {
    font-size: 2.1rem;
    font-weight: 500;
    color: #482ff7;
}

@media only screen and (max-width: 1400px) {
    .nav-menu {
        position: fixed;
		z-index:999;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #111;
        width: 100%;
        border-radius: 0px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

	.nav-menu li {
		margin-top:2.5rem;
	}
	
	.nav-menu li:last-of-type {
		margin-bottom:4rem;
	}

    .nav-item {
        margin: 0.7rem 0 1.8rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }
	
	    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }

}

/* Timeline
--------------------------------------------------- */

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background-color:#fff;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #aaa;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.tcontainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 42.85%;  /* change for */
}

/* The circles on the timeline */
.tcontainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #ccc;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.tleft {
  left: 0;
}

/* Place the container to the right */
.tright {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.tleft::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 31px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #9b0808;
}

/* Add arrows to the right container (pointing left) */
.tright::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 31px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent  #9b0808 transparent #9b0808;
}

/* Fix the circle for containers on the right side */
.tright::after {
  left: -16px;
}

/* The actual content */
.tcontent {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border:1px solid #444;
  border-radius: 6px;
   
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 1200px) {
/* Place the timelime to the left */
  .timeline::after {
    left: -20px;
  }

/* Full-width containers */
  .tcontainer {
    width: 100%;
    padding-left:10px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .tcontainer::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .tleft::after, .tright::after {
    left: -36px;
  }

/* Make all right containers behave like the left ones */
  .tright {
    left: 0%;
  }
}




/* Social Icons
https://fontawesome.com/v4.7/examples/
-------------------------------------------------- */

.fa-social {
	padding: 10px;
	width: 16px;
	text-align: center;
	text-decoration: none;
	margin: 5px 1px;
	font-size:2rem !important;
	border:1px solid silver;
	border-radius: 4px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #ccc;
  color: #555;
}

.fa-twitter {
  background: #ccc;
  color: #444;
}

.fa-google {
  background: #ccc;
  color: white;
}

.fa-linkedin {
  background: #ccc;
  color: #444;
}

.fa-youtube {
  background: #ccc;
  color: white;
}

.fa-instagram {
  background: #ccc;
  color: #444;
}

.fa-pinterest {
  background: #ccc;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* Divider
-------------------------------------------------- */
.divider {
	position:relative;
}
.divider hr {
	border-top:1px solid #a1a1a1;
}
.divider i {
	position:absolute;
	top:-10px;
	left:44%;
	background-color:white;
	padding:0 3%;
	font-size:1.8rem;
}

.divider .text-divider {
	position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50%);
    border: 1px solid #a2a2a2;
    padding: 2px 15px;
    font-size: 80%;
}


/* Slideshow
-------------------------------------------------- */
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #444;
  font-size: 1.6rem;
  padding: 4px 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}





/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.8;
  animation-name: fade;
  animation-duration: 1.8s;
}

@-webkit-keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .2}
  to {opacity: 1}
}




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

.text-normal 	{ color: #222; }
.text-white		{ color:#fff; }
.text-gray		{ color:#ccc}
.text-red		{ color:red; }
.text-darkred		{ color:darkred; }
.text-sh-red	{ color:#a22523; }

.box {
		margin-bottom:20px;
		padding:20px 20px 2px 20px;
}

.box .ecke {
	float: left;
	margin:0 1rem 0 0;
	padding:0;
	
}

.hinweis {
	margin-bottom: 15px;
	padding: 4px 12px;
	font-size:90%;
}

.danger {
  background-color: #ffdddd;
  border-left: 6px solid #f44336;
}

.success {
  background-color: #ddffdd;
  border-left: 6px solid #04AA6D;
}

.info {
  background-color: #e7f3fe;
  border-left: 6px solid #2196F3;
}


.note {
  background-color: #ffffcc;
  border-left: 6px solid #ffeb3b;
}

.bigbox {
	max-width:100%;
	padding:80px 30px;
}

.bigbox-head {
	font-size:2.5rem;
}

/* Larger than tablet */
@media (min-width: 750px) { 
	.bigbox {padding:60px 30px 80px 30px;}
	.bigbox-head { 	font-size:3rem;  } }

.bigbox-text {
	font-variant:small-caps;
	font-size:2.0rem;
}


/* Dark Theme
-------------------------------------------------- */

.dark { background-color:#222; color:white} 
.dark .header { background-color:#777; color:white} 
.dark .header a{ color:white} 
.dark .container {background-color:#555; }



/* Opentable Badge */

@media (min-width: 400px) {
.ot-badge1 {
		float:none;
		width:150px;
		height:150px;
		padding-top:30px;
		margin:0 auto;
	
		}		
}

@media (min-width: 768px) {
.ot-badge1 {
		float:right;
		width:150px;
		height:150px;
		margin-top:-150px;
		margin-right:50px;
	}
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}
/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}



/* Splide CSS
--------------------------------------------------- */
.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important;transform-style:preserve-3d}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{outline:none;position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;outline:none;position:relative}.splide__slide img{vertical-align:bottom}.splide__slider{position:relative}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide--draggable>.splide__slider>.splide__track,.splide--draggable>.splide__track{-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide--fade>.splide__slider>.splide__track>.splide__list,.splide--fade>.splide__track>.splide__list{display:block}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--fade>.splide__track>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,.splide--ttb.is-active>.splide__track>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover{opacity:.9}.splide__arrow:focus{outline:none}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4)}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus{outline:none}.splide__progress__bar{background:#ccc;height:3px}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide,.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide--nav>.splide__slider>.splide__track>.splide__list>.splide__slide:focus,.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{left:auto;right:1em}.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{bottom:1em;top:auto}.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__slider>.splide__track>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}.splide--ttb>.splide__pagination,.splide--ttb>.splide__slider>.splide__pagination{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
@media (min-width: 1200px) {
	.splide__arrow--prev { left: -6em; width:3em; height:3em}
	.splide__arrow--next { right: -6em; width:3em; height:3em}
}