*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
p{
	color:#6F6F6F;
}
li{
	color:#6F6F6F;
}
.cursor {
  cursor: pointer;
}
.bullet{
	display: inline;
	margin-left: -10px;
	color: #990000;
}


/*FIXED NAVBAR*/

#navHull{
	top: 0px;
	position: fixed;
	width: 100%;
	height: 65px;
	background-color: #EFEEEE;
	z-index: 25;
	display: none;
    font-family: 'Comfortaa', cursive;
	color: black;
	text-decoration: none;
	font-weight: 400;
}



#navHull ul{
	list-style-type: none;
  	margin: 0;
  	padding: 0;
  	overflow: hidden;
  	background-color:transparent;
}

#navHull li{
	float: right;
	width: auto;
}

#navHull a{
	display: block;
	padding: 25px 17px;
	text-align: center;
	text-decoration: none;
	color: black;
	background: #EFEEEE;
	font-size: 20px;
	height: 65px;
	
	-o-transition:color .2s ease-out, background .3s ease-out;
  	-ms-transition:color .2s ease-out, background .3s ease-out;
  	-moz-transition:color .2s ease-out, background .3s ease-out;
  	-webkit-transition:color .2s ease-out, background .3s ease-out;
  	transition:color .2s ease-out, background .3s ease-out;
}
#dropdownFixed{
	display: block;
	padding: 0;
	text-align: center;
	text-decoration: none;
	color: black;
	background: #EFEEEE;
	
	-o-transition:color .2s ease-out, background .3s ease-out;
  	-ms-transition:color .2s ease-out, background .3s ease-out;
  	-moz-transition:color .2s ease-out, background .3s ease-out;
  	-webkit-transition:color .2s ease-out, background .3s ease-out;
  	transition:color .2s ease-out, background .3s ease-out;
}
#dropButtonFixed{
    font-family: 'Comfortaa', cursive;
	font-size: 20px;
	width: 190px;
	height: 65px;
	padding: 25px;
	background-color: transparent;
	border: none;
	-o-transition:color .2s ease-out, background .3s ease-out;
  	-ms-transition:color .2s ease-out, background .3s ease-out;
  	-moz-transition:color .2s ease-out, background .3s ease-out;
  	-webkit-transition:color .2s ease-out, background .3s ease-out;
  	transition:color .2s ease-out, background .3s ease-out;
}
#dropdownContentFixed{
	display: block;
	width: 190px;
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-in-out;
  	-ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#dropdownContentFixed a{
	padding-top: 25px;
}
#dropdownFixed:hover #dropdownContentFixed{
	height: 190px;
}
#beratungPadding{
	padding-top: 10px !important;
}

#dropdownContent a: hover{
	color: #990000;
}

#dropdownFixed:hover #dropButtonFixed{
	color: #990000;
	background: #FCFBFB;
}
.dropdownReplace{
	display: none !important;
}

#navHull a:hover{
	color: #990000;
	background: #FCFBFB;
}

#navHull input{
	display: none;
}

#navHull label{
	display: none;
}
#phoneLink{
	display: none !important;

}
#phoneIcon{
	display: none;
}


/*BANNERFOTO*/

#banner{
	margin: 0px;
	width: 100%; 
	height: 300px;
	background-repeat: no-repeat;
	background-attachment: fixed;	
}

#bannerText{
	margin: auto;
	padding: 0;
	width: 100%;
}

#bannerText h1{
	margin-top: 150px;
	text-align: center;
	font-size: 40px;
	font-weight: 200;
    font-family: 'PT Serif', serif;
}


/*NON FIXED NAVBAR*/

#banner li{
	display: inline-block;
	width: 19.5%;
	padding-top: 10px;
	text-align: center;
	font-size: 18px;
}

#bannerNav{
	padding: 0;
	margin-bottom: 50px;
}
#bannerNav button{
	font-size: 18px;

}

#banner ul{
	background-color: rgba(239,238,238, 0.5);
	padding: 0;
	margin: 0;
}

#banner a{
    font-family: 'Comfortaa', cursive;
	color: black;
	text-decoration: none;
	font-weight: 400;
	-o-transition:color .2s ease-out;
  	-ms-transition:color .2s ease-out;
  	-moz-transition:color .2s ease-out;
  	-webkit-transition:color .2s ease-out;
  	transition:color .2s ease-out;
}

#banner a:hover{
	color: #990000;
}

#dropButton{
	background-color: transparent;
    font-family: 'Comfortaa', cursive;
	border:none;
	font-weight: 400;
	padding: 0;
	margin: 0;
	height: 35px;
	padding-bottom: 10px;
}

#dropdownContent{
	background-color: rgba(239,238,238, 0.5);
	position: absolute;
	height: 0px;
	overflow: hidden;
	min-width: 200px;
	width: 19.5%;
	z-index: 1;
	-webkit-transition: all 0.5s ease-in-out;
  	-ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#dropdownContent a{
	color: black;
    font-family: 'Comfortaa', cursive;
	font-size: 18px;
	text-decoration: none;
	display: block;
	-o-transition:color .2s ease-out;
  	-ms-transition:color .2s ease-out;
  	-moz-transition:color .2s ease-out;
  	-webkit-transition:color .2s ease-out;
  	transition:color .2s ease-out;
  	padding-bottom: 10px;
  	height: 65px;
}

#dropdown:hover #dropdownContent{
	height: 200px;
	padding: 20px 20px 10px 20px;
	border-style: solid;
	border-width: 1px;
	border-top: none;
}

#dropdownContent a: hover{
	color: #990000;
}

#dropdown:hover #dropButton{
	color: #990000;
}
@media only screen and (max-width: 840px) {


	/*NAVBAR-MOBILE*/

	#navHull{
		display: block;
		background-color: transparent;
	}
	#banner{
		height: 200px;
	}
	#bannerText h1{
	margin-top: 50px;
	}

	#banner a{
		display: none;
	}

	#dropButton{
		display: none;
	}
	#phoneLink{
		display: block !important; 
	}
	#phoneIcon{
		display: block;
		position: fixed;
		right: 17px;
		top: 17px;
		height: 30px;
		width: 30px;
		z-index: 5;
	}
	

	/*NAVICON-MOBILE*/

	#navHull input{
		display: none;
	}

	#navHull label{
		display: block;
	}

	#navHull input + label {
	  	position: fixed;
	  	top: 18px;
	  	left: 20px;
	  	height: 27px;
	  	width: 30px;
	  	z-index: 5;
	}

	#navHull input + label span {
	  	position: absolute;
	  	width: 80%;
	  	height: 3px;
	  	top: 50%;
	  	margin-top: -1px;
	  	left: 0;
	  	display: block;
	  	background: black;
	  	transition: 0.5s;
	}

	#navHull input + label span:first-child {
	  	top: 6px;
	}

	#navHull input + label span:last-child {
	  	top: 22px;
	}

	#navHull label:hover {
	  	cursor: pointer;
	}

	#navHull input:checked + label span {
	  	opacity: 0;
	  	top: 50%;
	}

	#navHull input:checked + label span:first-child {
	  	opacity: 1;
	  	transform: rotate(405deg);
	}

	#navHull input:checked + label span:last-child {
	  	opacity: 1;
	  	transform: rotate(-405deg);
	}


	/*NAVDROPDOWN-MOBILE*/

	#navHull li{
		float: none;
		width: 100%;
	}
	#dropButtonFixed{
		display: none;		
	}
	#navHull ul{
		margin-top: 64px;
		background-color: transparent;
	}
	.dropdownReplace{
		display: block !important;
	}
	.dropdownReplaced{
		display: none !important;
	}

	#navHull a{
		width: 100%;
		height: 40px;
		margin:auto;
		padding: 9px 0 0;
		text-align:;
		background-color: transparent;
	}

	#navHull input ~ nav {
	  	background-color: rgba(239, 238, 238, 0.95);
	  	position: fixed;
	  	top: 0;
	  	left: 0;
	  	width: 100%;
	  	height: 64px;
	  	transition: 0.5s;
	 	transition-delay: 0.2s;
	  	overflow: hidden;
	}

	#navHull input ~ nav > ul > li {
	  	opacity: 0;
	  	transition: 0.5s;
	  	transition-delay: 0s;
	}

	#navHull input:checked ~ nav {
	  	height: 380px;
	  	transition-delay: 0s;
	}

	#navHull input:checked ~ nav > ul > li {
	  	opacity: 1;
	  	transition-delay: 0.2s;
	}
}


/*FOOTER*/
#footer{
	width: 100%;
	height: auto;
	background-color: #EFEEEE;
    font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	position: relative;
	z-index: 5;
}

#footer ul{
	width: 90%;
	padding: 0;
	margin: auto;
	list-style: none;

}
#footer li{
	width: 19.5%;
	text-align: center;
	display: inline-block;
	margin: 0;
	padding: 10px;
	vertical-align: top;
	color: #6F6F6F;
}

#footer p{
	color: #6F6F6F;
	display: inline;
	text-align: center;
	padding-top: 10px;
}
#footerTitle{
	color: #6F6F6F;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
	display: inline-block;
	color: #6F6F6F;
	text-decoration: none;
	-o-transition:color .2s ease-out;
  	-ms-transition:color .2s ease-out;
  	-moz-transition:color .2s ease-out;
  	-webkit-transition:color .2s ease-out;
  	transition:color .2s ease-out;
}
#footer a:hover{
	color:#990000;
}






/*MEDIA QUERIES FOR PHONE USAGE */

@media only screen and (max-width: 1000px){
		/*FOOTER-MOBILE*/
	
	#footerTitle{
		font-size: 14px;

	}
	#footer li{
		display: block;
		width: 100%;
		font-size: 14px;
	}
	#footer p{
		display: inline;
	}
}



/*MOBILE FONT SIZE*/

@media only screen and (max-width: 840px){
	body p{
		font-size: 15px;
	}
	body li{
		font-size: 15px;
	}
	#footer a{
		font-size: 15px;
	}
	body a{
		font-size: 15px;
	}
}


/*COLOR-MANAGEMENT*/

.primarybg1{
	background-color: #FFFFFF;
}
.primarytxt1{
	color: #FFFFFF;
}
.primarybghov1:hover {
	background-color: #FFFFFF;
}
.primarytxthov1:hover{
	color: #FFFFFF;
}




.primarybg2{
	background-color: #FCFBFB;
}
.primarytxt2{
	color: #FCFBFB;
}
.primarybo2{
	border-color: #FCFBFB;
}
.primarybghov2:hover {
	background-color: #FCFBFB;
}
.primarytxthov2:hover{
	color: #FCFBFB;
}



.primarybg3{
	background-color: #EFEEEE;
}
.primarytxt3{
	color: #EFEEEE;
}
.primarybo3{
	border-color: #EFEEEE;
}
.primarybghov3:hover {
	background-color: #EFEEEE;
}
.primarytxthov3:hover{
	color: #EFEEEE;
}



.accentbg1{
	background-color: #990000;
}
.accenttxt1{
	color: #990000;
}
.accentbo1{
	border-color: #990000;
}


.accentbg2{
	background-color: #990000;
}
.accenttxt2{
	color: #990000;
}
.accentbo2{
	border-color: #990000;
}