@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
} 

*, *:before, *:after {
	box-sizing: border-box;
}

html {
	font-size: 13pt;
}

    @media screen and (max-width: 1680px) {
		html {
			font-size: 11pt;
		}
	}

	@media screen and (max-width: 1280px) {
		html {
			font-size: 11pt;
		}
	}

	@media screen and (max-width: 980px) {
		html {
			font-size: 12pt;
		}
	}

	@media screen and (max-width: 736px) {
	html {
			font-size: 12pt;
		}
	}

	@media screen and (max-width: 480px) {
		html {
			font-size: 12pt;
		}
	}

body {
	color: rgba(0, 0, 0, 0.5);
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.65;
	background:#1e1f23;
	padding-top: 8rem;
}

a {
	text-decoration: underline;
}

	a:hover {
		text-decoration: none;
	}

p {
	margin: 0 0 2rem 0;
}

	p:last-child {
		margin: 0;
	}

h2, h3 {
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 1rem 0;
	color: #1e1f23;
}

h2 {
	font-size: 1.75rem;
}

h3 {
	font-size: 1.35rem;
}

	h2 a, h3 a {
		color: inherit;
		text-decoration: none;
	}

.image {
	display: inline-block;
	position: relative;
}

	.image.flush {
		margin: 0;
	}

	.image img {
		display: block;
	}

	.image.fit {
		display: block;
		margin: 0 0 2rem 0;
		width: 100%;
	}

		.image.fit img {
			width: 100%;
		}

.spotlight {

	display: flex;
	flex-wrap: wrap;	
	align-items: center;
}
			
	.spotlight > * {
	    flex-shrink: 1;
		flex-grow: 0;
		width: 50%;
	}
				
		.spotlight p:last-child {
			margin: 0;
		}

		.spotlight p{
			color: black;
		}
			
		.spotlight .inner {
			padding: 6rem;
		}
			
		.spotlight .image {
			margin: 0;
		}
			
			.spotlight .image img {
				width: 100%;
			}
			
	.spotlight.alt {
		background: rgba(255, 255, 255, 0.445) ;
		color: white;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		text-align: right;
	}
			
		.spotlight.alt > * {
	
			flex-grow: 0;
		}
			
			.spotlight.alt h3 {
				color: rgb(0, 0, 0);
			}

			.spotlight.alt p {
				color: black;
			}
			
			.spotlight.alt .image {
			
				order: 2;
			}
			
	@media screen and (max-width: 1280px) {
			
		.spotlight .inner {
			padding: 4rem;
		}
	
	}
			
	@media screen and (max-width: 980px) {
			
		.spotlight {
			
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			text-align: center;
		}
			
			.spotlight > * {
	
				flex-grow: 0;
				width: 100%;
			}
			
				.spotlight.alt {
					
					display: flex;
					flex-wrap: wrap;
					align-items: center;
					text-align: center;
				}
			
					.spotlight.alt > * {
						
						flex-grow: 0;
					}
			
					.spotlight.alt .image {
						
						order: 0;
					}
	}
			
	@media screen and (max-width: 736px) {
		.spotlight .inner {
			padding: 2rem;
		}
	}

#header {
	color: #a6a6a6;
	cursor: default;
	position: relative;
	text-align: center;
	z-index: 10001;
	}

#header > .logo {
	margin: 0 0 4rem 0;
	padding: 0;
}

	#header > .logo a {
		font-size: 4rem;
		font-weight: 700;
		color: #FFF;
		text-decoration: none;
		line-height: 1rem;
	}

	#header > .logo span {
		font-weight: 300;
		font-size: 1rem;
		display: block;
		color: rgba(255, 255, 255, 0.65);
	}

#main > .inner {
	margin: 0 auto;
	width: 80rem;
	max-width: 90%;
	margin-bottom: 2rem;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
	border-radius: 4px;
}

.wrapper > header {
	text-align: center;
	background: rgb(255, 255, 255);
	padding: 2rem;
	margin: 0;
}

.wrapper > header h2 {
	position: relative;
	padding-bottom: .75rem;
}

.wrapper > header p {
	text-transform: uppercase;
	font-weight: 300;
	font-size: .8rem;
	letter-spacing: .25rem;
	margin: 0;
}
.wrapper.style1 .einleitung {
	padding: 6rem;
	color:rgb(36, 36, 36);
}
.wrapper.style1 .Ã¼ber {
	color:rgb(102, 102, 102);
}

.wrapper.style2 {
background: #333;
padding: 6rem;
}

    .wrapper.style2 header {
	    background: #1e1f23;
	    border-radius: 4px 4px 0 0;
    } 

	    .wrapper.style2 header h2 {
		    color: #FFF;
	    }

	    .wrapper.style2 header p {
		    color: rgba(255, 255, 255, 0.445);
	    }

ul {
	list-style-type: none;
	flex-direction: row;
	justify-content: space-around;
	display: flex;
	overflow: hidden;
	background-color: #333;
}
		
li {
	float: left;
}
		
    li a, .dropbtn {
		display: inline-block;
		color: white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
	}
		
	li a:hover, .dropdown:hover .dropbtn {
		background-color: rgba(255, 255, 255, 0.95);
		color: black;
	}
		
	li.dropdown {
		display: inline-block;
	}
		
		.dropdown-content {
			display: none;
			position: absolute;
			background-color: rgba(255, 255, 255, 0.95);
			min-width: 160px;
			box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			z-index: 1;
		}
		
		.dropdown-content a {
			color: black;
			padding: 12px 16px;
			text-decoration: none;
			display: block;
			text-align: left;
		}
		
		.dropdown-content a:hover {
			background-color: #f1f1f1
		}
		
		.dropdown:hover .dropdown-content {
			display: block;
		}

.footer{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
    text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
	margin-top: 80px;
}

    .footer h3{
	    color: black;
	    font: normal 36px 'Cookie', cursive;
	    margin: 0;
    }
	
	    .footer h3 span{
		    color:  #ffffff;
	    }
		
    .footer1{
		display: inline-block;
		vertical-align: top;
		width: 35%;
		margin-left: 27%;
	}
		
		.footer1 i{
			background-color:  #33383b;
			color: #ffffff;
			font-size: 25px;
			width: 38px;
			height: 38px;
			border-radius: 50%;
			text-align: center;
			line-height: 42px;
			margin: 10px 15px;
			vertical-align: middle;
		}
		
		.footer1 p{
			display: inline-block;
			color: #ffffff;
			vertical-align: middle;
			margin:0;
		}
		
		    .footer1 p span{
			    display:block;
			    font-weight: normal;
			    font-size:14px;
			    line-height:2;
		    }
		
		    .footer1 p a{
			    color:  #ffffff;
			    text-decoration: none;;
		    }

	.footer2{
		display: inline-block;
	}
		
	    .footer2 p{
		    display: inline-block;
			color: #ffffff;
			vertical-align: middle;
			margin:0;
		}
		
		    .footer2 p span{
			    display:block;
			    font-weight: normal;
			    font-size:14px;
			    line-height:2;
		    }
		
		    .footer2 p a{
			    color:  #ffffff;
			    text-decoration: none;;
		    }

		    .footer2 .qwertz {
			    line-height: 30px;
			}	
			
			