	
* { 
	margin: 0;
	padding: 0;
	box-sizing: border-box; 
	}
img {
	margin: 0;
	width: 100%;
	height: auto;
	}
body {
	background-image: url(../images/reiniger-background.jpg);
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	}
	
p  {
	font-family: 'Open Sans', sans-serif;
	color: #555050;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
	text-align: justify;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 18px;
}

ol  {
	list-style-type: none;
	margin-bottom: 68px;
}
ul  {
	list-style-type: disc;
}
.liste {
	font-family: 'Open Sans', sans-serif;
	color: #772C30;
	line-height: 1.8em;
	font-size: 1em;
	font-weight: 600;
	margin-top: 15px;
	padding-left: 17px;
}
.box60 {
	width: 53%;
	float: left;
	margin-top: 50px;
	margin-bottom: 80px;
}
.box40 {
	width: 43%;
	float: left;
	margin-top: 50px;
	margin-bottom: 80px;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans', sans-serif;
	}
h1 {
	color: #3E538E;
	font-size: 2em;
	text-align: center;
	
	padding: 5% 0 2%;
}
h2 {
	font-weight: 600;
	color: #772C30;
	
	margin-top: 4%;
	padding-top: 4%;
	padding-bottom: 1%;
}
.h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	color: #772C30;
}
h3 {
	font-size: 17px;
	font-weight: 600;
	color: #2F3953;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	
	margin: 3% 0 0;
}
h4 {
	font-size: 1.2em;
	font-weight: 900;
	color: #2F3953;
	
	margin: 3% 0 1%;
}


header {
	width: 100%;
	height: 160px;
	
	background-image: url(../images/top-image.jpg);
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	
	position: relative;
	z-index: 30;	
	}

header a {
	text-decoration: none;
	}


.schankanlagenreiniger {
    width: 59%;
    height: auto;
    padding: 0 0 0 25%;
	}
thomas-niemeier {
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 1.7vw;
    letter-spacing: 1px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgba(255,255,255,1.00);
    padding-left: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    padding-right: 0px;
    width: 38%;
    margin-top: 26px;
	}


nav-top {
	list-style-type: none;
	}
nav-top a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	
	display: block;
	border-radius: 50px;
	float: left;
	
	width: 12%;
	margin: 0.5% 4% 0;
	padding: 1%;
	
	transition: all 0.5s ease;
}
nav-top a:hover {
	background-color: rgba(215,105,20,0.70);
	}
nav-top a:active {
	background-color: rgba(215,105,20,0.70);
	}
nav-top a:focus {
	background-color: rgba(215,105,20,0.70);
	}


.top-image {
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 20;
	
	font-family: 'Oleo Script Swash Caps', cursive;
	font-size: 3vw;
	color: rgba(255,255,255,1.00);
	text-align: left;
	
	background-image: url(../images/frisch-gezapft.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
	
	padding-top: 45vh;
	padding-left: 7vw;
	}


.danke {
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 2vw;
    color: rgba(255,255,255,1.00);
    text-align: left;
	
    padding-top: 17vh;
    padding-left: 5vw;
	padding-bottom: 15vh;
}
.zeitnah {
	font-size: 4vw;
	
	padding-left: 5vw;
	
}


.bitte {
	padding-left: 2%;
	font-size: 4.5vw;
}
.eingeschenkt {
	padding-left: 5%;
	font-size: 5vw;
}


.buttons {
	position: fixed;
	top: 30vh; 
	left: auto;
	right: 0%;
}
.button-up {
	left: auto;
	right: 0%;
	width: 70px;
	z-index: 10;
	
	border-top-left-radius: 20px;
	background-color: rgba(200,196,196,0.50);
	transition: ease 0.5s;
	}
.button-up:hover {
	background-color: rgba(183,89,17,0.64);
	}
.button-down {
	left: auto;
	right: 0;
	width: 70px;
	z-index: 10;
	border-bottom-left-radius: 20px;
	
	background-color: rgba(200,196,196,0.50);
	transition: ease 0.5s;
	}
.button-down:hover {
    background-color: rgba(183,89,17,0.64);
	}


main {
	width: 40vw;
	display: block;
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
}

.reinigung {
	width: 100%;
	height: 310px;
	
	background-image: url(../images/zapfhaehne-weich.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.schulung {
	width: 100%;
	height: 310px;
	
	background-image: url(../images/lerngruppe.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	clear: both;
}
.zertifikate {
	list-style-type: none;
	
	padding: 5% 5% 10%;
	width: 100%;
	height: 250px;
}
.zertifikate a {
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #3E538E;
	text-align: center;
	
	border: 1px;
	border-style: solid;
	border-radius: 50px;
	
	display: block;
	float: left;
	width: 40%;
	margin: 5%;
	padding: 1%;
	
	transition: all 0.5s ease;
}
.zertifikate a:hover {
	color: #FFFFFF;
	background-color: rgba(215,105,20,0.70);
}


footer {
	width: 100%;
	clear: both;
	background-color: #772C30;
	padding-top: 0%;
	padding-bottom: 1%;
	/*height: 200px;*/
	}	


.nav-footer {
	list-style-type: none;
	background-color: rgba(119,44,48,1.00);
	padding-bottom: 50px;
	}	
.nav-footer a {
	text-decoration: none;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	
	display: block;
	border-radius: 50px;
	float: left;
	width: 7%;
	margin: -5px 3.5% 0;
	padding: 8px 0;
	
	transition: all 1s ease;
}
.nav-footer a:hover {
	background-color: rgba(215,105,20,0.80);
	}
.nav-footer a:active {
	background-color: rgba(215,105,20,0.80);
	}
.nav-footer a:focus {
	background-color: rgba(215,105,20,0.80);
	}
.footer-zertifikate {
	margin-left: 1px;
}

.copyright {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-style: italic;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-align: center;
	
	width: 100%;
	clear: both;
	padding-top: 50px;
}
.hidden  {
	visibility: hidden;
}

.copyright a {
	text-decoration: none;
	color: #FFFFFF;
	
	transition: all 1s ease;
}
.copyright a:hover {
	color: rgba(215,105,20,1.00);
}


.impressum  {
	width: 100%;
	margin: auto;
}
.impressum p {
	text-align: left;
}


#kontakt {             /*kontaktbild 'onta.png': Tel Fax Email --- Impressum*/
	width: 408px;
	height: auto;
	margin-left: -1px;
}
#kontakt2 {           /*kontaktbild 'onta.png': Tel Fax Email --- Kontakt*/
	width: 408px;
	height: auto;
	margin-left: -1px;
}


.marginalien {
	color: #772C30;
	font-style: italic;
	font-size: 14px;
}

section {
	width: 100%;
	height: auto;
}



/*-- ---------------------@@@@-----1730-------------------------------------------------------- --*/ 


@media (max-width: 1730px){
	
header {
	height: 150px;
	}
main {
	width: 52vw;
}
}

/*-- ---------------------@@@@-----1630-------------------------------------------------------- --*/

@media (max-width: 1630px){
header {
	height: 143px;
	}
thomas-niemeier {
    font-size: 2vw;
    margin-top: 18px;
}
}

/*-- ---------------------@@@@-----1490-------------------------------------------------------- --*/

@media (max-width: 1490px){
header {
	height: 138px;
	}
.schankanlagenreiniger {
    width: 59%;
    height: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 20%;
    padding-bottom: 0;
	}
thomas-niemeier {
    font-size: 2vw;
    margin-top: 23px;
}
.nav-footer a {
    width: 12%;
    margin: -5px 1% 0;
    padding: 8px 0;
    transition: all 1s ease;
}

}


/*-- ---------------------@@@@-----1300-------------------------------------------------------- --*/ 

@media (max-width: 1300px){
header {
	height: 135px;
	}
.box60 {
	width: 100%;
	margin-bottom: 1px;
}
.box40 {
	width: 100%;
}

main {
	width: 65vw;
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
}
}

/*-- ---------------------@@@@-----1220-------------------------------------------------------- --*/

@media (max-width: 1220px){
header {
	height: 128px;
	}
}

/*-- ---------------------@@@@-----1110-------------------------------------------------------- --*/

@media (max-width: 1110px){
header {
	height: 118px;
	}
thomas-niemeier {
    font-size: 2vw;
    margin-top: 18px;
	}

}
/*-- ---------------------@@@@-----950-------------------------------------------------------- --*/ 

@media (max-width: 950px){

p {
	font-size: 15px;
}
h1 {
	color: #3E538E;
	font-size: 1.5em;
	text-align: center;
	padding: 10% 0 5%;
	width: 100%;
	height: auto;
	clear: both;
}
h2 {
	font-size: 1.2em;
	font-weight: 600;
	color: #772C30;
	margin-top: 4%;
	padding-top: 4%;
	padding-bottom: 1%;
}
h3 {
	font-size: 17px;
	font-weight: 600;
	color: #2F3953;
	margin: 3% 0 0;
}
h4 {
	font-size: 1.2em;
	font-weight: 900;
	color: #2F3953;
	margin: 3% 0 1%;
}

header {
    height: 90px;
    padding-top: 10px;
	}
.schankanlagenreiniger {
    width: 59%;
    height: auto;
    padding-top: 4px;
    padding-right: 0;
    padding-left: 16%;
    padding-bottom: 0;
	}
thomas-niemeier {
    font-size: 2.5vw;
    float: right;
    width: 38%;
    margin-top: 17px;
	}
nav-top {
	display: none;
	}
	
nav-responsive {
    list-style-type: none;
	}
.nav-responsive-reinigung {
	width: 140px;
	margin-left: 22%;
	}
.nav-responsive-schulung {
	width: 130px;
	margin-left: 8%;
	padding-bottom: 3vh;
	}
.nav-responsive-kontakt {
	width: 120px;
	margin-left: 0%;
	margin-bottom: 4%;
	}
.nav-responsive-gesetzliches {
	width: 60px;
	margin-left: 0%;
	margin-bottom: 4vh;
	}
.nav-responsive-zertifikate {
	width: 135px;
	margin-left: 1%;
	margin-bottom: 10vh;
	}
nav-responsive a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
	
    display: block;
    border-radius: 50px;
    margin-top: 1%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5%;
    padding: 5% 0;
	
    transition: all 0.5s ease;
}
nav-responsive a:hover {
	background-color: rgba(215,105,20,0.70);
	}
nav-responsive a:focus {
	background-color: rgba(215,105,20,0.70);
	}
	
	
nav-responsive-alternativ {
    list-style-type: none;
    z-index: 100;
    position: relative;
	}
nav-responsive-alternativ a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #D76914;
    text-align: center;
    border-radius: 50px;
    float: left;
    width: 20%;
    margin-top: -0.5%;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 0;
    padding: 1%;
    transition: all 0.5s ease;
    z-index: 100;
    position: relative;
	}
nav-responsive-alternativ a:hover {
    background-color: rgba(215,105,20,0.70);
    color: rgba(255,255,255,1.00);
	}
nav-responsive-alternativ a:active {
    background-color: rgba(215,105,20,0.70);
    color: rgba(255,255,255,1.00);
	}
nav-responsive-alternativ a:focus {
	background-color: rgba(215,105,20,0.70);
	}	
	
	
.top-image {
	padding: 1% 0 4% 2%;
}
.bitte {
	font-size: 30px;
	}
.eingeschenkt {
	font-size: 35px;
	}
	
main {
	width: 80vw;
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
}

.nav-footer a {
	
	width: 18%;
	margin: -4px 3.5% 1%;
	padding: 8px 0;
}
#kontakt {             /*kontaktbild 'onta.png': Tel Fax Email --- Impressum*/
	width: 350px;
	margin-left: -1px;
}
#kontakt2 {           /*kontaktbild 'onta.png': Tel Fax Email --- Kontakt*/
	width: 350px;
	margin-left: -1px;
}
.footer-zertifikate {
}
}

/*-- ------------min-width---------@@@@-----950-------------------------------------------------------- --*/ 

@media (min-width: 950px){
nav-responsive {
	display: none;		
}	
nav-responsive-alternativ {
	display: none;
	}
}

/*-- ---------------------@@@@-----800-------------------------------------------------------- --*/ 

@media (max-width: 800px){
header {
    height: 125px;
	padding: 0;
}
.schankanlagenreiniger {
    width: 100%;
    height: auto;
    padding-right: 16%;
    padding-left: 12%;
    padding-bottom: 0;
    clear: both;
	}
thomas-niemeier {
    font-size: 23px;
    width: 52%;
    margin-top: -1%;
    margin-left: 0px;
}


}
/*-- ---------@@@@@@@---------------668--------------------- --*/

@media (max-width: 668px){
nav-responsive-alternativ a {
    
    width: 20%;
    margin-top: -0.5%;
    padding: 1%;
    transition: all 0.5s ease;
    z-index: 100;
    position: relative;
	}
}

/*-- -----------max-height----------@@@@-----440-------------------------------------------------------- --*/ 

@media (max-height: 440px) {
	.bitte {
	display: none;
}
.eingeschenkt {
	display: none;
}
nav-responsive a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    display: block;
    border-radius: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 1%;
    padding: 5% 0;
    transition: all 0.5s ease;
    margin-top: 1%;
}

}


/*-- ---------------------@@@@-----568-------------------------------------------------------- --*/ 

@media (max-width: 568px){
header {
    height: 112px;
}
.schankanlagenreiniger {
    width: 100%;
    height: auto;
    padding-right: 10%;
    padding-left: 7%;
    padding-bottom: 0;
    clear: both;
	}
thomas-niemeier {
    font-size: 21px;
    margin-top: -6px;
    width: 55%;
	}
nav-responsive a {
	font-size: 17px;
	}
nav-responsive-alternativ a {
    width: 100%;
    margin-top: 0%;
	
	border-right: thin solid rgba(215,105,20,1.00);
    border-bottom: thin solid rgba(215,105,20,1.00);
    border-left: thin solid rgba(215,105,20,1.00);
	
    padding: 1%;
    transition: all 0.5s ease;
    z-index: 100;
    position: relative;
	}

	
.zertifikate {
    list-style-type: none;
    padding: 10% 5% 20%;
    width: 100%;
    height: 300px;
    
}
.zertifikate a {
	width: 80%;
	margin: 10% 10% 0;
}
}

/*-- ---------------------@@@@-----440-------------------------------------------------------- --*/ 

@media (max-width: 440px){
header {
    height: 88px;
}
.schankanlagenreiniger {
    width: 100%;
    height: auto;
    padding-right: 5%;
    padding-left: 4%;
    padding-bottom: 0;
    clear: both;
	}
thomas-niemeier {
    font-size: 18px;
    margin-top: -6px;
    width: 65%;
	}
h1 {
    font-size: 1.5em;
}
p {
    text-align: left;
    padding-left: 6px;
    padding-right: 6px;
}
main {
	width: 94vw;
	margin-bottom: 90px;
	margin-left: auto;
	margin-right: auto;
}
.h2 {
    padding-left: 6px;
}
h3 {
    padding-left: 6px;
}
.liste li {
    margin-left: 6px;
}

.nav-footer a {
	width: 40%;
	margin: -4px 5% 3%;
	padding: 8px 0;
}
.footer-zertifikate {
	margin-left: 0;
}
.copyright {
    font-size: 10px;
    margin-bottom: 11px;
}
}

/*-- ---------------------@@@@-----306-------------------------------------------------------- --*/

@media (max-width: 306px){
header {
    height: 75px;
}
thomas-niemeier {
    font-size: 16px;
    margin-top: -6px;
    width: 74%;
	}


}
