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


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





/* --------------------------------
gruen #7d933b
dunkel-gruen #486e3c
----------------------------------- */




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

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px !important;
  box-sizing: border-box; 
  }
  
.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}
  }
  

  
/*
* 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
*/
.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 740px */
@media (min-width: 740px) {
  .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
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* 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: #f8f8f8; /* #fbf8f6; */
  
  }

strong {
	font-weight: 600;
}





h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 400; 
  letter-spacing: 0.01rem;
  margin-top: 0;
  margin-bottom: 2rem;
 
  
  }

h1 { font-size: 3.0rem; line-height: 1.2;  }
h2 { font-size: 2.8rem; line-height: 1.25; }
h3 { font-size: 2.6rem; line-height: 1.3;  }
h4 { font-size: 2.2rem; line-height: 1.35; }
h5 { font-size: 1.8rem; line-height: 1.5;  }
h6 { font-size: 1.6rem; line-height: 1.6;  }


/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 3.4rem; }
  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-26 {	font-size:2.6rem !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; }
.text-size-80 {	font-size:80% !important; }


/* DARK MODE */








/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.call {
	margin: 0 0 0 10px;
    border: 1px solid #ccc;
    padding: 2px 5px;
    font-size: 0.9em;
	background: #6c9b73;
}


 

/* Bg colors & images
------------------------------------------------- */

.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_lf_green 		{ background-color:#7d933b;  color:white}
.bg_lf_darkgreen 	{ background-color:#486e3c;color:#eee}	
.bg_lf_lightgreen 	{ background:#f2f6f4}	
.bg_lf_midgreen 	{ background:#bad3b1}
.bg_bb				{ background:#faffed;}	
.bg_bb				{ background: radial-gradient(circle, rgba(240,255,238,1) 0%, rgba(251,251,251,1) 50%, rgba(238,255,240,1) 100%); } 
	
.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: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:white;}
.bg_gray	{ background-color:gray; color: white;}
.bg_darkgray{ background-color:#555; 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:#b14400; color:white; }
.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_purple-hotpink a { 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(180deg, #f1f1f1 0%, #ffffff 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: blue;
	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: 20px;
  right: 30px;
  z-index: 100;
  font-size: 2.0rem;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0px 14px;
  border-radius: 4px;
  border:1px solid white;
}




/* 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-size: 1.6rem;
  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; }

.reservation_form {
	padding:10px;
	background-color:white;
}

audio { width:270px }

@media (min-width: 750px) {
	.reservation_form { padding:40px; }
	audio { width:300px }
}

/* 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: 0.7rem; margin-left:2rem; list-style-position:outside;}

.liste li {margin-bottom:2rem}

@media (min-width: 750px) {
	li {margin-left:0.5rem;}
}

/* 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-modi {
    position: fixed;
    right: 50px;
    top: 18px;
    width: auto;
    height:25px;
	
	border: 1px solid gray;
    padding: 8px 12px;
    background-color: red;
    font-size: 0.8em;
    font-weight: 600;
    border-radius: 4px;
}

.btn-modi:hover {
	background-color: green;
}

.btn-modi a {
	display:block; color:white;
}

.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-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;
    }
	
.cta {
	display: block !important;
    width: auto;
    background: #b8222d;
    color: white;
    height: auto;
    border: 1px solid #ccc;
    margin: 7px 0;
    padding: 14px;
    text-align: center;
    font-weight: 500;
}

.cta-btn {
	display: block !important;
    width: 100%;
    background: #cc0000 !important;
    color: white !important;
    font-size: 60% !important;
}

@media (min-width: 750px) {
	.cta-btn { font-size: 0.8em !important; }
}

.btn-infobox {
    width: 114px;
    height: 16px;
    border: 1px solid white;
    padding: 2px 4px;
    background-color: red;
    font-size: 0.6em;
    font-weight: bold;
    border-radius: 2px;
    display: inline-block;
}

.btn-infobox a {
	color: #fff;
}

.edit_red {
	background: red;
    font-size: 0.7em;
    padding: 2px 5px;
    color: white;
    border-radius: 2px;
}

.edit_red:hover {
	background: green;
}

.texticons {
	vertical-align:top;
	height:31px;
	width:auto;
	margin-bottom:0;
}

.shoutbox a  {
	/* Link Button in rechter unterer Ecke */
	padding: 5px 7px;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 0.85em;
    margin: 24px 0 0 0;
    display: inline-block;
    float: right;
}

.g50_50 { border-bottom:1px solid #aaa; }


.pdf-button {
display: inline-block;
    width: 80%;
    background: transparent;
    height: auto;
    padding: 5px 5px 5px 10px;
    border: 1px solid #6c9b73;
	margin:0 5px 7px 0;
}

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

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


.pdflink {
    border: 0px solid #eee;
    padding: 3px 2px 3px 28px;
    background: url(../img/layout/pdf.png) left no-repeat;
    background-size: 22px auto;
    color: blue;
    text-decoration: none;
    margin: 0px 0 1em 0;
}


.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: auto;
    background: #b8222d;
	color:white;
    height: auto; 
    border: 1px solid #ccc;
	margin:7px 0;
	padding:14px;
	text-align:center;
	font-weight:500;
}

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

.tisch-buchen:hover {
    background: #72151c;
}


.gutschein-buchen {
	
    display: block !important;
    width: 250px !important;
    margin: 0 auto !important;
    background-color: #486e3c !important;
    color: white !important;
    font-size: 0.8em !important;

}

@media (min-width: 750px) {
	.gutschein-buchen { width: 300px !important; }
}

.mycheckbox {    
	float: left !important;
     margin: 5px 10px 0 0; 
	 }
	 




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

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

/*  Tiny-Styles
---------------------------------------------------- */
 .bild-links { float:none; margin: 0 0 10px 0; display:block; clear:all}
 .bild-rechts { float:none; margin: 0 0 10px 0; display:block; clear:all}
 
@media (min-width: 750px) { 
	.bild-links {
		float: left;
		margin: 0 10px 2px 0;
	}

	.bild-zentriert {
		float: none;
		display:block;
		width:250px;
		min-width:250px;
		margin: 0 auto;
		
	}

	.bild-rechts {
		float: right;
		margin: 0 0px 2px 10px;
	}

}

/* Kommentar Bilder 
-------------------------------------------------- */

.userbild {
	border-radius: 50%;
    float: left;
    margin-right: 20px;
    width: 100px;
}


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

.space {
	
}


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

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


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


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

.displayblock { display:block; }

/* 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; }
.drop-book   { -moz-box-shadow: 0px 5px 9px 0 #b8b6b6; -webkit-box-shadow: 0px 5px 9px 0 #b8b6b6; box-shadow: 0px 5px 9px 0 #b8b6b6; }

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

.nl { white-space: nowrap; }

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

/* Breadcrumb */
.bc	{ font-size: 1.6rem; line-height: 1.6;  letter-spacing: 0; }
.bc a {color:inherit}


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

.plr100 {padding:0}
@media (min-width: 1200px) { .plr100 {padding:0 100px 0 100px} }


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

.logorow {max-width:90% !important}


/* 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:95px}
.ta2 { height:95px}


.pa_full {padding:0 1.0rem 0 1.0rem}

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


.hide_on_mobile {display:none}
.nomobi {visibility:hidden; opacity:0}
@media (min-width: 800px) {
.hide_on_mobile {display:block}
.nomobi {visibility:visible; opacity:1}
}

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



/* 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; }
.w275	{ width:275px !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: 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}

.toplogo {
	width:270px;
	margin:0;
}

.footerlogo {
	width:300px;
	margin:0 auto;
	display:block;
}

.imgbox img {
	margin-bottom:0;
}

.topaufmacher {
	width:100%; 
	
		
		
}

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

@media (min-width: 950px) {
	
	.topaufmacher {
		width:100%; 
			
		}
	
	.ta_main { 
		height:auto; 
		}					
}




/* footer 
--------------------------------------------------- */


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

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

.footer-block   { text-align:center; }
.footer-block a { color:#444; }

@media (min-width: 950px) {
	.footer-block { text-align:left; }
}

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

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

.sm-icon { width:40px; margin:0 5px 0 0; border:0px solid #6c9b73}

.subfooter {
	background:#670067; 
	color:#ddd;
	border-top:0px solid dim;
}
.subfooter a {
	color:#ddd;
	display:block;
}

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



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


.rezension {
    font-size: 0.8em;
    font-style: italic;
    padding: 60px;
    background: #e6e6fa59 url('../img/layout/zitat.gif') no-repeat 20px 50px;
	border-left: 6px solid #67006712;
}

.absatz-1 {
font-size: 0.9em;
    font-style: italic;
    padding: 15px 30px;
}



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



.hinweis_blau {
  background-color: #eeeeff; /* #e7f3fe; */
  border-left: 6px solid #6c9fc8; /* #2196F3; */
  padding: 20px 20px 20px 40px;
  margin-bottom:20px;
}


.hinweis_blau .webinar {
	background-color: #ffffff;
	width:90%;
}



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


/* Multilevel Navigation
-------------------------------------------------- */
.nav-container {
	background-color: #670067; /* #333; */
    text-align: center;
}

@media only screen and (min-width: 1000px) {
	.nav-container { max-height:54px}
}

.header {
	background-color:lavender; /* #e8eaf6; */
	padding:20px 0 40px 0;
}

.logo-top {
	
	text-align: center;
}
.logomod {max-width:100%}

	@media only screen and (max-width: 500px) {
		.logomod {max-width:90%}
		.logo-top {
		margin: 20px 0 10px 0;
		text-align:  left;
		padding: 0rem 0rem 0 0rem
		}
		
		.header { padding:2px 0 2px 0; }
	}
		
	@media only screen and (max-width: 1000px) {
		.logomod {max-width:90%}
		.logo-top {
		margin: 20px 0 10px 0;
		text-align:  left;
		padding: 0rem 0rem 1rem 0rem
		}	
		.header { padding:2px 0 2px 0; }
	}

.logo-head {
	font-family: 'Playfair Display', serif;
	font-size:3em;
	font-weight: 400; 
	letter-spacing: 0.01rem;
	color:#444;
}
.logo-sub {
	font-size: 1.1em;
    margin: -17px 0 0 5px;
    text-transform: none;
	color:#444;
}

  .hamburger {
		display:none;
  }

  .mainmenu {
      text-align: left;
      display: inline;
      margin: 0;
      padding: 15px 4px 16px 0;
      list-style: none;
    }
	
	
	/* Toplevel */
    .mainmenu li {
      font: normal 1em sans-serif;
      display: inline-block;
      margin-right: 0px;
      position: relative;
      padding: 0px 0px;
      background: inherit;
      cursor: pointer;
	  color:#fff;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -ms-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }

	.mainmenu li a  { text-decoration:none; color:#fff; display:block; padding:15px 18px }
	
    .mainmenu li a:hover {
      background: #b968ad;
      color: #fff;
	  
    }


	/* Sublevel 1 */
    .mainmenu li ul {
    
	  padding: 0px;
      position: absolute;
      top: 38px;
      left: -30px;
      width: auto;
	  background:#670067;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      display: none;
      opacity: 0;
      visibility: hidden;
	  z-index:99;
    }

    .mainmenu li ul li {
      background: #670067;
      display: block;
      color: #fff;
      text-shadow: 0 -1px 0 #000;
	  margin-left:0.5rem;
	  
    }
	

    .mainmenu li ul li:hover {
      background: #b968ad;
    }

    .mainmenu li:hover ul {
      display: block;
      opacity: 1;
      visibility: visible;
    }
	
	li.ssmtr { white-space: nowrap; }

	/* Sublevel 2 */
	.mainmenu li ul li ul.subsubmenu{
      font-size: 1.0em;
	  padding: 0px;
      position: absolute;
      top: -15px;
      left: 178px;
      width: auto;
	  background:#670067; 
      display: none !important;
      opacity: 0;
      visibility: hidden !important;
	  z-index:99;
    }
	
	  .ssmtr:hover  ul.subsubmenu {
      display: block !important;
      opacity: 1;
      visibility: visible !important;
	  
    }
	

    /* Medium screens */
    @media only screen and (max-width: 1000px) {
     
.logomod {max-width:90%}	 
.logo-head {
	font-family: 'Playfair Display', serif;
	font-size:2em;
	font-weight: 400; 
	letter-spacing: 0.01rem;
	margin-top: -9px;
}
.logo-sub {
	font-size: 0.65em;
    margin: -8px 0 0 2px;
    text-transform: none;
}


	 .mainmenu {
        font-size: 1em;
		width: 96%;
		display:none;
      }
	  
	  .hamburger {
		display:block;
		font-size:2em;
		background: black;
		color:white;
		padding:0px;
		text-align:right;
		position:absolute;
		right:1px;
		top:30px;
		cursor:pointer;
	  }
	  
	  .hamburger_go {
		  color:white;
		  display:block;
		  padding:2px 14px;
		  cursor: pointer;
	  }

      .mainmenu li {
        padding: 10px 0;
        display: block;
        text-align: left;
        width: 92%;
        position: relative;
		
      }
	  
	  .mainmenu li:hover {
        background-color: #555;
		
      }
	  
	   .mainmenu li ul{
        background-color: #670067;
		
      }
	  
	



      .mainmenu li ul li {
        background: #670067;
        display: block;
        color: #fff;
        text-shadow: 0 -1px 0 #000;
		width:80%;
      }

      .mainmenu li ul li:hover {
        background-color: #555;
      }

      .mainmenu li a {
        display: block;
		
      }

      .mainmenu li ul {
        position: relative;
        left: 20px;
        top: 0;
        opacity: 1;
        visibility: visible;
        width: 80%;
        display: block;
      }

      .mainmenu li:hover ul {
        display: block;
      }
	  
	  .mainmenu li ul li ul.subsubmenu{
      font-size: 1.0em;
	  padding: 0px;
      position: relative;
      top: 0px;
      left: 20px;
      width: 80%;
	  background:#670067;
   
      display: block !important;
      opacity: 1;
      visibility: visible !important;
	  z-index:99;
    }
	  
	  
    }
	
	
	
	
	




.topteaser {
		margin:0px;
		padding:0;
		
	}
	
@media only screen and (min-width: 1200px) {
	.topteaser {
		margin:30px 0 0 0 !important;
		padding:0 17rem 0 17rem;
	}
}

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



/* Paralax
--------------------------------------------------- */
.para {
  min-height: 250px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
}



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

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

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #44a971;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

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

.fa-linkedin {
  background: #007bb5;
  color: white;
}

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

.fa-instagram {
  background: #342f6e;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  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 old
-------------------------------------------------- */
/* 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}
}


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

.masonry-3 {
	column-count: 3;
	height:750px;
}

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

.masonry img {
	margin:0;
}

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



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



@media (max-width: 991px) {
  .masonry { column-count: 1; }
  .masonry-3 {
	column-count: 1;
	height:auto;
	}
}


/* 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: #eeeeff; /* #e7f3fe; */
  border-left: 6px solid #6c9fc8; /* #2196F3; */
}


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

.note2 {
	background-color: #f8f8f8;
    font-size: 90%;
    border: 1px dashed #888;
    border-radius:0;
}

.footer-note { 
	background-color: #fbf8f625;
    border-left: 6px solid #bad3b1;
    color: #f8f8f8;
	width:80%;
	padding:10px 5px 10px 15px;
}

.footer_note a {
		color:#f8f8f8;
}

.badge {
	border: 1px solid #2276d2;
	border-radius:5px;
	padding:2px 5px;
	margin:0 2px;
	color:#2276d2;
		
	
}

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


/* Glider Slider
-------------------------------------------------- */

.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-x:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:15px;top:30%;cursor:pointer;color:#fff;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#fff}.glider-next{right:15px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.75;color:#fff;cursor:default}.glider-hide{opacity:0}.glider-dots{user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media(max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:rgba(156,156,156,.25);-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px rgba(255,255,255,.25)}}
@media (min-width: 750px) {
	
	.glider-prev {top:40%}
	.glider-next {top:40%}
	
}




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



@media print {
    * {background: #fff !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important} /* Black prints faster */
    a, a:visited {color: #000 !important; text-decoration: underline}
	.nav-container {display:none}
}

