/* 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}



@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;
}




.hhf-img {
	float: left;
	margin-left: -26px;
	padding: 0;
	max-width:56px;
	margin-top:10px;
}

.hht { margin:10px 0 0 40px; }



/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  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}
  }
  
/* Grids */
.col,
.cols {
  width: 100%;
  float: left;
  box-sizing: border-box; }

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

@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%; }


}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 62,5% = 1.5rem = 15px :) */
html {
  font-size: 62.5%; 
   scroll-behavior: smooth;
}

body {
  font-size: 2.0em; 
  line-height: 1.5;
  font-weight: 400;
  font-family: "OpenSansRegular", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; 
  color: #333; 
  background-color: #fff; /* #fbf8f6; */
  }

strong {
	font-weight: 600;
}





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

h1 { font-size: 3.2rem; line-height: 1.2;   font-family: 'Georgia',serif; }
h2 { font-size: 2.8rem; line-height: 1.25;  font-family: 'Georgia',serif;}
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; }
  h3 { font-size: 2.8rem; }
  h4 { font-size: 2.4rem; }
  h5 { font-size: 2.0rem; }
  h6 { font-size: 1.6rem; }
	
}

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

address { font-style:normal;}

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

/* Text Div-Sizing */
.text-size-28 {	font-size:2.8Frem !important; }
.text-size-26 {	font-size:2.6rem !important; }
.text-size-25 {	font-size:2.5rem !important; }
.text-size-24 {	font-size:2.4rem !important; }
.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; }


/* Bg colors 
------------------------------------------------- */
.bg_red 	{ background-color:red; color:white;} 		
.bg_darkred { background-color:darkred; color:white;}
.bg_sh_red	{ background-color:#a22523; color:white; }			
.bg_sh_wall { background-color:#cdba9c; color:#444; }
.bg_sh_main { background-color:#fbf8f6;}
			
.bg_cta 	{ background-color:#2B2930; color:white}

.bg_crimson { background-color:crimson; color:white;}
.bg_coral	{ background-color:coral; }
.bg_blue 	{ background-color:lightblue; }
.bg_darkblue{ background-color:#102f47; color:white;}
.bg_darkblu2{ background-color:#1e4059; 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:#222; color:white;}
.bg_black2 	{ background-color:#000; color:#f8f8f8;}
.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_dim 	{ background-color:#f8f8f8;  }

.bg_purple-hotpink  { background-image:linear-gradient(110deg, #5f0a87 0%, #a4508b 100%); color:#fff; }
.bg_hinweis-1  		{ background-image: linear-gradient(110deg, #431726 0%, #091c4c 100%); color:#fff }
.bg_wall-main 		{ background-image:linear-gradient(110deg, #cdba9c 0%, #fbf8f6 100%);  }
.bg_main 			{ background-image:linear-gradient(345deg, #abc2fe 0%, #004080 100%);  }

.no-bg { background-color:transparent !important; background-image:none;  }

.border-1	{ border: 1px solid white}
.border-3	{ border: 3px solid white}
.border-1-dark	{ border: 1px solid #444}

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

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


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


/* 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: 60px;
  right: 5px;
  z-index: 99;
  font-size: 2.0rem;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 14px;
  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}
.liste2 li {font-size:80%; 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;
}



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



/* Buttons
------------------------------------------------ */
.btn-s {
	display:inline-block;
    width: auto;
    background: #f2f2f2;
	color:#000;
    height: auto;
    padding: 2px 10px;
    border: 1px solid #ccc;
	border-radius:4px;
	margin-bottom:7px;
	font-size:80%;
}

.btn-s:hover {
	background: #f8f8f8;
    }
	
.btn-s:active {
	background: #ddd;
    }	
	
.btn-cta {
	display:inline-block;
    width: auto;
    background: transparent;
	color:#fff;
    height: auto;
    padding: 14px;
    border: 1px solid #ccc;
	border-radius:4px;
	margin-bottom:7px;
	font-size:100%;
}

.btn-cta:hover {
	background: gray;
	color:#444;
    }

	


.pdf-button {
display: block;
    width: 200px;
    background: white;
    height: auto;
    padding: 0;
    border: 1px solid #ccc;
	margin-bottom:7px;
}

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

.pdf-button i {
    margin-right: 8px;
    color: white;
    background-color: red;
    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: 200px;
    background: #da3743;
	color:white;
    height: auto; 
    border: 1px solid #ccc;
	margin:7px 0;
	text-align:center;
	font-weight:500;
}

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

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



.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; }
.drop-50   { -moz-box-shadow: 0 0 50px #fff; -webkit-box-shadow: 0 0 50px #fff; box-shadow: 0 0 50px #fff; }

 
.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); }
.rotate-5 { transform:rotate(-5deg); -ms-transform:rotate(-5deg); -moz-transform:rotate(-5deg);  -webkit-transform:rotate(-5deg); -o-transform:rotate(-5deg); }
.rotate-90 { transform:rotate(90deg); -ms-transform:rotate(90deg); -moz-transform:rotate(90deg);  -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); }
.wb { text-align: right;
    font-size: small;
    margin: -16px -12px 0 0;
}

.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;}

.img-circle { border-radius: 50%; }

/* Floater */
.float-right, .fr	{float:left}
.float-left, .fl	{float:right}
.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; }

.block  {display:block; }
.fo_w  {color:white} 

.mt_0  { margin-top:0rem}
.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;}

.mb_0  { margin-bottom:0rem !important;}
.mb_5  { margin-bottom:0.5rem !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;}

.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;}

.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;}

.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; }


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

.preistable td {
		background-color:#f8f8f8;
		padding:8px 10px;
		
		border-top:0px solid #fff;  
		border-left:0px solid #fff;  
		border-right:0px solid #fff;  
		border-bottom: 0px solid #fff;   
		border-collapse: collapse; 
		
}
.preistable tr { border-bottom: 2px solid #fff;  }
.preistable td:last-child {width:25%; text-align:right}


/* Ephemeriden Tabelle */
.eptable td { padding:2px 0px 2px 5px; font-size:85%; cursor:pointer}
.eptable tr { page-break-inside: avoid; page-break-after: avoid; cursor:pointer}
.eptable tr:nth-of-type(2n) { background-color:#f8f8f8; }
.eptable tr:hover, td:hover { background-color:#DDD; }
.eptable td:last-child { width: 250px; }
.eptable td:first-child { width: 150px; }

/* Ingresses Tabelle */
.ingressestable td { padding:5px 10px; }
.ingressestable tr:nth-of-type(2n) { background-color:#EEE; }
.ingressestable tr:hover, td:hover { background-color:#F5F09B; }
.ingressestable td:hover { background-color:lightgreen; }

/* Scrollable table */
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}


.ta1 { height:82px}
.ta2 { height:82px}

@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}
}

.hide_on_mobile_2 {display:none}
@media (min-width: 1250px) {
.hide_on_mobile_2 {display:block}
}

.show_on_desktop { display:none}
@media (min-width: 800px) { .show_on_desktop {display:inline;} }

.show_on_mobile { display:inline; }
@media (min-width: 800px) { .show_on_mobile {display:none;} }



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


/* Chart Tooltip */



/* 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}
.nos	{ display:none; }


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

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


/* images
-------------------------------------------------- */
.image-container {
	position: relative;
	width: 100%; 
    height: 100vh; 
    overflow: hidden; 
}

@media (max-width: 1200px) {
.ta_overlay { display:block; margin-top:-10px; padding: 20px 15px;}
.ta_overlay_head h1 {font-size:1.26em; margin-bottom:5px; font-weight: normal; letter-spacing:0}
.ta_overlay_sub h2 {font-size:0.8em; margin-bottom:0; font-weight: normal; letter-spacing:0}
}

@media (min-width: 1201px) {
.ta_overlay {
    position: absolute; 
    top: 425px; 
	padding: 20px 35px;
	}
.ta_overlay_head h1 {font-size:2.5em; margin-bottom:0; font-weight: normal; letter-spacing:0}
.ta_overlay_sub h2 {font-size:1em; margin-bottom:0; font-weight: normal; letter-spacing:0}
}

.ta_overlay {
    right: 0%;
    color: #102f47; 
    text-align: center; 
    background-color: #f0fbffde;
	border-left:0px dashed white;
}

.ta_overlay_head { font-family: 'Georgia, Times', serif;}


.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}

.imgbox img {
	margin-bottom:0;
}

.topaufmacher {
	width:100%; height:509px;
		background-image: url("../img/ta_sabudo_960.jpg");	
		
}

.ta_main { height:205px; color:#fff;}

@media (min-width: 768px) {
	
	.topaufmacher {
		width:100%; height:645px;
	}
}

@media (min-width: 950px) {
	
	.topaufmacher {
		width:100%; height:509px;
		background-image: url("../img/bg_3.jpg");	
		}
	
	.ta_main { 
		height:auto; 
		}					
}




/* footer 
--------------------------------------------------- */
.f-box {
		margin-bottom:20px;
		padding:0px 20px 2px 60px;
}

.bdimagebox {
		margin:20px 0 40px 0;
}

.copyright {
	text-align: center;
    margin: 0 0 20px 0;
}
.sublinks {
	text-align:center;
}

.sublinks a {
	display: inline-block;
    text-align: center;
    margin: 10px 20px 0px 0px
}

.sm-icon { width:32px; margin-right:5px}


@media (min-width: 950px) {
	.copyright {
	text-align: left;
    margin: 0 0 0px 0;
	}
	
	.f-box { margin-top:80px; padding:0; }
	.bdimagebox { margin:40px 0 45px 0; }
	
	.sublinks { text-align:right}
	.sublinks a {
	display: inline-block;
    text-align: left;
    margin: 0 16px 0 0;
	}
}

/* Astrodienst
------------------------------------------ */

.mc_astrodienst {
    width: 200px;
    margin: 0 auto 5px auto;
	font-size:0.7em;
	color:#444;
	text-decoration:none;
	text-align:center;
}

.iframe_astrodienst {
	border: 1px solid gray;
    width: 196px;
    height: 320px;
    margin: 7px;
    background: white;
    display: block;
    margin: 0 auto 20px auto;
    padding: 12px 12px 0 12px;
	
}


/* 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: 2.1rem;
    font-weight: 500;
}



@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 50px 30px 50px;
color:#222 !important; 
font-weight: 100 !important;
line-height:1.4 !important;
font-size:2.0rem !important;
text-align: center;
font-style:italic;
}



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

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

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

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




/* Promoboxen
-------------------------------------------------- */

/* TA headline */
.headline {
	margin-top:0px;
	font-size:1.5em;
}
@media (min-width: 800px) {
	.headline {
	margin-top:30px;
	}
}

aside {
  width: 90%;
  padding:0.0rem;
  float: none;
  font-style: italic;
  margin: 0 0 25px 0px;
  border:0px solid red;
}
.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
-------------------------------------------------- */
.bg_nav {
background-image: url("../img/bg_nav.jpg");	
}

.nav-container {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0 0px !important;
		box-sizing: border-box; 
		background-color:#102f47;
		
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 10px 8px;
	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;
	text-transform:uppercase;
}

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

.nav-link{
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff; /* #475569;  */
	
}

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

.nav-logo {
	font-size: 1.5em;
	color: #fff; 
	
}

@media only screen and (max-width: 1200px) {
	
    .nav-menu {
        position: fixed;
		z-index:999;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: #1f4562;
        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;
		color:#fff;
    }
	
	    .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);
    }

}


@media only screen and (min-width: 1200px) {
	.nav-logo {
	font-size: 1.7em;
	color:#fff /* #222111; */
	}
	
	.navbar {
		  padding: 0px 30px 0px 18px;
	}	
}

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



/* Paralax
--------------------------------------------------- */
.paralax {
  
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;	
}

.para_1 { 
	background-image: url("../img/p1.jpg");
    min-height: 10px; 
}

.para_2 {
  background-image: url("../img/p2.jpg");	
  min-height: 300px; 
}

.para_3 {
  background-image: url("../img/p3.jpg");	
  min-height: 300px; 
}

.para_4 {
  background-image: url("../img/p4a.jpg");	
  min-height: 300px; 
}

.para_5 {
  background-image: url("../img/p5.jpg");	
  min-height: 300px; 
}

.para_6 {
  background-image: url("../img/p6.jpg");	
  min-height: 300px; 
}

.para_sky {
  background-image: url("../img/sky_3.jpg");	
  min-height: 300px; 
}



/* 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%;
}






/* 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;
  color:black;
}

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

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


.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; }



input.shop-btn {
	display: block;
    margin: 10px auto !important;
    width: 229px;
    background-color: darkred;
    color: white;
    border: 1px solid white;
}

input.shop-btn-green {
	display: block;
    margin: 10px auto !important;
    width: 272px;
    background-color: green;
    color: white;
    border: 1px solid white;
}




/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


@media print {
    .pagebreak {
        clear: both;
        page-break-after: always;
    }
}
