/* Schriften */

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,body,button,input,select,textarea {    color: #3b3b3b; font-family: 'Roboto', sans-serif; font-weight:300; font-size: 13px;    line-height: 1.4em;}
html, body {    background-color:#ececec;}

/* * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design. */

::-moz-selection {    background: #00bceb; color:#fff;  text-shadow: none;}
::selection {    background: #00bceb;   color:#fff; text-shadow: none;}

/* * A better looking default horizontal rule */
hr {    display: block;    height: 1px;    border: 0;    border-top: 1px solid #ccc;    margin: 0;    padding: 0;}

/* * Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img {    vertical-align: middle;}

/* * Remove default fieldset styles. */
fieldset {    border: 0;    margin: 0;    padding: 0;}

/* * Allow only vertical resizing of textareas. */
textarea {    resize: vertical;}
a, a:hover {text-decoration:none;}
b, strong {    font-weight: 500;}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {     margin: 0.2em 0;    background: #ccc;    color: #000;    padding: 0.2em 0;}

/* ==========================================================================
   Farben
   0|0|0|80 = #ececec;
   0|0|0|90 = #3b3b3b;
   70|0|0|0 = #00bceb;
   100|0|0|30 = #007caf;
   70|30|0|0 = #009de0;
   
   ========================================================================== */

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


#wrapper {
	width:100%;
	min-width:955px;
	}
header {
	width:935px;
	height:650px;
	position:relative;
	margin:0 auto;
	background-image:url(../img/share/header_bg1.jpg);
    overflow: hidden;
}

#logo {
	float:left;
	margin:40px 0 0 50px;
	}
nav#main {
	float:left;
	width:885px;
	height:35px;
	margin:30px 0 0 0;
	padding:0 0 0 50px;
	background-image:url(../img/share/trans_55.png);
	background-repeat:repeat;
}

#main ul li a {
  transition: all 0.3s ease;
}

#main a:hover {
  transform: translatey(-2px) !important;
}


#temperatur {
	width:94px;
	height:94px;
	float:right;
	color:#00bceb;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	padding:35px 0 0 18px;
	font-size:10px;
	line-height:12px;
	background-image:url(../img/share/temperatur.png);
	margin:-65px 20px 0 0;
}

#news {
	position:absolute;
	bottom:30px;
	left:15px;
	padding:30px 15px 15px 15px;
	background-image:url(../img/share/trans_75.png);
	background-repeat:repeat;
	/*width:320px;*/
	width: 395px;
	color:#000;
}

#content, footer, #fuss{
	margin:0 auto;
	position:relative;
	width:905px;
	background-color:#fff;
	padding:15px;
	overflow:hidden;
}
footer {
	padding:0;
	width:935px;}
#fuss{
	margin:0;
	float:left;
	border-top:1px solid #007caf;
}

#up {	float:right;
		width:25px;
		height:25px;
		margin:0 15px 15px 0; 
		}
#sozial {
	float:left;
	margin:0;
	padding:0;
	}
#sozial img {	margin:0 3px 0 0;}	
#meta {float:right;}	
.row {
	float:left;
  	width:905px;
  	margin:0 0 15px 0;
  }
	    .c25l,.c25r{width:215px;}
		.c33l{width:292px;}
		.c33r{width:291px;}
        .c50l,.c50r{width:445px;}
		.c66l{width:599px;}
		.c66r{width:598px;}
		.c75l,.c75r{width:675px;}
		.c100l{width:905px;}
        .c25l,.c33l,.c50l,.c66l,.c75l{float:left; margin:0 15px 0 0;}
		.c25r,.c33r,.c50r,.c66r,.c75r{float:right; margin:0;}
.trigger {
	display:block;
	float:left;
	width:100%;
	margin:5px 0 0 0;
}
.trigger:after {
	content:url(../img/share/weiter.png);
	margin:1px 0 0 3px; 
}

.trigger_active {
	color:#007caf;
}
.trigger_active:after {
	content:url(../img/share/zu.png);
	margin:1px 0 0 3px; 
}


/* ==========================================================================
   Typografie
   ========================================================================== */
#news h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size:20px;
	font-weight:normal;
	text-decoration:underline;
	margin:0 0 8px 0;
	color:#000;
	}
#news a { 	color:#000;		text-decoration:underline;}
#news a:hover { 	color:#009de0;}
#news p {
	margin:0 0 8px 0;
		font-weight:400;}
#news p:last-child {margin:0;}
#temperatur p {margin:0 0 4px 0;}
.tempText {
	float:left; 
	text-align:right;
	width:35px;
	margin:0 0 4px 0;
	font-size:10px;
	line-height:12px;
	
}
.temperatur {
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-align:right;
	float:left;
	width:35px;
	margin:0 0 4px 0;
	
}
p.temp{
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	margin:0 0 6px 0;
}
#content h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:22px;
	line-height: 1.2em;
	margin:0 0 5px 0;
}
#content h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:15px;
	line-height: 1.2em;
	margin:0 0 3px 0;
	color:#007caf;
}
#content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	line-height: 1.2em;
	margin:0 0 5px 0;
	color:#007caf;
}

#content p { margin: 0 0 5px 0;}
#content p:last-child { margin: 0;}
#content p + h1  {margin:15px 0 5px 0;}
#content p + h2  {margin:15px 0 3px 0;}
#content ul li {margin-bottom: 7px;}

a {color:#00bceb;}
a:hover {color:#007caf;}

p.small { font-size:11px; padding:0 0 5px 0;}
p.small:last-child { font-size:11px; padding:0;}
span.star {width:20px; padding: 0 5px 0 0; display:inline-block; text-align:right;}

/* ==========================================================================
   Navigation
   ========================================================================== */
nav#main ul {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight:400;
}
nav#main ul li {
	float:left;
	display:block;
	position:relative;
	height:35px;
}
nav#main ul li:first-child a{padding-left:0;}
nav#main ul li:last-child:after {	content:none;}
nav#main ul li:after { 
	content: "•";
	color:#00bceb;
	margin:-25px 0 0 0;
	float:right;
	display:block;
}
nav#main ul li a {
	color:#009de0;
	text-transform:uppercase;
	display:block;
	font-size:16px;
	line-height:1.4em;
	padding:7px 30px 5px 30px;
}
nav#main ul li:hover a, nav#main ul li:focus a, nav#main ul li a.aktiv {color:#075b7c;}
nav#main ul li ul {	
	display:none;
	position:absolute;
	left:30px;
	top:35px;
	z-index:10;
	padding:10px 10px 0 10px;
	height:auto;
	background-image:url(../img/share/trans_gruen.png);;
	background-repeat:repeat;
}
nav#main ul li ul.neues {left:0}
nav#main ul li:hover > ul, nav#main ul li:focus > ul {	display:block;}
nav#main ul li ul li {
	border-bottom:1px solid #fff;
	height:25px;
	width:100%;
}
nav#main ul li ul li:first-child {padding:0;}
nav#main ul li ul li:last-child {border-bottom:none;}
nav#main ul li ul li:after {content:none;}
nav#main ul li ul li a, nav#main ul li:hover ul li a, nav#main ul li:focus ul li a {
	color:#fff;
	text-transform:none;
	font-size:14px;
	padding:4px 0 0 0;
}
nav#main ul li ul li:hover a, nav#main ul li ul li:focus a {color:#3b3b3b;}


/* ==========================================================================
   Meta-Navigation
   ========================================================================== */

nav#meta ul {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
}
nav#meta ul li {
	float:left;
	display:block;
}
nav#meta ul li:first-child a{padding:0 10px 0 0;}
nav#meta ul li:last-child a{padding:0 0 0 7px;}
nav#meta ul li:last-child:after {content:none;}
nav#meta ul li:after { 
	content: "•";
	color:#00bceb;
	margin:-15px 0 0 0;
	float:right;
	display:block;
}
nav#meta ul li a {
	color:#00bceb;
	display:block;
	font-size:13px;
	line-height:13px;
	padding:0 10px 0 7px;
}
nav#meta ul li a.aktiv, nav#meta ul li a:hover, nav#meta ul li a:focus {color:#007caf;}

/* ---- Kontaktformular ---- */

/* ==========================================================================
   Kontaktformular
   ========================================================================== */
input, select, textarea {
	color:#fff;
	font-weight:400;
	font-size:14px;
	width:275px;
	padding:7px 8px;
	margin:6px 0;
	border:none;
	background-color:#00bceb;
}
textarea {	height:75px; width:582px;}
select {width:291px;}
input:focus, select:focus, textarea:focus {	background-color:#007caf;}


input[type="submit"] {
  background-color:#007caf;
  color: #fff;
  cursor: pointer;
  border: none;
  margin-bottom:0;
  width: 290px;

}
input[type="submit"]:focus, input[type="submit"]:hover {background-color:#00bceb;}

/* ==========================================================================
   Table
   ========================================================================== */
table { margin:0 0 15px 0;}

tr {	border-bottom:1px solid #ececec;}

tr td {	
	padding:3px 0;
	vertical-align:text-top;
		}
		tr td:last-child {text-align:right;}
tr th {
	text-align:left;
	font-weight:500;
	padding:15px 0 0 0;}
.col1 {width:245px;}
.col2 {width:200px;}
.col3 {width:180px;}
.col4 {width:135px;}

.col31 {width:225px;}
.col32 {width:120px;}
.col33 {width:100px;}


/* ---- Tabelle Kontakt---- */
table.kontakt tr {border:none;}
table.kontakt tr td{padding:0;}

/* ---- Tabelle sponsoren--- */
table.sponsoren {width:100%;}
table.sponsoren tr {border:none;}
table.sponsoren tr td:last-child {text-align:left;}
table.sponsoren tr td {padding:5px 0;}



.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}



.archiv {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}

.archiv:hover,
.archiv:focus,
.archiv:active,
.archiv.active,
.open .dropdown-toggle.archiv {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.archiv:active,
.archiv.active,
.open .dropdown-toggle.archiv {
  background-image: none;
}

.archiv.disabled,
.archiv[disabled],
fieldset[disabled] .archiv,
.archiv.disabled:hover,
.archiv[disabled]:hover,
fieldset[disabled] .archiv:hover,
.archiv.disabled:focus,
.archiv[disabled]:focus,
fieldset[disabled] .archiv:focus,
.archiv.disabled:active,
.archiv[disabled]:active,
fieldset[disabled] .archiv:active,
.archiv.disabled.active,
.archiv[disabled].active,
fieldset[disabled] .archiv.active {
  background-color: #428bca;
  border-color: #357ebd;
}


.mitarbeiter {
	width:120px; 
	float:left; 
	margin:0 10px 20px 0;
}

.hinweis {
	font-family: 'Roboto Condensed', sans-serif;
background-color: #00bceb;
    padding: 50px;
    text-align: center;
    margin-bottom: 70px;
}

.hinweis h1 {
	text-transform: uppercase;
	font-size:22px;
	font-weight:400;
	line-height:1.4em;
}

.hinweis a {
	color:#fff;
	font-size:16px;
}

.c50r img {
	width:445px;
	padding-bottom:10px;
}

.familienpreis {
   width: 220px;
position: absolute;
right: -14px;
text-align: center;
background-color: rgba(255,255,255,.95);
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
transform: rotate(7deg);
        border:1px solid #e6007e;
    bottom:55px;
    box-shadow: 10px 5px 5px #00000070;
padding: 0 10px;
}

.familienpreis img {
width: 100%;
padding-bottom: 15px;
margin-left: -10px;
}

.familienpreis h3 {
   font-weight: 700;
text-transform: uppercase;
font-size: 18px;
padding: 20px 0 7px 0;
color: #e6007e;
margin-left: -10px;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,    a:visited {        text-decoration: underline;    }
    a[href]:after {        content: " (" attr(href) ")";    }
    abbr[title]:after {        content: " (" attr(title) ")";    }

/*  * Don't show links for images, or javascript/internal links*/
.ir a:after,    a[href^="javascript:"]:after,    a[href^="#"]:after {        content: "";    }
pre,    blockquote {        border: 1px solid #999;        page-break-inside: avoid;    }
thead {        display: table-header-group; /* h5bp.com/t */    }
tr,    img {        page-break-inside: avoid;    }
img {        max-width: 100% !important;    }
@page {        margin: 0.5cm;    }
p,    h2,    h3 {        orphans: 3;        widows: 3;    }
h2,    h3 {        page-break-after: avoid;    }
}

.kurstabelle {
	color: #3b3b3b; 
	font-family: 'Roboto', sans-serif; 
	font-weight:300; 
	font-size: 13px; 
	line-height: 1.4em;
	text-align:left !important;
}

.kurstabelle tr td:last-child {
    text-align: left;
} 

ul {
	padding-left:15px;
}

li {
	list-style-image:url(../img/share/list.jpg);
	list-style-position:outside;
	}


 /* Bildergalerie*/
.collapsible {
  background-color: #eee;
  color: #00bceb;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 13px;
  background-color: transparent;
}

.collapsible::after {
  content: url(../img/share/weiter.png);
  margin: 1px 0 0 3px;
}

.active, .collapsible:hover {
  background-color: transparent;
	color:#007caf;
}

.content {
  padding: 20px 0;
  display: none;
  overflow: hidden;
  background-color: transparent;
} 


.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #009de0;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.Slides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}


.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.content .row {
	display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.content .column {
	width: 32%;
margin-bottom: 15px;
padding: 0;
	cursor: pointer;
}
.content img {
	width:100%;
}
.content .row > .column {
	padding: 0;
}
.column.hochkant, .column.hochkant2 {
	height: 194px;
overflow: hidden;
}
.column.hochkant img {
object-fit: cover;
	object-position: 0 -60px;
}
.column.hochkant2 img {
object-fit: cover;
object-position: 0 -142px;
}
.Slides img, .Slides23 img, .Slides_Turm img, .Slides_Familie img {
max-height: 600px;
object-fit: contain;
}
.galerie .row::after {
	display:none;
}