/*styles*/
@-ms-viewport { width: device-width; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }

html { font: 100%/1.5em Helvetica, Arial, sans-serif; min-height: 100%; position: relative; padding-bottom: 2em;}

body { font-size: 0.875em; /* 14 / 16 */ line-height: 1.5em; }

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

/*imports*/
.row {
	float: left;
	clear: both;
	width: 100%;
}

.container {
	max-width: 960px;
}

.container .columns {
	float: left;
	padding-right: 1em;
	padding-left: 1em;
	margin: 0 auto;
}

.container .columns.one, .container .columns.two, .container .columns.three, .container .columns.four, .container .columns.five, .container .columns.six, .container .columns.seven, .container .columns.eight, .container .columns.nine, .container .columns.ten, .container .columns.eleven, .container .columns.twelve {
	width: 100%;
}

.container {
	width: 100%;
}

.clearfix:after, .container:after {
	content: '';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	clear: both;
}

.clearfix, .container {
	zoom: 1;
}

/*media queries*/
@media only screen and (min-width: 601px) { body { font-size: 1em; /* 16 / 16 */ line-height: 1.5em; }
  .container .columns.one { width: 4.66666666667%; }
  .container .columns.two { width: 13.3333333333%; }
  .container .columns.three { width: 22%; }
  .container .columns.four { width: 30.6666666667%; }
  .container .columns.five { width: 39.3333333333%; }
  .container .columns.six { width: 48%; }
  .container .columns.seven { width: 56.6666666667%; }
  .container .columns.eight { width: 65.3333333333%; }
  .container .columns.nine { width: 74%; }
  .container .columns.ten { width: 82.6666666667%; }
  .container .columns.eleven { width: 91.3333333333%; }
  .container .columns.twelve { width: 100%; }
  .container { width: 90%; margin: 0 auto; } }
  
 .ie8 { max-width: 600px; margin: 0 auto; position: relative; } 


/* Skeleton-Zeug */
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: 0;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: 0; }
h3 { font-size: 3.1rem; line-height: 1.3;  letter-spacing: 0; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: 0; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: 0; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.7rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #33bdf2;
	text-decoration: none;
	font-weight: bold;
}
  
a:hover {
	color: #f9f9f9;
	background-color: #33bdf2;
	text-decoration: none;
}

.imgcolumn a:hover {
	color: #33bdf2;
	background-color: #33bdf2;
	text-decoration: none;
}

/* 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: #333;
  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: #33C3F0;
  border-color: #33C3F0; }
.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; }


/* 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;
  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: square; }
ol.first {
  list-style: decimal; }
ol.second {list-style-type: lower-alpha;}
ol, ul {
  padding-left: 1rem;
  margin-top: 0; 
  padding-bottom: 1em;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0rem 0 0rem 0rem;}
li {
  margin-bottom: 0rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
tr {
	border-bottom: 1px solid #E1E1E1;
}
tr:last-child {
	border-bottom: 0;
}
th,
td {
  padding: 12px 15px;
  text-align: left;
  vertical-align:top; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0;
 }


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


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


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

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


/* */
.title {
	text-align: center;
	margin: 2em 0;
}

@-ms-viewport { width: device-width; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; }

body {
	background-color: #f9f9f9;
}

header {
	border-bottom: 2px dashed #33bdf2;
}

footer {
	border-top: 2px dashed #33bdf2;
	margin-bottom: 75em;
}

.rechts {
	text-align: right;
}
.links {
	text-align: left;
}
.zentriert {
	text-align: center;
}

.normal {
	font-size: 1.5em;
}

.groesser {
font-size: 1.7em;
}
.gross {
	font-size: 1.9em;
}

a.nav-link {
	position: absolute;
	top: 0;
	right: 1em;
	background: #33bdf2;
	text-decoration: none;
	color: #f9f9f9;
	padding: .5em;
	font-weight: bold;
	border-radius: 0 0 .2em .2em;
}

nav[role="primary"] ul {
	padding-left: 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

nav[role="primary"] ul li a {
	text-decoration: none;
	font-weight: bold;
	background: #33bdf2;
	display: block;
	padding: .75em;
	border-bottom: 1px solid #999;
	color: #f9f9f9 ;
}
a.ebene2::before {
	content: '';
	padding-left: 20px;
}

a.ebene2 {
	font-size: 90%;
}

nav[role="primary"] ul li a:hover {
	background: #f9f9f9;
	color: #33bdf2;
}

nav[role="primary"] ul li:last-child a {
	border: none;
}


ul,
ol,
form {
  margin-bottom: 0rem; }
  
h1 {
	font-size: 1.8em;
	margin-bottom: 0;
}

h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
img {

}

.logo { width: 135px; height: 78px; display: block; background: url(../images/logo_transparent.png) no-repeat 0 0; border: 0; font: 0/0 a; text-shadow: none; color: transparent; background-color: transparent; }

.vergroesserung {
	display: none;
}

/* Larger than mobile */
@media (min-width: 601px) {
  a.nav-link { display: none; }
nav[role="primary"] ul {
	margin-top: 1.8em;
	padding-left: 0;
	list-style: none;
	position: relative;
	width: 100%;
}

nav[role="primary"] ul li a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: .5em;
	background: #f9f9f9;
	color: #33bdf2;}

nav[role="primary"] ul li a:hover {
	color: #333;
}

nav[role="primary"] ul li:last-child a {
	border: none;
}


}

/* 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) {
.vergroesserung {
	display: block;
	text-align: right;
  }
  
img {
	  display: inline;
  }

header {
	  border-bottom: 2px solid #33bdf2;
}

footer {
	  border-top: 2px solid #33bdf2;
	  margin-bottom: 0;
}
}

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

}


h1 {
	font-size: 1.8em;
	margin-bottom: 0;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}

/*Bilder*/
div.imgrahmen {
	margin-bottom: 1em;
	border:1px solid #999;
	padding:10px;
	font-size:0.875em;
	color:#666;
	height: auto;
}

div.imgrahmen img {
	float:left;
	margin-right:10px;
}

article {
	 text-align:justify;
	 /* Silbentrennung */
	 -ms-hyphens: auto;
	 -moz-hyphens: auto;
	 -webkit-hyphens: auto;
	 hyphens: auto;
}

.urlaub {
	border:2px solid #f00;
	padding: 10px;
	margin-bottom: 1em;
}

.eingerueckt {
	margin-left: 20px;
}

.covid a {
  padding: 20px;
  margin-bottom: 1em;
  background-color: #f00;
  display: block;
  color: white;
  text-align: center;
}

h3 {
  font-weight: bold;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

* {
  box-sizing: border-box;
}

.imgcolumn {
  float: left;
  width: 50.00%;
  padding: 5px;
  text-align: center;
}

.zeig div {
    display: none;
}

.zeig div:target {
    display: block;
  
}

