/* ==========================================================================
   Base Styles
   ========================================================================== */

body {
	height: 100%;
	background: #fff;
	color: #1c1c1c;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

body.Page {
	min-height: 100vh;
}

/* ==========================================================================
   Layout
   ========================================================================== */

@media (min-width: 1200px) {
	.container {
		max-width: 1180px;
	}
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #e6342a;
	text-decoration: none;
}

a:hover,
a:active {
	color: #e6342a;
	text-decoration: none;
	opacity: 0.95;
}

.footer a:hover img {
	opacity: 0.8;
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.relativer {
	position: relative;
}

.indexer {
	z-index: 10;
}

.animate {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.mobile {
	display: none;
}

.noborder {
	border-bottom: none !important;
}

.greybg,
.newseven {
	background-color: #f9f9f9;
}

.uppercase {
	text-transform: uppercase;
}

.black {
	color: #1c1c1c;
}

.white {
	color: #fff;
}

.whitebg {
	background-color: #fff;
}

h2.white {
	color: #fff !important;
}

.orange {
	color: #f29200;
	font-size: 0.9em;
}

.invisibleheadline {
	position: fixed;
	left: -9999px;
}

.produktlink {
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #e6342a;
  text-decoration: none;
}

.hersteller {
  position: absolute;
  right: 0px; 
  top: 20px;

}

/* ==========================================================================
   Typography
   ========================================================================== */

h1,
h2,
h3 {
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	padding-bottom: 4px;
	color: #1c1c1c;
}

h1 {
	font-size: 3rem;
	color: #1c1c1c;
	padding-left: 0;
	margin-left: 0;
	padding-bottom: 20px;
	font-weight: 400;
}

h2 {
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.2;
	padding-bottom: 20px;
}

h3 {
	font-size: 1.6rem;
	font-weight: 400;	
	color: #1c1c1c;
	padding-bottom: 30px;
}

h4 {
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	padding-bottom: 4px;
	display: inline-block;
	font-size: 1.15rem;
	color: #1c1c1c;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-family: 'Inter', sans-serif;
	line-height: 1.5;
	font-size: 1rem;
	color: #1c1c1c;
	margin-bottom: 1.5rem;
	font-weight: 400;
}

p strong {
	font-weight: 700;
	font-size: 1em;
}

li {
	font-family: 'Inter', sans-serif;
	line-height: 1.6;
	font-size: 1rem;
	color: #1c1c1c;
	font-weight: 400;
}

.content h2 {
	padding-bottom: 40px;
}

.content p {
	padding-left: 100px;
	padding-right: 140px;
}

.invisibleheadline {
	position: fixed;
	left: -9999px;
}

.white {
	color: #fff;
}

/* ==========================================================================
   Header
   ========================================================================== */

.nltrack img {
	height: 20px;
	width: auto;
	padding-left: 40px;
	opacity: 0.8;
}

header {
	position: relative;
	top: 0;
	z-index: 999999;
	background: transparent;
	left: 0;
	right: 0;
	padding: 30px 0;
}

header.sticky {
	position: fixed;
	background-color: #fff;
	padding-top: 0 !important;
	box-shadow: 0 2px 20px -5px #888888;
}

#homelogo {
	margin-top: 10px;
}

#homelogo img {
	width: 200px;
	max-width: 100%;
}

header.sticky #homelogo {
	display: block;
	float: left;
}

header.sticky #homelogo img {
	max-width: 75%;
}

header.sticky.cleaner {
	box-shadow: none;
}

header.sticky.cleaner #homelogo {
	display: none;
}

.toplogo {
	padding-top: 65px;
	display: block;
}

.toplogo:hover {
	opacity: 1;
}

/* ==========================================================================
   Menu
   ========================================================================== */

.menu {
	cursor: pointer;
	margin: 0 auto;
	position: relative;
	width: 90px;
	height: 70px;
	display: none;
	margin-right: -25px;
	z-index: 999999;
}

.menu-global {
	backface-visibility: hidden;
	position: absolute;
	left: 0;
	border-top: 2px solid #fff;
	width: 40%;
	margin-left: 22px;
	margin-top: 26px;
	transition: 0.55s;
}

.menu-top {
	top: 0;
}

.menu-middle {
	top: 10px;
}

.menu-bottom {
	top: 20px;
}

.menu-top-click {
	backface-visibility: hidden;
	top: 15px;
	-webkit-transform: rotate(45deg);
	-webkit-transition: 0.55s 0.5s;
	-moz-transform: rotate(45deg);
	-moz-transition: 0.55s 0.5s;
	transform: rotate(45deg);
	transition: 0.55s 0.5s;
}

.menu-middle-click {
	opacity: 0;
}

.menu-bottom-click {
	backface-visibility: hidden;
	top: 15px;
	-webkit-transform: rotate(-405deg);
	-webkit-transition: 0.55s 0.5s;
	-moz-transform: rotate(-405deg);
	-moz-transition: 0.55s 0.5s;
	transform: rotate(-405deg);
	transition: 0.55s 0.5s;
}


/* ==========================================================================
   Search Box and Forms
   ========================================================================== */

.searchbox {
	clear: both;
	float: right;
  position: relative;
  margin-top: 10px;
}

.searchbox input:focus,
.searchbox input:hover,
#mainsrchfield:focus,
#mainsrchfield:hover {
	background-color: #cfcfcf !important;
	border-color: #cfcfcf !important;
	outline: 0 !important;
}

.searchbox input {
	font-size: 1em;
}

.searchbox input,
#MemberLoginForm_LoginForm_Email,
#MemberLoginForm_LoginForm_Password,
#mainsrchfield {
	padding-left: 20px !important;
	min-width: 250px !important;
	border-radius: 26px !important;
	height: 52px !important;
	color: #1c1c1c;
	letter-spacing: 1px;
	border: 1px solid #666 !important;
	background-color: transparent !important;
}

#SearchForm_SearchForm_action_results {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 40px !important;
	text-indent: -999em;
	background-color: #f29200;
	color: #fff;
	height: 40px !important;
	cursor: pointer;
	border-radius: 22px;
	border: none;
}

#SearchForm_SearchForm_action_results:before {
	content: "\f002";
	font-family: "FontAwesome";
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-indent: 0;
	line-height: 1;
}



#mainsrchfield {
	width: 100%;
}

#mainsrchfield::-webkit-input-placeholder {
	opacity: 1;
	color: #1c1c1c;
}

#mainsrchfield:-ms-input-placeholder {
	opacity: 1;
	color: #1c1c1c;
}

#mainsrchfield::placeholder {
	opacity: 1;
	color: #1c1c1c;
}

#mainsrchbtn, .roundedbtn, .slidebtn, .productlink {
	background-color: #e6342a;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;	
	min-width: 180px;
	border: none;
	cursor: pointer;
	line-height: 50px;
	border-radius: 25px !important;
	display: inline-block;
	text-align: center;
}


.catlink {
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;	
	min-width: 180px;
	border: none;
	cursor: pointer;
	line-height: 50px;
	border-radius: 25px !important;
	display: inline-block;
	text-align: center;
}

.slidebtn {
	padding: 0px 30px;
}


.slidebtn:hover {
	opacity: 0.8;	
}

.productlink {
	padding: 0px 30px;
	float: right;
}

.productlink:hover {
	opacity: 0.8;	
	color: #fff;
}

.catpagination a, .catpagination {
	font-size: 1.2rem;
}

.partner {
	font-size: 0.95rem;
	background-color: #f4f0ea;
	padding: 5px 25px;
	border-radius: 15px;
}


.redbtn {
	color: #fff !important;
	background-color: #be0c22;	
}


.orangebtn {
	color: #fff;
	background-color: #e24313;	
}

.yellowbtn {
	color: #fff;
	background-color: #f29200;	
}
	
.whitebtn {
	color: #be0c22;
	background-color: #fff;	
}



#MemberLoginForm_LoginForm_Email,
#MemberLoginForm_LoginForm_Password {
	min-width: 400px !important;
}

#MemberLoginForm_LoginForm_Email:focus,
#MemberLoginForm_LoginForm_Email:hover,
#MemberLoginForm_LoginForm_Password:focus,
#MemberLoginForm_LoginForm_Password:hover {
	background-color: #cfcfcf !important;
	outline: 0 !important;
}

#MemberLoginForm_LoginForm_action_doLogin,
#Form_UploadForm_action_uploadFile {
	clear: both;
	float: left;
	min-width: 250px;
	border: none;
	cursor: pointer;
	height: 50px !important;
	border-radius: 25px !important;
	color: #fff !important;
	background-color: #e6342a !important;
}

#MemberLoginForm_LoginForm_Remember_Holder {
	visibility: hidden;
}

#mc-embedded-subscribe:focus {
	outline: 0 !important;
}

#ForgotPassword {
	display: block;
	float: left;
	clear: both;
}

#Form_UploadForm_action_uploadFile {
	margin-top: 50px;
}

.kreisel img {
	border-radius: 10px;
}

/* ==========================================================================
   Navigation
   ========================================================================== */

nav {
	display: block;
	clear: both;
	float: right;
	text-align: right;
}

nav ul {
	list-style-type: none;
	text-transform: uppercase;
	padding-left: 0;
	padding-top: 37px;
}

nav ul li {
	display: block;
	float: left;
	padding-left: 15px;
	text-align: center;
}

nav ul li a {
	color: #1c1c1c;
	font-weight: 500;
	font-size: 1rem;
	letter-spacing: 0.03em;
	font-family: 'Inter';
	padding: 2px 5px;
}

nav ul > li > a {
	padding: 5px 25px;
}


nav ul li a:hover {
	color: #e6342a;
	background-color: #fff;
	opacity: 0.7;
}

nav ul li.current>a,
nav ul li.section>a {
	color: #fff;
	background-color: #e6342a;
	border-radius: 15px;
}

header.sticky nav ul li.current>a,
header.sticky nav ul li.section>a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* Submenu styles */
.submenu {
	display: none;
	position: absolute;
	left: -5px;
	top: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #e6342a;
	min-width: 260px;
}

.submenu li {
	width: 100%;
	text-align: left;
}

ul.mainmenu>li:hover .submenu {
	display: block;
}

.submenu a {
	color: #fff;
	padding: 2px 5px;
}

.subsubmenu {
	display: none;
	position: absolute;
	left: 240px;
	min-width: 220px;
	padding: 10px;
	background-color: #e6342a;
	top: -10px;
}

ul.mainmenu>li:hover .submenu li:hover .subsubmenu {
	display: block;
}

#subsub11 {
	width: 220px;
	top: -35px;
}

#subsub12 {
	width: 285px;
	top: -10px;
}

/* ==========================================================================
   Floating Navigation
   ========================================================================== */

.floating-fixed {
	max-width: 250px;
	max-height: 200px;
	position: fixed;
	z-index: 999;
	right: 0;
	top: 350px;
	display: none;
}

#floating-call,
#floating-mail,
#floating-home {
	margin-bottom: 3px;
	position: relative;
	height: 40px;
	width: 200px;
	right: -155px;
	color: #fff;
	white-space: nowrap;
	-webkit-transition: linear 0.3s;
	transition: linear 0.3s;
	cursor: pointer;
}

#floating-call p,
#floating-mail p,
#floating-home p {
	color: #fff;
	padding-top: 8px;
	text-transform: uppercase;
	font-size: 1rem;
	display: inline;
	padding-left: 10px;
}

#floating-home:hover {
	background: #f29200;
	right: 0;
	border-radius: 20px;
	color: #fff;
}

#floating-call:hover {
	background: #f29200;
	right: 0;
	border-radius: 20px;
	color: #fff;
}

#floating-mail:hover {
	background: #f29200;
	right: 0;
	border-radius: 20px;
	color: #fff;
}

.floating-fixed a {
	color: #fff;
	line-height: 40px;
}

.floating-fixed a i {
	line-height: 40px;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 20px;
	display: block;
	float: left;
	height: 40px;
	width: 40px;
	color: #fff;
	background: #f29200;
}

/* Footer */

.SearchResults {
	list-style-type: none;
}

.subscribebox {
	position: relative;
	z-index: 99;			
}

#mc_embed_signup {	
	clear: left;
	font: 14px Inter, Arial, sans-serif;
	width: 100%;
	text-align: left !important;
}

#mc_embed_signup form {
	text-align: left !important;
}

#mc_embed_signup input.email {
	padding-left: 20px !important;
	width: 200px !important;
	border-radius: 25px !important;
	height: 50px !important;
	background-color: #fff !important;
	border: 1px solid #cfcfcf !important;
}

#mc_embed_signup input.email:focus,
#mc_embed_signup input.email:hover {
	background-color: #cfcfcf !important;
	outline: 0 !important;
}

#mc-embedded-subscribe {
	margin-left: 20px;
	height: 50px !important;
	border-radius: 25px !important;
	color: #fff !important;
	background-color: #891313 !important;
	text-transform: uppercase;
	font-weight: 600;
}


.superbottom {
	background-color: #f29200;
}

.footer {
	padding-top: 60px;	
	background: #a51c1c url(../images/libelle-nackt-transparent.png) no-repeat right bottom;
	background-size: contain;
	color: #fff;	
}

.footer p {
	font-weight: 500;
	margin-bottom: 1rem;
	color: #fff;
}

.footer a {
	color: #fff;
	font-weight: 500;
}

.footer a.white {
	color: #fff;
	font-weight: 500;
}

.footer strong {
	color: #fff;
	font-size: 1.1em;
}

.footermenu {
	font-size: 1.1em;
	letter-spacing: 0.1rem;
}

.metafooter {
	background-color: #891313;
	color: #fff;
  	font-size: 0.8rem;
	padding-top: 20px;
	padding-bottom: 10px;
}

.metafooter ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
	float: right;
}

.metafooter ul li {
	display: inline-block;
	padding-left: 20px;
}


.metafooter ul li a {
	color: #fff;
	font-weight: 400;
	font-size: 0.8rem;
}

.supercatlist {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 10px;
}

.superbottom {
	background-color: #f29200;
}

.superbottom a,
.superbottom .grey {
	color: #1c1c1c !important;
	font-weight: 600;
}

.orange {
	color: #f29200;
	font-size: 0.9em;
}

ul.grey {
	list-style-type: none;
	float: right;
	margin-top: -2px;
	padding-top: 0px;
}

ul.grey li {
	display: block;
	float: right;
	padding-left: 50px;
}

ul.grey li a {
	color: #48535e;
	font-size: 0.9em;
}

#distlogo {
	display: block;
	margin-top: -18px;
}

.pr-15-imp {
	padding-right: 15px !important;
}

/* Body */
.noborder {
	border-bottom: none !important;
}

.greybg,
.newseven {
	background-color: #f4f0ea
		/*#d9d9d9*/
	;
}

.roundedimg img, .roundedimg {
	border-radius: 55px;
}

.whitebox {
	background-color: #fff;
	border-radius: 50px;	
}

.uppercase {
	text-transform: uppercase;
}

#slider {
	height: 100%;
	width: 100%;
}

#slider .slide {
	width: 100%;
	height: 100%;
}

.inside {
	padding-top: 20%;
	width: 85%;
	display: block;
	position: relative;	
	color: #1c1c1c;
	font-size: 1.1rem;
	line-height: 1.5rem;
	font-weight: 600;
	font-family: 'Inter', sans-serif
}

.inside h2, .inside h1, .outro h2, h1.insidelike {
	display: inline-block;
	box-shadow: none;
	text-shadow: none;	
	padding: 0.4em 0 0 0;
	color: #fff;
	letter-spacing: 0.01em;
	font-size: 4.8rem;
	line-height: 1.1;
	font-weight: 600;
	text-align: left;
	word-spacing: normal
}

h1.insidelike {
	color: #1c1c1c;
}

.outro h3 {
	color: #000;
	font-size: 4rem;
	font-weight: 600;
}

.redtext {
	color: #e6342a;
}

.inside p {
	display: inline-block;	
	color: #fff;	
	font-size: 1rem;
	line-height: 1.2;
	font-weight: normal;	
	word-spacing: normal
}


#gembild {
	min-height: 800px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}


.mobile {
	display: none;
}

.AboutPage .carousel-indicators {
	bottom: -35px;
}


.headliner {
	margin-left: -14px;
	padding-left: 15px;
	background: transparent top left no-repeat;
	background-size: contain;
	min-height: 100px;
	font-size: 1.2em;
}

.insideheadline,
.insideheadline h2 {
	color: #1c1c1c;
	font-weight: 500;
	font-size: 1.3rem;
	letter-spacing: 0.1rem;
	line-height: 1.2;
	text-transform: uppercase;
}

.insideheadline p {
	text-transform: none;
	padding-top: 15px;
	font-weight: 500;
}

h2.bigheadline {
	font-size: 4rem;
	letter-spacing: 0.8rem;
}

.black {
	color: #1c1c1c;
}

.white {
	color: #fff;
}

.whitebg {
	background-color: #fff;
}

.footerlogo img {
	max-width: 120px;
}

.container-fluid {
	max-width: 100%;
}

.datum {
	color: #7a7a7a;
	font-size: 0.95rem;
}

.contactlink {
	font-size: 1rem;
}

#Form_ContactForm input[type=text],
#Form_ContactForm input[type=email] {
	width: 100%;
	border: 1px solid #fff;
	padding: 15px;
	color: #7a7a7a;
	font-size: 0.95rem;
}

#Form_ContactForm_Nachricht {
	width: 100%;
	border: 1px solid #fff;
	padding: 15px;
	color: #7a7a7a;
	font-size: 0.95rem;
	height: 200px;
}

#frmContactSubmit {
	padding: 10px 20px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #fff;
	color: #a6c5d7;
	letter-spacing: 2px
}

#Form_ContactForm_Datenschutz_Holder {
	float: left;
	width: 40px;
	min-height: 100px;
}

#Form_ContactForm_Anrede {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#Form_ContactForm_Anrede li {
	display: inline-block;
	width: 49%;
}

::-webkit-input-placeholder {
	opacity: 1;
	color: #7a7a7a;
}

:-ms-input-placeholder {
	opacity: 1;
	color: #7a7a7a;
}

::placeholder {
	opacity: 1;
	color: #7a7a7a;
}

input[type='checkbox'] {
	display: none;
}

input[type='checkbox']+label,
input[type='checkbox']+label:not(.error) {
	background: transparent url(../img/check_off.jpg) left 5px no-repeat;
	padding: 0px 0 2px 25px;
	font-size: 1.1rem;
	text-align: left;
	width: 330px;
	margin: 0px;
	height: 30px;
}

input[type='checkbox']:checked+label {
	background: transparent url(../img/check_on.jpg) no-repeat left 5px;
}

input[type='radio'] {
	display: none;
}

input[type='radio']+label {
	background: transparent url(../img/radio_off.png) left 5px no-repeat;
	padding: 5px 0 5px 30px;
	font-size: 1.1rem;
	text-align: left;
	width: 30px;
	margin: 0px;
	height: 30px;
}

input[type='radio']:checked+label {
	background: transparent url(../img/radio_on.png) no-repeat left 5px;
}

.agb {
	color: #1c1c1c;
	font-weight: 400;
	font-size: 1em;
}

.agb a {
	text-decoration: underline;
}

#sliderbottom h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.5em;
	padding-top: 30px;
}

.cycle-pager {
	padding-top: 30px;
	text-align: center;
}

.cycle-pager span {
	cursor: pointer;
	width: 13px;
	height: 13px;
	text-indent: -999em;
	display: inline-block;
	margin-right: 13px;
	border-radius: 7px;
	background-color: #E6342A;
}

.cycle-pager span.cycle-pager-active {
	background-color: #f29200;
}


img.logo {
	max-width: 220px;
}

ul {
	padding-left: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#dsgvo {
	border-top: 5px solid #fff;
	position: fixed;
	z-index: 50000;
	bottom: 0px;
	width: 100%;
	height: auto;
	background-color: #f29200;
	display: block;
	padding: 15px;
	color: #fff;
}

#dsgvo p {
	color: #fff;
	display: inline-block;
	max-width: 80%;
}

#dsgvo a {
	color: #fff;
	text-decoration: underline;
}

#dsgvo .btn {
	display: block;
	position: absolute;
	right: 20px;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #1c1c1c;
	background-color: #fff;
	border: none;
}

.btnlink {
	display: block;
	height: 40px;
	text-align: center;
	border-radius: 20px;
	letter-spacing: 1px;
	padding: 6px 12px;
	float: left;
	width: 185px;
	margin-bottom: 0;
	line-height: 30px;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	color: #fff;
	background-color: #e6342a;
}

.btnlink:hover {
	color: #efefef;
}

.minus-right {
	margin-right: -100px;
}

.minus-left {
	margin-left: -100px;
}

.bigpaddingtop {
	padding-top: 200px;
}

#frmContactSubmit {
	float: right;
	margin-top: -20px;
	cursor: pointer;
}

#frmContactSubmit:hover {
	/*box-shadow: 2px 2px 26px -10px rgba(0,0,0,0.75);*/
	opacity: 0.7;
}

.kontaktrow {
	padding-bottom: 20px;
}

.pr-20 {
	padding-right: 20px;
}

.arrow {
	color: #fff;
	font-size: 2em;
	cursor: pointer;
}

.arrow:hover {
	opacity: 0.7;
}

body.Page {
	min-height: 100vh;
}


#tothetop {
	display: none;
	font-size: 2em;
	cursor: pointer;
	position: fixed;
	right: 20px;
	bottom: 45px;
	z-index: 10;
}

#Musterwohnungen .cycle-pager2 {
	display: none;
}

.innerholder {
	margin: 0 auto;
	width: 140px;
	text-align: center;
}

/* home */
#first {
	height: 50vh;
	margin-bottom: 50px;
}


.pt-lg-100 {
	padding-top: 100px;

	@media (max-width: 767px) {
		padding-top: 50px;
	}
}

.pb-lg-100 {
	padding-bottom: 100px;

	@media (max-width: 767px) {
		padding-bottom: 50px;
	}
}

#allgemeines a {
	font-size: 0.95rem;
	letter-spacing: 0.5px;
	border-bottom: 2px solid transparent;
	font-family: 'Inter';
	color: #e6342a;
}

#allgemeines a:hover {
	border-bottom-color: #e6342a;
}

#allgemeines img,
.catbox img {
	border-radius: 10px;
}

.catbox {
	padding-bottom: 20px;
}

.newscat {
	background-color: #fff;
	padding: 20px 40px;
	border-radius: 30px;
	position: relative;
	min-height: 500px;
}

.newscat img {
	border-radius: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.newscat a {
	color: #e6342a;
	border-bottom: 2px solid transparent;
}


.newsboxbig {
	background-color: #fff;
	padding: 20px 40px;
	border-radius: 30px;
	position: relative;
	min-height: 785px;
}

.newsboxbig img {
	border-radius: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.newsboxbig p {
	color: #a09d97;
}


.newscat>a {
	border-bottom: none;
}

.newscat a:hover {
	border-bottom-color: #e6342a;
}

.newscat p, .newsbox p {
	color: #a09d97;
}

.newsbox {
	background-color: #fff;
	border-radius: 30px;
	position: relative;
	min-height: 380px;
}

.norelativer {
	position: unset;
}

.nbinner {
	padding: 20px 40px;
}

.newsbox img {
	border-radius: 30px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
}

.topcat {
	min-height: 550px;
	@media (max-width: 767px) {
		min-height: 400px;
	}
}


h2.superheadline, span.superheadline  {
	font-size: 4rem;
	text-align: left;
	font-weight: 600;
	color: #1c1c1c;
	padding-bottom: 5px;
	display: inline;
}

span.superheadline {
	color: #fff;
	padding-bottom: 20px;
	display: inline-block;
}

h2.superheadline_deaktiviert:after {
	content: ' ';
	display: block;
	width: 5%;
	border: 1px solid #f29200;
	margin-top: 15px;
}

h2.decsize {
  font-size: 1.5rem;
}

.supercat a h3 {
	display: block;
	clear: both;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Inter', sans-serif;
	font-size: 1.8rem;
	padding-bottom: 15px;
	color: #e6342a;
	border-bottom: 2px solid transparent;
}


.roundedwhite {
	border-radius: 20px;
	background-color: #fff;
	padding: 40px 20px;
	display: block;
	margin: 0 auto;
	text-align: center;
	min-height: 400px;
	
}

.roundedwhite h3 {
	font-weight: bold;
}

.caticon {
	height:200px;
	padding-top: 20px;
	padding-bottom: 60px;
}


/* .supercat a:hover h3 { border-bottom: 2px solid #f29200; } */
.supercatintro a {
	text-decoration: underline;
}

.supercat:nth-child(2) a h3 {
	color: #f29200;
}

.supercat img {
	padding-top: 0px;
}

.supercat p {
	display: block;
	float: left;
	padding-top: 20px;
}

.supercat:nth-child(3) a h3 {
	color: #666666;
}

.superfifty {
	width: 50%;
	float: left;
}

.supercat:nth-child(3) .supercatintro a {
	color: #666;
}

.thirtyfive {
	width: 30%;
	float: left;
}

.sixtyfive {
	width: 65%;
	float: left;
}

.sixtyfive p {
	padding-left: 10px;
}

.supercattitle {
	font-size: 1.8rem;
}

#partnerslider {
	width: 100%;
	overflow: hidden;
}

.slide-track {
	display: flex;
	width: 8400px;
}

/* Additional newscat h3 styles can be added here */

.dsgvobtn {
	float: right;
	margin-left: 50px;
	color: #666 !important;
	text-decoration: none !important;
}

/* About page */
.topheader {
	min-height: 300px;
	margin-top: 50px;
}

.aboutoutro {
	background-color: #e5322d;
}

.redbg {
  background-color: #e5322d;
}

.aboutoutro2 {
	background-color: #f29200;
}

.orangebg {
	background-color: #f29200;
}

.baigebg {
	background-color: 	#f4f0ea;
}


#aboutbild {
	position: absolute;
	right: -150px;
	top: 100px;
	width: 800px;
}



.aboutoutro img, .aboutoutro2 img {
	width: 280px;
	border: 20px solid transparent;
	border-radius: 140px;
}

.libelleblock {
	background: transparent url(../images/libellen-scoped.png) center right no-repeat;
	background-size: contain;
}


/* ==========================================================================
   Carousel
   ========================================================================== */

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	display: block;
	border-radius: 55px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	height: 100px;
	width: 100px;
	background-size: 100%, 100%;
	background-image: none;
}

.carousel-control-next-icon {
	background: transparent url(../images/icon-next.svg) no-repeat center center;
	background-size: 40px auto;
	padding: 5px;
	width: 58px;
	height: 48px;
}

.carousel-control-prev-icon {
	background: transparent url(../images/icon-prev.svg) no-repeat center center;
	background-size: 40px auto;
	padding: 5px;
	width: 58px;
	height: 48px;
}

.carousel-control-prev,
.carousel-control-next {
	width: 7%;
	top: 30;
	opacity: 1;
	background: none;
	border: none;
	text-indent: -999em;
	cursor: pointer;
}

.carousel-indicators [data-bs-target] {
	border-radius: 50%;
	width: 15px;
	height: 15px;
}

.carousel .carousel-indicators button {
	width: 13px;
	height: 13px;
	border-radius: 100%;
	margin-left: 10px;
	margin-right: 10px;
	border: none;
	text-indent: -999em;
	cursor: pointer;
	background-color: #e6342a;
;
}

.carousel-indicators button.active {
	background-color: #f29200;
}

.fancybox-opened .fancybox-skin {
	background: transparent !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.fancybox-skin {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
}

.fancybox-nav {
	position: fixed;
}

.fancybox-next {
	right: 20px;
}

.fancybox-nav span {
	visibility: visible !important;
}

.fancybox-skin {
	-webkit-box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
	box-shadow: 0 !important;
}

.bg-atoms-box, .bg-atoms-box2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.bg-atoms-box::after {
	content: url(../images/atoms-shape.png);
	position: absolute;
	top: 50.1%;
	left: 49.9%;
	transform: translate(-50%, -50%) rotate(0deg);
	animation: banner-cycle-animation 50s linear infinite;
}

.bg-atoms-box2::after {
	content: url(../images/atoms-shape-red.png);
	position: absolute;
	top: 50.1%;
	left: 49.9%;
	transform: translate(-50%, -50%) rotate(0deg);
	animation: banner-cycle-animation 50s linear infinite;
}

@keyframes banner-cycle-animation {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}


/* news page */
.newsintro p {
	font-size: 1.2em;
}

/* News Header Background */
.news-header-bg {
	background:
		radial-gradient(ellipse at top left, rgba(230, 52, 42, 0.8) 0%, transparent 50%),
		radial-gradient(ellipse at bottom right, rgba(241, 146, 0, 0.8) 0%, transparent 50%),
		linear-gradient(135deg, #e6342a 0%, #ec4d2c 20%, #f2692e 40%, #f58530 60%, #f29200 100%);
	min-height: 400px;
	display: flex;
	align-items: center;
	position: relative;
	overflow: visible;
	margin-bottom: -50px;
	z-index: 1;
	margin-top: -117px;
	padding-top: 117px;
}


.news-content-bg {
	background: #fff;
	position: relative;
	z-index: 0;
	margin-top: -50px;
	padding-top: 50px;
}

.news-header-bg::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:
		radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
		radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
		radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.08) 0%, transparent 50%);
	pointer-events: none;
	z-index: 1;
}

.news-header-content {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	padding: 80px 0 60px 0;
}

.strong p {
	font-weight: 600;
	font-size: 1.1em;
}

.custom-shape-divider-bottom-1759476209 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.custom-shape-divider-bottom-1759476209 svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 103px;
}

.custom-shape-divider-bottom-1759476209 .shape-fill {
	fill: #FFFFFF;
}

/* Partner page */
.valigncenter {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.padded {
	padding: 20px;
}

.partnerinside h2 {
	line-height: 50px;
	margin-bottom: 20px;
	display: inline-block;
	clear: both;
}

.IVD {
	color: #e6342a;
}

.Industrie {
	color: #f29200;
}

.Forschung {
	color: #666;
}

h2.IVD:after {
	content: ' ';
	display: block;
	width: 20%;
	min-width: 80px;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #e6342a;
	height: 2px
}

h2.Industrie:after {
	content: ' ';
	display: block;
	width: 20%;
	min-width: 80px;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #f29200;
	height: 2px
}

h2.Forschung:after {
	content: ' ';
	display: block;
	width: 20%;
	min-width: 80px;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #666;
	height: 2px
}

.partnerinside {
	height: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.5);
}

.partnertile {
	background-color: #fff;
	border-radius: 12px;
	padding: 20px 40px;
	text-align: center;
	width: 100%;
	min-height: 120px;
	margin-bottom: 30px;
}

.rounded img {
	border-radius: 15px;
}

/* contact page */
.contactbox img {
	border-radius: 10px;
}

.eventbox {
	margin: 20px;
	margin-top: 0px;
	padding: 25px;
	border-radius: 10px;
	background-color: #f29200;
	color: #fff;
}

.eventbox span,
.eventbox p {
	color: #fff;
}

.finde-uns {
	color: #1c1c1c;
	position: relative;
	padding-top: 20px;
	border-radius: 10px;
	margin: 0 auto;
	max-width: 60%;
	text-align: center;
	background-color: #fff;
	margin-top: -50px;
}

.event {
	border-bottom: 1px dotted #fff;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.event h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.5rem;
	padding-bottom: 1px;
	margin-bottom: 1px;
	padding-top: 20px;
}

.event p {
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.event a {
	color: #fff;
	font-weight: 300;
}

.event a:after {
	content: "\f178";
	font-family: 'FontAwesome';
	padding-left: 10px;
}

.infoform {
	background-color: #fff;
	border-radius: 10px;
	max-width: 70%;
	margin: 0 auto;
	padding: 20px;
}

#Form_ContactForm_Betreff_Holder {
	position: absolute;
	left: -3000%;
}

#Form_ContactForm input,
#Form_ContactForm textarea {
	color: #333;
	background-color: #efefef;
	border-radius: 25px;
	margin-bottom: 15px;
}

#Form_ContactForm_action_senddata {
	cursor: pointer;
	border: none;
	padding: 0px 30px;
	height: 50px !important;
	border-radius: 35px !important;
	color: #fff !important;
	background-color: #f29200 !important;
	text-transform: uppercase;		
}

#Form_ContactForm input:focus,
#Form_ContactForm textarea:hover {
	outline: 0 !important;
}

.map {
	margin-top: 30px;
}


/* faq page */
#accordion {
	max-width: 80%;
	margin: 0 auto;
	margin-top: 80px;
}

.card {
	border: none;
	border-bottom: 1px solid #ccc;
	background-color: #fdfdfd;
	margin-bottom: 10px;
}

.card h5 {
	font-family: 'Inter', sans-serif;
}

.card h5 button {
	color: #1c1c1c;	
	font-size: 1.2rem;
	font-weight: 300;
}

.card-header {
	padding-left: 3px;
	border: none;
	padding: 10px;
}

.card-body {
	margin-bottom: 50px;
	padding: 40px 40px;
}

.card-header button {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

.card-header button:hover {
	color: #1c1c1c;
	font-weight: 400;
	text-decoration: none
}

.card-header i {
	position: absolute;
	right: 10px;
	top: 20px;
}

.card .card-header button:not(.collapsed) .rotate-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.shadowbox {
	min-height: 115px;
	border-radius: 5px;
	padding: 20px;
	-webkit-box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 0px 7px 0px rgba(0, 0, 0, 0.5);
}

.shadowbox h2 {
	font-size: 1.3rem;
}

.filtertitle {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0;
	background: #f6f6f6;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.filterbtn {
	text-transform: uppercase;
	width: 100%;
	position: relative;
	display: block;
	cursor: pointer;
	padding: 12px 40px 12px 10px;
	color: #444;
	text-align: left;
}

.filterbtn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	width: 12px;
	height: 19px;
	margin-top: -9px;
	background: url(../img/filters-toggle.png) center no-repeat;
}

.filterbody {
	padding: 20px 12px;
}

.filteraction {
	margin-top: 30px;
	padding-top: 10px;
}

.btnsubmit {
	background-color: #e6342a;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	min-width: 250px;
	border: none;
	cursor: pointer;
	height: 50px !important;
	border-radius: 25px !important;
}

.btnsubmit:focus,
.btnsubmit:active {
	outline: 0 !important;
}

.noupper {
	text-transform: none;
	font-size: 1.8rem;
}

.productbox {
	padding: 38px;
    background-color: #fff;
	border-radius: 30px;
    margin-bottom: 30px;
}

.prodimg {
	width: 100%;
	height: 100%;
	backround-color: #fff;
	border-radius: 50px;
}

.prodimg img {
	width: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50px;
}

.maincontent li {
	margin-left: 20px;
}

.prodlink {
	font-size: 2rem;
	font-weight: 400;
	color: #000;
	line-height: 1.2
}

.no-border {
  border: none !important;
}

.productbox h3 {
	padding-bottom: 0px;
	margin-bottom: 2px;
  font-size: 1.2rem;
  font-weight: 700;
}

.borderbottom {
	border-bottom: 1px solid #ddd;
}

.borderbottom {
	border-bottom: 1px solid #ddd;
}

h1.prodtitle {
  font-size: 1.3rem;
  font-weight: 700;
}

.produktparam {
	display: block;
	float: left;
	font-weight: bold;
	min-width: 45%;
	text-align: left;
}

.produktvalue {
	display: block;
	float: left;
	width: 55%;
	text-align: left;
}

.with-line h3 {
	background: #fff;
	display: inline-block;
	position: relative;
	font-size: 1.4rem;
}

.with-line2 h3:after {
	content: "";
	position: absolute;
	top: 65%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
	border-bottom: 3px solid #666;
}

.with-line {
	position: relative;
	z-index: 1;
}

.with-line:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #fd7e14;
	top: 59%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	outline: 0 !important;
}

@media screen and (min-width: 1921px) {}


@media screen and (min-width: 768px) and (max-width: 1200px) {
	.inside {
		font-size: 1rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.portraitpadding {
		padding-top: 0px;
	}

	.mainmenu {
		width: 55%;
	}

	#dollogo1 {
		max-width: 180px;
	}

	#dollogo2 {
		max-width: 85px;
		top: 30%;
	}

	#dollogo3 {
		max-width: 90px;
	}

	#olimage3:hover #dollogo3 {
		max-width: 60px;
		left: 37%;
	}

	#olimage2 .olimagetitle {
		top: 14%;
	}

	.bigpaddingtop {
		padding-top: 55px;
	}

	.minus-right {
		margin-right: -30px;
	}

	.minus-left {
		margin-left: -30px;
	}

	img.logo {
		max-width: 215px;
	}

	.absbild {
		margin-right: -202px;
		width: 300px;
		margin-top: -50px;
	}

	.minuser {
		margin-top: -140px;
	}

	h2.bigheadline {
		font-size: 3rem;
	}

	.kontaktrow {
		padding-bottom: 0px;
	}

	.mobilerow {
		padding-bottom: 20px;
	}

	.pr-20 {
		padding-right: 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.inside {
		font-size: 1rem;
	}

	.minus-right {
		margin-right: -32px;
	}

	.minus-left {
		margin-left: -47px;
	}

	.absbild {
		margin-right: -272px;
		width: 400px;
		margin-top: -50px;
	}
}

@media (min-width: 320px) {

	.pl-sm-4h,
	.px-sm-4h {
		padding-left: 2.2rem !important;
	}
}


@media screen and (max-width: 767px) {

  .custom-shape-divider-bottom-1759476209 svg {
    height: 40px;
  }

	#subsub12,
	#subsub11 {
		width: unset;
		top: unset;
	}

	nav ul li {
		padding-left: 0px;
	}

	.produktparam {
		width: 100%;
	}

	.produktvalue {
		width: 100%;
	}

	.submenu {
		margin-left: 0px;
		position: relative;
		left: unset;
		top: unset;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.current .submenu,
	.section .submenu {
		display: block;
	}

	.subsubmenu {
		position: relative;
		left: unset;
		margin-left: 0px;
	}

	.submenu li.current .subsubmenu,
	.submenu li.section .subsubmenu {
		display: block;
		position: relative;
	}

	.minuser {
		margin-top: 0px;
	}

	.footer {
		border-top: 2px solid #fff;
		margin-top: 40px;
		padding-bottom: 50px;
	}

	.footer .container {
		border-top: 0;
	}

	#frmContactSubmit {
		float: unset;
		margin-top: 0px;
	}

	.bigpaddingtop {
		padding-top: 0px;
	}

	.content p {
		padding-left: 0px;
		padding-right: 0px;
	}

	.arrow {
		width: 32px;
	}

	.hand {
		width: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.overlay {
		display: block;
		float: left;
		min-width: 100%;
		margin-right: 50px;
	}

	.olimage {
		position: relative;
		display: block;
		float: left;
		width: 50%
	}

	.horzscroll {
		width: 100%;
		overflow-x: auto;
		max-width: 100%;
		display: block
	}

	.ollogo {
		display: block;
		position: absolute;
		top: 50%;
		max-width: 80%;
		left: 10%;
	}

	.oltext {
		float: left;
		display: block;
		width: 50%;
	}

	#ollogo2 {
		top: 20%;
		max-width: 40%;
		left: 30%;
	}

	#ollogo3 {
		top: 30%;
		max-width: 40%;
		left: 30%;
	}


	.menuarrow {
		width: 20px;
		height: 20px;
		color: #fff;
		position: absolute;
		right: 15px;
		top: 15px;
	}

	.header.sticky .menu {
		top: 8px;
	}

	.mobile {
		display: block;
	}

	.toplogo {
		padding-top: 41px;
	}

	.menu {
		background-color: #e6342a;
		cursor: pointer;
		margin: 0 auto;
		position: relative;
		border-radius: 25px;
		width: 50px;
		height: 50px;
		display: block;
		margin-right: 5px;
		z-index: 999999;
	}

	.menu-global {
		backface-visibility: hidden;
		position: absolute;
		left: 0;
		border-top: 2px solid #fff;
		width: 70%;
		margin-left: 8px;
		margin-top: 9px;
		transition: 0.55s;
	}

	.menu-top {
		top: 7px;
	}

	.menu-middle {
		top: 15px;
	}

	.menu-bottom {
		top: 23px;
	}

	.menu-top-click {
		backface-visibility: hidden;
		top: 15px;
		-webkit-transform: rotate(45deg);
		-webkit-transition: 0.55s 0.5s;
		-moz-transform: rotate(45deg);
		-moz-transition: 0.55s 0.5s;
		transform: rotate(45deg);
		transition: 0.55s 0.5s;
	}

	.menu-middle-click {
		opacity: 0;
	}

	.menu-bottom-click {
		backface-visibility: hidden;
		top: 15px;
		-webkit-transform: rotate(-405deg);
		-webkit-transition: 0.55s 0.5s;
		-moz-transform: rotate(-405deg);
		-moz-transition: 0.55s 0.5s;
		transform: rotate(-405deg);
		transition: 0.55s 0.5s;
	}

	.PartnerPage {
		background-color: transparent;
	}

	.mobpartner20 {
		margin-bottom: 10px;
	}

	.mainmenu {
		margin: 0;
		position: absolute;
		top: 40px;
		text-align: center;
		width: 100%;
		display: block;
	}

	.mainmenu li {
		display: block;
		clear: both;
		float: none;
		width: 100%;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-left: 0px;
	}

	.mainmenu li a {
		color: #fff;
		font-weight: 400;
		font-size: 1.6rem;
	}


	/* Additional mainmenu li li a styles for mobile */

	nav {
		display: block;
		position: fixed;
		left: 3000px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		background-color: #e6342a;
	}

	nav ul {
		border-top: 0px;
	}

	/* Additional nav ul li styles for mobile */
	nav ul li a {
		color: #fff;
	}

	nav ul li li.section>a {
		color: #1c1c1c;
	}

	.mainmenu li.current>a {
		border-bottom: none;
		padding-bottom: 3px;
	}

	/* Additional eventbox styles for mobile */
	.event h3 {
		font-size: 1rem;
	}

	.searchbox {
		display: none;
	}

	#mainsrchfield {
		margin-bottom: 5px;
	}

	#mainsrchbtn {
		width: 100%;
	}

	#first {
		padding-bottom: 30px;
	}

	.inside h1 {
		letter-spacing: 1px;
		font-size: 1.5rem;
	}

	#slide2 .inside h1 {
		font-size: 1.3rem;
	}

	.thirtyfive {
		width: 100%;
	}

	.sixtyfive {
		width: 100%;
	}

	.supercat a h3 {
		padding-bottom: 0px;
		margin-bottom: 0px;
		padding-top: 30px;
	}

	#allgemeines h4 {
		padding-top: 30px;
	}

	.infoform {
		max-width: 100%;
		padding: 10px;
	}

	#accordion {
		max-width: 100%;
	}

	#accordion .btn {
		white-space: normal;
    padding-right: 15px;
	}

	/* HomePage */
	#mc_embed_signup input.email {
		width: 100% !important;
	}

	.text-sm-center {
		text-align: center !important;
	}

	#first {
		background-image: url(../img/background-mobile.jpg);
		background-position: top center;
		background-size: auto 100%;
	}

	.floating-fixed {
		z-index: 9999;
		top: unset;
		bottom: 0;
		max-width: unset;
		left: 0;
		right: 0;
		height: 40px;
		max-height: 40px;
	}

	#floating-call,
	#floating-mail,
	#floating-home {
		display: block;
		float: left;
		margin-left: 5px;
		margin-right: 5px;
		width: 40px;
		overflow: hidden;
	}

	ul.grey {
		float: none;
		margin-left: 0px;
		padding-left: 0px;
		text-align: center;
	}

	ul.grey li {
		float: none;
		display: inline-block;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	#distlogo {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.center-text {
		text-align: center;
	}


	.shadowbox {
		min-height: 80px;
		margin-top: 15px;
	}

	.shadowbox h2 {
		padding-bottom: 5px;
	}

	.nomobile {
		display: none;
	}

	h1 {
		font-size: 2.4rem;
		letter-spacing: 3px
	}

	img.logo {
		max-width: 150px;
	}

	#slider {
		display: block;
		text-align: center;
	}

	.slide {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

	.heighter {
		line-height: 52px;
	}

	#hwb {
		position: relative;
		clear: both;
		float: right;
		padding-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		right: unset;
	}

	h2.bigheadline {
		letter-spacing: 0.2rem;
		font-size: 3rem;
	}

	.kontaktrow {
		padding-bottom: 0px;
	}

	.pr-20 {
		padding-right: 15px;
	}

	.mobilerow {
		padding-bottom: 20px;
	}

	#Allgemeines h1,
	.Page h1 {
		font-size: 2rem;
	}

	.biggertext p,
	p.biggertext {
		font-size: 1.6em;
	}


	/* News Header Mobile Styles */
	.news-header-bg {
		min-height: 300px;
		margin-bottom: -30px;
	}

  .NewsPage .news-header-bg, .Category .news-header-bg, .SubCategory .news-header-bg {
    margin-bottom: 30px;
  }

  .NewsPage .news-title {
    text-transform: none;
  }

	.news-header-bg::after {
		height: 60px;
		bottom: -30px;
	}

	.news-content-bg {
		margin-top: -30px;
		padding-top: 30px;
	}

	.news-header-content {
		padding: 60px 0 40px 0;
	}

	.news-title {
		font-size: 2.5rem;
		margin-bottom: 1rem;
    padding-top: 50px;
	}

  .Category .news-header-content, .SubCategory .news-header-content {
    padding: 0;
  }

	.news-subtitle {
		font-size: 1rem;
		margin-bottom: 1.5rem;
		padding: 0 20px;
	}

	.catbox {
		padding-bottom: 30px;
	}

	.newscat {
		padding-bottom: 50px;
	}

	.libelleblock {
		background: transparent url(../images/libellen-scoped.png) bottom right no-repeat;
		background-size: 200px;
	}

	.AboutPage .news-header-bg {
		min-height: 445px;
	}
}


@media screen and (max-width: 767px) and (orientation: landscape) {
	#first {
		background-size: cover;
	}
}


/* iphone 4 */
@media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone 5 */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone 6, 6s, 7, 8 */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {}

/* iphone 6+, 6s+, 7+, 8+ */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {}

/* iphone X */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
	.portraitpadding {
		padding-top: 70px;
		padding-bottom: 40px;
	}

	#hwb {
		position: relative;
		clear: both;
		float: right;
		padding-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		right: unset;
	}
}

/* iphone XR */
@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation: landscape) {
	.portraitpadding {
		padding-bottom: 40px;
	}

	#hwb {
		position: relative;
		clear: both;
		float: right;
		padding-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		right: unset;
	}
}

/* iphone XS */
@media only screen and (min-device-width : 375px) and (max-device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation: landscape) {
	.portraitpadding {
		padding-top: 70px;
		padding-bottom: 40px;
	}

	#hwb {
		position: relative;
		clear: both;
		float: right;
		padding-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		right: unset;
	}
}

/* iphone XS Max */
@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation: landscape) {

	.portraitpadding {
		padding-top: 70px;
		padding-bottom: 40px;
	}

	#hwb {
		position: relative;
		clear: both;
		float: right;
		padding-top: 30px;
		margin-right: 10px;
		margin-bottom: 10px;
		right: unset;
	}

}


/* iphone XR */
@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation: portrait) {
	.portraitpadding {
		padding-top: 70px;
		padding-bottom: 40px;
	}

	#hwb {
		position: absolute;
		padding-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		right: 10px;
	}
}

/* iphone XS */
@media only screen and (min-device-width : 375px) and (max-device-height : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation: portrait) {
	.portraitpadding {
		padding-top: 70px;
		padding-bottom: 40px;
	}

	#hwb {
		position: absolute;
		padding-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		right: 10px;
	}
}

/* iphone XS Max */
@media only screen and (min-device-width : 414px) and (max-device-height : 896px) and (-webkit-device-pixel-ratio : 3) and (orientation: portrait) {

	.portraitpadding {
		padding-top: 70px;
		padding-bottom: 40px;
	}

	#hwb {
		position: absolute;
		padding-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		right: 10px;
	}

}


@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
	.absbild {
		margin-right: -250px;
	}

	.minus-right {
		margin-right: -10px;
	}

	.minus-left {
		margin-left: -10px;
	}
}