/* ############### ENTWICKLUNG DEFINITIONEN ############### */

:root {
  --hellblau: #66CCFF;
  --mittelblau: #eeeeee;/*#40A4D6;*/
  --dunkelblau: #002f5d;
  --hellorange: #EDA28C;
  --orange: #cccccc;/*#FF6B00;*/
  --dunkelorange: #CC5836;
  --buttontopcolor: #FFFFFF;
  --hovercolor: #E56038;
  --textlinecolor: #D6D0C1;
  --textcolor: #222222;
  --schatten: /*1px 3px 15px grey*/;
}

/* ############### FONTS LOKAL ############### */

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* baumans-regular - latin */
@font-face {
  font-family: 'Baumans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/baumans-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/baumans-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

#js-viewport-breitenanzeiger
   {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10000;
    background: rgba(230,72,0,0.80);
    border: 1px solid rgba(128,42,0,90);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    padding: 10px;
    font-size: 11px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    font-family: Arial, Verdana, sans-serif;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.50);
    text-transform: uppercase;
	visibility: hidden;
   }
   
/* ############### GLOBALE DEFINITIONEN ############### */

body {
	border-top: 5px solid var(--hellblau);
	background: var(--hellblau);
	font-family: 'Open Sans', sans-serif;
	color: var(--textcolor);
}

input {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 7px;
	outline: 0;
	border: 0;
	width: 250px;
	background: #EBE8DE;
	border-radius: 5px;
}

input[type=submit] {
	width: auto;
	padding: 5px 18px;
	line-height: 25px;
	text-shadow: none;
	cursor: pointer;
	box-shadow: none;
	background: #333333;
	color: #fff;
}

p {
	margin: 5px 0;
	line-height: 25px;
}

.trennung {
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	text-align:justify;
}

.trennung .strong{
	font-weight: bold;
}

a {
	text-decoration: none;
	text-decoration:underline;
	color: var(--dunkelblau);/* inherit; */
	transition: color .5s ease;
}

.bildaktion {
	float: right;
	margin-left: 10px;
}

.strong {
	font-weight: 700;
}

.einzug {
	margin-left: 1em;
	margin-bottom: 1em;
	-ms-tab-size:30;
	-moz-tab-size:30;
	tab-size:30;
}

.tabulatur {
   width: 80px;
   display: block;
   float: left;
}

.dieliste {
	list-style-type:circle;
}

.image-box {
}

.image-styler {
	width: 100%;
}

figcaption strong {
	border-bottom: 1px solid #D6D0C1;
	padding-bottom: 10px;
	margin: 10px 0;
	display: block;
}

figcaption {
	line-height: 25px;
	font-size: 14px;
	width: 200px;
}

hr {
	background-color: #D6D0C1;
	border: 0;
	height: 1px;
	margin: 20px 0;
}

.spreitzer {
	width: 900px;
	height: 1px;
	visibility:hidden;
	background:#CF3;
}

/* ############### HEADER GLOBAL DEFINITIONEN ############### */

header {
	position: relative;
	width: auto;
	max-width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto; /* 24px; */
}

header h1 {
	margin: 15px 0 0 0;
	font-size: 20px;
	color: #002f5d;
	font-family: 'Open Sans', sans-serif;
	vertical-align: central;
}

header h1 rutsch{
	/* background: #C66; */
	margin-left: 24px;
	font-size: 17px;
	vertical-align: 12px;
}

header p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #4A463B;
	margin-left: 132px;
}

/* ############### NAVIGATION DEFINITIONEN ############### */

nav {
	position: absolute;
	right: 0;
	bottom: 0;
}

nav ul {
	list-style: none;
}

nav ul li {
	display: block;
	float: left;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;
}

nav ul li a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #002f5d;
	text-transform: uppercase;
	transition: all .35s ease;
	border-top: 3px solid;
	border-bottom: 3px solid;
	border-left: 10px solid;
	border-right: 10px solid;
	border-color: var(--hellblau);
	border-radius: 15px;
	background-color: var(--buttontopcolor);
	border-color: var(--buttontopcolor);
	-webkit-box-shadow: var(--schatten);
	-moz-box-shadow: var(--schatten);
	box-shadow: var(--schatten);}

nav ul li a:hover {
	color: #FFF;
	background: var(--orange);
	border-color: var(--orange);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease;	
}

#mobileMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

#mobileMenu ul li {
	display: block;
	background-color: #002f5d;
	color: #fff;
	padding: 12px 0;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #CC5836;
}
#mobileMenu ul li a {
	color: var(--orange);
	text-decoration:none;
}

.toggleMobile {
	display: none;
}

/* ############### BOXCONTEND DEFINITIONEN ############### */

#boxcontent {
	background: var(--mittelblau);
	-webkit-box-shadow: var(--schatten);
	-moz-box-shadow: var(--schatten);
	box-shadow: var(--schatten);
	width: auto;
	max-width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#boxcontent article {
	/* background: var(--mittelblau); */
	float: left;
	width: 250px;
	margin-right: 20px;
	font-size: 14px;
	padding: 15px;
}

#boxcontent article h3 {
	/* background: #3FC; */
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#boxcontent article img {
	/* background: #FF6; */
	margin-right: 15px;
	float: left;
}

#boxcontent article p {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	margin-left: 0px;
}

/* ############### SLIDER DEFINITIONEN ############### */

#slider_content1,
#slider_content2,
#slider_content3 {
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	width: 350px;
	position: absolute;
	top: 15%;
	left: 15%;
	display: none;
	z-index: 11;
}

#slider_content1 h3,
#slider_content2 h3,
#slider_content3 h3 {
	color: #EBE8DE;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
	background-color: #333333;
	padding: 10px 15px;
	border-radius: 15px 0 15px 0;
	display: inline-block;
}

#slider_content1 {
	display: block;
}

#slider_content1 p,
#slider_content2 p,
#slider_content3 p {
	margin: 0 0 30px 0;
	color: #4a463b;
	background-color: #EBE8DE;
	padding: 10px 15px;
	border-radius: 5px;
}

/* ############### BUTTON DEFINITIONEN ############### */

.button {
	visibility: hidden;
	padding: 7px 14px;
	border: 1px solid #c3532e;
	background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
	background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
	background-color: #eb653c;
	color: #EBE8DE;
	text-shadow: 1px 1px 0px #ff8155;
	text-decoration: none;
	border-radius: 5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover {
	background: none #EBE8DE;
	border-color: #EBE8DE;
	text-shadow: none;
	color: #4A463B;
}

/* ############### SPACER ZWISCHEN HEADER UND BOXCONTEND DEFINITIONEN ############### */

#spacer {
	width: auto;
	height: 7px;
	background-color: var(--orange);
	position: relative;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 18px;
}

#spacer p {
	margin-top: 22px;
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -450px;
}

#spacer .search {
	margin-top: 15px;
	width: auto;
	position: absolute;
	right: 50%;
	margin-right: -480px;
}

/* ############### TEXT DEFINITIONEN ############### */

#zweispaltig {
	background: var(--hellblau);
	line-height: 17px;
	font-family: 'Open Sans', sans-serif;
	clear: both;
	width: auto;
	max-width: 900px;
	margin: 0px auto 0 auto;
}

#text_columns,
#text_normal .einspaltig,
#boxcontent {
	border-radius: 10px;
}

#four_columns,
#text_columns,
#text_normal {
	background: var(--mittelblau);
	-webkit-box-shadow: var(--schatten);
	-moz-box-shadow: var(--schatten);
	box-shadow: var(--schatten);
	line-height: 25px;
	font-family: 'Open Sans', sans-serif;
	clear: both;
	width: auto;
	max-width: 900px;
	margin: 0 auto;
}

#four_columns h2,
#text_columns h3,
#text_normal h3 {
	font-size: 20px;
	font-weight:700;
	border-bottom: 2px solid var(--dunkelblau);
	padding: 10px 0;
	margin-bottom: 20px;
}

#four_columns .img-item {
	float: left;
	margin-right: 25px;
}

#four_columns .img-item a {
	position: relative;
	display: block;
}

.thumb-screen {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 113px;
	background: #000 url(img/zoom.png) center center no-repeat;
	z-index: 99;
	opacity: 0;
	transition: opacity .5s ease;
}

.thumb-screen:hover {
	opacity: 0.5;
}

#text_normal article.einspaltig {
	background: var(--mittelblau);
	-webkit-box-shadow: var(--schatten);
	-moz-box-shadow: var(--schatten);
	box-shadow: var(--schatten);
	margin: 17px 0 17px 0;
	padding: 9px;
	font-size: 14px;
	float: left;
	width: auto;
	/* max-width: 900px; */
}

#text_columns article.column1,
#text_columns .column2 {
	/* background: var(--hellorange); */
	margin: 17px 0 0 0;
	padding: 9px;
	font-size: 14px;
	float: left;
	width: auto;
	max-width: 430px;
}

#text_columns .column2 {
	margin: 90px 0 0 9;
}

.row {
	position: relative;
	margin: 40px 0 0 50px;
	float: right;
	width: 350px;
	min-height: 85px;
}

.row img {
	float: left;
}

.row p {
	margin-left: 100px;
	font-size: 14px;
}

.rocket,
.clock {
	top: 0;
	left: 0;
	position: absolute;
	height: 80px;
}

.rocket:hover {
	opacity: 0;
	transition: opacity 0.4s ease 0.2s;
	animation-name: stylie-transform-keyframes;
	animation-duration: 700ms;
	animation-delay: 0ms;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: 1;
	transform-origin: 0 0;
}

.clock:hover {
	animation-name: stylie-transform2-keyframes;
	animation-duration: 100ms;
	animation-delay: 0ms;
	animation-fill-mode: forwards;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	transform-origin: 0 0;
}

/* ############### FOOTER DEFINITIONEN ############### */

footer {
	position: relative;
	clear: both;
	width: auto;
	height: 350px;
	background: #333333;
}
footer a {
	text-decoration:none;
	color: inherit;
}


footer .wrapper {
	line-height: 25px;
	margin: 0 auto;
	padding-top: 30px;
	width: auto;
	max-width: 900px;
	font-size: 14px;
}

footer .wrapper .column {
	font-family: 'Open Sans', sans-serif;
	color: #DADADA;
	float: left;
	width: 280px;
	margin-right: 20px;
}

footer .wrapper .column.midlist ul li {
	display: block;
	width: auto;
	padding: 0 0 10px 25px;
	margin-bottom: 10px;
	border-bottom: 2px solid #777;
	/* background: url(img/arrowright2.png) left 6px no-repeat; */
}

footer .wrapper .column.midlist ul li a:hover,
footer .wrapper .column.rightlist ul li a:hover {
	color: var(--hovercolor);
}

footer .wrapper .column.rightlist ul li {
	display: block;
	width: auto;
	min-height: 55px;
	margin-bottom: 15px;
}

footer .wrapper .column.rightlist ul li a span {
	margin-left: 65px;
	display: block;
}

footer .wrapper .column.rightlist ul li a img {
	transition: border .25s ease;
	float: left;
	border: 3px solid #444444;
}

footer .wrapper .column.rightlist ul li a img:hover {
	background: var(--hovercolor);
	border-color: var(--hovercolor);
	/* border-color: #5e5e5e; */
}

footer .wrapper .column h4 {
	font-size: 16px;
	color: #fff;
	border-bottom: 2px solid #777;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

#copyright {
	background: #1D1D1D;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#copyright .wrapper {
	font-family: 'Open Sans', sans-serif;
	padding-top: 25px;
	padding-left: 10px;
	color: #c5c5c5;
	font-size: 14px;
	position: relative;
}

#copyright .wrapper .social {
	position: absolute;
	right: 10px;
	top: 10px;
}

#copyright .wrapper .social a {
	transition: opacity .25s ease;
	opacity: 0.3;
	margin-left: 12px;
	display: block;
	float: left;
}

#copyright .wrapper .social a:hover {
	opacity: 0.7;
}

#copyright .wrapper a {
	color: #ABABAB;
}

#copyright .wrapper a:hover {
	color: #fff;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.slidesjs-container {
	border-top: 1px #d6d0c1 solid;
}

#slides {
	display: none;
	max-height: 300px;
}

.container {
	width: auto;
	margin: 0 auto;
	position: relative;
}

.slidesjs-pagination .active {
	color: red;
}

#slider_content1 p .responsive_button,
#slider_content2 p .responsive_button,
#slider_content3 p .responsive_button {
	visibility: hidden;
	display: none;
	color: #000;
}

/* ############### CLEAR & HIDDEN DEFINITIONEN ############### */

.clear {
	clear: both;
}

.hidden {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

/* ############### RESPONSIV DEFINITIONEN ############### */

@media (max-width: 1215px) {
	#slider_content1,
	#slider_content2,
	#slider_content3 {
		width: auto;
		margin-right: 50px;
	}
	#slider_content1 h2,
	#slider_content2 h2,
	#slider_content3 h2 {
		font-size: 18px;
	}
	#slider_content1 p,
	#slider_content2 p,
	#slider_content3 p {
		font-size: 14px;
	}
	#slider_content1 p .responsive_button,
	#slider_content2 p .responsive_button,
	#slider_content3 p .responsive_button {
		visibility: hidden;
		display: none;
	}
	.container .button {
		display: none;
	}
}

@media (max-width: 915px) {
	header img {
		margin-left: 24px;
	}
	
	#text_normal,
	#zweispaltig,
	#boxcontent {
		max-width: 518px;
	}
	
	#boxcontent article {
		float: none;
		margin: 30px auto 0 auto;
		width: 90%;
	}
	#spacer {
		font-size: 15px;
	}
	#spacer .search {
		margin-top: 19px;
		margin-right: -385px;
	}
	#spacer p {
		margin-left: -370px;
	}
	input {
		padding: 4px;
		font-size: 14px;
	}
	input[type="submit"] {
		padding: 1px 14px;
	}
	
	/* #zweispaltig, */
	#four_columns {
		width: 500px;
	}
	
	#text_normal {
		max-width: 518px;
	}
	
	#four_columns .img-item:nth-of-type(3),
	#four_columns .img-item:nth-of-type(4) {
		margin-top: 25px;
	}
	#text_columns article.column1,
	#text_columns .column2,
	#text_normal article {
		float: none;
		max-width: 500px;
		margin: 9px auto 0 auto;
		padding: 8px;
	}
	.column2 .row {
		float: none;
		margin: 0 0 40px 50px;
	}
	footer .wrapper .column {
		font-size: 12px;
		width: 220px;
		margin-left: 10px;
	}
}

@media (max-width: 765px) {
	/*.container {
		height: 1px;
		top: -1500px;
	}*/
	header {
		height: 120px;
	}
	header nav {
		right: auto;
		bottom: auto;
		left: 50%;
		top: 100px;
		margin-left: -184px;
	}
	#spacer {
		height: 7px;
	}
	#spacer p {
		text-align: center;
		position: static;
		margin: 0 auto;
		padding: 15px 0 7px 0;
	}
	#spacer .search {
		text-align: center;
		position: static;
		margin: 0 auto;
	}
	footer {
		padding-bottom: 70px;
		height: auto;
	}
	footer .wrapper {
		width: 350px;
		margin: 0 auto;
	}
	footer .wrapper .column {
		margin-top: 30px;
		float: none;
		font-size: 14px;
		width: auto;
	}
	
	footer .wrapper .social {
	display: inherit;
	}
	
	footer .wrapper .copy {
	display: none;
	}

@media (max-width: 500px) {
	.spreitzer {
		width:auto;
		visibility:hidden;
	}
	
	.bildaktion {
		float: none;
		display: none;
		visibility: hidden;
	}
	
	hdisplay: noneeader {
		text-align: center;
		margin-top: 60px;
		margin-left: 0px;
		margin-bottom: 0px;
	}
	
	header h1 img {
		margin-left: 24px;
	}
	header h1 rutsch{
	margin-left: 0px;
	}

	#spacer {
		height: auto;
		padding-bottom: 7px;
	}
	#four_columns {
		width: auto;
	}
	#four_columns .img-item {
		width: 200px;
		float: none;
		margin: 25px auto 0 auto;
	}
	#four_columns h2 {
		margin: 0 30px;
	}
	.column2 .row {
		margin: 0 0 40px 10px;
		width: auto;
	}
	footer .wrapper {
		width: auto;
	}
	footer .wrapper .column {
		margin: 0 auto 15px auto;
		max-width: 300px;
	}
	input {
		width: auto;
	}
	#mobileMenu {
		display: block;
		z-index: 99;
	}
	.toggleMobile {
		position: fixed;
		top: 10px;
		left: 10px;
		display: block;
		width: 40px;
		height: 36px;
		cursor: pointer;
		z-index: 999;
	}
	.toggleMobile span.menu1,
	.toggleMobile span.menu2,
	.toggleMobile span.menu3 {
		display: block;
		position: absolute;
		width: 40px;
		height: 8px;
		left: 0;
		background: #002f5d;
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile span.menu1 {
		top: 0;
	}
	.toggleMobile span.menu2 {
		top: 14px;
	}
	.toggleMobile span.menu3 {
		top: 28px;
	}
	.toggleMobile.active span.menu1 {
		top: 14px;
		background: #EDA28C;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile.active span.menu2 {
		background: #EDA28C;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transition: all 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: all 0.5s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	.toggleMobile.active span.menu3 {
		opacity: 0;
		-webkit-transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
		transition: opacity 0.35s cubic-bezier(0.75, 0.25, 0.10, 0.95);
	}
	header nav {
		display: none;
	}
	header h1 {
		font-size: 40px;
	}
	header p {
		margin-left: 60px;
		font-size: 14px;
	}
}

@keyframes stylie-transform-keyframes {
	0% {
		transform: translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75);
	}
	100% {
		transform: translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);
	}
}

@keyframes stylie-transform2-keyframes {
	0% {
		transform: translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);
		animation-timing-function: cubic-bezier(.25, .25, .75, .75);
	}
	100% {
		transform: translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);
	}
}

