html, body, ul {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
}

section {
	min-height: 100%;
}

.wrapper {
	/* border: 1px solid #f9f9f9; */
	width: 1680px;
	margin: 0 auto;
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

h1, h2, h3, h4, h5, a {
	font-family: verdana, sans-serif;
	font-weight: 500;
	font-size:20px;
	color: #494949;
	text-transform : uppercase;
	margin:0;
}

h1 {
	padding-top: 250px;
	margin-bottom: 5px;
}

h5 {
	font-weight: normal;
}

p {
	font-family: verdana, serif;
}

form {
    font-family: verdana, serif;
}

hr {
	width: 50px;
	height: 3px;
	background: #494949;
	border:0;
	margin: 0 auto 0 auto;
}

#logo, li, #links img, .fa-bars {
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
}

.fa-bars {
	display: none;
}

.clear {
	clear: both;
}

/* HEADER ***********************************************/
header {
	width: 100%;
	height: 180px;
	position: fixed;
	top:0;
	left:0;
	background: #f9f9f9;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	z-index: 1;
}

#logo {
	width: 130px;
	float: left;
	margin: 10px 0 0 50px;
}

#logo:hover {
	opacity: 0.5;
}

#logo img {
	width: 100%;
}

#address {
/*	width: 500px; */
	float: right;
	margin: 18px 50px 0 0;
	text-align: right;
}

#address h3 {
	padding: 0;
}

#address .big {
	display: block;
}

#address .small {
	display: none;
}

nav {
	margin-bottom: 10px;
}

header div.wrapper nav ul li {
	display: inline;
	margin: 0 15px 0 15px;
}

header div.wrapper nav ul a li:hover {
	padding-bottom: 5px;
}


/* MOTTO ***********************************************/
#motto {
	background: url("img/brgd_motto_dec.png");
	/* background-repeat: no-repeat; */
	background-position: center, center;
	background-size: cover;
	background-attachment: fixed;
}

#motto h1, #motto h2 {
	color: #E0F05F;
}

#motto h1, #preise h1, #ich h1, #links h1, #anfrage h1 {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 10px;
}

#motto hr {
	background-color: #E0F05F;
}

#motto .wrapper h2 {
	margin-top: 100px;
	font-size: 60px;
	text-shadow: 2px 2px 3px #474747;
}

#motto .txt_big, #motto .txt_small {
	display: block;
	font-family: 'Permanent Marker', cursive;
	color: #E0F05F;
	font-weight: normal;
	/* color: #F8EADA; */
	/*
	font-family: 'Gloria Hallelujah', cursive;
	font-family: 'Chewy', cursive;
	font-family: 'Rock Salt', cursive;
	*/
}

#motto .txt_small {
	display: none;
}

/* PREISE **************************************************/
#preise {
	background-color: #f0f0f0;
}

.preise-left, .preise-right {
	line-height: 2.5em;
}

.preise-left {
	padding-left: 30%;
	float: left;
}

.preise-right {
	padding-right: 30%;
	float: right;
}

#preise .wrapper {
	margin-top: 100px;
}

#preise .einheit {
    margin-top: 50px;
    font-size: 18px;
    color: #666;
}

#preise .stand {
    margin-top: 50px;
    font-size: 12px
}
#preise a.tarif {
    background: url("img/pdf.png") no-repeat;
    background-position: left center;
    background-size: 20px auto;
    padding-left: 30px;
}

#preise div.tarif {
    margin-top: 50px;
}

/* ICH ****************************************************/
#ich .wrapper {
	margin-top: 100px;
	padding: 0 15%;
}

#ich .wrapper ul {
	display: block;
	margin: 0 auto;
}

#ich li img {
	vertical-align: middle;
	margin-right: 5px;
}

#ich ul li {
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#ich ul li.gold {
    background: url("img/guetesiegel_gold_40x40.png") 0 center  no-repeat;
}

#ich ul li.silver {
    background: url("img/guetesiegel_silver_2022_40x40.png") 0 center  no-repeat;
}

#ich ul li.bronze {
    background: url("img/guetesiegel_bronze_2022_40x40.png") 0 center  no-repeat;
}

#ich ul li.afk {
    background: url("img/afk-trainer-40x41.png") 0 center  no-repeat;
}
/* ANFRAGE ************************************************/
form #anfrage {
    width: 50%;
    text-align: center;
}

#anfrage div.wrapper div.container {
    width: 50%;
    margin: auto;
}

/* LINKS **************************************************/
#links {
	background-color: #f0f0f0;
}

#links .wrapper {
	margin-top: 5.21%;
}

#links .wrapper a img {
	border: 1px solid grey;
	border-radius: 5px;
	margin: 10px;
}

#links .wrapper img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

footer {
	padding: 15px 0;
	color: #fff;
	background-color: #333;
}

footer p {
	padding: 0;
	margin: 0;
}

/* media queries ******************************************/
@media screen and (max-width: 2230px) {
	#ich .wrapper {
		padding: 0 17%;
	}
}

@media screen and (max-width: 1950px) {
	#ich .wrapper {
		padding: 0 20%;
	}
}

@media screen and (max-width: 1680px) {
	.wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 1500px) {
	#ich .wrapper {
		padding: 0 15%;
	}
}

@media screen and (max-width: 1500px) {
	#ich .wrapper {
		padding: 0 5%;
	}
	.preise-left {
		padding-left: 15%;
	}

	.preise-right {
		padding-right: 15%;
	}
        
}

/* TABLETS ******************************************/
@media screen and (max-width: 1024px) {
	.wrapper {
		width: 100%;
	}

	header {
		height: auto;
	}

	h1 {
		padding-top: 195px;
	}

	#motto .txt_big {
		display: none;
	}

	#motto .txt_small {
		display: block;
	}

	#logo {
		width: 100px;
		margin-top: 5px;
	}

	#address h3 {
		font-size: 15px;
	}

	#address nav a {
		font-size: 17px;
	}

	#ich .wrapper ul li h2 {
		font-size: 0.95em;
	}
        .preise-left {
            padding-left: 15%;
	}

	.preise-right {
            padding-right: 15%;
	}
}

@media screen and (max-width: 1000px) {
	.preise-left {
		padding-left: 15%;
	}

	.preise-right {
		padding-right: 15%;
	}
}

/* MOBILE ******************************************/
@media screen and (max-width: 735px) {
    #motto .big {
            display: none;
    }

    #motto .small {
            display: block;
    }

    #motto h2.txt {
            font-size: 45px !important;
    }

    #logo {
            width: 90px;
            margin-left: 5px;
    }

    #address {
            margin-right: 5px;
    }

    #ich .wrapper ul li h2 {
            font-size: 0.90em;
    }

    #anfrage div.wrapper div.container {
        width: 100%;
    }
    .preise-left {
            padding-left: 10%;
    }
    .preise-right {
            padding-right: 10%;
    }
    .preise-right h2 {
        font-size: 1em;
    }
    .preise-left h3, .preise-right h3 {
        font-size: 1em;
    }
    #preise .einheit {
        font-size: 0.95em;
    }
}

@media screen and (max-width: 500px) {
    #motto .wrapper h2 {
            font-size: 40px !important;
    }

    #address .big {
            display: none;
    }

    #address .small {
            display: block;
    }
    .preise-left {
            padding-left: 5%;
    }
    .preise-right {
            padding-right: 5%;
    }
    .preise-right h2 {
        font-size: 0.95em;
    }
    .preise-left h3, .preise-right h3 {
        font-size: 0.95em;
    }
    #preise .einheit {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 480px) {
    #preise .wrapper, #ich .wrapper, #links .wrapper {
            padding: 0 5%;
    }
    #motto h2.txt {
            font-size: 35px !important;
    }
    #address {
            margin-top: 5px;
    }
    #address h3 {
            margin: 0;
            margin-bottom: 10px;
    }
    header nav {
            margin: 0;
            margin-top: 30px;
            float: none;
            margin-top: -25px;
    }
    header nav a {
            display: block;
    }
    h1 {
            padding-top: 125px;
    }
    .fa-bars {
            font-size: 25px;
            display: inline-block;
            width: 100%;
            cursor: pointer;
            text-align: right;
            float: right;
            /* margin: 0px 30px 0 0; */
    }
    .fa-bars:hover {
            opacity: 0.5;
    }
    header nav ul {
            height: 0;
            overflow: hidden;
            margin: 0;
            padding: 0;
            width: 100%;
    }
    header nav ul.open {
            height: auto;
    }
    header div.wrapper nav ul li {
            display: block;
            width: 100%;
            padding: 10px 0;
            margin: 0;
            font-size: 20px;
            border-top: 1px solid #ddd;
    }
    header nav ul li {
            width: 100%;
            padding: 5px 0;
            margin: 0;
            font-size: 11px;
            border-top: 1px solid #ddd;
    }
    header nav ul li:hover {
            background-color: #eee;
    }
    .preise-left {
            padding-left: 5%;
    }
    .preise-right {
            padding-right: 5%;
    }
    .preise-right h2 {
        font-size: 0.85em;
    }
    .preise-left h3, .preise-right h3 {
        font-size: 0.8em;
    }
    #preise .einheit {
        font-size: 0.75em;
    }
    #ich .wrapper ul li h2 {
            font-size: 0.85em;
    }
}
@media screen and (max-width: 440px) {
    #motto .wrapper h2 {
            font-size: 35px !important;
    }

    #links .wrapper a img {
            width: 98%;
            margin: 0;
    }

    #links .wrapper img:hover {
            transform: scale(1.01);
            -webkit-transform: scale(1.01);
            -moz-transform: scale(1.01);
            -o-transform: scale(1.01);
            box-shadow: 0 0px 0px rgba(0,0,0,0.3);
    }
    .preise-left {
            padding-left: 5%;
    }
    .preise-right {
            padding-right: 5%;
    }
    .preise-right h2 {
        font-size: 0.75em;
    }
    .preise-left h3, .preise-right h3 {
        font-size: 0.7em;
    }
    #preise .einheit {
        font-size: 0.65em;
    }
}

@media screen and (max-width: 340px) {
    .preise-left {
        padding-left: 0;
    }
    .preise-right {
        padding-right: 0;
    }
    .preise-right h2 {
        font-size: 0.75em;
    }
    .preise-left h3, .preise-right h3 {
        font-size: 0.7em;
    }
    #preise .einheit {
        font-size: 0.60em;
    }
}