/*--------------------------------------------------------------
# Default Start
--------------------------------------------------------------*/

/* Colors 

*/

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
    margin: 0; padding: 0; border: 0;
}

 html, body {
    height: 100%;
    margin: 0;
    }

/*--------------------------------------------------------------
# General Styles (Typography & Elements)
--------------------------------------------------------------*/

body {
	background-image: ;
  background-repeat: no-repeat;
  background-position: ;
}

body,
button,
input,
select,
textarea {
	color: #000;
	color: rgba(40,40,40,1);
	background-color: snow;
	font-family: /*"Aileron-Regular",*/ 
				-apple-system, 
                BlinkMacSystemFont, 
                "Segoe UI", 
                Roboto, 
                Oxygen-Sans, 
                Ubuntu, 
                Cantarell, 
                "Helvetica Neue", 
                sans-serif;
    font-size: 18px;  /* entspricht 1em; */
	font-size: 25px;
	line-height: 1.5em;
	font-weight: ;
	font-style: normal;
  	font-stretch: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*letter-spacing: 0.01em;*/
	/*word-spacing: -0.01em; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:/*"Aileron-Regular", */
				-apple-system, 
                BlinkMacSystemFont, 
                "Segoe UI", 
                Roboto, 
                Oxygen-Sans, 
                Ubuntu, 
                Cantarell, 
                "Helvetica Neue", 
                sans-serif;
  	font-size: ;
	font-weight: normal;
	clear: both;
}

h1 {
    font-weight: bold;
    font-size: 75px;
    line-height: 1em;
    letter-spacing: ;
    line-height: ;
    padding-bottom: ;
    text-transform: ;
    margin-bottom: 2em;
    text-align: ;
    color:red;
}

h2 {
    font-weight: bold;
    font-size: ;
    color: red;
    letter-spacing: ;
    line-height: ;
    padding-bottom: 0.5em;
    /*font-size: 17px;
    line-height: 1.4;
    font-weight: bold;*/
}

h3 {
    font-weight: bold;
    font-size: 25px;
    text-transform: ;
    letter-spacing: -0.01em;
    line-height: 1.2em;
}

h4 {
    font-weight: normal;
    font-size: 21px;
    text-transform: ;
    letter-spacing: 0.02em;
}

ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
	padding-bottom: 1em;
}

img {
    -ms-interpolation-mode: bicubic;
    height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}


/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a {
	color: rgba(40,40,40,1);
	/*border-bottom: 1px dotted;*/
	text-decoration: none;
	transition: 0,2s;
    -webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
}

a:visited {
	color: rgba(40,40,40,1);
}

a:hover,
a:focus,
a:active {
	color: red; /*rot*/
	/*border-bottom: 1px solid;*/
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}


/*--------------------------------------------------------------
# Header & Navigation
--------------------------------------------------------------*/


#header {
	position: fixed;
	width: 100%;
	height: 50px;
	display: block;
	/*background-color: rgb(204, 0, 0);*/
	background-color: ;
	border-bottom: px solid red;
	opacity: 1;
	transition: top 0.3s;
	z-index: 100;
	margin-top: 20px;
	/*font-family: 'Bell Gothic Light',"helvetica","arial","sans serif";*/
}

.inner_header {
	/*width: 1000px;*/
	width: 100%;
	/*max-width: 1700px;*/
	height: 100%;
	display: block;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	background-color: ;
}

.logo_container {
	height: 100%;
	display: table;
	float: left;
	background-color: ;
}

.logo_container h1 {
	color: ;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	font-family: ;
	font-size: 25px;
	line-height: 1em;
	font-weight: normal;
}

.logo_container a {
	display: inline-block;
	color: ;
	height: 100%;
}


.logo img {
	height: 70px;
	float: left;
	margin-right: 20px;
	margin-top: -10px;
}

.navigation {
	float: right;
	height: 100%;
	background-color: ;
}

.navigation li {
	background-color: ;
	height: 100%;
	display: table;
	float: left;
	padding-left: 20px;
	/*transform: rotate(-5deg);*/
	/* Legacy vendor prefixes that you probably don't need... */
	/* Safari */
	/*-webkit-transform: rotate(-5deg);*/
	/* Firefox */
	/*-moz-transform: rotate(-5deg);*/
	/* IE */
	/*-ms-transform: rotate(-5deg);*/
	/* Opera */
	/*-o-transform: rotate(-5deg);*/
	/* Internet Explorer */
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
}

.navigation a:last-child {
	padding-right: ;
}

.navigation li a {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	/*color: white;*/
	color: red;
	font-family: ;
	font-size: 25px;
	line-height: 1em;
}


/*.logo_container a, */
.navigation li a {
	/*background-color: red;*/
	background-color: white;
	padding: 10px 15px;
	border: 1px solid red;
	border-radius: 15px;
	transition: all 0.2s ease-in-out;
	/*border: 3px solid red;*/
	/*color: red;*/
}

/*.logo_container a:hover,*/
.navigation li a:hover {
	/*background-color: rgba(255,0,0,0.4);
	background-color: rgb(255, 153, 153);*/
	background-color: red;
	color: white;
	transform: scale(1.05);
	/*transform: scale(1);
	animation: linkscale 0.2s ease forwards;*/ 
}

.logo_container a {
	font-family: ;
	font-size: 35px;
	background-color: ;
	color: rgba(40,40,40,1);
	/*padding: 10px 15px;  button*/ 
	padding: 10px 0px;
	border-radius: 15px;
	transition: all 0.2s ease-in-out;
	font-weight: bold;
	transform: ;
}

.logo_container a:hover {
	color: rgb(128,128,128);
	color: rgb(255,0,0);
	transform: scale(1.05);
	/*transform: scale(1);
	animation: linkscale 0.2s ease forwards;*/ 
}

/*@keyframes linkscale {
  to { 
  	transform: scale(1.05); 
  }
}*/

.navigation li a.current {
	/*background-color: rgb(255, 153, 153);*/
	/*background-color: rgb(179, 0, 0);*/
	/*background-color: rgba(40,40,40,1);*/
	background-color: red;
	color: white;
	/*transform: scale(1.05);*/
}



/*--------------------------------------------------------------
# Navigation Mobile
--------------------------------------------------------------*/
.navigation-mobile {
	display: none;
}

/* nav toggle 
.nav-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
	height: 40px;
	right: 50px;
	position: fixed;
	top: 20px;
	width: 3rem;
	z-index: 2;
}
*/
  
.nav-toggle {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	cursor: pointer;
	height: 90px; /*60px;*/
	right: 20px;
	position: fixed;
	top: 0px; /*12px;*/
	width: 30px; /* Hamburgerbreite 30px;*/
	z-index: 200;
	background-color: ;
}

.nav-toggle:hover {
	opacity: 0.8;
}
  
.nav-toggle .nav-toggle-bar,
.nav-toggle .nav-toggle-bar::after,
.nav-toggle .nav-toggle-bar::before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background: red;
	content: '';
	height: 4px; /* Hamburgerstrich Dicke, 4px;*/
	width: 100%;

	/*transition: all 0.4s linear; 
	-o-transition: all 0.4s linear; 
	-moz-transition: all 0.4s linear; 
	-webkit-transition: all 0.4s linear;*/
}

.nav-toggle .nav-toggle-bar {
	margin-top: 0;
}

.nav-toggle .nav-toggle-bar::after {
	margin-top: 10px; /* Hamburgerstrich Abstände, 10px;*/
}

.nav-toggle .nav-toggle-bar::before {
	margin-top: -10px; /* Hamburgerstrich Abstände, -10px;*/
}

.nav-toggle.expanded .nav-toggle-bar {
	background: transparent;
}

.nav-toggle.expanded .nav-toggle-bar::after, .nav-toggle.expanded .nav-toggle-bar::before {
	background: white;
	margin-top: 0;
}

.nav-toggle.expanded .nav-toggle-bar::after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-toggle.expanded .nav-toggle-bar::before {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* nav */
.nav {
	-webkit-transition: right 0.5s ease;
	-moz-transition: right 0.5s ease;
	-ms-transition: right 0.5s ease;
	-o-transition: right 0.5s ease;
	transition: right 0.5s ease;
	background: red;
	border-left: px solid black;
	color: white;
	cursor: pointer;
	font-size: ;
	height: 100%;
/*	right: -17%; /*-25%;*/
	padding: ;
	position: fixed;
	top: 0;
	/*width: 17%; /*25%;*/
	z-index: 100;
	font-size: 30px;
	line-height: 1.5em;
	right: -100vw;
	width: 100vw;
	text-align: ;
	/*background: -moz-linear-gradient(right, rgba(255, 255, 255,1) 30%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	/*background: -webkit-linear-gradient(right, rgba(255, 255, 255,1) 30%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	/*background: linear-gradient(to left, rgba(255, 255, 255,1) 30%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}


.nav.expanded {
	right: 0; 
}

.nav ul {
	position: absolute;
	top: 20%;
	list-style: initial;
	margin: 0;
	padding-right: ;
	display: block;
	text-align: center;
	width: 100%;
}

.nav ul li {
	margin-bottom: 30px;
}

.nav ul li a {
	color: white;
	background-color:;
	border: 2px solid white;
	padding: 10px 15px;
	border-radius: 15px;
	transition: all 0.2s ease-in-out;
}

.nav ul li a:hover {
	color: rgb(160,160,160);
	color: rgb(255,0,0);
	background-color: white;
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/

.loader {
    background-color: #fff;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 990;
    text-align: center;
}

.bg1 {
	background-color: #F5A9A9;
}

.bg2 {
	background-color: #F6D8CE;
}

.bg3 {
	background-color: #B40404;
}

.content-wide {
	position: ;
	/*max-width: 1700px;*/
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	margin-bottom: 100px;
}

.content-narrow {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	margin-bottom: 100px;
}

.topmargin {
	/*display: none;*/
	margin-top: 0px;
}

.content-image {
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 2.5em;
}

.content-image img {
	display: block;
	margin: 0 auto;
	/*filter: grayscale(50%) contrast(1);*/
	/*box-shadow: 0px 3px 9px 1px rgba(255, 0, 0, 0.2)*/
}

/*.content-image img:hover {
	filter: grayscale(0%);
}*/

.content-text {
	padding: 0px 40px;
	margin-bottom: 2.5em;
}

.quote {
	font-family: 'Crimson Pro', serif;
	font-size: 50px;
	/*font-style: italic;*/
	font-weight: 400;
	line-height: 1.1em;
	border: px solid red;
	padding: 40px;
	margin: 60px 40px;
	/*background-color: rgb(245,0,0,0.6);*/
	color: snow;
	border-radius: 30px;
	-webkit-box-shadow: 10px 10px 29px -12px rgba(255,0,0,0.8);
	-moz-box-shadow: 10px 10px 29px -12px rgba(255,0,0,0.8);
	box-shadow: 10px 10px 29px -12px rgba(255,0,0,0.8);
}

.small {
	font-family: 'Crimson Pro', serif;
	font-size: 30px;
	/*font-style: italic;*/
	font-weight: 400;
	line-height: 1.2em;
	border: px solid red;
	padding: 40px;
	margin: 60px 40px;
	/*background-color: rgb(245,0,0,0.6);*/
	color: snow;
	border-radius: 30px;
	-webkit-box-shadow: 10px 10px 29px -12px rgba(255,0,0,0.8);
	-moz-box-shadow: 10px 10px 29px -12px rgba(255,0,0,0.8);
	box-shadow: 10px 10px 29px -12px rgba(255,0,0,0.8);
}

.one, .two, .three {
	color: white;
	/*border-radius: 15px;*/
}

.one {
	transform: rotate(-2deg);
	background-color: rgba(245,0,0,0.6);
	width: 90%;	
}

.two {
	transform: rotate(3deg);
	background-color: rgba(245,0,0,0.8);
	margin-left: 180px;
}

.three {
	transform: rotate(-1deg);
	background-color: rgba(255,23,0,0.7);
	margin-right: 200px;
	margin-left: 0px;
}

.orange {
	background-color: rgba(255,153,0,1);
	/*background-color: #ff9b00;*/
}

.orange a {
    color: white;
    border-bottom: 1px solid white;
}

.orange a:hover {
    color: red;
    border-bottom: 1px solid red;
}

.come-in {
  transform: translateX(150px) rotate(1deg);
  animation: come-in-r 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  transform: translateX(-150px) rotate(-2deg);
  animation: come-in-l 0.6s ease forwards;
  /*animation-duration: 0.6s;*/ /* So they look staggered */
}

.already-visible {
  transform: translateY(0) rotate(1deg);
  animation: none;
}

.already-visible:nth-child(odd) {
  transform: translateY(0) rotate(-2deg);
  animation: none;
}

@keyframes come-in-r {
  to { 
  	transform: translateY(0) rotate(1deg); 
  }
}

@keyframes come-in-l {
  to { 
  	transform: translateX(0) rotate(-2deg); 
  }
}

/*.rahmen {
	padding: 40px;
	border: 6px solid red;
	border-radius: 30px;
}*/

img.bulleticon  {
	width: 50px;
	height: auto;
	margin-right: 20px;
	margin-top: -4px;
}

.bildtext {
	display: none;
	font-size: 14px;
	color: darkgrey;
	line-height: 1.2em;
	/*padding-left: 10px;*/
}

.bildtext-wide {
	display: none;
	font-size: 14px;
	color: darkgrey;
	line-height: 1.2em;
	padding-left: 10px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
	background-color: rgba(78, 147, 122);
	background-color: rgba(255, 0, 0);
}

.inner_footer {
	/*width: 1000px;*/
	width: 100%;
	/*max-width: 1700px;*/
	height: 100%;
	display: block;
	margin: 0 auto;
	padding: 100px 20px 100px 20px;
	background-color: ;
}

footer .logo img {
	height: 50px;
	float: left;
	margin-right: 20px;
	margin-top: -10px;
}








/*--------------------------------------------------------------
# Responsive (Pads & Mobile)
--------------------------------------------------------------*/

@media screen and (max-width: 970px) {
	.navigation-mobile {
		display: block;
	}

	.navigation {
		display: none;
	}

	.content-text {
		padding: 0px 0px;
	}

	.quote {
		font-size: 40px;
		padding: 20px;
	}

	.small {
		font-size: 20px;
		padding: 20px;
	}
}

@media screen and (max-width: 730px) {
	
	body {
		font-size: 20px;
	}

	h1 {
		font-size: 60px;
		margin-bottom: 1.5em;
	}

	.navigation-mobile {
		display: block;
	}

	.navigation {
		display: none;
	}

	#header {
		top: 0px;
		padding-top: 20px;
		margin-top: 0px;
		height: 90px;
		background-color: snow;
	}

	.logo img {
	    height: 50px;
	    float: left;
	    margin-right: 10px;
	    margin-top: 0px;
	}

	.logo_container a {
		font-size: 30px;
	}

	.topmargin {
		margin-top: 90px;
	}

	.content-wide, .content-narrow {
		margin-bottom: 50px;
	}

	.quote {
		font-size: 30px;
		padding: 20px;
	}

	.small {
		font-size: 20px;
		padding: 20px;
	}

	.one, .two, .three {
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
	}

	.bildtext {
		display: none;
		font-size: 10px;
		line-height: 1.2em;
	}

	.bildtext-wide {
		display: none;
		font-size: 10px;
		line-height: 1.2em;
	}
}



