h1, .h1, h2, .h2, h3, .h3, h4, .h4, .orangehead span, .cc-btn.cc-allow, .stellenangebotefloater a, .swiper-pagination-bullet, .timeline-year, .search_it-button, .searchinput::placeholder, .searchinput, .handyopener, .handyfiltermobil *, .terminblock td, .blendoffbuttonnmini, .formular .control-label, .formular .form-group .form-control, .checkbox.formcheckbox label, .kontaktblock p.klein, .newsletterblock p.klein, .rechnungsadresse, .roesbergform p.klein, .jobort, .jobzeit, .bewerben .control-label  {
  font-family: 'Roboto Condensed', Roboto, sans-serif;
	line-height: 1;
}
.swiper-pagination-bullet-active, .timeline-year {
	font-weight: 700!important;
}
p, .p {
	line-height: 1.7!important;
}
/*h1, .h1, h2, .h2 {
	text-transform: uppercase!important;
} */
h3, .h3, h3 * {
	font-size: 35px;
}
h2, .h2, h4, .h4 {
	/* font-weight: 400; Es gibt den Font nicht in 500  */
	font-weight: 400;
}
h3, .h3, h4, .h4 {
	line-height: 1.2!important;
}
h5, .h5 {
	font-size: 28px!important;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	line-height: 1.4;
}
h6 {
	line-height: 1.4;
}



html.over {
	overflow: hidden;
}
a:hover, .buttongross:hover, .orange, .mininav .navbar-nav *, .akksocial a, .dropdown-item.active, .dropdown-item:active, .agbtext a, .kontaktblock p.klein, .newsletterblock p.klein, .roesbergform p.klein  {
	color: #E3131E!important;
}
.active {
    color: #E3131E!important;
}
.submit, .submitkontakt    {
	background-color: #E3131E!important;
}

.buttonklein.orange svg *, .buttongross.orange svg * {
	stroke: #E3131E;
}

.slick-active button {
	background: #E3131E!important;
}
.sprachnavi.active a {
	border-bottom: 1px solid #E3131E;
}
.buttonklein.black:hover svg * {
	stroke: #E3131E;
}
.st55, .st56, .st77, .st78 {
	stroke: #E3131E!important;
}

.orangeflaeche {
	background: rgba(227, 19, 30,.8);
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #E3131E!important;
    color: rgba(227, 19, 30,.9)!important;
}
.nav-item:hover > a {
	color: #E3131E!important;
	color: rgba(227, 19, 30,.9)!important;
}
.orangehintergrund {
    background: rgb(227, 19, 30);
    background: linear-gradient(180deg, rgba(227,19,30,8) 10%, rgb(110, 0, 10) 100%)
}
.headerbildtext {
	
}
.orangehead {
	background: rgb(227, 19, 30);
	background: linear-gradient(180deg, rgba(227, 19, 30,1) 0%, rgba(110, 0, 10,1) 100%);
}

.obernavalllink.roesbergblog {
	background: linear-gradient(rgba(227,19,30,8) 10%, rgb(110, 0, 10) 100%);
	color: #fff !important;
	transition: 0.3s;
}
.obernavalllink.roesbergblog:hover,
.obernavalllink.roesbergblog:focus {
	background: linear-gradient(rgba(110, 0, 10) 10%, rgb(227,19,30,8) 100%);
	color: #fff !important;
}

/* Kontaktfloater, delete if not needed */
.kontakt-floater {
	z-index: 10 !important;
	transition: all 1s ease !important;
	max-width: 240px !important;
	box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 25%);
}
.kontakt-floater.clicked {
	height: 190px !important;
	max-width: 370px !important;
}
.kontakt-floater.clicked .innerschwebend {
	padding-left: 20px !important;
	padding-right: 20px !important;
	height: 130px;
}
.kontakt-floater.clicked .innerschwebend > div {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.kontakt-floater .innerschwebend {
	display: flex;
}
.kontakt-floater .innerschwebend p {
	line-height: 1.2 !important;
}
.kontakt-floater img.akkkontaktimg {
	width: 80px;
	height: 80px;
	object-fit: cover;
	object-position: center;
	border-radius: 50%;
	margin-right: 15px;
}
.kontakt-floater p {
	font-size: 16px;
	font-family: 'Roboto Condensed', Roboto, sans-serif;
	margin-bottom: 0;
	font-weight: 400;
}
.kontakt-floater p a {
	line-height: 1.4;
}
.kontakt-floater .orangehead {
	display: flex;
	position: relative;
}
.kontakt-floater.clicked .orangehead {
	padding-bottom: 0;
}
.kontakt-floater p strong {
	font-weight: 700;
}
.kontakt-floater .orangehead-hide {
	width: 100%;
	transition: opacity 1s ease;
}
.kontakt-floater.clicked .orangehead-hide {
	opacity: 0;
}
.kontakt-floater .orangehead-show {
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: flex-end;
	top: 0;
	right: 0;
	opacity: 0;
	transition: opacity 1s ease;
}
.kontakt-floater.clicked .orangehead-show {
	opacity: 1;
}
.kontakt-floater .innerschwebend .kontaktfloater-person {
	margin-bottom: 13px;
}
.kontakt-floater .orangehead-show span {
	width: 30px;
	height: 30px;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	margin-right: 15px;
	margin-top: 15px;
}
.kontakt-floater .orangehead-show span::before, .kontakt-floater .orangehead-show span::after {
	content: '';
	position: absolute;
	border: 1px solid #E3131E;
	width: 100%;
	height: 0;
}
.kontakt-floater .orangehead-show span::before {
	transform: rotate(45deg);
}
.kontakt-floater .orangehead-show span::after {
	transform: rotate(-45deg);
}
@media (max-width: 1200px) {
	.kontakt-floater .orangehead-hide span {
		top: -7px;
	}
}
@media (max-width: 1050px) {
  .navbar-brand img {
  margin-top: 10px;
  width: 210px;
}
}

@media (max-width:991px) {
	.kontakt-floater .innerschwebend {
		display: block;
	}
	.kontakt-floater .orangehead-hide span {
		display: none;
	}
	.kontakt-floater.clicked {
		height: 280px !important;
	}
	.kontakt-floater.clicked .innerschwebend {
		height: 220px;
	}
	.kontakt-floater {
		max-width: 50px !important;
	}
	.mininav .nav-item {
	min-width: 18%;
    float: left;
    padding-right: 4px;
    padding-left: 4px;
    width: auto;
}
.sidesearch.vorsuche, .sidelogin.vorsuche {
	width: 100%;
}
.sidelogin a:nth-of-type(2n) {
	display: none;
}
.supporth6.download {
	margin-top: 35px;
}
}
@media (max-width: 576px) {
	.kontakt-floater {
		right: 15px !important;		
	}
	.cc-revoke.cc-bottom {
		left: 15px !important;
	}
	.mininav .nav-item {
	min-width: 18%;
    float: left;
    padding-right: 4px;
    padding-left: 4px;
    width: auto;
}
}
@media (max-width: 450px) {
	.kontakt-floater {
		width: 300px !important;
		max-width: 37px !important;
	}
	.mininav .nav-item {
	min-width: 12%;
    float: left;
    padding-right: 4px;
    padding-left: 4px;
    width: auto;
}
}

/* Kontaktfloater END */

.mininav .nav-link.active a, .underactive .nav-link a {
    border-bottom: 1px solid #E3131E;
    padding-bottom: 4px;
}
.grossnav.navbar-nav .nav-item.active .nav-link {
    color: #E3131E!important;
}
.mininav .nav-item .nav-link a, .obernavalllink {
	font-size: 14px;
	font-weight: 400;
}
.nav-item a, .nav-item span,.obernavalllink, h6 {
	font-family: 'Roboto Condensed', Roboto, sans-serif;
	font-weight: 400;
}
.st0 {
    stroke: #E3131E!important;
}
.dropdown-item  {
	text-transform: none!important;
	opacity: 1;
}
svg.orange * {
    stroke: #E3131E!important;
} 
.cc-revoke {
	background: url('/resources/css/img/cockie-roesberg.svg');
	transition: .5s!important;
}

.cc-revoke:hover {
	background: url('/resources/css/img/cockie-roesberg-hover.svg');
	transition: .5s!important;
}


.stpdf {
    stroke: #E3131E!important;
}
.st1 {
    stroke:  #E3131E!important;
}



.obenfooter, .red {
    background: linear-gradient(180deg, rgb(227, 19, 30) 0%, rgb(110, 0, 10) 100%);
}
.slide1- {
	height: 100%;
}

.slide1- img {
	object-fit: contain;
	width: 60%!important;
	transition: .3s;
}






.clients {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.clients h2 {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
	font-weight: 700;
    font-size: 27.15vw;
    text-transform: uppercase;
    position: absolute;
    bottom: unset!important;
    z-index: 0;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0!important;
    line-height: 100%
}

.clients .logo_wrapper {
    display: block;
    width: 100%;
    z-index: 1;
	margin-bottom: 50px;
}

.clients .first_row,.clients .secound_row,.clients .third_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.clients .first_row .logo_client_slider,.clients .secound_row .logo_client_slider,.clients .third_row .logo_client_slider {
    width: 16%;
    float: left;
    min-height: 160px;
    max-height: 160px;
    position: relative;
    overflow: visible;
    margin: 0;
}

.clients .first_row .slide1- .logo-resize,.clients .secound_row .slide1- .logo-resize,.clients .third_row .slide1- .logo-resize {
    width: 100%;
    opacity: 1;
    transition: all .5s ease;
    position: absolute
}
.logo-resize, .logo-resizee {
	background-size: contain;
	height: 60px;
    max-width: 180px;
	filter: invert();
}
.logo_client_slider {
	padding: 15px;
}
footer .slide1- {
	position: relative;
}
.clients .first_row .slide1- .logo-fade,.clients .secound_row .slide1- .logo-fade,.clients .third_row .slide1- .logo-fade {
    opacity: 1
}

.fl {
	float: left;
}
.footerlink {
	display: block;
    width: 100%;
}
footer {
	padding-bottom: 0;
	padding-top: 0;
}
.obenfooter, .videomodul {
	padding-top: 100px;
}
.footerlinks {
	display: inline-block;
    width: 100%;
    padding-bottom: 45px;
    border-bottom: 2px solid white;
    margin-bottom: 60px;
}

footer h6 {
	text-transform: uppercase;
	font-weight: 400;
}
.footerlinks h6 {
	margin-bottom: 25px;
}
.untenfooter {
	background: white;
    padding: 60px 0;
	padding-bottom: 120px;
}
.untenfooter #padding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.untenfooter h6 {
	color: black!important;
	display: inline-block;
}
/* .untenfooter .footercert {
	position: absolute;
    right: 0;
    top: -40px;
}
.untenfooter .footercert {
	right: 140px;
} */
.slide1- {
	display: flex;
    justify-content: center;
    align-items: center;
}
.slide1- > div {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
	transition: .5s;
}
h6 {
	font-size: 16px;
}
.innerheadetext > div {
	border-left: 2px solid white;
	border-top: 2px solid white;
	padding-top: 30px;
    padding-left: 30px;
}
.headerbildtext {
	padding-right: 80px;
}
.mittigblock {
	max-width: 1250px;
    margin: 0 auto;
    display: block!important;
}
.buttonklein svg {
	display: none;
}
.buttonklein, .roesberg.buttonklein, .cc-btn.cc-allow, .search_it-button {
	background: none;
    border: none;
	border-top: 2px solid #E3131E;
    display: inline-block!important;
    border-left: 2px solid #E3131E;
    padding-left: 20px;
    padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 20px;
	margin-bottom: 15px;
	position: relative;
	transition-delay: .4s!important;
}
.cc-btn.cc-allow {
	background-color: transparent!important;
	border-color: #E3131E!important;
	border-radius: 0!important;
	text-transform: uppercase!important;
	color: #E3131E!important;
	transition: .4s;
}
.buttonklein.weiss, .search_it-button {
	border-top: 2px solid white;
    border-left: 2px solid white;
}
.buttonklein.weiss:hover, .buttongross.weiss:hover {
    color: #E3131E!important;
    transition: .5s;
	border-left: 2px solid #E3131E;
	border-top: 2px solid #E3131E;
}
.buttonklein:hover, .cc-btn.cc-allow:hover, .search_it-button:hover {
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	transition: .2s;
	transition-delay: .0s!important;
}
.cc-btn.cc-allow {
	flex: none!important;
	min-width: unset!important;
}
.buttonklein::before {
	content: '';
	height: 2px;
	width: 0;
	position: relative;
	left: 0;
	bottom: 0;
	transition: .5s;
	background-color: #E3131E;
}
.cc-btn.cc-allow::before {
	content: '';
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
	background-color: #E3131E;
}
.search_it-button::before {
	content: '';
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
	background-color: white;
}
.buttonklein:hover::before, .cc-btn.cc-allow:hover::before {
	width: 100%;
	transition: .4s;
	transition-delay: .4s;
}
.search_it-button:hover::before {
 	width: 100%;
	transition: .4s;
	transition-delay: .4s;
}
.buttonklein::after {
	content: '';
	height: 0%;
	width: 2px;
	position: relative;
	right: 0;
	top: 0;
	transition: .5s;
	background-color: #E3131E;
}
.cc-btn.cc-allow::after {
	content: '';
	height: 0%;
	width: 2px;
	position: absolute;
	right: 0;
	top: 0;
	transition: .5s;
	background-color: #E3131E;
}
.search_it-button::after {
	content: '';
	height: 0%;
	width: 2px;
	position: absolute;
	right: 0;
	top: 0;
	transition: .5s;
	background-color: white;
}
.buttonklein:hover::after, .cc-btn.cc-allow:hover::after {
 	height: 100%;
	transition: .4s;
	transition-delay: .4s;
}
.search_it-button:hover::after {
 	height: 100%;
	transition: .4s;
	transition-delay: .4s;
}
.roteschrift {
	color: #E3131E;
}
.servicebild .card {
	padding: 0;
}
.servicebild .card-body {
	position: absolute;
    bottom: 0;
 	border: none;
	padding: 0;
}
.servicebild .card-body .textpadding{
	padding: 50px;
	min-height: 170px;
}
.einzelservicebild {
	overflow: hidden;
	border-radius: 0;
}
.einzelservicebild .p {
	height: 0;
	opacity: 0;
 	transition: height 0.2s, opacity 0.2s linear;
}
.einzelservicebild:hover .p {
	opacity: 1;
	height: 100%;
	transition-delay: .2s;
 	transition: height 0.2s, opacity 0.5s linear;
}
.einzelservicebild img {
	height: 600px;
	width: auto;
	object-fit: cover;
}
.einzelservicebild .hoverwall {
	width: 100%;
	height: 0;
	bottom: 0;
	background: rgb(110,0,10);
	background: -webkit-linear-gradient(bottom, rgba(110,0,10,1) 0%, rgba(227,19,30,1) 100%);
	background: linear-gradient(to top, rgba(110,0,10,1) 0%, rgba(227,19,30,1) 100%);
	transition: .5s;
	position: absolute;
	opacity: .9;
}
.einzelservicebild:hover .hoverwall {
	height: 100%;
}
.blackverlauf {
	top: 0;
	transition: .5s;
}
.einzelservicebild:hover .blackverlauf {
	top: -100%;
}
.einzelservicebild:hover .buttonklein {
	color: #E3131E!important;
	transition: .4s!important;
	transition-delay: .4s!important;
}
.einzelservicebild:hover .buttonklein:hover {
	border-top: 2px solid white;
    display: inline-block!important;
    border-left: 2px solid white;
	color: #E3131E!important;
	transition-delay: .0s!important;
}
.einzelservicebild:hover .buttonklein:hover span {
	transition-delay: .6s!important;
	transition: .3s;
	color: white!important;
}
.einzelservicebild:hover .buttonklein.orange span {
	transition-delay: .6s!important;
	transition: .3s;
	color: #E3131E!important;
}
.buttonklein, .blendoffbuttonmini   {
	font-family: 'Roboto Condensed', Roboto, sans-serif;
	font-weight: 400;
	font-size: 16px!important;
}
.blendoffbuttonmini {
	border-bottom: 1px solid transparent;
}
.blendoffbuttonmini.schwarz:hover {
	border-bottom: 1px solid black;
}
.blendoffbuttonmini.weiss:hover {
	border-bottom: 1px solid white;
}
.einzelservicebild .buttonklein.weiss span {
	transition-delay: .6s!important;
	transition: .3s;
	color: white!important;
}
.einzelservicebild .buttonklein::before {
	background-color: white;
}
.einzelservicebild .buttonklein::after {
	background-color: white;
}
.outterlink:hover , .outterlink:hover * {
	color: black;
	opacity: 1;
}
.roesbergaktuell .card-body, .roesbergaktuell .cardi-body {
	border: none;
	padding: 0;
}
.roesbergaktuell .filterdiv .leftbild {
	margin-bottom: 20px!important;
	max-height: 290px;
}

.roesbergaktuell .filterdiv p.bold {
	margin-bottom: 0;
	font-family: 'Roboto Condensed', Roboto, sans-serif;
	font-size: 16px;
}
.roesbergaktuell .filterdiv h3 {
	margin-bottom: 35px;
}
.roesbergaktuell .filterdiv p.text {
	margin-bottom: 60px;
}
.blendoff {
	display: none!important;
}
.terminliste {
	padding-top: 100px;
	padding-bottom: 100px;
}
.hidebutton {
	display: none;
}
.blendoffbuttonmini {
	display: inline-block;
    margin: 0;
	cursor: pointer;
}
.minusmargin {
	margin-left: -15px;
	margin-right: -15px;
}
.roesbergaktuell .card, .roesbergaktuell .cardi {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0!important;
	padding-bottom: 30px!important;
}
.filterdiv {
	display: none;
}
.filterdiv.show {
	display: flex;
}
.blendon {
	display: flex;
}
.obennews {
	position: relative;
	display: inline-block;
    width: 100%;
	min-height: 50px;
}
.obennews .filterselect {
	position: absolute;
    right: 0;
    bottom: 10px;
	background: white;
	padding: 15px 20px;
	cursor: pointer;
	width: 130px;
	height: 60px;
}
.obennews .filterselect svg {
	margin-right: 10px;
	position: relative;
    top: 0px;
	max-width: 22px;
}
.obennews .filterselect svg * {
	stroke-width: 1px;
}
.roesbergaktuell svg {
	z-index: 1;
	transition: .5s;
}
#hauptfilter {
	display: flex;
    align-items: center;
	justify-content: space-around;
}
h4.btn.supportnavi {
	line-height: 1.5 !important;
}
.sidebarfilter .btn:hover {
	background: #E3131E;
	color: white;
}
.sidebarfilter .btn.active:hover {
	background: white;
	color: #E3131E;
	cursor: auto;
}
.linierb {
	background: linear-gradient(0deg, #011733, transparent);
}
.linierr {
	background: rgb(110,0,10);
	background: -webkit-linear-gradient(bottom left, rgba(110,0,10,1) 0%, rgba(227,19,30,1) 100%);
	background: linear-gradient(to top right, rgba(110,0,10,1) 0%, rgba(227,19,30,1) 100%);
}
.weissback .card-body, .weissback .cardi-body {
	background: white;
    padding: 50px;
	padding-bottom: 110px;
	position: relative;
}
.weissback .card-body .buttonklein, .weissback .cardi-body .buttonklein  {
	position: absolute;
	bottom: 50px;
	left: 50px;
}
.leftbild {
	object-fit: contain;
	object-position: left;
	max-width: 300px;
}
.vollbild {
	object-fit: cover;
	object-position: center;
	margin-bottom: 60px;
}
.slick-slide img {
    height: auto;
}
.timeline {
	box-shadow: none!important;
}
.outcenterslider {
	position: relative;
}
.roesbergaktuell.mform .outterlink {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}
.roesbergaktuell.mform .outterlink .card {
	border: 2px solid white;
	border-radius: 0;
	padding: 48px;
	padding-top: 48px!important;
}

.terminliste .xbutton .strich  {
	border-width: 2px;
}
.textimslider {
	position: absolute;
    top: 130px;
    left: 100px;
    width: 28%;
    padding: 100px;
    background: rgb(227, 19, 30);
    background: linear-gradient( 180deg, rgba(227, 19, 30,1) 0%, rgba(110, 0, 10,1) 100%);
    color: white;
	display: inline-block;
    height: auto;
    z-index: 3;
}
.sidebarfilter {
	position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: white;
    z-index: 99;
	width: 0;
    overflow: hidden;
	transition: .5s;
	padding-top: 100px;
}

.sidebarfilter .btn {
	text-align: left;
	word-break: keep-all;
	white-space: nowrap;
}
.sidebarfilter.open {
	width: 320px;
	padding: 100px 50px 0px 30px;
}
.restpage {
	background: black;
	opacity: .0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: 98;
	transition: .5s opacity;
}
.restpage.open {
	width: 100%;
	opacity: .8;
}
.sidebarfilter .btn {
	display: block;
}
.innertextimslider h5 {
	margin-bottom: 60px;
	text-transform: uppercase;
}
.innertextimslider {
	height: 100%;
	border-left: 4px solid white;
	border-top: 4px solid white;
	padding: 30px 40px;
}
.schwebend {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 9;
    background: white;
    max-width: 320px;
    border-radius: 50px;
    height: 51px;
	width: 320px;
}
.schwebend.scroll {
    max-width: 51px;
	width: 320px;
}
.schwebend.clicked {
    border-radius: 0px;
	max-width: 320px;
}
.schwebend:hover {
	cursor: pointer;
}
.orangehead {
    background: white;
	white-space: nowrap;
}
.orangehead svg {
    right: 20px;
    position: relative;
    transform: rotate(0deg);
    bottom: 20px;
    width: 30px;
    height: 30px;
    top: -4px;
    left: -4px;
}
.orangehead span {
	top: -3px;
    display: inline-block;
    width: 70%;
    text-align: center;
    position: relative;
    margin-left: 20px;
}
button.buttonklein.orange {
	margin-top: 30px;
}
.orangehead, .innerschwebend {
	padding-left: 30px;
    padding-right: 30px;
	transition: .5s;
}
.scroll .orangehead, .scroll .innerschwebend {
	padding-left: 16px;
    padding-right: 16px;
	transition: .5s;
}
.orangehead:hover, .innerschwebend:hover, .schwebend.clicked .orangehead, .schwebend.clicked .innerschwebend {
	/* padding-left: 30px;
    padding-right: 30px; */
	transition: .5s;
}
.emailpopup {
	border: none!important;
	border-bottom: 2px solid black!important;
	border-radius: 0!important;
}
.einzelfilm {
	min-height: 200px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: .5s;
}
.einzelfilm:hover {
	transform: scale(1.1);
}
.einzelfilm, .oneinzelfilm {
	position: relative;
}
.einzelfilm img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: 220px;
}
#hauptvideo {
	width: 100%;
}
.oneinzelfilm {
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.oneinzelfilm svg {
	max-width: 41px;
}
.obenvideo, .filmslider {
	display: inline-block;
	width: 100%;
	margin-bottom: 100px;
}

.innereinzelfilm {
    bottom: 0;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
	background: linear-gradient(180deg, rgb(227, 19, 30, .8) 0%, rgb(110, 0, 10) 100%);
	cursor: pointer;
}
.innereinzelfilm p {
	margin: 0;
	color: white;
}
.innereinzelfilm h6 {
	text-transform: uppercase;
	color: white;
}
.innereinzelfilm svg {
	margin-bottom: 20px;
}
.filmverlauf {
	background: linear-gradient(180deg, rgba(227, 19, 30,.8) 0%, rgba(110, 0, 10,1) 100%);
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.videocol {
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.orangehead svg * {
    stroke: white!important;
}
.orangehead .cls-1 {
    fill: url(#Unbenannter_Verlauf_2-2)!important;
}
.orangehead .cls-2 {
    fill: url(#Unbenannter_Verlauf_2-2)!important;
}
.cc-revoke {
	width: 51px;
	height: 51px;
}
.orangehead {
	padding-top: 14px;
	padding-bottom: 14px;
}
.glide__slide img {
	width: 100%;
	object-fit: cover;
	height: 600px;
}
.glide__slide {
	height: 700px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	opacity: 0;
	transition: 1s;
}
.glide__slide.glide__slide--active , .glide__slide.glide__slide--active + .glide__slide , .glide__slide.glide__slide--active + .glide__slide + .glide__slide {
	opacity: 1;
}
.glide__slide.glide__slide--active img {
	height: 700px;
}
.glide__slide img {
	transition: .5s;
}
.glide__slide .schwebendglide {
	opacity: 0;
	background: linear-gradient(180deg, rgba(227, 19, 30,1) 0%, rgba(110, 0, 10,1) 100%);
	padding-top: 60px;
	padding-bottom: 60px;
	transition: .5s;
}
.glide__slide .schwebendglide .inner {
	border-top: 2px solid white;
	border-left: 2px solid white;
	padding-top: 30px;
	padding-left: 40px;
	color: white;
}
.glide__slide.glide__slide--active .schwebendglide {
	opacity: 1;
}
.schwebendglide {
	position: absolute;
    box-sizing: border-box;
    left: -90%;
    width: 100%;
	height: 86%;
}
.outterbild {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: -350px;
    padding-top: 250px;
    padding-bottom: 100px;
	position: relative;
}
.textslider  {
	background-color: white;
	padding: 50px;
}
.textslider h5 {
	margin-bottom: 40px;
}
.innerroestext .slick-list {
	overflow: visible;
	clip-path: inset( -100vw -100vw -100vw 0 );
}
.slickcontainer {
	position: absolute;
    right: 50px;
    top: 0;
    margin-top: 0px;
}

.slickcontainer .prev.slick-arrow {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B71F27'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	height: 30px;
    width: 30px;
    border: none;
	background-color: transparent;
	transform: rotate(90deg);
	position: relative;
	left: -2px;
}
.slickcontainer .next.slick-arrow {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B71F27'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	height: 30px;
    width: 30px;
    border: none;
	background-color: transparent;
	transform: rotate(-90deg);
	position: relative;
	left: 2px;
}
.grosstext .text {
    margin-top: 0px;
}
.marginbottom {
	margin-bottom: 90px!important;
}
.grosstext .textmit {
	margin-top: 60px;
}
.upper {
	text-transform: uppercase;
}
.bold {
    /* font-weight: 400; */
	font-weight: 400;
}
.extrem {
	font-size: 100px;
	min-height: 162px;
	white-space: nowrap;
}
.fullimg {
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.zahlslider .slick-slide {
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.zahlslider .slick-slide {
    color: white;
}
.zahlslider .slick-slide h5 {
    word-spacing: 100000px;
	text-align: center;
}

.zahlslider .slick-slide span {
	text-align: center;
	width: 100%;
    display: inline-block;
}

.zahlslider .slick-slide #padding {
	width: 100%;
    display: inline-block;
}
.zahlslider .slick-dots {
	width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
}
.zahlslider .card-body {
	border: none;
}
.terminblock h5 {
	padding-right: 5px;
}
.terminblock-body table {
	margin-top: 15px;
 	border-spacing: 10px;
	margin-bottom: -2px;	
}
.terminblock-body .preisteila, .terminblock-body .preisteilb {
	font-family: 'Roboto Condensed', Roboto, sans-serif;
	font-weight: 400;
	line-height: 130%;
	margin-left: 1px;
}
.terminblock-body .preisteila {
	padding-right: 118px;
}
.textbild {
    padding-right: 0px;
}
.xbutton {
	position: absolute;
    top: -50px;
    right: 30px;
	cursor: pointer;
	z-index: 9;
	height: 50px;
	width: 50px;
}
.servicebild .row-cols-xl-4 .card-body .textpadding {
	padding: 25px;
}
.row-cols-xl-4 .weissback .card-body {
	padding: 25px;
	padding-bottom: 90px;
}
.row-cols-xl-4 .weissback .card-body .buttonklein {
	left: 25px;
}
.sidesearch .xbutton, .sidebarfilter .xbutton, .sidelogin .xbutton {
	top: 50px;
}
.schwebend .xbutton {
	opacity: 0;
	visibility: hidden;
}
.schwebend.clicked .xbutton {
	opacity: 1;
	visibility: visible;
}
.strich {
    border-bottom: 2px solid orange;
}
.strich1 {
	transform: rotate(45deg);
	border-color: #E3131E;
	position: relative;
    top: 25px;
    left: 10px;
}
.strich2 {
	transform: rotate(-45deg);
	border-color: #E3131E;
	position: relative;
    top: 23px;
    left: 10px;
}
.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    font-size: 0;
    position: relative;
    display: block;
	transition: .5s;
    margin-right: 0px;
    margin-left: 0px;
	padding: 0;
}
.slick-dots li {
    margin-right: 10px;
    margin-left: 10px;
}
/* Hintergrund transparent */
.slick-dots li.slick-active button {
    background: #E3131E!important;
    border: 2px solid transparent!important;
}
.slick-dots li button {
    border: 2px solid #E3131E!important;
    background: transparent;
}
/* Mit verlauf */
.linierb .slick-dots li.slick-active button {
    background: white!important;
    border: 2px solid transparent!important;
}
.linierb .slick-dots li button {
    border: 2px solid white!important;
    background: transparent;
}








@media (min-width: 992px){
	.schwebend:hover {
		height: 51px;
		transition: .5s;
		width: 320px;
		max-width: 320px;
	}
	.schwebend.clicked:hover {
		height: 650px;
		transition: .5s;
		width: 370px;
		max-width: 370px;
	}
	.schwebend.clicked{
		width: 370px;
		max-width: 370px;
	}
	.schwebend svg {
		transform: rotate(0deg)!important;
		transition: .5s;
	}
}




.title {
font-size: 38px;
color: #616161;
font-style: italic;
font-weight: 700;
}
.timeline {
width: 100%;
background-color: #fff;
box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}
.timeline .swiper-container {
height: 900px;
width: 100%;
position: relative;
}
.timeline .swiper-wrapper {
transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
position: relative;
color: #fff;
overflow: hidden;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.timeline .swiper-slide::after {
content: "";
position: absolute;
z-index: 1;
right: -115%;
bottom: -10%;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
box-shadow: none!important;
border-radius: 100%;
}
.timeline .swiper-slide-content {
position: absolute;
text-align: center;
width: 40%;
right: 50%;
top: 13%;
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
font-size: 12px;
z-index: 2;
}
.timeline .swiper-slide .timeline-year {
display: block;
font-size: 42px;
margin-bottom: 50px;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
color: white;
font-weight: 400;
opacity: 0;
transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
font-weight: 700;
	text-transform: uppercase;
margin: 0 0 30px;
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
transition: .2s ease .5s;
	margin-bottom: 40px!important;
}
.timeline .swiper-slide .timeline-text {
line-height: 1.5;
opacity: 0;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
right: 15% !important;
height: 100%;
display: none;
flex-direction: column;
justify-content: center;
/* font-style: italic; */
font-weight: 400;
font-size: 16px;
z-index: 1;
}
.timeline .swiper-pagination::before {
display: none;
	content: "";
position: absolute;
left: -30px;
top: 0;
height: 100%;
width: 1px;
background-color: rgba(255, 255, 255, 0.2);
}
.timeline .swiper-pagination-bullet {
width: auto;
height: auto;
text-align: center;
  opacity: 1;
  background: transparent;
  color: white;
  margin: 15px 0 !important;
  position: relative;
	font-style: normal;
}
.timeline .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -32.5px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: white;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: .2s;
}
.timeline .swiper-pagination-bullet-active {
  color: white;
	font-size: 35px;
}
.timeline .swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
	display: none;
}
.timeline .swiper-button-next,
.timeline .swiper-button-prev {
  right: 16.3%!important;
}
.timeline .swiper-button-prev {
  left: 8%;
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(180deg)!important;
}
.timeline .swiper-button-prev:hover {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.timeline .swiper-button-next {
  right: 8%;
  /*background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");*/
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(0deg)!important;
}
.timeline .swiper-button-next:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
/*.timeline .swiper-slide {
	filter: sepia(50%) hue-rotate(180deg) saturate(300%);
}*/
@media screen and (min-width: 768px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40%;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 7%;
    left: auto;
    right: 15.4%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 4%;
    right: 15.4%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide-content {
    right: 25%;
  }
}


.centerslider {
	padding-bottom: 100px;
	padding-top: 100px;
}
/* Inaktiv */
.centerslider .slick-slide img {
	transform: scale(0.9);
	transition: .5s;
	min-height: 700px;
}
/* Aktiv */
.centerslider .slick-current img {
	transform: scale(1);
	transition: .5s;
}



.centerslider .slick-track .slick-active:first-of-type {
	opacity: 0;
}





.navbar-brand img {
	margin-top: 5px;
	max-height: 70px;
	display: inline-block;
	width: 260px;
}

.roesbergaktuell .slick-slide img {
    height: unset!important;
}
.clicked .orangehead svg {
    transform: rotate(0deg);
    transition: .5s;
}
.filterdivv {
	display: none;
}
.blendaus {
	display: none;
}
.blendan {
	display: block;
}

.terminblock {
	position: relative;
}
.terminblock  * {
	color: white;
}
.terminblocktr {
	margin-bottom: 10px;
	display: table;
}
.buttonklein.absolute {
	right: 50px;
}







.terminblock {
	border-bottom: 2px solid white;
	padding-bottom: 50px;
	margin-bottom: 40px;
	display: none;
}
.terminblock.blendan {
	display: block;
}
/*.terminliste .row .blendan:last-of-type {
	border: none;
}*/
.headerbildtext .friday {
	margin-left: 0;
	margin-bottom: 0px;
}
.miniheaderschrift {
	margin-top: 30px;
}
.friday {
	text-transform: none!important;
}
.headerbildtext.orangehintergrund {
	background: none!important;
}
.innerheadetext {
	padding: 40px;
	background: rgb(227, 19, 30);
	background: -webkit-linear-gradient(rgba(227,19,30,8) 10%, rgb(110, 0, 10) 100%);
	background: linear-gradient(rgba(227,19,30,8) 10%, rgb(110, 0, 10) 100%);
}

p, .p {
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: 300;
}
.headerslidernone.klein, .headerslidernone.klein img {
	max-height: 620px;
}
.headerbildtext {
	bottom: 200px;
	left: 0px;
}
.headerslidernone.klein  {
	margin-top: 120px;
}
.headerslidernone.klein .headerbildtext {
	bottom: 30px;
}
.partnersliderimg {
	max-height: 130px;
	object-fit: contain!important;
}
.slick-initialized .slick-slide {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 80px;
}
.partnersliderinner .zoomin:hover img {
	transform: scale(1);
	transition: 1s;
}
.zoomin:hover img {
	transform: scale(1.1)!important;
	transition: 1s;
}
.partnersliderinner .slick-list {
	min-height: 150px;
	padding-top: 10px;
}
.partnersliderinner .slick-slide {
	overflow: visible;
}
.outterlink {
	transform: scale(1);
	transition: .5s;
}
.outterlink:hover {
	transform: scale(1.05);
}
/*.textbild  h2 {
	text-transform: uppercase;
}*/
.grauhintergrund {
	background: rgb(1,23,51);
	background: -webkit-linear-gradient(278deg, rgba(110,0,10,1) 0%, rgba(227,19,30,1) 100%);
	background: linear-gradient(8deg, rgba(110,0,10,1) 0%, rgba(227,19,30,1) 100%);
}
.headerbildtext  h1:first-of-type {
	text-transform: uppercase
}
.newsslider .slick-slide {
	flex-direction: column;
}
.newsslider .slick-slide .cardi-body {
	width: 100%;
}

.newsslider .slick-slide .cardi-body .buttonklein  {
	margin-top: 30px;
}
.blendoffbuttonnmini:hover {
	cursor: pointer;
}
.p.text h6, .pklein h6 {
	font-size: 28px;
	color: #E3131E;
	font-weight: 400;
}
.navisvg {
	float: right;
	position: relative;
	top: 4px;
	padding-right: 15px;
}
.navisvg svg,
.navisvg img {
	width: 20px;
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
	cursor: pointer;
}
.navisvg svg:hover .fill,
.navisvg img:hover .fill {
	fill: #E3131E;
	color: #E3131E;
}
.sidelogin .btn:hover {
	color: #E3131E;
}
.navisvg svg:hover .cls-277,
.navisvg img:hover .cls-277  {
	stroke: #E3131E;
	color: #E3131E;
}
.cls-277 {
    stroke-width: 4px;
}
.navisvg svg, .navisvg form,
.navisvg img {
	float: left;
}
.marginright {
	margin-right: 20px;
}
.search_it-results {
	list-style: none;
	padding: 0;
}
.search_it-result {
	border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.search_it-headline {
	margin-bottom: 100px;
}
.search_it-url {
	/* font-weight: 400; */
	margin-bottom: 8px;
	
	font-weight: 400;
    letter-spacing: 0.8px;
	color: #1f2226;
}
.searchFor {
	font-size: 15px;
	width: 0;
    padding: 0;
    border: none;
	position: relative;
	top: 4px;
	padding-top: 5px;
	border-color: #E3131E;
}
.searchFor.opened {
	font-size: 15px;
	width: 170px;
    padding-left: 10px;
	padding-right: 10px;
    border: none;
	transition: .5s;
	border-top: 1px solid #E3131E;
	border-left: 1px solid #E3131E;
}
#sent {
	float: right;
}
.schwarzerbutton{
	border-color: black!important;
}
.schwarzerbutton span{
	color: black;
}
.einzelservicebild:hover .schwarzerbutton {
    border-color: white!important;
}
.schwarzerbutton::after, .schwarzerbutton::before {
	background-color: black!important;
} 
.einzelservicebild:hover .schwarzerbutton:hover::after, .einzelservicebild:hover .schwarzerbutton:hover::before {
	background-color: white!important;
}
.einzelservicebild:hover .schwarzerbutton::after, .einzelservicebild:hover .schwarzerbutton::before {
	background-color: white!important;
}
.einzelservicebild:hover .schwarzerbutton span {
	transition-delay: .5s;
}
.einzelservicebild .schwarzerbutton {
    transition-delay: .0s!important;
}
.medianews .vollbild {
	max-width: 100%;
}
.medianews .card-body {
	padding-left: 0;
	padding-right: 0;
	padding-top: 40px;
	border: none;
}
.medianews .buttonklein  {
	margin-top: 50px;
    display: inline-block;
}
.medianews h4  {
	margin-bottom: 40px;
	font-weight: 700;
}
.videomodul.obenfooter * {
	color: white;
}
.formular .form-group {
	position: relative;
	width: 49%;
	float: left;
	margin-bottom: 30px;
}
.formular .form-group .form-control {
	border: none;
	border-bottom: 1px solid gray;
	border-radius: 0;
}
.formular .control-label {
    position: absolute;
    font-weight: 400;
    left: 15px;
    top: 7px;
	cursor: text;
	transition: .2s;
}
.formular .control-label.texted {
    left: 12px;
	top: -20px;
	color: lightgray;
}
#yform-formular-textarea {
	width: 100%;
}
.form-control:focus {
    color: black;
    background-color: #fff;
    border-color: #E3131E;
    outline: 0;
    box-shadow: none;
}
.btn.btn-primary {
	opacity: 0;
	background: white;
	border-color: #E3131E;
	border-width: 2px;
}
#formular {
	position: relative;
}
#formular .buttonklein {
	position: relative;
    right: 0;
    bottom: 0;
}
#yform-formular-thema {
	display: block;
    float: unset;
    width: 200px;
	margin-left: 0;
}
#yform-formular-thema select {
	position: relative;
}
#yform-formular-thema select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 20px;
}

#yform-formular-thema .form-control {
	border: none;
}
.checkbox.formcheckbox {
	max-width: 90%;
}
.kontaktblock .checkbox.formcheckbox {
    margin-bottom: 10px;
}
.newsletterblock .checkbox:first-of-type {
	margin-right: 2%;
}
.newsletterblock .checkbox:last-of-type {
	width: 80%;
	float: unset;
	margin-bottom: 20px;
}
.newsletterblock .checkbox {
	width: 49%;
	float: left;
	margin-bottom: 50px!important;
}
#yform-formular-agb {
	margin-top: 4px;
	margin-bottom: 10px;
	line-height: 125%;
}

.alert-success {
    color: #088a00;
    background-color: transparent;
    border-color: #088a00;
    text-align: center;
    text-transform: uppercase;
    border-width: 2px;
	font-weight: 400;
}
.alert-danger,
.alert-danger p,
.alert-danger li {
    color: #E3131E !important;
    background-color: #fff !important;
    border-color: #E3131E !important;
    border-width: 3px !important;
    text-align: left;
	font-weight: 400;
}

.alert-danger ul {
    padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 400;
}
.alert-danger ul li {
	font-weight: 400;
	text-transform: uppercase;
}
.offenestellen * {
	color: white;
}
.terminliste  {
	overflow: hidden!important;
	background: -webkit-linear-gradient(rgba(227, 19, 30,1) 0%, rgba(110, 0, 10,1) 100%);
	background: linear-gradient(rgba(227, 19, 30,1) 0%, rgba(110, 0, 10,1) 100%);
}
.joboverlay {
	position: fixed;
	top: 110px;
	left: -100%;
	width: 100%;
	height: calc(100% - 80px);
	background: white;
	transition: .5s;
	z-index: 8;
	overflow: auto;
	padding-left: 0!important;
	padding-right: 0!important;
}
.joboverlay.openoverlay {
	top: 110px;
	padding-top: 0px;
	padding-bottom: 0px;
	left: 0;
}
.jobort, .jobzeit {
	text-transform: uppercase;
	position: absolute;
}
.jobzeit {
	position: absolute;
    left: 200px;
}
.offenestellen h5 {
	margin-bottom: 30px;
}
.offenestellen .buttonklein.absolute {
    right: 50px;
    bottom: 20px;
}
.terminliste h1 {
	max-width: 80%;
	float: left;
}
.minidesc {
	margin-top: 30px;
    margin-bottom: 0px;
	min-height: 20px;
}
.bg-primary {
    background-color: rgba(255,255,255,1)!important;
}
.mininav {
	transition: .5s;
	height: 40px;
	overflow: hidden;
}
.gescrollt .mininav {
	height: 0;
}
.navbar-brand img {
    transition: .5s;
}
.gescrollt .navbar-brand img {
    max-height: 50px;
	width: 185px;
}
.navbar {
    transition: .5s;
}
.navbar.gescrollt {
    min-height: 80px;
}
.gescrollt .grossnav {
    position: relative;
    top: -10px;
}
.grossnav {
    transition: .5s;
    position: relative;
    top: 0px;
}
.handy {
	height: 694px;
    border-radius: 50px;
    width: 333px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin: 0 auto;
	position: relative;
    top: 120px;
}
.handy::-webkit-scrollbar {
 	display: none;
}
.handyfield {
	display: none;
    width: 100%;
}/*
.handyinner {
	overflow: auto;
	overflow-x: hidden;
    height: 694px;
    border-radius: 60px;
	border: 3px solid black;
	border-bottom: 10px solid black;
}*/
.handyinner {
    overflow: auto;
    overflow-x: hidden;
    height: 640px;
    border-radius: 40px;
    position: absolute;
    width: 92%;
    left: 14px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.iphone {
	position: absolute;
    top: -16px;
    left: -6px;
    width: 104%;
    height: 672px;
    background: url(/resources/css/img/iphone-back.png);
    background-size: 100%;
}
.handybild {
	width: 100%;
}
.handyinner::-webkit-scrollbar {
 	display: none;
}
.handyfield.sel {
	display: inline-block;
}

.handyopenerout {
	width: 50%;
    display: inline-block;
    float: left;
	padding-bottom: 8px;
    margin-bottom: 22px;
}
.handyopener {
	text-transform: uppercase;
	font-weight: 400;
	cursor: pointer;
	padding-bottom: 8px;
}
.handyopener.sell {
	color: #E3131E;
}
.handyueberschrift {
	margin-top: 80px;
}
.rightbackhandy {
	background: linear-gradient(180deg, rgba(227, 19, 30,.8) 0%, rgba(110, 0, 10,1) 100%);
	margin-bottom: 100px;
}
.handytext {
	padding: 50px;
	padding-left: 0;
	padding-top: 100px;
}
.handytext * {
	color: white;
}
.handytext h2 {
	margin-bottom: 1.5rem;
}

.noche {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
}/*
.innernoche {
	background: black;
	width: 170px;
	height: 35px;
	display: inline-block;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	text-align: center;
}*/
.innernoche {
    background: black;
    width: 130px;
    height: 25px;
    display: inline-block;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: center;
}/*
.nochespalte {
	height: 3px;
    width: 50px;
    display: inline-block;
    background: lightgrey;
    border-radius: 60px;
}*/
.nochespalte {
    height: 2px;
    width: 50px;
    display: inline-block;
    background: gray;
    border-radius: 60px;
    position: relative;
    top: -6px;
}
.blackback {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .7;
}
.glide__arrow {
    position: static;
    display: inline-block;
    top: 50%;
    z-index: 2;
    color: red;
	height: 30px;
	width: 30px;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    text-shadow: none;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    /* transform: translateY(-50%); */
    line-height: 1;
}
.glide__arrows {
	margin-left: 0;
    margin-right: 0;
    position: absolute;
    top: 350px;
    z-index: 8;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.glide__arrow--left {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B71F27'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(90deg) !important;
	background-size: cover;
}
.glide__arrow--right {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23B71F27'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(-90deg) !important;
	background-size: cover;
}
.glidebutton  {
	display: inline-block;
	/* background: rgba(255,255,255,.8); */
    border-radius: 30px;
    padding: 10px;
}
.glider {
	float: right;
}
.slickcontainer {
	display: block;
    left: 0;
	padding-left: 50px;
	padding-right: 50px;
    top: 45%;
	width: 100%;
}
.slickbutton {
	background: rgba(255,255,255,.8);
    border-radius: 30px;
    padding: 10px;
    display: inline-flex;
	height: 50px;
}
.slickr {
	float: right;
}
.socials a {
	margin: 0 8px;
}
.socials svg {
	width: 40px;
	margin: 0 2px;
}
.socials svg * {
	fill: white;
}
.socials svg:hover * {
	fill: #E3131E;
	stroke: #E3131E!important;
}
.socials {
	display: flex;
    float: right;
    justify-content: center;
    align-items: flex-end;
}
#xing {
	width: 100px;
}
.navbar {
    top: 31px;
}
.hoverservice .jsbutton {
	margin-top: 60px;
}
.einzelservicebild:hover * {
	color: white;
}
.terminblock-body tbody tr td:first-of-type {
	min-width: 160px;
	display: block;
	font-weight: 400;
	line-height: 130%;
}
.terminblock-body tbody tr td:nth-of-type(2) {
	font-weight: 400;
	line-height: 130%;
}

.form-group.has-error .form-control {
	border-bottom: 1px solid #E3131E;
}
#yform-formular-field-20, #yform-formular-field-21 {
	display: none;
}
.fingerwipe {
	position: absolute;
    z-index: 7;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.card {
	transition: .5s;
}
.card:hover {
	transform: scale(1.05);
}
.servicebild .card:hover {
	transform: scale(1);
}
.agbtext {
	position: relative;
    top: 5px;
  font-family: 'Roboto Condensed', Roboto, sans-serif;
}
.cc-color-override--404755788.cc-window {
	background-color: white!important;
	border-radius: 0;
	-webkit-box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.35);
    box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 35%);
}
.cc-floating {
	left: 50px;
	bottom: 50px;
}
.stellenangebotefloater {
	position: fixed;
    bottom: 65px;
    width: 100%;
    text-align: center;
    z-index: 7;
}
.stellenangebotefloater a {
	background: linear-gradient(225deg,rgba(227, 19, 30,1) 10%, rgba(110, 0, 10,1) 100%);
	border-radius: 30px;
	padding: 16px 30px;
	color: white;
	text-transform: uppercase;
	transition: .5s background!important;
	box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 25%);
}
.stellenangebotefloater a:hover {
	color: #E3131E!important;
	background: white;
	opacity: 1!important;
}
.anchor {
	position: relative;
    top: -200px;
}
.anchor2 {
	position: relative;
    top: -50px;
}
.obenvideo .buttonklein  {
	    margin-top: 60px;
	color: #E3131E;
}
.vorschaubildvideo {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	content-visibility: auto;
    contain-intrinsic-size: auto 400px;
}
.vorschaubildvideo.play {
	display: none;
}
.vorschaubildvideo .inner {
	background: linear-gradient(0deg, rgba(0,0,0,0.7903536414565826) 0%, rgba(255,255,255,0) 50%);
	height: 100%;
    width: 100%;
	display: flex;
    align-items: end;
}
.vorschaubildvideo .inner svg {
	width: 40px;
	margin-bottom: 20px;
}
.vorschaubildvideo .innertext {
	padding: 20px;
}
.vorschaubildvideo .innertext * {
	color: white;
}
.vorschaubildvideo .innertext h6 {
	margin-bottom: 10px;
}
.zoom:hover img {
	transform: scale(1.04);
}
.schwebendglide .inner {
	width: 70%;
}
.glide__slide--active + .glide__slide img {
	opacity: .4;
}



.sidesearch {
	position: fixed;
    top: 0;
    right: 0;
    width: 0;
    background: linear-gradient(180deg, rgba(227, 19, 30,1) 0%, rgba(110, 0, 10,1) 100%);
    height: 100%;
    z-index: 9999;
	transition: .5s;
	overflow: hidden;
}
.sidelogin {
	position: fixed;
    top: 0;
    right: 0;
    width: 0;
    background: white;
    height: 100%;
    z-index: 9999;
	transition: .5s;
	overflow: hidden;
}
.sidesearch.vorsuche, .sidelogin.vorsuche {
	width: 320px;
	padding: 0px 50px 0px 30px;
}

.sidesearchrest, .sideloginrest {
	width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
	z-index: 98;
}
.sidesearchrest.vorsuche, .sideloginrest.vorsuche {
	width: 100%;
}
.searchinput {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid white;
    margin-bottom: 50px;
    padding-bottom: 15px;
	color: white;
}
.sidelogin input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 50px;
    padding-bottom: 15px;
	color: #AAA;
}
.searchinput::placeholder {
	color: white;
	font-weight: 400;
}
.sidelogin input::placeholder {
	color: #AAA;
	font-weight: 400;
}
.search_it-button {
	color: white;
	font-weight: 400;
	transition: .2s;
}
.search_it-flex {
	text-align: right;
}
.xbutton.white * {
	border-color: white;
}
.search_it-form {
	margin-top: 100px;
}
.sidelogin form {
	margin-top: 100px;
	text-align: right;
}
.sidesearch span, .sidelogin span {
	border-width: 2px;
}
.einzelservicebild:hover .buttonklein:hover span {
	color: white!important;
}

.roesbergaktuell .jarallax {
    position: relative;
    z-index: 0;
	height: unset!important;
	padding-top: 100px;
	padding-bottom: 150px;
}
.textbild .jarallax {
	height: unset!important;
}
.textbild .orangeflaeche {
	display: none;
}
.jarallax > div {
	height: 100%!important;
}
.jarallax .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sidesearch .strich2, .sidelogin .strich2 {
    top: -2px;
}
.jarallax-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.jarallax #padding {
	height: 100%;
}
.jarallax .minusmargin {
	height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.jarallax .blendoffbutton {
	position: absolute;
	bottom: -100px;
	width: 100%;
}
.jarallax .row {
	width: 100%;
}
.headerslidernone .jarallax {
	height: 100vh!important;
}
.handyfiltermobil {
	display: none;
}
.handyfiltermobil {
	position: absolute;
    top: 240px;
    background: transparent;
    background-color: transparent;
}
.handyfiltermobil .form-control {
	color: white;
}
.handyfiltermobil * {
	background: transparent!important;
	border: none;
	color: black;
	border-radius: 0;
}
.handyfiltermobil option:not(:checked) { background: transparent!important; }
.form-control:focus {
	color: black;
}
.zahler .card-body .extrem, .zahler .card-body h5 {
	color: white;
}
.zahlslider #padding {
	display: flex;
    align-items: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.zahler .jarallax, .zahler .jarallax > div {
	height: 100%!important;
}
.zahler .fullimg {
	padding: 0!important;
}
.textbild h1, .textbild h2, .textbild h3, .textbild h4 {
	margin: 0!important;
}
.joboverlay div.text {
	margin-top: 30px;
}
.outterhandy  {
	display: inline-block;
	width: 100%;
}

.kontaktblock, .kontaktblock .form-control, .formular .form-group .form-control {
	color: black;
	font-weight: 400;
}
.kontaktblock p.klein {	
	font-weight: 400;
}
.kontaktblock .form-group:nth-of-type(2n) {
	margin-right: 2%;
}
.kontaktblock.extern .form-group:nth-of-type(2n) {
	margin-right: 0%;
}
.kontaktblock.extern .form-group:nth-of-type(2n+1) {
    margin-right: 2%;
}
.checkbox.formcheckbox label, .kontaktblock p.klein, .newsletterblock p.klein, .roesbergform p.klein {
	font-size: 14px;
}
.form-group.checkbox-inline {
	width: 100%;
}
.checkbox.formcheckbox input {
	position: relative;
	top: 1px;
	margin-right: 5px;
}
#yform-formular-veranstaltung, #yform-formular-datum {
	display: none;
}




/* KONTAKTFORMULAR API STYLING */
.formular .kontaktblock.extern .control-label {
    position: static;
}
.kontaktblock.extern .form-group:first-of-type .control-label, .kontaktblock.extern .form-group:nth-of-type(2) .control-label, .form-group.checkbox-inline .control-label {
	position: relative!important;
	top: -1px;
	left: 8px;
	max-width: 90%;
}
.kontaktblock.extern .form-group:nth-of-type(7) .control-label {
	position: static;
	margin-bottom: 10px;
}
/* KONTAKTFORMULAR API STYLING */



.checkbox.formcheckbox {
	margin-bottom: 10px;
}
#yform-formular-thema {
	margin-bottom: 40px;
}
.control-label {
	font-weight: 400!important;
}
.roesbergaktuell .slick-initialized .slick-slide {
    align-items: flex-start;
}
.mitgliedschaften .text p {
	font-size: 18px;
}
.mitgliedschaften .text.p {
	margin-bottom: 50px;

}
.slick-dots {
    display: none;
    justify-content: center;
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 60px;
}
.mitgliedschaften  {
	padding-top: 100px;
}


.linierb {
	background: -webkit-linear-gradient(278deg, rgba(110,0,10,1) 0%, rgba(227,19,30,1) 100%);
    background: linear-gradient(8deg, rgba(110,0,10,1) 0%, rgba(227,19,30,1) 100%);
}


.leftbild, .weissback .leftbild {
	margin-bottom: 50px!important;
}
.mitgliedschaften .cardi > a {
	color: black!important;
	opacity: 1;
}
.mitgliedschaften .cardi {
	transform: scale(1.0);
	transition: .5s;
}
.mitgliedschaften .cardi:hover {
	transform: scale(1.05);
}
.mitgliedschaften .slick-track {
	padding-top: 30px;
}
.roesbergaktuell .filterdiv .leftbild {
    margin-bottom: 50px;
    max-height: 59px;
    object-fit: contain;
	max-width: 200px;
}
.infomodul .inner {
	max-width: 1000px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    padding: 30px 40px;
    margin-left: 100px;
}
.infomodul .masterwidth .inner {
    margin-left: 0;
}
.infomodul .inner .friday {
    margin-top: 30px;
    display: block;
}
.backgroundinfo {
	padding-top: 100px;
    padding-bottom: 100px;
}
.footersliderimage {
	min-height: 200px!important;
}
.footersliderimage img {
	filter: invert(1);
	max-width: 160px;
}
.partnersliderimg {
	filter: none;
}
.p li {
	list-style-type: square;
}
.obenvideo h1 {
	margin-bottom: 60px;
}
.sidesearch .strich2, .sidelogin .strich2 {
    top: 23px;
}
.zahlslider .card-body {
	padding: 0;
}
.buttonklein.absolut {
	position: absolute;
	bottom: 20px;
}

.roesbergaktuell .h-100 .card-body {
	padding-bottom: 70px;
}
.formular form > h2 {
	font-size: 20px;
}
.obennews.nein h1 {
	width: 100%!important;
}
.footercert img {
	padding: 10px;
}

.backbutton {
	margin-bottom: 80px!important;
}
.handyfiltermobil * {
	text-transform: uppercase;
}
.handyfiltermobil .form-control {
	padding-left: 30px;
}
.handyfiltermobil::after {
	content: '>';
	transform: rotate(90deg);
	color: white;
	float: right;
	position: relative;
	top: -27px;
	left: 10px;
}
.vorschaubildvideo {
	background-size: contain;
    background-repeat: no-repeat;
}
.videomodul.red * {
	color: white;
}

.mitgliedschaften h1 {
	width: 100%;
	max-width: 100%!important;
}
.filterselect svg {
	width: 22px;
	height: 14px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
	transform: scale(1.0);
	transition: .3s!important;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
	transform: scale(1.5);
}
.timeline .swiper-slide::after {
    right: unset;
    bottom: 0;
    width: 100%;
    height: 100%;
    box-shadow: none!important;
    background: rgb(0,23,58);
	background: -webkit-linear-gradient(80deg, rgba(0,39,98,.3) 0%, rgba(1,23,51,1) 100%);
	background: linear-gradient(170deg, rgba(0,39,98,.3) 0%, rgba(1,23,51,1) 100%);
    border-radius: 0;
}
.ueberschriftmodul {
	margin-top: 80px;
}
ul {
	list-style-type: square;
}

.backbutton {
	max-height: 120px;
}
.footerlinks .col-12 .col-12 {
	min-width: 140px;
}
.kontaktblock form > div {
	display: inline-block;
}
.kontaktblock {
	min-height: 525px;
}
.checkausblenden {
	display: none!important;
}
.terminliste .vollbild {
	max-height: 400px;
	object-position: center top;
}
.terminliste .card-body h3 {
	margin-bottom: 0;
}
.terminliste .card-body > h6:first-of-type {
	margin-bottom: 30px;
	font-weight: 700;
}
.overlaymid {
	margin-top: 100px;
}
.joboverlay.openoverlay.nonscrolled {
    top: 160px!important;
}
.oberlayheader .innerheadetext {
	padding-top: 70px;
	padding-bottom: 120px;
}

.sidelogin {
    padding: 100px 0px 0px 0px;
}
.sidelogin.vorsuche {
    padding: 100px 50px 0px 30px;
}


.yformminus {
	margin-left: -15px;
	margin-right: -15px;
}

.yformminus .form-group, #yform-formular-agb, .yformminus .klein, .rechnungsadresse {
	margin-left: 15px;
	margin-right: 15px;
}
.formular .form-group {
	position: relative;
	width: 48%;
	float: left;
	margin-bottom: 30px;
}
.kontaktblock.extern .form-group:last-of-type {
	width: 100%;
}
.kontaktblock .checkbox {
	margin-left: 0!important;
}

.kontaktblock #yform-formular-textarea {
	width: 98%;
}
.kontaktblock > form > h2 {
    font-size: 28px!important;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.4;
	text-transform: none !important;
}
.bewerben .control-label {
	width: 100%;
}
.form-control {
    border: none;
    border-bottom: 1px solid gray;
    border-radius: 0;
}

.margb {
	margin-bottom: 40px;
}
.form-select {
	color: black!important;
}
.static {
	position: static;
	transition: .5s;
}

.underline {
	text-decoration: underline;
}
.kontaktblock.extern .form-group select {
	    border: none!important;
    border-bottom: 1px solid!important;
    border-radius: 0!important;
}
.kontaktblock.extern .form-group select * {
    border-radius: 0!important;
}


.kontakt-floater.inp.clicked {
	/* height: 460px !important; */
	height: 600px !important;
	max-width: 370px !important;
}
.kontakt-floater.inp .innerschwebend > div {
	justify-content: flex-start;
}
.kontakt-floater.inp textarea {
	border: none;
	border-bottom: 1px solid;
}
.kontakt-floater.inp .innerschwebend .kontaktfloater-person {
	margin-bottom: 30px;
	margin-top: 0px;
}
.kontakt-floater.inp .innerschwebend .kontaktfloater-person .yform {
	margin-top: 15px;
}
.kontakt-floater.inp button.buttonklein.orange {
	margin-top: 20px;
}
.kontakt-floater.inp.clicked .orangehead {
	padding-top: 14px;
}
.kontakt-floater.inp img.akkkontaktimg {
	width: 60px;
	height: 60px;
}
.kontakt-floater.inp .orangehead-show span {
	margin-top: 20px;
	margin-right: 20px;
}
.innerschwebend {
	cursor: default;
}
.kontakt-floater.inp.clicked .innerschwebend {
	height: unset;
}
.kontakt-floater.inp .checkn {
	margin-top: 10px;
}
.kontakt-floater.inp .agbcheck {
	font-size: 14px;
    position: relative;
    left: 10px;
    bottom: 1px;
	white-space: nowrap;
	font-family: 'Roboto Condensed', Roboto, sans-serif;
}
.kontakt-floater.inp p, .kontakt-floater.inp .checkn {
	white-space: nowrap;
}
.kontakt-floater {
	z-index: 9999!important;
}
@media (max-width:991px) {
	.kontakt-floater.inp.clicked {
		/* height: 490px !important; */
		height: 600px !important;
	}
}


.cc-banner.cc-bottom {
	max-width: 600px;
    left: 20px;
    bottom: 20px;
	flex-direction: column;
}
.cc-window.cc-banner {
	padding: 1.8em;
}
.cc-compliance.cc-highlight {
	width: 100%;
	margin-top: 30px;
}

.checkn .agbcheck a {
	text-decoration: underline;
}

.zurück-button {
    margin-left: 20px;
}
.stellenteilen {
    background: linear-gradient(225deg,rgba(227, 19, 30,1) 10%, rgba(110, 0, 10,1) 100%);
    border-radius: 30px;
    padding: 16px 30px;
    color: white;
    text-transform: uppercase;
    transition: filter 0.25s ease, .5s background!important;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 25%);
    position: relative;
    top: -50px;
	border: none;
	z-index: 999;
}
.stellenteilen:disabled {
    background: gray;
}
.stellenteilen:hover {
    filter: brightness(1.2);
}
.teilenmeldung {
	position: absolute;
    top: -80px;
    left: 73px;
    background: red;
    border-radius: 20px;
    color: white;
    font-size: 12px;
	width: 0;
	padding: 0;
	transition: .5s;
}
.teilenmeldung.shared {
    padding: 5px 10px;
	width: 62px;
}
.teilenmeldung {
	overflow: hidden;
}
.zurueckbutton {
	color: white;
    opacity: 1;
    position: relative;
    top: -60px;
}
.zurueckbutton:hover a {
	color: white!important;
	opacity: .7;
}



#s-cnt .b-bn .b-tl {
    font-size: .45em;
}
.cc_div .b-tg {
    transform: scale(0.5);
    right: 0;
}



@media(max-width: 2000px) {
	.schwebendglide .inner {
		width: 100%;
	}
}
@media(min-width:1200px) and (max-width: 1600px) {
	.glide__slide .schwebendglide .inner {
		padding-right: 5px;
	}
}
@media(max-width: 1600px) {
	.timeline .swiper-slide-content {
    	width: 70%
	}
	
	.schwebendglide .inner {
		width: 100%;
	}

	.infomodul .inner {
		margin-left: 0;
	}
	.formular .form-group {
		width: 47%;
	}
	.kontaktblock #yform-formular-textarea {
		width: 96%;
	}
}
@media(max-width: 1360px) {
	.navisvg {
		padding-right: 5px;
	}
}
@media(max-width: 1199px) {
	.glide__slide {
		display: block;
		height: auto;
	}
	.schwebendglide {
		position: static;
		height: auto;
	}
	.glide__slide .schwebendglide {
    	opacity: 1;
	}
	.glide__slide img {
		height: 700px;
	}
	.buttonklein.absolute {
		position: static;
		bottom: 40px;
	}
	.offenestellen .buttonklein.absolute {
		margin-top: 50px;
	}
	.navbar-brand img {
		margin-top: 5px;
		max-height: 68px;
	}
	.roesbergaktuell .filterdiv .leftbild {
		margin-bottom: 50px;
		max-height: 80px;
		object-fit: contain;
	}
	.roesbergaktuell .filterdiv .leftbild {
		max-height: 80px;
	}
	.handyopenerout {
		width: 100%;
		display: inline-block;
		float: unset;
		margin-bottom: 30px;
	}
	.handy {
		position: relative;
		margin-top: 30px;
	}
	.clients .first_row .logo_client_slider, .clients .secound_row .logo_client_slider, .clients .third_row .logo_client_slider {
    	width: 25%;
	}
	.handytext {
		display: none;
	}
	.headerslidernone.klein {
		margin-bottom: 200px;
	}
	.headerslidernone.klein .headerbildtext {
		bottom: -200px;
	}
	.headerslidernone.klein .innerheadetext > div {
		padding-right: 30px;
	}
	.textslider {
		padding: 25px;
	}
	.einzelservicebild {
		max-height: 500px;
	}
	.schwebend, .schwebend.scroll {
		max-width: 50px;
		height: 50px;
	}	
	.orangehead {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.orangehead, .innerschwebend {
		padding-left: 22px;
		padding-right: 22px;
		transition: .5s;
	}
	.orangehead svg {
		top: -10px;
		left: -11px;
	}
	.scroll .orangehead, .scroll .innerschwebend {
		padding-left: 22px;
		padding-right: 22px;
		transition: .5s;
	}
	.newssliderino .outterlink, .roesbergaktuell:not(.mform) .outterlink {
		padding: 0!important;
	}
	
.formular .form-group {
	position: relative;
	width: 46%;
	float: left;
	margin-bottom: 30px;
}
.kontaktblock #yform-formular-textarea {
	width: 94%;
}

	.joboverlay {
		display: none;
	}
	.joboverlay.openoverlay {
		display: block;
	}
}

@media (max-width: 1050px) {
  .navbar-brand img {
  margin-top: 10px;
  max-height: 76px;
  width: 210px;
}
}

@media(min-width: 991px) {
	.textbildimg img {
		/* min-height: 600px; */
	}
	.textside {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
@media(max-width: 991px) {
	.navbar-toggler.collapsed .btnn {
		border-bottom: 2px solid #E3131E;
	}
	.navbar-toggler .btnn {
		border-bottom: 2px solid #E3131E;
	}
	.roesbergaktuell .cardi {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.weissback .card-body, .weissback .cardi-body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.weissback .card-body .buttonklein, .weissback .cardi-body .buttonklein {
		bottom: 50px;
		left: 20px;
	}
	.schwebend {
		position: fixed;
		right: 30px;
		bottom: 38px;
	}
	.zahlslider .slick-slide h5 {
		min-height: 100px;
	}
	.joboverlay.openoverlay {
		top: 110px;
	}
	.joboverlay {
		height: calc(100% - 80px);
	}
	.terminliste .obennews .filterselect {
		position: static;
		display: inline-block;
		margin-top: 30px;
		float: right;
	}
	.glide__slide img {
		height: 400px!important;
	}
	h1, .h1 {
		font-size: 40px;
	}
	.friday .break {
		display:table;
	}
	.friday {
		font-size: 60px!important;
	}
	.marginright {
		margin-right: 15px;
	}
	.headerbildtext {
    	/* max-width: 550px; */
		padding: 35px!important;
	}
	.navbar-collapse {
		padding-top: 0px;
		margin-top: 140px;
	}
	.mininav {
		overflow: visible;
	}
	.navisvg {
		float: unset;
		padding-right: 0;
		display: inline-block;
	}
	.dropdown-menu {
		padding: 0;
	}
	.navisvg {
		display: none;
	}
	.glide__slide .schwebendglide {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.slickcontainer {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.textside {
		display: inline-block;
    	width: 100%;
	}
	.textbildimg {
		padding-left: 35px;
		padding-right: 35px;
	}
	.videocol {
		width: 100%;
	}
	.obenvideo .buttonklein {
		margin-bottom: 50px;
	}
	.einzelservicebild {
		max-height: 500px;
	}
	.hoverservice .jsbutton {
		margin-top: 20px;
	}
	.terminliste .obennews .filterselect {
		margin-top: 0;
	}
	.stellenangebotefloater {
		bottom: 52px;
	}
	
	.glide__arrows {
		padding-left: 30px;
		padding-right: 30px;
	}
	/* .untenfooter .footercert {
		position: static;
		margin-top: 20px;
	} */
	.oberlayheader .innerheadetext {
		padding-top: 50px;
		padding-bottom: 80px;
	}
	.overlaymid {
		margin-top: 70px;
	}
	.roesbergaktuell.mform .outterlink .card {
    	padding: 25px;
	}
		.mininav .navbar-nav {
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
		
.formular .form-group {
	position: relative;
	width: 44%;
	float: left;
	margin-bottom: 30px;
}
	.kontaktblock #yform-formular-textarea {
    width: 90%;
}
	.kontakt-floater.inp img {
		margin-bottom: 10px;
	}
	.sidesearch.vorsuche, .sidelogin.vorsuche {
	width: 100%;
}
.sidelogin a:nth-of-type(2n) {
	display: none;
}
.supporth6.download {
	margin-top: 35px;
}

}
@media (min-width: 767px){
	.bewerben .formdoppelt .form-control.col-md-6.fl {
		width: calc(50% - 30px);
		margin: 0 15px;
	}
	.bewerben .formdoppelt .control-label {
		margin: 0 15px;
	}
	.bewerben .formdoppelt  {
		margin: 0 -15px;
	}
	.bewerben .formdoppelt {
		margin-bottom: 20px;
		display: inline-block;
		width: calc(100% + 30px);
	}
}
@media (max-width: 767px){
	#formular .buttonklein {
		position: static;
		right: 0;
		bottom: 0;
		margin-top: 20px;
		margin-bottom: 50px;
	}
	.handy {
		position: relative;
    	margin-top: 30px;
	}
	.clients .first_row .logo_client_slider, .clients .secound_row .logo_client_slider, .clients .third_row .logo_client_slider {
    	width: 33%;
	}
	.rightbackhandy {
		width: 100%;
	}
	.handytext, .handyfilter {
		display: none;
	}
	.handyfiltermobil {
		display: block;
		z-index: 1;
	}
	.videocol  {
		width: 100%
	}
	.vorschaubildvideo .innertext {
		padding: 15px;
	}
	.vorschaubildvideo .innertext .klein {
		margin-bottom: 0;
	}
	.vorschaubildvideo .inner svg, .innereinzelfilm svg {
		width: 40px;
		margin-bottom: 10px;
	}
	.vorschaubildvideo .innertext h6, .innereinzelfilm h6 {
		margin-bottom: 0px;
	}
	p, .p, .p *, li, ul {
		font-size: 16px!important;
	}
	h6, .h6, .h6 * {
		font-size: 14px!important;
	}
	.headerbildtext {
		padding-right: 50px;
		/* max-width: 550px; */
		/* width: 100%; */
	}
	h5, .h5, .h5 * {
		font-size: 23px!important;
	}
	.glide__slide img {
		height: 300px!important;
	}
	.glide__arrows {
		top: 240px;
	}
	.p.text img {
		max-height: 130px;
	}
	
	.marginbottom {
		margin-bottom: 45px!important;
	}
	.obennews h1 {
		max-width: 70%;
	}
	.timeline .swiper-container {
    	height: 500px;
	}
	.timeline .swiper-button-next {
		right: 8%!important;
		transform: rotate(-90deg)!important;
	}
	.timeline .swiper-button-prev {
		left: 8%!important;
		transform: rotate(90deg)!important;
	}
	.swiper-button-next, .swiper-button-prev {
		position: absolute;
		top: 17%;
	}
	.navbar-brand img {
		width: 180px;
	}
	.kontakt-floater.inp.clicked {
		/* height: 500px !important; */
		height: 650px !important;
	}
}
@media(max-width:576px){
	.videocol {
		min-height: unset;
	}
	.schwebend {
		position: fixed;
		right: 10px;
		bottom: 17px;
	}
	.schwebend.clicked {
		right: 0px;
		z-index: 9999;
	}
	.servicebild .card-body .textpadding {
		padding-left: 40px;
    	padding-right: 40px;
	}
	.slick-initialized .slick-slide {
		padding-left: 20px;
    	padding-right: 20px;
	}
	.einzelfilm.slick-slide {
		padding-left: 0px;
    	padding-right: 0px;
	}
	.innerheadetext > div, .glide__slide .schwebendglide .inner {
		padding-top: 20px;
    	padding-left: 20px;
	}
	.slick-initialized .slick-slide {
		margin-left: 15px;
		margin-right: 15px;
	}
	.search_it-url {
		word-break: break-all;
	}
	.formular .form-group {
		position: relative;
		width: 100%;
	}
	h5 {
    	font-size: 24px;
	}
	
	.clients .first_row .logo_client_slider, .clients .secound_row .logo_client_slider, .clients .third_row .logo_client_slider {
    	width: 50%;
	}
	.infomodul .inner {
    	padding: 30px 20px;
	}
	h1, .h1, h1 * {
		font-size: 30px!important;
	}
	.friday {
		font-size: 50px!important;
	}
	.marginright {
		margin-right: 10px;
	}
	.headerbildtext {
		padding: 15px!important;
	}
	.headerbildtext {
		max-width: 100%;
	}
	.glide__slide .schwebendglide {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	h5, .h5, .h5 * {
		font-size: 20px!important;
		font-weight: 400;
	}
	.headerslidernone.klein .headerbildtext {
		bottom: -160px;
	}
	.headerslidernone.klein {
		margin-bottom: 200px;
	}
	.p.text img {
		max-height: 110px;
	}
	.textbildimg {
		padding-left: 15px;
		padding-right: 15px;
	}
	.outterbild {
		padding-top: 150px;
		padding-bottom: 30px;
	}
		.stellenangebotefloater {
		bottom: 31px;
	}
	.glide__arrows {
		padding-left: 10px;
		padding-right: 10px;
	}
	.slickcontainer {
		padding-left: 10px;
		padding-right: 10px;
	}
	.obennews .filterselect {
	    width: 61px;
	}
	.obennews .filterselect span {
	    display: none;
	}
	.obennews .filterselect svg {
    	margin-right: 0px;
	}
	.obennews h1 {
		max-width: 78%;
	}
	.roesbergaktuell .filterdiv .leftbild {
		max-height: 80px;
	}
	.kontaktblock {
		min-height: 761px;
	}
	.yformminus .buttonklein.orange {
		margin-left: 15px;
	}
	.kontaktblock #yform-formular-textarea {
		width: 100%;
	}
	.teilenmeldung {
    left: 47px;
	}
	.cc-banner.cc-bottom {
		left: 0;
		bottom: 30px;
	}
	/*.stellenangebotefloater {
		display: none;
	}*/
}
@media(max-width: 500px) {
	/* .untenfooter .footercert {
		position: static;
	} */
	.timeline .swiper-slide-content {
    	width: 90%
	}
	
}
@media(max-width: 450px) {
	.joboverlay.openoverlay {
		top: 110px;
	}
	
	.joboverlay {
		height: calc(100% - 80px);
	}
	.handy {
    	width: 273px;
	}
	.handytext {
    	padding: 15px;
	}
	.iphone {
		height: 551px;
		top: -13px;
	}
	.handyinner {
		height: 524px;
		border-radius: 30px;
		left: 10px;
	}
	h1, .h1, h1 * {
		font-size: 25px!important;
	}
	.terminblock-body tbody tr {
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	.agbtext {
    	top: -15px;
	}
	
	.friday {
		font-size: 50px!important;
	}
		.marginright {
		margin-right: 9px;
	}
	.navbar-collapse {
		padding-top: 0px;
		margin-top: 120px;
	}
	.innerheadetext {
		padding: 30px;
	}
	.glide__slide .schwebendglide {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	h5, .h5, .h5 * {
		font-size: 18px!important;
	}
	.headerslidernone.klein .headerbildtext {
		bottom: -120px;
	}
	.headerslidernone.klein {
		margin-bottom: 120px;
	}
	.p.text img {
		max-height: 75px;
	}
	.stellenangebotefloater a {
		border-radius: 30px;
		padding: 10px 15px;
		font-size: 14px;
	}
	/* KONTAKT SCHWEBEND */
	.schwebend, .schwebend.scroll {
		max-width: 37px;
		height: 37px;
	}
	.stellenangebotefloater {
		bottom: 25px;
	}
	.orangehead {
    	padding-top: 14px;
		padding-left: 18px;
		padding-right: 18px;
	}
	.orangehead svg {
		right: 20px;
		bottom: 20px;
		width: 23px;
		height: 17px;
	}
	.orangehead span {
    	top: -7px;
	}
	.servicebild h3 {
		font-size: 25px!important;
	}
	.cc-revoke {
		width: 37px;
		height: 37px;
	}
	.navbar-toggler {
		top: 8px;
	}
	.glidebutton {
		padding: 5px;
	}
	.zahlslider .card {
		padding-left: 15px;
		padding-right: 15px;
	}
	.zahlslider #padding {
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.terminblock-body tbody tr td:first-of-type {
		min-width: 130px;
	}
	.terminblock-body .preisteila {
	padding-right: 89px;
	}
	.hyphens {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.oberlayheader .innerheadetext {
		padding-top: 50px;
		padding-bottom: 60px;
	}
}
@media (max-width: 414px) {
	.cc-compliance.cc-highlight a:first-of-type {
		display: none;
	}
}
@media (max-height: 700px) {
	.headerbildtext {
		bottom: 100px;
	}
}

