@charset "utf-8";
/* 
* CSS-Design
* K. Materna
* Körperflüstern
*/

/* Reset */

*{
	border : 0;
	margin: 0;
	padding: 0;
}

 
body{
	font-family: 'Eras Light ITC';
	font-size: 100%;
}

html { 
	position: relative; 
	min-height: 100%;
	max-width:100%;
}

body, html {
	height: 100%;
	font-size: 100%;
}


/* #### Generated By: http://www.cufonfonts.com #### */

@font-face {
font-family: 'Eras Light ITC';
font-style: normal;
font-weight: normal;
src: local('Eras Light ITC'), url('../font/ERASLGHT.woff') format('woff');
}


/* Layout * * * * * * * * */


#desktop-menu { 
	width:20%;
	min-height:100%;
	float:left;
	background: #5a8898;
	background-size: 100% auto;
	margin:0;
	padding:0;	
	box-shadow: 2px 0px 15px silver;	
	position:fixed;
	padding-right: 20px;
}

#content {
	width:80%;
	height:100%;
	float:right;
}

/* Box * * * * * * * * */

#box {
	width:82.8%;
	height:100%;
	background:/*#f5d53d #b0cedc*/#b0dcd3;
	colour: #FFFFFF;
	margin:0 50px 50px 50px;
	padding:30px;
	box-shadow: 2px 2px 15px silver;
	display:flex;
	
}

#box p {
	margin: 0px 0px 30px -100px;
	
}

#box img {
	width: 50%;

}

#box h3 {
	margin: 0px 0px 30px -140px;
}

/* Boxy Button * * * * * * * * */

@import url(https://fonts.googleapis.com/css?family=Raleway);



/* Buttons styles */
input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="submit"].btn,
button.btn {
    cursor: pointer;
}

a.btn,.btn {
	margin-top:30px;
    outline: none;
    text-align: center;
    text-decoration: none;
    font-family: inherit;
    font-weight: 700;
    letter-spacing: 1px;
    vertical-align: middle;
    border: 1px solid;
    transition: all 0.2s ease;
    box-sizing: border-box;
    text-shadow: 0 1px 0 rgba(0,0,0,0.01);
}


.btn-radius {
  border-radius: 3px;
}


.btn-large {
    font-size: 1.0625em;
    padding: 0.5625em 1.5em;

}


.btn-green {
    color: #468499;
    border-color: #468499;
}
.btn-green:hover {
  background: #468499;
  color: #fff;
  border-color: #468499; 
  text-decoration:none;       
}



/* Elements * * * * * * * * */


a {
	color: #d8bc40; 
	text-decoration: none;
	font-family:'Eras Light ITC', Arial, Helvetica, sans-serif;

}

a:hover {
	font-weight:bold;
	color: #d8bc40; 
}

a.active{    
	font-weight:bold; 
	font-colour:#d8bc40;
}


p {
	font-family:'Eras Light ITC', Arial, Helvetica, sans-serif; 
	font-size: 1.2em;
	line-height:1.4em;
	color: #468499;
	margin:0 50px 30px 50px;
	letter-spacing: 1px;
	font-weight:600;
}


p a{
	color: #d8bc40; 
	text-decoration: none;
}

p a:hover{
	text-decoration: underline;
}

img {
	max-width:80%;
	min-width:20%;
	height:auto;
	display: block;
	text-align:center;
}


/* Überschriften * * * * * * * * */

h1, h2, h3, h4, h5, h6 {    
	font-family:'Eras Light ITC', Arial, Helvetica, sans-serif; 
	font-style: normal;
	font-weight: 400; 
	color:#FFFFFF;
}

h1 {
	font-size:2.2em;
	font-weight:light;
	margin-top:20px;
	padding-left: 40px;
	padding-right: 20px;
}



h2 {

	font-size:2.45em;
	font-weight:400;
	color:#468499;
	margin-bottom: 30px;
}

h3 {
	font-size:1.5em;
	font-weight:600;
	margin-top: -15px;
	padding-left: 40px;
	color:#5a8898;
}


h1 a{
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: 100; 
}

h3 a{
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: 100; 
}

h1 a:hover{     
	font-weight:bold;
	color: #FFFFFF;  
}

h3 a:hover{     
	font-weight:bold;
	color: #FFFFFF;  
}


/* Navigation * * * * * * * * */

#menuToggle { 
display: none; 
}

mobnav { 
display: none; 
}

ul#navigation{ 
	float: left; 
	margin: 45px 0px 0px 0px;
	
}

ul#navigation li{ 
	margin: 40px; 
	list-style: none;
}

ul#navigation li a{
	color: #FFFFFF; 
	text-decoration: none;
 	font-size: 1.4em; 
	font-weight: 100; 
	font-family: 'Eras Light ITC', Arial, Helvetica, sans-serif; 
}

ul#navigation li a:hover{     
	color: #d8bc40; 
}

ul#navigation li a:hover, ul#navigation li a.active{    
	font-weight:bold; 
	font-colour:#d8bc40;
	display:block;
	max-height:200px;
}



/* Logo * * * * * * * * */

#logo img{
	width:25%;
	margin: 0 20px 0 40px;
	float:left;
}

#logo-mobil {
	display:none;
}



/* Header * * * * * * * * */

#header {
	padding:20px 20px 0 50px;
}


/* Spalten * * * * * * * * */

.col_1 {
	width:90%;
	float:left;
}
 
.col_1_2{
 	width:50%;
	float:left;
}
 
.col_1_3{
  	width:20%;
	float:left;
}


.col_3_4{
	width:80%;
	float:left;
	padding-left: 60px;
}

/* Footer * * * * * * * * */

#footer {
	background-color: #5a8898; 
	color: #FFFFFF;
	position: fixed;
	padding: 15px;
 	bottom: 0;
  	left: 0;
  	right: 0;
	text-align:center;
	
}

#footer a {
	color:#FFFFFF;
	
}



/* Media Queries * * * * * * * * */

 
@media only screen and (max-width: 960px) {
	
#content {
	width:100%;
	height:100%;
	float:left;
}
	
#desktop-menu{
	display: none;
}

/* Elemente * * */

#header {
	padding: 20px 0 0 50px;

}


p {
	width:100%;
	word-wrap:break-word;
}

img {
	margin: auto;
	margin-left:50px;
	max-width:100%;

}

#box img{
	margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#box {
	display:inline-block;
	padding: 0;
	margin-top:30px;
    margin-bottom: 100px;

}

#box p{
	margin: auto;
	margin-bottom: 40px;
}

#box h3{
	margin: auto;
}

/* Spalten * * */

.col_1_3 {
	width:100%;

}

.col_1_2 {
 	width:80%;


}

.col_3_4 {

	float:right;

}


/* Mobile Logo * * * * * * * * */


#logo-mobil img{
    min-width: 50px;
    max-width: 50px;
	display: initial;
	margin:auto;
 }

#logo-mobil {
	background-color:#468499;
	display:block;
}

#logo-mobil h1{
	font-size:1.5em;
	text-align:center;
	width:100%;
	word-wrap:break-word;
	margin: auto;
	padding: 30px 0 30px 0;
	

}

/* Mobile Menu * * * * * * * * */

.content_nav {
  border: 1px solid #36383F;
  border-radius: 20px;
  width: 94%;
  height: 91%;
  background-color: #468499;
  overflow: hidden;
}


mobnav {
  background-color: #5a8898;
  height: 65px;
}


#menuToggle {
  background-color: #5a8898;
  padding: 25px; 
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}



#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span
{
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle img{
	max-width:15px;
	margin: 0 20px 0 50px;
	float:left;
	  position:relative;
	  display:flex;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #d8bc40;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

#menu
{
  position: absolute;
  width: 180px;
  height: 1200px;
  box-shadow: 0 0 10px #85888C;
  margin: -25px 0 0 -50px;
  padding: 50px;
  background-color:#5a8898;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  transition-delay: 2s;
}



ul#menu  li{ 
	margin: 5px; 
	list-style: none;
}

ul#menu  li a{
	color: #FFFFFF; 
	text-decoration: none;
 	font-size: 1.4em; 
	font-weight: 100; 
	font-family: 'Eras Light ITC', Arial, Helvetica, sans-serif; 
}

ul#menu  li a:hover{     
	font-weight:bold; 
}

ul#menu  li a:hover, ul#menu li a.active{    
	font-weight:bold; 
	font-colour:#a1a2c9;
	display:block;
	max-height:200px;
}

#menuToggle input:checked ~ ul
{
  transform: none;
}





}

/* Druckformatierung * * * * * * * * */ 
 
@media print {
	#header, #footer { 
	display: none; 
} 	
	
}
