@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Raleway';
    src: url('../bilder/font/raleway-v12-latin-regular.woff2') format('woff2'),
         url('../bilder/font/raleway-v12-latin-regular.woff') format('woff');
    }

* {
    font-family: 'Raleway', sans-serif;
	font-size: 102%;
    color: rgba(0,0,0,0.8);
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	}

/*#############################text einstellungen anfang################################*/

h1 {
    font-size: 300%;
    padding: 4em 10% 1em 20%;
    }

/*##############################text einstellungen ende#################################*/

body, html{
	margin: 0;
	padding: 0;
	height: auto;
    }

#wrapper {
    margin: 0;
	padding: 0;
    width: auto;
    max-width: 1500px;
	height: auto;
    background-color: transparent;
    }

/*####################################nav anfang########################################*/

nav {
	background-color: #ff8c00;
	width: 100%;
    height: 100px;
	font-size: 0.8em;
	font-weight: bolder;
	letter-spacing: 1px;
    position: fixed;
	}
  
nav ul {
    list-style-type: none;
    padding: 0.8em 1em;
    margin: 0 2%;
    float: left;
    }

nav li {
    display: inline;
    }

nav a {
    text-decoration: none;
	padding: 0.8em 1em; 
	color: #fff;
	text-align: center;
	}

nav img {
    width: 25px;
    height: 15px;
    }

.dropdown {
    width: 0;
    position: none;
    background-color: transparent;
    }

.dropdown-content {
    display: none;
    position: none;
    background-color: transparent;
    width: 0;
    }

.dropdown-content li {
    list-style-type: none;
    padding: 0;
    }
    
.dropdown-content li a {
    color: transparent;
    }
    
.dropdown-content img {
    width: 0;
    height: 0;
    }
    
.dropdown:hover .dropdown-content {
    display: none;
    }

/*#####################################nav ende#########################################*/

.seite {
	background-size: cover;
	height: auto;
    background-color: #fff;
	}

.clear {
    width: auto;
    height: 20em;
    background-color: transparent;
    }

/*###############################1 anfang####################################*/

#homebox {
    width: 80%;
    height: auto;
    background-color: transparent;
    margin: 0 auto;
    }

#cover img{
    width: 50%;
    height: auto;
    padding-left: 20%;
    }

#cover h3{
    padding: 1em 10% 1em 20%;
    }

#cover a:hover{
    color: #ff8c00;
    }

header {
    width: 100%;
    height: auto;
    padding-bottom: 0em;
    }

#title {
    width: 70%;
    height: auto;
    background-color: #fff;
    padding: 15%;
    }

/*################################1 ende#####################################*/

/*###############################2 anfang####################################*/

#galerie_1 {
	background-color: transparent;
	background-size: cover;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
    }

#galerie_1 ul {
	height: auto;
	margin: 10em 150px;
    }


#galerie_1 li {
    list-style-type: none;
    width: 200px;
    height: 200px;
    background-color: transparent;
    float: left;
    margin: 1em;
    }

#galerie_1 img {
    width: 200px;
    height: 200px;
    }

#galerie_1 a:hover .gross
    {
    width: 500px;
    height: 500px;
    position: relative;
    }

/*################################2 ende#####################################*/

/*###############################3 anfang####################################*/

#projekt {
    width: 60%;
    height: auto;
    background-color: transparent;
    padding: 10em 10% 7em 10%;
    margin: 0 auto;
    }

#projekt h2 {
    margin-bottom: 10%;
    }

aside {
	width: 40%;
	height: auto;
	float: right;
	background-color: transparent;
	}

section {
	width: 100%;
	height: auto;
	background-color: transparent;
	}

article {
	-moz-column-count:1;
	-o-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	-moz-column-gap:none;
	-o-column-gap:none;
	-webkit-column-gap:none;
	column-gap:none;
	margin-top:none;
	}

#projekt ul {
	height: auto;
	margin: 0;
    }

#projekt li {
    list-style-type: none;
    width: 200px;
    height: 200px;
    background-color: transparent;
    float: left;
    margin: 1em;
    }

#projekt img {
    width: 200px;
    height: 200px;
    }

#projekt_2 a:hover .gross {
    width: 500px;
    height: 500px;
    position: relative;
    }

/*################################3 ende#####################################*/

/*###############################4 anfang####################################*/

/*################################4 ende#####################################*/

/*###############################5 anfang####################################*/

#liste {
    width: 60%;
    height: auto;
    background-color: transparent;
    padding: 10em 10% 7em 10%;
    margin: 0 auto;
    }

#liste h2 {
    margin-bottom: 10%;
    }

#liste li a:hover {
    color: #ff8c00;
    }

#liste li {
    list-style-type: none;
    margin: 4% 0;
    }

label { 
    cursor: pointer;
    }

#menu-toggle {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle:checked + #menu {
    display: block;
    }

.pfeil {
    width: 100%;
    height: 50px;
    background-color: transparent;
    margin: o auto;
    }

.pfeil li:hover{
    color: #ff8c00;
    }

img.bilder {
    width: 300px;
    height: 300px;
    height: auto;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_2 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_2:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_3 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_3:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_4 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_4:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_5 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_5:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_6 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_6:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_7 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_7:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_8 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_8:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_9 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_9:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_10 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_10:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_11 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_11:checked + #menu {
    display: block;
    }

/*################################5 ende#####################################*/

/*###############################6 anfang####################################*/

#textbox {
    width: 60%;
    height: auto;
    background-color: transparent;
    padding: 10em 10% 7em 10%;
    margin: 0 auto;
    }

#textbox h2 {
    margin-bottom: 10%;
    }

#textbox li {
    list-style-type: none;
    margin: 1% 0;
    }
/*################################6 ende#####################################*/

/*###############################7 anfang####################################*/

#veroeffentlichungen {
    width: 60%;
    height: auto;
    background-color: transparent;
    padding: 10em 10% 7em 10%;
    margin: 0 auto;
    }

section h2 {
    margin-bottom: 10%;
    }

section {
	width: 100%;
	height: auto;
	background-color: transparent;
	}

article {
	-moz-column-count:1;
	-o-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	-moz-column-gap:none;
	-o-column-gap:none;
	-webkit-column-gap:none;
	column-gap:none;
	margin-top:none;
	}

/*################################7 ende#####################################*/

/*################################8 anfang###################################*/

#trophy {
    width: 60%;
    height: auto;
    background-color: transparent;
    list-style-type: none;
    padding: 10em 10% 7em 10%;
    margin: 0 auto;
    }

#trophy h2 {
    margin-bottom: 10%;
    }

/*################################8 ende#####################################*/

/*###############################footer anfang####################################*/

footer {
    width: auto;
    height: auto;
    padding: 5% 20%;
    position: relative;
    background-color: #ff8c00;
    }

footer a:hover{
    color: #fff;
    }

#icon {
    width: auto;
    height: auto;
    }

#icon img {
    width: 20%;
    height: 20%;
    float: right;
    }

/*################################footer ende#####################################*/

/*########################################################################################
##############################mobile änderungen (Tablet)##################################
########################################################################################*/

@media screen and (max-width: 800px) {

h1 {
    font-size: 300%;
    padding: 0;
    }
    
body, html{
	margin: 0;
	padding: 0;
	height: auto;
    }

#wrapper {
    width: 100%;
    max-width: 800px;
	height: auto;
    background-color: transparent;
    overflow: hidden;
    }

.seite {
	height: auto;
    width: 50%;
    padding: 15em 5%;
    background-color: #fff;
	}
    
/*####################################nav anfang########################################*/

nav {
	background-color: #ff8c00;
	width: 100%;
    height: auto;
	font-size: 0.8em;
	font-weight: bolder;
	letter-spacing: 1px;
    position: fixed;
	}
  
nav ul {
    list-style-type: none;
    padding: 1em 1em;
    margin: 0 2%;
    float: left;
    }

nav li {
    display: inline;
    }

nav a {
    text-decoration: none;
	padding: 0.8em 1em; 
	color: #fff;
	text-align: center;
	}

nav img {
    width: 25px;
    height: 15px;
    }

.dropdown {
    width: 0;
    position: none;
    background-color: transparent;
    }

.dropdown-content {
    display: none;
    position: none;
    background-color: transparent;
    width: 0;
    }

.dropdown-content li {
    list-style-type: none;
    padding: 0;
    }
    
.dropdown-content li a {
    color: transparent;
    }
    
.dropdown-content img {
    width: 0;
    height: 0;
    }
    
.dropdown:hover .dropdown-content {
    display: none;
    }
    
/*#####################################nav ende#########################################*/

/*###############################1 anfang####################################*/

#homebox {
    width: 100%;
    height: auto;
    background-color: transparent;
    margin: 0;
    }

#cover img{
    width: 50%;
    height: auto;
    padding-left: 20%;
    }
    
header {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    }

#title {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 0;
    }

/*################################1 ende#####################################*/

/*###############################2 anfang####################################*/

#galerie_1 {
    width: 180%;
	background-color: transparent;
	background-size: cover;
	height: auto;
    padding: 0;
	margin: 0;
	overflow: hidden;
    }

#galerie_1 ul {
	height: auto;
	margin: 0;
    }


#galerie_1 li {
    list-style-type: none;
    width: 200px;
    height: 200px;
    background-color: transparent;
    float: left;
    margin: 1em 3em;
    }

#galerie_1 img {
    width: 200px;
    height: 200px;
    }

#galerie_1 a:hover .gross
    {
    width: 200px;
    height: 200px;
    position: relative;
    }

/*################################2 ende#####################################*/

/*###############################3 anfang####################################*/

#projekt {
    width: 180%;
    height: auto;
    background-color: transparent;
    padding: 5em 5% 5em 5%;
    margin: 0;
    }

#projekt h2 {
    margin-bottom: 10%;
    }

aside {
    display: none;
	}

section {
	width: 100%;
	height: auto;
	background-color: transparent;
	}
    
#projekt ul {
	height: auto;
	margin: 0;
    }

#projekt li {
    list-style-type: none;
    width: 200px;
    height: 200px;
    background-color: transparent;
    float: left;
    margin: 1em;
    }

#projekt img {
    width: 200px;
    height: 200px;
    }

#projekt_2 a:hover .gross
    {
    width: 200px;
    height: 200px;
    position: relative;
    }

/*################################3 ende#####################################*/

/*###############################4 anfang####################################*/
 
/*################################4 ende#####################################*/

/*###############################5 anfang####################################*/

#liste {
    width: 180%;
    height: auto;
    background-color: transparent;
    padding: 5em 5%;
    margin: 0 auto;
    }

#liste h2 {
    margin-bottom: 0;
    }

#liste li a:hover {
    color: #ff8c00;
    }

#liste li {
    list-style-type: none;
    margin: 2em 0;
    }

label { 
    cursor: pointer;
    }

#menu-toggle {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle:checked + #menu {
    display: block;
    }

.pfeil {
    width: 100%;
    height: 50px;
    background-color: transparent;
    margin: o auto;
    }

.pfeil li:hover {
    color: #ff8c00;
    }

img.bilder {
    width: 300px;
    height: 300px;
    height: auto;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_2 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_2:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_3 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_3:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_4 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_4:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_5 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_5:checked + #menu {
    display: block;
    }
    
label { 
    cursor: pointer;
    }

#menu-toggle_6 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_6:checked + #menu {
    display: block;
    }
    
label { 
    cursor: pointer;
    }

#menu-toggle_7 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_7:checked + #menu {
    display: block;
    }
    
label { 
    cursor: pointer;
    }

#menu-toggle_8 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_8:checked + #menu {
    display: block;
    } 
    
label { 
    cursor: pointer;
    }

#menu-toggle_9 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_9:checked + #menu {
    display: block;
    }

label { 
    cursor: pointer;
    }

#menu-toggle_10 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_10:checked + #menu {
    display: block;
    }
    
label { 
    cursor: pointer;
    }

#menu-toggle_11 {
    display: none; /* hide the checkbox */
    }

#menu {
    display: none;
    }

#menu-toggle_11:checked + #menu {
    display: block;
    }
    
/*################################5 ende#####################################*/

/*###############################6 anfang####################################*/

#textbox {
    width: 180%;
    height: auto;
    background-color: transparent;
    padding: 5em 5% 5em 5%;
    margin: 0 auto;
    }

#textbox h2 {
    margin-bottom: 10%;
    }

#textbox li {
    list-style-type: none;
    margin: 1% 0;
    }
/*################################6 ende#####################################*/

/*###############################7 anfang####################################*/

#veroeffentlichungen {
    width: 180%;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 0 auto;
    }

section h2 {
    margin-bottom: 10%;
    }

section {
	width: 100%;
	height: auto;
	background-color: transparent;
	}

article {
	-moz-column-count:1;
	-o-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	-moz-column-gap:none;
	-o-column-gap:none;
	-webkit-column-gap:none;
	column-gap:none;
	margin-top:none;
	}

/*################################7 ende#####################################*/

/*################################8 anfang###################################*/

#trophy {
    width: 180%;
    height: auto;
    background-color: transparent;
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    }

#trophy h2 {
    margin-bottom: 10%;
    }

/*################################8 ende#####################################*/
    
/*###############################footer anfang####################################*/

footer {
    width: 60%;
    height: auto;
    padding: 5% 20%;
    position: relative;
    background-color: #ff8c00;
    }

footer a:hover{
    color: #fff;
    }
    
#icon {
    width: auto;
    height: auto;
    }

#icon img {
    width: 30%;
    height: 30%;
    float: right;
    }

/*################################footer ende#####################################*/
}

/*########################################################################################
#########################mobile änderungen (Tablet) ende##################################
########################################################################################*/

/*########################################################################################
##############################mobile änderungen (handy)##################################
########################################################################################*/

@media screen and (max-width: 500px) {

h1 {
    font-size: 300%;
    padding: 0 5%;
    }
    
body, html{
	margin: 0;
	padding: 0;
	height: auto;
    }

#wrapper {
    margin: 0;
	padding: 0;
    width: 100%;
    max-width: 600px;
    min-width: 300px;
	height: auto;
    background-color: transparent;
    overflow: hidden;
    }

.seite {
	height: auto;
    width: 40%;
    padding: 20% 5%;
    background-color: #fff;
	}
    
/*####################################nav anfang########################################*/

nav {
    display: none;
	background-color: transparent;
	width: 0;
    height: 0;
	font-size: 0.8em;
	font-weight: bolder;
	letter-spacing: 1px;
    position: fixed;
	}
  
nav ul {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: none;
    }

nav li {
    display: none;
    }

nav a {
    text-decoration: none;
	padding: 0.8em 1em; 
	color: #fff;
	text-align: center;
	}

nav img {
    width: 0;
    height: 0;
    }
    
.dropdown {
    width: 100%;
    position: fixed;
    background-color: #ff8c00;
    }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ff8c00;
    width: 500px;
    }

.dropdown-content li {
    list-style-type: none;
    padding: 0.2em 7em;
    }
    
.dropdown-content li a {
    color: #fff;
    }
    
.dropdown-content img {
    width: 25px;
    height: 15px;
    }
    
.dropdown:hover .dropdown-content {
    display: block;
    }
    
/*#####################################nav ende#########################################*/

/*###############################1 anfang####################################*/

#homebox {
    width: 300px;
    height: auto;
    background-color: transparent;
    margin: 0;
    }
    
#cover img{
    width: 300px;
    height: auto;
    padding-left: 5%;
    }
    
#cover h3{
    width: 300px;
    margin: 5em 0;
    }

#cover a:hover{
    width: 300px;
    margin: 5em 0;  
    color: #ff8c00;
    }

header {
    width: 300px;
    height: auto;
    padding-bottom: 30%;
    }

#title {
    width: 200%;
    height: auto;
    background-color: #fff;
    padding: 10%;
    }

/*################################1 ende#####################################*/

/*###############################2 anfang####################################*/

#galerie_1 {
	background-color: transparent;
	background-size: cover;
	height: auto;
	margin: 0;
	overflow: hidden;
    }

#galerie_1 ul {
	height: auto;
	margin: 0;
    }


#galerie_1 li {
    list-style-type: none;
    width: 300px;
    height: 300px;
    background-color: transparent;
    float: none;
    margin: 2em;
    }

#galerie_1 img {
    width: 300px;
    height: 300px;
    }

#galerie_1 a:hover .gross
    {
    width: 300px;
    height: 300px;
    position: relative;
    }

/*################################2 ende#####################################*/

/*###############################3 anfang####################################*/

#projekt {
    width: 200%;
    height: auto;
    background-color: transparent;
    padding: 10em 10% 7em 10%;
    margin: 0 auto;
    }

#projekt h2 {
    margin-bottom: 10%;
    }

aside {
	display: none;
	}

section {
	width: 100%;
	height: auto;
	background-color: transparent;
	}

article {
	-moz-column-count:1;
	-o-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	-moz-column-gap:none;
	-o-column-gap:none;
	-webkit-column-gap:none;
	column-gap:none;
	margin-top:none;
	}
    
#projekt ul {
	height: auto;
	margin: 0;
    }

#projekt li {
    list-style-type: none;
    width: 300px;
    height: 300px;
    background-color: transparent;
    float: none;
    margin: 2em;
    }

#projekt img {
    width: 300px;
    height: 300px;
    }

#projekt_2 a:hover .gross
    {
    width: 300px;
    height: 300px;
    position: relative;
    }

/*################################3 ende#####################################*/

/*###############################4 anfang####################################*/

/*################################4 ende#####################################*/

/*###############################5 anfang####################################*/

#liste {
    width: 200%;
    height: auto;
    background-color: transparent;
    padding: 10em 10% 7em 10%;
    margin: 0 auto;
    }

#liste h2 {
    margin-bottom: 0;
    }

#liste li a:hover {
    color: #ff8c00;
    }

#liste li {
    list-style-type: none;
    width: 300px;
    margin: 5em 0;
    }

    
/*################################5 ende#####################################*/

/*###############################6 anfang####################################*/

#textbox {
    width: 200%;
    height: auto;
    background-color: transparent;
    padding: 10em 10% 7em 10%;
    margin: 0 auto;
    }

#textbox h2 {
    margin-bottom: 10%;
    }

#textbox li {
    list-style-type: none;
    width: 300px;
    margin: 1% 0;
    }
/*################################6 ende#####################################*/

/*###############################7 anfang####################################*/

#veroeffentlichungen {
    width: 300px;
    height: auto;
    background-color: transparent;
    padding: 10em 10% 7em 10%;
    margin: 0 auto;
    }

section h2 {
    margin-bottom: 10%;
    }

section {
	width: 100%;
	height: auto;
	background-color: transparent;
	}

article {
	-moz-column-count:1;
	-o-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	-moz-column-gap:none;
	-o-column-gap:none;
	-webkit-column-gap:none;
	column-gap:none;
	margin-top:none;
	}

/*################################7 ende#####################################*/

/*################################8 anfang###################################*/

#trophy {
    width: 300px;
    height: auto;
    background-color: transparent;
    list-style-type: none;
    padding: none;
    margin: 0 auto;
    }

#trophy h2 {
    margin-bottom: 10%;
    }

/*################################8 ende#####################################*/
    
/*###############################footer anfang####################################*/

footer {
    width: 300px;
    height: auto;
    padding: 5% 20%;
    position: relative;
    background-color: #ff8c00;
    }
    
footer a:hover {
    color: #fff;
    }

#icon {
    width: 300px;
    height: auto;
    }

#icon img {
    width: 100%;
    height: 100%;
    float: none;
    }

/*################################footer ende#####################################*/
}

/*########################################################################################
#########################mobile änderungen (Handy) ende##################################
########################################################################################*/