﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,900');
@import url('https://fonts.googleapis.com/css?family=Lusitana&display=swap');

html {
	overflow-x: hidden;
}

p {
	color:#000;
	font: 10.5pt 'Courier New', Courier, serif;

	letter-spacing: 0.2em;
	line-height: 1.3;
}


h1 {	
	color: #000;
	text-decoration: none;
	font: 3em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 1.3;
	letter-spacing: 0.08em;
	
}

h2 {
	color: #000;
	text-decoration: none;
	font: 1.8em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 1.2;
	letter-spacing: 0.07em;

}

h3 {
	color: #000;
	text-decoration: none;
	font: 1.5em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 1.3;
	letter-spacing: 0.04em;
}

h4 {
	color: #FFF;
	text-decoration: none;
	font: 1.1em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 1.15;
	letter-spacing: 0.07em;

}

h5 {
	color: #000;
	text-decoration: none;
	font: 1em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 0.01;
	letter-spacing: 0.07em;

}

h6 {
	color: #000;
	text-decoration: none;
	font: 1.5em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 1.3;
	letter-spacing: 0.04em;

}

@media only screen and (max-width: 768px) {
    h6 {
        color: #000;
	text-decoration: none;
	font: 1.1em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 1.2;
	letter-spacing: 0.04em;
    }
h3 {
	color: #000;
	text-decoration: none;
	font: 1.1em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 1.2;
	letter-spacing: 0.04em;
	}
h2 {
	color: #000;
	text-decoration: none;
	font: 1.4em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 1.2;
	letter-spacing: 0.07em;}
h1 {	
	color: #000;
	text-decoration: none;
	font: 1.4em 'Roboto', Arial, sans-serif;
	transition: opacity 0.4s;
	line-height: 1.3;
	letter-spacing: 0.08em;}
}

.hamburger{
	display: none;
  background:none;
  position:absolute;
  top:20px;
  right:10px;
  line-height:30px;
  padding:5px 15px 0px 15px;
  border:0;
  font-size:2.5em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
	display: none;
  background:none;
  position:absolute;
  top:15px;
  right:10px;
  padding:7px 15px 0px 15px;
  border:0;
  font-size:4em;
  line-height:65px;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.menu{z-index:1000000; font-weight:bold; font-size:0.8em; width:100%; background:#FFF;  position:absolute; top: 0; left:0; text-align:center; font: 3.5em 'Roboto', sans-serif;}
.menu ul {margin: 0 auto 0 auto; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block; padding:15px 0 15px 0; border-bottom:#000 1px solid;}
.menu li:hover{display: block; background:#f0df6f; padding:15px 0 15px 0; }
.menu ul li a { text-decoration:none;  margin: 0 auto 0 auto; color:#000;}
.menu ul li a:hover {text-decoration:none;}
.menu a{text-decoration:none; color:#666;}
.menu a:hover{text-decoration:none;}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}
header{display:inline-block; font-size:0.9em;}
span{padding-left:0;}
a{color:#336699;}

@media screen and (max-width: 860px) {

	#menu {display: none;}
	.hamburger{display:inline-block;}	
}

a {	color: #000;
	text-decoration: none;
}

.border{
    position:relative;
}
.border:hover::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:-4px; /*Change this to increase/decrease distance*/
    border-bottom: 5px solid #000;  
}

.border2{
    position:relative;
	color: #FFF;
}
.border2:hover::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:-4px; /*Change this to increase/decrease distance*/
    border-bottom: 5px solid #FFF;  
}

u {
	text-decoration: none;
	border-bottom: 5px solid;
	}

.border3 {
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom:-4px; /*Change this to increase/decrease distance*/
    border-bottom: 5px solid #FFF;  
}

hr {

	border: solid 3px black;
	width: 100%;
}

#logo {
	z-index: 9999;
	position: fixed;
	top: 10px;
	left: 5px;
	text-decoration: none;
}

#logo:hover {
	text-decoration: none;
}

#button {
	margin: 0 35px 0 0;
}

* {
    box-sizing: border-box;
}

#impressum {
	position: relative;
	margin: 0 auto 0 auto;
	max-width: 200px;
	height: 30px;
	text-align: center;
}

#impressum:hover {
	text-decoration: underline;
}

#picturewrapper {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 0 auto;
	text-align: center;
	}

@media only screen and (min-width: 860px) {
#textwrapper {
	z-index: 9997;
	float: left;
	position: relative;	
	top: -190px;
	max-width: 650px;

	text-align: left;
	margin: 0 0 0 20px;
	padding: 0 10px 0 10px;
	}

#textwrapper2 {
	z-index: 9997;
	float: left;
	position: relative;	
	top: -190px;
	max-width: 100%;

	text-align: left;
	margin: 0 0 0 20px;
	padding: 0 10px 0 10px;
	}

#picturewrapper {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 0 auto;
	text-align: left;
	}
}

#menuwrapper {
	position: absolute;
	width: 100%;
	top: 0px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#menuwrapper2 {
	position: relative;
	top: -90px;	
	width: 265px;
	height: 20px;
	text-align: center;
	margin: 0 auto 0 auto;
}

#border {
	box-shadow:inset 0px 0px 0px 3px black;
}

img {
	max-width: 99%; 
	height: auto;
	margin: 10px;
	transition: opacity 0.4s ease;
	border-radius: 2.5%;
}

img:hover {
	opacity: 0.8;
}

#menu {	
	position: relative;
	top: 10px;
	margin: 0 auto 0 auto;
	list-style:none;
	z-index:9999;
	text-align: center;

}

#menu li{
	float:left; 	
}

.row {
	z-index: 9998;
	margin: 140px 0 0 0;
	text-align: left;
}

@media only screen and (min-width: 860px) {
.row {
	z-index: 9998;
	margin: 140px 0 0 0;
	padding: 0 0 0 100px;
	text-align: left;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}
.col-1 {width: 20%;}
.col-2 {width: 40%;}
.col-3 {width: 60%;}
.col-4 {width: 80%;}
.col-5 {width: 100%;}
}