/*=======================================================================================
	Stylesheet: Festlegung der Styles der Website.
	Weitere Stylesheets:
	fundament.css (Reset der Abstände)
	zentrale.css (Zentrales Stylesheet zum einbinden in den Head der Website)
=======================================================================================*/

body {
	font-family: 'IBM Plex Sans', sans-serif;
}

h1, h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #004494;
}

h3 {
	color: #004494;
	font-weight: 700;
}

.bg4 h1, .bg4 h2, .bg4 h3 {
	color: #fff;
}

p {
	max-width: 900px;
}

a:link, a:visited {
	color: #004494;
	text-decoration: underline;
}

a:hover {
	color: #005AC4;
}

.hndwr {
	font-family: 'Caveat', serif;
	font-size: 160%;
	color: #004494;
	margin-bottom: 0;
}

.bg4 .hndwr {
	color: #000;
}

.zusatz {
	font-size: 12px;
	margin-top: 0;
}

.wrapper {
	max-width: 1400px;
	margin: 0 auto;
	width: 90%;
}

.clearing {
	clear: both;
}

.logo {
	width: 150px;
	float: left;
}

.badnerland {
	float: right;
	width: 200px;
	margin-top: 80px;
}

.badnerland p {
	text-align: center;
	margin-bottom: 0;
}

nav ul {
	text-align: right;
	z-index: 999;
	margin-bottom: 0;
}

nav ul li {
	display: inline-block;
	position: relative;
	margin-left: 5px;
	background-color: #d40032;
	text-transform: uppercase;
	font-weight: 600;
}

nav ul li:hover {
	background-color: #004494;
}

nav a:link, nav a:visited {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
}

.active {
	background-color: #004494;
}

nav ul li ul {
	display: none;
	position: absolute;
	background-color: #004494;
	width: inherit;
	left: 0;
	margin: 0;
	text-align: left;
}

nav ul li ul li {
	background-color: #004494;
	text-transform: none;
	font-weight: normal;
	width: 100%;
	margin: 0;
}

nav ul li ul li:hover {
	background-color: #005AC4;
}

nav ul li:hover > ul {
	display: block;
}

.borduere {
	height: 10px;
	background-color: #004494;
}

.single-item div {
	height: 600px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.sliderbox {
	margin-top: 400px;
}

.line-1, .line-2 {
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 0;
	white-space: nowrap;
}

.line-1 span, .line-2 span {
	background-color: #fff;
	padding: 0 10px;
}

.line-1 {
	font-size: 50px;
	color: #004494;
}

.line-2 {
	font-size: 35px;
	color: #d40032;
}

.bg1 {
	color: #fff!important;
	background: rgba(110,110,110,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(110,110,110,1) 0%, rgba(54,54,54,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(110,110,110,1)), color-stop(100%, rgba(54,54,54,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(110,110,110,1) 0%, rgba(54,54,54,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(110,110,110,1) 0%, rgba(54,54,54,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(110,110,110,1) 0%, rgba(54,54,54,1) 100%);
	background: radial-gradient(ellipse at center, rgba(110,110,110,1) 0%, rgba(54,54,54,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e6e6e', endColorstr='#363636', GradientType=1 );
}

.bg2 {
	color: #fff!important;
	background: rgba(54,123,201,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(54,123,201,1)), color-stop(100%, rgba(0,69,148,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	background: radial-gradient(ellipse at center, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#367bc9', endColorstr='#004594', GradientType=1 );
}

.bg2 h2 {
	color: #fff;
}

.bg2 hr {
	border: 1px solid #fff;
}

.bg2 a {
	color: #fff;
	text-decoration: none;
}

.bg3 {
	background: rgba(226,226,226,1);
	background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(171,171,171,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(100%, rgba(171,171,171,1)));
	background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(171,171,171,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(171,171,171,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(171,171,171,1) 100%);
	background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(171,171,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ababab', GradientType=1 );
}

.bg4 {
	
background: rgba(212,0,49,1);
color: #fff;
}

.bg5 {	
background: rgba(205,227,252,1);
background-image: url(../img/bg.jpg);
background-attachment: fixed;
background-size: cover;
}


.haken {
	width: 100%;
	height: 100%;
	background-image: url(../img/haken.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.sidepic {
	float: right;
	width: 250px;
	margin-left: 30px;
}

.menubox {
	float: left;
	width: 22%;
	margin-right: 4%;
	height: 150px;
}

.menubox:hover {
	background: rgba(98,153,217,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(98,153,217,1) 0%, rgba(0,69,148,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(98,153,217,1)), color-stop(100%, rgba(0,69,148,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(98,153,217,1) 0%, rgba(0,69,148,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(98,153,217,1) 0%, rgba(0,69,148,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(98,153,217,1) 0%, rgba(0,69,148,1) 100%);
	background: radial-gradient(ellipse at center, rgba(98,153,217,1) 0%, rgba(0,69,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6299d9', endColorstr='#004594', GradientType=1 );
}

.nohover:hover {
	background: rgba(54,123,201,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(54,123,201,1)), color-stop(100%, rgba(0,69,148,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	background: radial-gradient(ellipse at center, rgba(54,123,201,1) 0%, rgba(0,69,148,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#367bc9', endColorstr='#004594', GradientType=1 );
}

.menubox p {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	padding-top: 60px;
}

.abstand-top {
	margin-top: 50px;
}

.abstand-y {
	margin: 50px 0;
}

.padding-y {
	padding: 50px 0;
}

.inhaltsuebersicht {
	width: 22%;
	margin-right: 3%;
	float: left;
}

.inhaltsuebersicht p {
	color: #000;
	margin-top: 20px;
}

.bildergalerie {
	width: 350px;
	display: inline-block;
	margin: 5px 5px 0 0;
}

/*.inhaltsuebersicht:hover > .inhaltsbox p span {
	background-color: #004494;
	color: #fff;
}*/

.last {
	margin-right: 0;
}

.inhaltsbox {
	width:100%;
	height: 250px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.inhaltsbox p {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0 0 10px 0;
}

.inhaltsbox p span {
	padding: 10px 20px;
	font-size: 20px;
	color: #004494;
	font-weight: 600;
	background-color: #fff;
}

.bginhalt1 {
	background-image: url(../img/inhalt-1.jpg);
}

.bginhalt2 {
	background-image: url(../img/inhalt-2.jpg);
}

.bginhalt3 {
	background-image: url(../img/inhalt-3.jpg);
}

.bginhalt4 {
	background-image: url(../img/inhalt-4.jpg);
}

.kontakt {
	font-size: 18px;
}

.fas:after, .far:after, .fab:after {
	content: '';
	margin-right: 10px;
}

.boxshadownormal {
	box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
}

.boxshadowtop {
	box-shadow: inset 0 20px 50px rgba(0,0,0,0.5);
}

.boxshadowtopsmall {
	box-shadow: inset 0 5px 15px rgba(0,0,0,0.3);
}

.shorthr {
	width: 300px;
	margin: 20px 0 25px 0;
}

.left, .right {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.left60 {
	width: 56%;
	margin: 2%;
	float: left;
}

.right40 {
	width: 36%;
	margin: 2%;
	float: right;
	text-align: right;
}

.right40 img {
	max-width: 425px;
}

.meldungsdate {
	color: #004494;
	font-style: italic;
}

footer ul {
	text-align: center;
}

footer ul li {
	display: inline-block;
}

footer ul li:after {
	content: '•';
	margin: 0 5px;
}

footer ul li:last-of-type:after {
	content: '';
	margin: 0;
}

.btn {
	background-color: #004494;
	padding: 10px 20px;
	color: #fff;
	border: 1px solid #004494;
	font-size: 16px;
	cursor: pointer;
}

.btn:hover {
	background-color: #005AC4;
	box-shadow: inset 2px 2px 5px rgba(0,0,0,0.5);
}

.menubutton {
	display: none;
}

.content ul li {
	margin: 8px 0;
	list-style-type:square;
}

.content ul li ul li {
	margin:  0;
	list-style-type:circle;
}

.produktslide {
	text-align: center;
	margin: 15px 0;
}

.produktslide img {
	margin: 15px auto;
}

.produktbeschreibung {
	text-transform: uppercase;
	color: #004494;
}

.bg4 .produktbeschreibung {
	color: #000;
}

.bl-title {
	position: relative;
	overflow: hidden;
}

.bl-title-pic {
	position: absolute;
	width: 450px;
	bottom: -50px;
	right: 100px;
}

form {
	width: 100%;
	max-width: 600px;
}

form div {
	margin: 20px 0;
}

input, textarea {
	width: 90%;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", "monospace";
	color: #616161;
	padding: 10px;
	font-size: 20px;
}

label {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #004494;
	width: auto;
}

.left20 {
	width: 20%;
	margin-right: 10%;
	float: left;
	margin-top:0;
}

.right80 {
	width: 60%;
	float: left;
	margin-top:0;
}

#button {
	width: auto;
	font-family: 'IBM Plex Sans';
}

#cookie a {color:#6a3929; text-decoration:none;}

#cookie div {padding:15px 20px; padding-right:35px;}

#cookie {  
   background-color: #fff; 
	color: #000;
	border: 1px solid red;
   position:fixed;
   bottom:0px;
	right: 25%;
   z-index:10000; 
   width:50%; 
   line-height: 1.6;
   font-size: 18px;
}


#cookieCloser {
   color: red;
	font-size: 15px;
   position: absolute;
   right: 10px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
	padding: 0 0 5px 5px;
 }

#cookieCloser:hover {color: #505050;}

@media only screen and (max-width: 1300px) { 
	.inhaltsuebersicht {
		width: 47%;
		margin-right: 1.5%;
		margin-left: 1.5%;
		float: left;
	}

	.inhaltsbreak {
		clear: both;
	}

	.bl-title-pic {
		width: 350px;
		bottom: -40px;
	}
}

@media only screen and (max-width: 1060px) {
	
	.line-1 {
		font-size: 35px;
	}

	.line-2 {
		font-size: 25px;
	}
	
	.single-item div {
		height: 400px;
	}

	.sliderbox {
		margin-top: 200px;
	}

	
}

@media only screen and (max-width: 940px) {
	
	
	.menubutton {
		display: block;
		text-align: right;
		
	}

	
	
	.icon {
		margin-bottom:10px;
		padding: 0;
	}
	
	.icon span {
		background-color: #d40032;
		cursor: pointer;
		color: #fff;
		padding: 10px 5px 10px 15px;
		font-size: 25px;
	}
	
	nav ul {
		display: none;
		margin-top: 15px;
	}
	
	nav ul li {
		display: block;
		margin-left: 0px;
		margin-bottom: 5px;
	}
	
	.single-item div {
		height: 300px;
		position: relative;
	}

	.sliderbox {
		position: absolute;
		width: auto;
		bottom: 0;
		background-color: rgba(255,255,255,0.8);
		padding: 30px;
		height: auto;
		top: auto;
		margin-top: 150px;
		
	}

	.line-1, .line-2 {
		margin-top: 0px;
		margin-bottom: 0;
		white-space: normal;
	}

	.line-1 span, .line-2 span {
		background-color: rgba(0,0,0,0);
		padding: 0;
	}

	.line-1 {
		font-size: 30px;
	}

	.line-2 {
		font-size: 20px;
	}
	
	.menubox {
		width: 46%;
		margin: 30px 2% 0 2%;
	}
	
	.inhaltsuebersicht {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-top: 20px;
	}
	
	.left60 {
		width: 94%;
		float: none;
		margin: 0;
		padding: 15px 2%;
	}

	.right40 {
		width: 96%;
		float: none;
		margin: 0;
		padding: 15px 2%;
	}

	.bl-title-pic {
		width: 250px;
		bottom: -40px;
		right: 30px;
	}

	
}

@media only screen and (max-width: 600px) {
	
	
	.left, .right {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	
	.right {
		margin-top: 50px;
	}

	.bildergalerie {
		width: 100%;
		display: block;
		margin: 5px 0 5px 0;
	}
	
	.bl-title-pic {
		display: none;
	}

	#cookie {  
		font-size: 16px;
		 right: 30px;
		width:calc(100% - 60px); 
	 }
	
}

@media only screen and (max-width: 425px) {
	
	.line-1 {
		font-size: 25px;
	}

	.line-2 {
		font-size: 15px;
	}
	
	.menubox {
		width: 100%;
		margin: 20px 0 0 0;
		float: none;
	}
	
	.logo {
		width: 150px;
		float: none;
	}
	
	.badnerland {
		float: none;
		width: 150px;
		margin: 20px 0 0 0;
	}

	.sidepic {
		float: none;
		width: 200px;
		margin: 20px 0;
	}
	
	.produktbeschreibung {
	display: none;
}
	
}
