/*!
 * mega menu layout
 * optimiced for Contao Official Demo Theme
 */.mod_navigation.dropdown{overflow:visible}.mod_navigation li.mm_container>a,.mod_navigation li.mm_container>span,.mod_navigation li.mm_container>strong{position:relative}.mod_navigation li.mm_container:not(.mm_container_onClickOnly):hover>a:after,.mod_navigation li.mm_container:not(.mm_container_onClickOnly):hover>strong:after,.mod_navigation li.mm_container.mm_container_onClickOnly.mm_isActive>a:after,.mod_navigation li.mm_container.mm_container_onClickOnly.mm_isActive>strong:after{content:"";position:absolute;left:0;right:0;bottom:-3px;height:3px;background-color:#F4F2F0;z-index:110}.mod_navigation li.mm_container .mm_dropdown{display:none;position:absolute;left:0;right:0;z-index:100}.mod_navigation li.mm_container .mm_dropdown>.inner{padding:1rem 2rem;border:1px solid #E5DFDC;background-color:rgba(244, 242, 240, 0.95);overflow:hidden}.mod_navigation li.mm_container:not(.mm_container_onClickOnly):hover .mm_dropdown,.mod_navigation li.mm_container.mm_container_onClickOnly .mm_isActive~.mm_dropdown{display:block}
.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    position: relative;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    margin-bottom: 10px; }
    .contao-cookiebar .cc-group > label {
      flex-grow: 1;
      margin: 5px 0 5px 10px; }
    .contao-cookiebar .cc-group .cc-detail-btn {
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      padding: 8px 10px;
      line-height: 1.2rem; }
      .contao-cookiebar .cc-group .cc-detail-btn span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn:hover {
        color: #717171; }
    .contao-cookiebar .cc-group .cc-detail-btn-details {
      display: inline-block;
      border: 0 none;
      outline: 0 none;
      background: transparent;
      font-size: 13px;
      letter-spacing: 0;
      text-transform: initial;
      cursor: pointer;
      color: #a2a2a2;
      text-decoration: underline;
      padding: 0;
      margin: 0 0 10px; }
      .contao-cookiebar .cc-group .cc-detail-btn-details span:nth-child(2) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(1) {
        display: none; }
      .contao-cookiebar .cc-group .cc-detail-btn-details.cc-active span:nth-child(2) {
        display: inline; }
      .contao-cookiebar .cc-group .cc-detail-btn-details:hover {
        color: #717171; }
  .contao-cookiebar .cc-cookies {
    display: none;
    width: 100%;
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px;
        word-wrap: break-word; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc > p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/* Layout 
blau: #018298;
grau: #8d9798;
hellgrau hg: #E8EAEA;
*/
/*	
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 768px) {} 
@media screen and (max-width: 575px) {}	
*/

@font-face {
	font-family: opensans-regular;
	src: url(/files/theme/fonts/opensans-regular-webfont.ttf),
	url(/files/theme/fonts/opensans-regular-webfont.woff);
}

@font-face {
	font-family: opensans-semibold;
	src: url(/files/theme/fonts/opensans-semibold-webfont.ttf),
	url(/files/theme/fonts/opensans-semibold-webfont.woff);
}

/* layout */

li {
	list-style-image: url(/files/theme/img/aufzaehlung.svg);
}


#header {
	background-image: url(/files/theme/img/nav-hg.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 15px;
	padding-left: 15px;
	height: 100px;
	z-index: 100;
	/*position: relative;*/
	position: fixed;
	width:100%;
	top:0;
	left:0;
}

#container {
	margin-top:100px;
}

body, html, .nav {
	font-family: opensans-semibold, Helvetica, Arial;
}

#header .inside {
    margin-right: auto;
    margin-left: auto;
	max-width: 1400px;
	position: relative;
	z-index: 2;
}

.boxed {
    margin-right: auto;
    margin-left: auto;
	max-width: 1400px;
	position: relative;
	padding:0 15px 0 15px;
}

.full-width {
	background-size: cover;
}

.hg-grau {
	background-color: #E8EAEA;
}

.verlauf-hg {
	background-image: url(/files/theme/img/verlauf-hg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.verlauf-hg-schwarz {
	background-image: url(/files/theme/img/verlauf-hg-schwarz.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#main h2 {
	font-family: opensans-regular, Helvetica, Arial;
	text-transform:uppercase;
	font-size: 20px;
	margin:0px;
	font-weight: 900;
}

.ueberschrift-abstand {
	padding:80px 0 40px 0;
}

#main .linkfarbe a,
#main .routinglink a {
	color: #018298;
}

#main .linkfarbe a:hover {
	text-decoration: underline;
}

a.button {
	background-color: #8D9798;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	border-bottom: 3px solid #018298;
	padding: 10px 20px;
	margin-right: 30px;
	-webkit-transition:300ms ease !important;
    -moz-transition:300ms ease !important;
    -o-transition:300ms ease !important;
    transition:300ms ease !important;
}
a.button:hover {
	background-color: #018298;
}
.mt-70 {
	margin-top: 70px;
}
@media screen and (max-width: 992px) {
	.mt-70 {
		margin-top: 30px;
	}
	.ce_bs_tab_start .tab-content {
		min-height: unset !important;
	}
}

@media screen and (max-width: 1400px) {
	.boxed {
		padding:0px;
		margin:0 15px 0 15px;
	}
}


/* header kontakt  */

#wrapper .aos-animate, body .aos-animate {
	transition-delay: auto;
}

.nav-kontakt {
	position: absolute;
	text-transform:uppercase;
	color: #fff;
	
	right: 12px;
	top: 0px;
	align-items: center;
	font-family: opensans-semibold, Helvetica, Arial;
	font-size: 14px;
}
.nav-kontakt a:nth-child(1) {
	position: relative;
	top: -1px;
}
#wrapper .nav-kontakt p {
	opacity: 0.6;
	-webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}
#wrapper .nav-kontakt p:hover {
	opacity: 1;
	-webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}
#wrapper .nav-kontakt a:hover {
	color: #fff;
	cursor: pointer;
}

.nav-kontakt-container .nav-kontakt a:hover {
	color: #fff;
	cursor: pointer;
}

.inner .nav-kontakt {
	opacity: 1;
}

.inside .nav-kontakt a {
	color: #fff;
	font-size: 14px;
}

.inside .nav-kontakt.first {
	margin-right: 525px;
}
.inside .nav-kontakt.last {
	margin-right: 0;
}
.inside .nav-kontakt {
	margin-right: 245px;
}

.inner .nav-kontakt a {
	color: #fff;
	font-size: 14px;
}

.inner .nav-kontakt-container {
	background-color: #0000001a;
	height: 105px;
	margin-top: -25px;
}



/* nav menu */

.logo {
	margin-top: 20px;
	float: left;
	-webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
}

.logo:hover{
	transform: scale(1.02);
}

.nav-main li a {
	float: left;
	text-transform:uppercase;
	color: #fff;
	font-family: opensans-semibold, Helvetica, Arial;
	font-size: 16px;
}

.nav-main li {
	list-style: none;
	margin-left:45px;
	float: left;
}

.nav-main .level_1 .active .active {
	text-transform: uppercase;
	font-family: opensans-semibold, Helvetica, Arial;
	padding-left: unset;
	color: #018298;
}

.nav-main li.first {
	margin-left:0px;
}

.nav-main {
	position: absolute;
	right: 15px;
	top: 50px;
}

.mod_navigation li.mm_container .mm_dropdown {
	display:block;
	visibility:hidden;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
    margin-top:30px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .1);
} 

.mod_navigation li.mm_container:hover .mm_dropdown {
	visibility:visible;
    opacity:1;
    filter:alpha(opacity=100);
    margin-top:40px;
}

.nav-main li.mm_container .mm_dropdown > .inner {
	background-color: #fff;
	border: 0px;
	padding: 20px 0px;
	positon: relative;
	left: 30px;
	text-align: left;
}

.nav-main li.mm_container .mm_dropdown {
	width: 250px;
	z-index: 10;
	position: absolute;
}

.nav-main .level_1 li.mm_container .mm_6 {
	width: 310px;
}

.nav-main .level_1 li.mm_container .mm_7 {
	width: 210px;
}

.nav-main .level_1 li.mm_container .mm_8 {
	width: 300px;
	right: 0px;
}

.nav-main .level_1 li.mm_container .mm_8 .nav-active-line {
	float: right;
}

.mod_navigation li.mm_container:hover .mm_8 {
	z-index: -1;
}

.nav-main .level_1 .mm_dropdown a:hover {
	text-decoration: none;
	color: #018298;
	transition: 0.5s;
}

.nav-main .level_1 a:hover {
	text-decoration: none;
}

.nav-main .mm_dropdown .level_1 .active {
	color: #018298;
	padding-left: 10px;
	text-transform: none;
}

.nav-main .level_1 .active li {
	text-transform: uppercase;
}

.nav-main .level_1 .mm_container a {
	transition: 0.5s;
	padding-bottom: 16px;
}

.nav-main .nav-main-level2 .level_1 a {
	padding: 0 0 0px 20px;
}

.nav-main li.mm_container:hover > a::after, 
.nav-main li.mm_container:hover > span::after{
	height:0px;
}

.nav-main-level2 li a {
	text-transform: none;
	color:#333;
	line-height: 2.5;
	font-family: opensans-regular, Helvetica, Arial;
}

.nav-main-level2 li {
	margin-left:0px;
	/*float: none !important;
	display: flex;*/
}

.mod_navigation li.mm_container .mm_dropdown{
	left: auto;
	right: auto;
}

.nav-active-line {
	height:3px;
	width:130px;
	background-color:#fff;
	position: relative;
	top:-20px;
}

/*.navigation-2 .nav-tabs li.nav-item {
	width: calc(50% - 3px);
}

@media screen and (max-width: 992px) {
	.navigation-2 .nav-tabs li.nav-item {
		width: 100%;
	}
	.navigation-2 .tab-content {
		margin-top: 27px;
	}
}
*/
.ce_bs_tab_start .tab-content {
	min-height: 245px;
}

/* nav-mobile */

.nav-main-mobil .mobile_menu_trigger{
	margin: 0px 0 0 90%;
}

.hamburger-icon-container {
	width: 50px;
	height: 50px;
	position: relative;
	cursor: pointer;
}

.hamburger-icon,
.hamburger-icon:before,
.hamburger-icon:after {
  	content: '';
  	position: absolute;
  	height: 2px;
  	background: #fff;
  	transition: all .5s ease;
}

.hamburger-icon:before {
  	top: -6px;
  	width: 30px;
}

.hamburger-icon {
  	top: 25px;
	width: 30px;
}

.hamburger-icon:after {
  	top: 6px;
  	width: 20px;
}

/* Darstellung wenn das Close-Icon angezeigt werden soll */

.mobile_menu_active .hamburger-icon {
  background: transparent;
  transform: rotate(-135deg)
}

.mobile_menu_active .hamburger-icon:before,
.mobile_menu_active .hamburger-icon:after {
  top: 0px;
  left:-6px;
  width: 30px;
}

.mobile_menu_active .hamburger-icon:before {
  transform: rotate(90deg)
}


.navbar {
	z-index: -1;
}

.navbar-toggler {
	display: none;
}

.mobile_menu_trigger {
	position: absolute;
	margin: 14px 0 0 93%;
}	

.mobile_menu .inner {
	background: #8d9798;
	opacity: 0.97;
}

.mm_7 .inner .mod_navigation .level_1 .first {
	margin-right: 50px;
}

.inner .mod_navigation .level_1 .active {
	line-height: 2.5em;
}

.mod_navigation .level_1 {
	padding-left: 15px;
}

#mobile-menu-2 .inner .mod_navigation {
	margin-top: 60px;
	font-family: opensans-semibold, Helvetica, Arial;
	text-transform: uppercase;
	font-size: 16px;
}

#mobile-menu-2 .inner .mod_navigation .level_1 li {
	text-transform: uppercase;
	list-style: none;
	line-height: 3em;
}

#mobile-menu-2 .inner .mod_navigation .level_1 .active{
	color: #fff;
}


#mobile-menu-2 .inner .mod_navigation .level_1 li a {
	color: #fff;
}

#mobile-menu-2 .inner .mod_navigation .level_1 li a {
	text-decoration: none;
}

#mobile-menu-2 .inner .mod_navigation .level_1 .submenu .level_2 li {
	font-family: opensans-regular, Helvetica, Arial;
	text-transform: none;
	line-height: 3em;
}

#mobile-menu-2 .inner .mod_navigation .level_1 .submenu .level_2 {
	padding-left: 15px;
	min-height: auto;
}

.nav-main-mobil .trigger-open {
	background-image: url(/files/theme/img/burger-menu-icon.svg);
	background-size: cover;
	width:40px;
	height:40px;
	margin:-8px 0 0 -5px;
}

/*
.mod_mobile_menu .active {
	background-image: url(/files/theme/img/kreuz-menu-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
}
*/

.nav-main-mobil .active img{
	overflow: hidden;
}


/* Slider Startseite */

.block p {
	font-size: 20px;
}

.block p a {
	font-size: 16px;
	transition: 0.5s;
}

.block p a:hover {
	text-decoration: none;
	color: #018298;
	transition: 0.5s;
}

.mod_rocksolid_slider {
	height:800px;
}


.rsts-view .rsts-prev {
	margin-bottom: 350px;
	right: auto;
	background-image: url(/files/theme/img/nav-slider-links.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 109px;
	bottom: -20px;
	border: unset;
	box-shadow: unset;
	background-size: 40px,40px;
	background-position-x: left;
}

.rsts-view .rsts-prev:hover {
	background-color: inherit;
}

.rsts-view .rsts-prev {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.rsts-view:hover .rsts-prev {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s linear;
}


.rsts-view .rsts-next {
	margin-bottom: 350px;
	left: auto;
	right: 0;
	background-image: url(/files/theme/img/nav-slider-rechts.png);
	background-repeat: no-repeat;
	width: 48px;
	height: 109px;
	bottom: -20px;
	border: unset;
	box-shadow: unset;
	background-size: 40px,40px;
	background-position-x: right;
}

.rsts-view .rsts-next:hover {
	background-color: inherit;
}

.rsts-view .rsts-next {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.rsts-view:hover .rsts-next {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s linear;
}

.slider {
	top: -100px;
	z-index: 1;
}

.slider-text-weiss {
	top: 160px;
	color: #fff;
	text-transform:uppercase;
	font-family: opensans-regular, Helvetica, Arial;
}

.slider-text-weiss .slider-text-weiss {
	text-shadow: black 0.1em 0.1em 0.4em;
}


.slider-text-grau {
	top: 160px;
	color: #3f3e3e;
	text-transform:uppercase;
	font-family: opensans-regular, Helvetica, Arial;
}

#main .slider-text-grau h2,
#main .slider-text-weiss h2 {
	font-size: 2.5rem;
	font-size: 2.5rem;
	text-transform:uppercase;
	font-weight: 400;
}

.button-slider {
	background-color: #8d9798;
	border-bottom: 3px solid #018298;
	width: 350px;
	height: 60px;
	text-align: center;
	font-size: 16px;
	transition: 0.5s
}


.button-slider p {
	top: 14px;
	position: relative;
	margin-bottom: 0px;
}


.button-slider:hover {
	border-bottom: 60px solid #018298;
	transition: 0.5s;
}

.button-slider a{
	color: #fff;
	font-size: 16px;
	display: block;
	width: auto;
	height: 60px;
	padding-top: 4px;
}

#main .button-slider a:hover{
	color: #fff;
}


/* Teaser Modelle */

.modelle-container-top-mercedes {
	margin-top: -169px;
	float: left;
	width: 100%;
}


.modelle-bogen-links-mercedes {
	background-image: url(/files/theme/img/bogen-modelle-links.png);
	height: 46px;
	width: 99px;
	float: left;
}

.modelle-top-flaeche-weiss-mercedes {
	background-color: #fff;
	height: 46px;
	margin-left: 99px;
}

.modelle-bogen-rechts-mercedes {
	background-image: url(/files/theme/img/bogen-modelle-rechts.png);
	height: 46px;
	width: 99px;
	float: left;
	display: none;
}

.modelle-container-top-ford {
	margin-top: -158px;
	float: left;
	width: 100%;
}

.modelle-bogen-links-ford {
	background-image: url(/files/theme/img/bogen-modelle-links.png);
	height: 46px;
	width: 99px;
	float: right;
	display: none;
}

.modelle-top-flaeche-weiss-ford {
	background-color: #fff;
	height: 46px;
	margin-right: 99px;
}

.modelle-bogen-rechts-ford {
	background-image: url(/files/theme/img/bogen-modelle-rechts.png);
	height: 46px;
	width: 99px;
	float: right;
	margin-top: -46px;
}


.modelle-flaeche {
	background-color: #fff;
	position: relative;
	border-bottom: 3px solid #018298;
	font-family: opensans-semibold, Helvetica, Arial;
	text-transform:uppercase;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	height: 345px;
	z-index: 1;
	margin-bottom: 63px;
}

.modelle-flaeche a{
	text-decoration: none;
	color: #3f3e3e;
		transition: 0.5s;

}

.modelle-flaeche a:hover{
	color: #018298;
	transition: 0.5s;
}


.modelle-top {
	margin-top: -100px;
}

#main .gutter-1px {
	padding:0 1px 0 1px;
}


/* Formular */

.hasDatepicker {
	color: #6c757d;
	width: 160px;
	border-bottom: 1px solid #8d9798;
}

.formular-hoehe {
	padding-top: 450px;
}

.formular-hoehe-werkstatt {
	padding-top: 450px;
}

.hg-formular {
	background-image: url(/files/startseite/team-foto.jpg);
	background-position: center;
	height: 800px;
}

.hg-formular-werkstatt {
	background-image: url(/files/service/werkstatt-termin-vereinbaren/werkstatt-slider.jpg);
	background-position: center;
	height: 800px;
	margin-top: -100px;
}

.hg-formular-probefahrt {
	background-image: url(/files/service/probefahrt-termin-vereinbaren/probefahrt-slider.jpg);
	background-position: center;
	height: 800px;
	margin-top: -100px;
}

.formular-start {
	position: relative;
	background-color: #fff;
	height: 260px;
	float: left;
	width: 100%;
}

.formular-container-top {
	float: left;
	width: 100%;
	margin-top: 350px;
}

.formular-bogen-links {
	background-image: url(/files/theme/img/bogen-modelle-links.png);
	height: 46px;
	width: 99px;
	float: left;
	margin-left: 80px;
}

.formular-top-flaeche {
	height: 46px;
	margin: 0 99px 0 99px;
	float: left;
}

.formular-bogen-rechts {
	background-image: url(/files/theme/img/bogen-modelle-rechts.png);
	height: 46px;
	width: 99px;
	float: right;
	margin-right: 80px;
}

.inside .mod_article .boxed .ce_bs_tab_start .nav-tabs .nav-link {
	border-top-left-radius: unset;
	border-top-right-radius: unset;
}

.nav-tabs {
	height: 46px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border: none;
	padding-top: 8px;
	height: 46px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:hover {
	padding-top: 8px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
	border: none;
}

.nav-tabs .nav-item {
	width: 33.1%;
	text-align: center;
	margin-left: 0.1%;
	margin-right: 0.1%;
	list-style: none;
}

.formbody .form-control:focus {
	box-shadow: none;
	border-bottom: 1px solid #8d9798;
	border-top: #fff;
	border-left: #fff;
	border-right: #fff;
	padding-left: 1px;
	padding-bottom: 6px;
	padding-top: 7px;
}

.nav-item .active {
	font-family: opensans-semibold, Helvetica, Arial;
}

.nav-item {
	font-family: opensans-regular, Helvetica, Arial;
}

.widget.widget-text.widget-calendar.mandatory .mandatory {
	margin-top: 6px;
	cursor: pointer;
	margin-bottom: 5px;
	padding-left: 0;
}

.formbody .mandatory .custom-select {
	cursor: pointer;
	color: #8d9798;
}

.formbody .col-12.col-md-6.col-lg-3 {
	padding: 20px 20px 0 20px;
}

	.formbody .col-12.col-md-6.col-lg-6 {
	padding: 20px 20px 0 20px;
	}

.formbody .form-control {
	padding-left: 0px;
}

.active .btn-primary {
	background-color: #8d9798;
	border: none;
	width: 270px;
	height: 50px;
	border-radius: unset;
	border-bottom: 3px solid #018298;
	text-transform:uppercase;
}

.tab-content {
	background-color: #fff;
	border-bottom: 3px solid #018298;
	padding: 30px;
}

.anfrage-senden {
	width: 270px;
	margin-left: auto;
}

.active .btn-primary:hover {
	background-color: #018298;
	border-radius: none;
	border-bottom: 3px solid #018298;
}

.anfrage-senden .btn-primary:not(:disabled):not(.disabled):active {
	background-color: #018298;
	border-bottom: 3px solid #018298;
}

.active .form-control {
	border: 1px solid #fff;
	border-radius: unset;
	border-bottom: 1px solid #8d9798;
}

.widget-calendar img {
	width: 20px;
	height: auto;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}

.formbody .widget-calendar {
	border-bottom: 1px solid #8d9798;
	margin-bottom: 16px;
}

.widget-calendar .mandatory {
	border: none;
}

.nav-item a {
	color: #fff;
	padding-top: 10px;
}

.nav-item a:hover {
	color: #fff;
}

.nav-link.active:hover {
	padding-top: 10px;
}

.nav-link:hover {
	padding-top: 11px;
}

.nav-link:hover {
	padding-top: 11px;
}

.nav-item:focus {
	background-color: #fff;
}

.nav-item {
	background-color: #8d9798;
	transition: 0.5s;
}

.nav-tabs li {
	list-style-type: none;
}

.nav-item:hover {
	background-color: #018298;
	transition: 0.5s;
}

#wrapper .nav-item .active{
	padding-top: 10px;
}

@media screen and (max-width: 992px) {
	.hg-formular {
		background-image: url('/files/startseite/team-foto-992.jpg');
	}
}

@media only screen and (max-width: 575px) {
	.hg-formular {
		background-image: url('/files/startseite/team-foto-575.jpg');
	}
}



/* Aktuelles */

.uebersicht {
	margin-top: -10px;
}

.mod_newslist .news {
	transition: 0.5s;
}

.mod_newslist .news:hover {
	transition: 0.5s;
	box-shadow: 0 10px 50px -5px rgba(0,0,0,0.15);
	transform: scale(1.015);
}

.news-abstand {
	padding-bottom: 80px;
}

.layout_latest {
	background-color: #8d9798;
	border-bottom: 3px solid #018298;
	min-height: 550px;
}

.layout_latest a:focus {
	border:0px;
	border:none;
	outline:none;
}

.layout_latest h2 a {
	font-family: opensans-regular, Helvetica, Arial;
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
}

.layout_latest a:hover {
	text-decoration: none;
}

.layout_latest h2 {
	padding: 20px 30px 0 30px;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

.layout_latest p {
	font-family: opensans-regular, Helvetica, Arial;
	font-size: 16px;
	line-height: 2em;
	color: #fff;
	padding: 15px 30px 30px 30px;
}

.layout_latest p a {
	color: #fff;
}

.layout_latest img {
	width: 100%;
	height: 100%;
}

.layout_latest .last{
	clear: both;
	margin-bottom: 50px;
}

/*
.layout_full a::after {
	content: '›';
}
*/

.mod_newslist {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.layout_latest  {
	width:31.3%;
	margin:0 1% 2.3% 1%;
}

.mod_newsreader h1 {
	font-size: 2.5rem;
	text-transform:uppercase;
	text-align: center;
	margin: 100px auto 50px auto;
	font-weight: 400;
}

.verlauf-hg .boxed .mod_newsreader .news .block p {
	font-size: 16px;
	color: #000;
}

.block .uebersicht p a {
	color: #000;
}

.block .uebersicht p {
	color: #fff;
}

.mod_newslist .news .uebersicht p {
	color: #fff;
}

.news .img-thumbnail {
	padding: 0;
	border-radius: unset;
}

.block .uebersicht p a:hover {
	text-decoration: none;
	color: #018298;
	transition: 0.5s;
}

.hg-aktuelles-detail {
	background-image: url(/files/service/probefahrt-termin-vereinbaren/probefahrt-slider.jpg);
	background-position: center;
	height: 300px;
	margin-top: -100px;
}


/* Footer Kontakt */

.footer-top {
	background:#E8EAEA;
	height:46px;
}

.footer-inhalt-rechts p {
	font-family: opensans-regular, Helvetica, Arial;
	font-size: 16px;
	text-decoration: none;
	margin: 30px 1% 60px 1%;
	line-height: 2em;
	float: left;
	width: 48%;
	text-align: left;
}

.footer-inhalt-rechts a {
	color: #000000;
}

.footer-inhalt-rechts a:hover {
	color: #000000;
}

.footer-inhalt-links p {
	font-family: opensans-regular, Helvetica, Arial;
	font-size: 16px;
	text-decoration: none;
	margin: 30px 1% 60px 1%;
	line-height: 2em;
	float: left;
	width: 48%;
	text-align: right;
}

.footer-container-top {
	float: left;
	width: 100%;
}

.footer-bogen-links {
	background-image: url(/files/theme/img/bogen-modelle-links.png);
	height: 46px;
	width: 99px;
	float: left;
}

.footer-top-flaeche-weiss {
	background-color: #fff;
	height: 46px;
	margin-right: 99px;
	margin-left: 99px;
}

.footer-bogen-rechts {
	background-image: url(/files/theme/img/bogen-modelle-rechts.png);
	height: 46px;
	width: 99px;
	float: right;
	margin-top: -46px;
}

.alltruck-logo {
	max-width: 730px;
	margin: 0 auto 0 auto;
}

.alltruck-logo img {
	width: 100%;
	height: 100%;
	margin-bottom: -50px;
}


/* Footer */

.footer-hg {
	background-image: url(/files/theme/img/footer-hg.jpg);
	background-position: center;
	height: 662px;
}


.nav-footer .level_1 a {
	float: left;
	color: #fff;
	font-family: opensans-regular, Helvetica, Arial;
	font-size: 16px;
	margin-right: auto;
	/*text-decoration: none;*/ 
}

.nav-footer .level_1 {
	position: absolute;
	top: 100px;
}

.nav-footer .level_1 li {
	float: left;
	list-style: none;
	line-height: 2.2em;
	width: 258px;
}

.nav-footer .level_2 {
	font-family: opensans-regular, Helvetica, Arial;
	float: none;
	margin-top: 50px;
	padding-left: 0px;
	text-transform: none;
}

.nav-footer .level_1 .submenu {
	font-family: opensans-semibold, Helvetica, Arial;
	text-transform: uppercase;
}

ul .level_2 {
	min-height: 160px;
}

.nav-footer .active {
	color: #fff;
}

@media screen and (max-width: 992px) {
	.footer-hg {
		background-image: url(/files/theme/img/footer-hg-992.jpg);
	}
}

@media only screen and (max-width: 575px) {
	.footer-hg {
		background-image: url(/files/theme/img/footer-hg-575.jpg);
	}
}


/* Modellübersicht */

.fahrzeuge-top {
	top: -100px;
}

.bogen-container-top {
	float: left;
	width: 100%;
	bottom: 99px;
	position: absolute;
}

.bogen-links {
	background-image: url(/files/theme/img/bogen-modelle-links.png);
	height: 46px;
	width: 99px;
	float: left;
	position: relative;
	z-index: 3;
}

.bogen-flaeche-weiss {
	background-color: #fff;
	height: 46px;
	margin-right: 99px;
	margin-left: 99px;
	position: relative;
	z-index: 3;
}

.bogen-rechts {
	background-image: url(/files/theme/img/bogen-modelle-rechts.png);
	height: 46px;
	width: 99px;
	float: right;
	margin-top: -46px;
	position: relative;
	z-index: 3;
}

.modelluebersicht .block h4 {
	font-size: 16px;
	padding: 0 30px 0 30px;
	top: 70%;
	position: absolute;
	z-index: 1;
}

.modelluebersicht .block:hover {
	background-color: #F0F0F0;
	transition: background-color 0.5s ease;
}

.modelluebersicht .ce_hyperlink a {
	padding: 0px 0 50px 0;
	box-sizing: border-box;
	display:block;
	position:relative;
	z-index:2;
}
	
.modelluebersicht .auswahl-ueberschrift {
	font-family: opensans-semibold, Helvetica, Arial;
	text-transform:uppercase;
	font-size: 16px;
	padding: 50px 0 20px 30px;
	margin:0px;
}

#main .inside .boxed iframe {
	margin-bottom: 300px;
}


/* Angebote */

.iframe-angebote {
	margin-top: -10px;
	margin-bottom: 93px;
}

/* Service */

#colorbox #cboxLoadedContent {
	border: none;
}

#colorbox #cboxPrevious {
	left: 0px;
}

#colorbox #cboxNext {
	right: 0px
}

#colorbox #cboxClose {
	top: 0px;
	right: 0px;
}

.service-wagen-ueberschrift {
	font-size: 2.5rem;
	text-transform:uppercase;
	text-align: center;
	margin: 0px auto 70px auto;
	font-weight: 400;
}

.service-ueberschrift {
	font-size: 2.5rem;
	text-transform:uppercase;
	text-align: center;
	margin: 100px auto 70px auto;
	font-weight: 400;
}

.neuwagen-ueberschrift {
	font-size: 2.5rem;
	text-transform:uppercase;
	text-align: center;
	/*margin: 100px auto 70px auto;*/
	font-weight: 400;
	/*padding-top: 70px;*/
	padding-bottom: 70px;
}
.neuwagen-mb {
	padding-bottom: 300px;
}
.neuwagen-mb .service-bild {
	height: 650px;
	margin-bottom: 0;
}
.neuwagen-mb .service-text img {
	max-width: 100%;
	height: auto;
}
.neuwagen-mb .align-self-md-center {
	align-self: flex-start !important;
}
@media screen and (max-width: 768px) {
	.neuwagen-mb .service-bild {
		height: 200px;
		margin-bottom: 50px;
	}
	.neuwagen-mb {
		padding-bottom: 150px;
	}
}

.service-text p {
	font-size: 16px;
	line-height: 2em;
	max-height: 500px;
	max-width: 680px;
	padding:30px 0 0 0;
}

.service-text {
	padding: 0 0 0 12%;
}

.service-text-links ul {
	padding: 0 0 0 17%;
	line-height: 2em;
	max-width: 680px;
	list-style: none;
}

.service-text a {
	color: #000;
}

.service-text a:hover {
	color: #000;
}

.service-text-rechts p {
	font-size: 16px;
	line-height: 2em;
	max-height: 500px;
	margin-left: auto;
	max-width: 680px;
	padding:30px 0 0 0;
}

.service-text-rechts h2 {
	text-align: right;
}

.service-text-rechts {
	padding: 0 12% 0 0;
	text-align: right;
}

.service-text-rechts ul {
	line-height: 2em;
	text-align: right;
	padding:30px 0 0 0;
}

.service-text-links {
	max-width: 680px;
}

.ce_dlh_googlemaps {
	padding-top: 30px;
	margin-bottom: -45px;
}

.slider-service {
	/*margin-bottom: -100px;*/
}

@media screen and (max-width: 992px) {
	.ce_dlh_googlemaps .dlh_googlemap{
	  height:500px;
	}
}

/* Werkstatt */

.slider-top {
	margin-top: 200px;
}


/* Team */

.team-ueberschrift {
	font-size: 40px;
	text-transform:uppercase;
	text-align: center;
	margin: auto auto 70px auto;
}

.margin-top {
	margin-top: -100px;
}

.team-bild {
	height: 500px;
	background-image: url(/files/ueber-uns/team-und-unternehmen/unternehmen-bild-01.jpg);
	background-size: cover;
	background-position: center;
}

.service-bild {
	height: 500px;
	background-size: cover;
	background-position: center;
	margin-bottom: 80px;
}

.zwei-spalten {
	padding: 0 15px 0 15px;
}

.align-top .align-self-center {
	align-self:auto !important;
}


/* Kontakt & Öffnungszeiten*/

.kontakt-text p {
	font-size: 16px;
	line-height: 2em;
}

.kontakt-text a {
	color: #000;
}

.kontakt-text a:hover {
	color: #000;
}

.kontakt-ueberschrift {
	font-size: 40px;
	text-transform:uppercase;
	text-align: center;
	margin: 30px auto 70px auto;
	font-weight: 400;
}

.kontakt .no-gutters {
	margin-right: auto;
	margin-left: auto;
}

/* Datenschutz */

.text p {
	font-size: 16px;
	line-height: 2em;
	margin: auto;
}

.abstand-unten-100 {
	padding-bottom: 100px;	
}


/* @Media */


@media screen and (max-width: 1400px) {
	#header {
		background-position: -1508px;
	}
}

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

	.kontakt-text p {
		padding: 0 7% 0 7%;
	}
	
	.service-text {
		padding: 0 7% 0 7%;
	}

	.service-text ul {
		padding: 0 7% 0 7%;
	}
	
	.service-text-rechts, .service-text-links {
		padding: 0 7% 0 7%;
	}
	
	.formular-bogen-links {
		display: none;
	}

	.formular-bogen-rechts {
		display: none;
	}

	/*.col-6.col-md-4.col-lg-3 {
		margin-right: inherit;
		max-width: inherit;
	}*/

	.col-6.col-md-4.col-lg-3 .block img {
		width: 100%;
		height: auto;
	}
}

@media screen and (max-width: 992px) {
	#header {
		background-position: -350px 0px;
	}

	#main .gutter-1px {
		padding:0 15px 0 15px;
	}	

	.nav-main {
		display: none;
	}

	.nav-tabs .nav-item {
		width: 100%;
	}
	
	.nav-tabs {
		height: 46px;
	}
	
	.modelle-flaeche {
		height: 300px;
	}

	.modelle-flaeche p img {
		width: 300px;
	}

	.modelle-top-flaeche-weiss-mercedes {
		margin-right: 99px;
	}

	.modelle-bogen-rechts-mercedes {
		display: inline;
		float: right;
		margin-top: -46px;
	}

	.modelle-top-flaeche-weiss-ford {
		margin-left: 99px;
	}

	.modelle-bogen-links-ford {
		display: inline;
		float: left;
	}

	.layout_latest {
		width: 48%;
	}

	.hg-grau .boxed .mod_newslist .last {
		margin-bottom: 120px;
	}

	.nav-footer .level_1 li {
		clear: both;
		margin: 0 0 0 20px;
	}

	.nav-footer .level_2 {
		display: none;
	}

	.nav-footer .level_1 .active {
		float: inherit;
		margin: 0 auto 10px auto;
	}

	.nav-footer .level_1 .sibling {
		float: inherit;
		margin: 0 auto 10px auto;
	}
	
	.nav-footer .level_1 {
		text-align: center;
		right: 30px;
		left: 0px;
	}

	.footer-hg {
		height: 400px;
	}

	.nav-footer .level_1 .submenu {
		width: 100%;
	}
	
	#header {
		background-image: url(/files/theme/img/nav-hg-smartphone.png);
		z-index: 101;
	}

	.logo {
		width: 128px;
		margin-top: 0px;
	}

	.inside .nav-kontakt {
		display: none;
	}

	.inner .nav-kontakt {
		position: relative;
		padding-left: 12px;
		right: auto;
		top: 15px;
	}

	.inner .nav-kontakt img {
		margin-top: -2px;
		margin-right: 5px;
	}

	.inner .nav-kontakt.first img {
		margin-right: 7px;
	}

	.inner .level_2 {
		opacity: 0.7;
	}

	.iframe-angebote {
		margin-top: -50px;
	}

	.tab-content {
		margin-top: 63px;
	}
	.neukunden-formular .tab-content {
		margin-top: 0;
	}

	.hg-formular {
		height: 489px;
		margin-bottom: 470px;
	}
	
	.hg-formular-werkstatt {
		height: 489px;
		margin-bottom: 470px;
	}

	.hg-formular-probefahrt {
		height: 489px;
		margin-bottom: 470px;
	}

	.formular-hoehe {
		padding-top: 315px;
		margin-bottom: 295px;
	}

	.formular-hoehe-werkstatt {
		padding-top: 315px;
		margin-bottom: 450px;
	}
	
	.nav-item a {
		font-size: 12px;
	}
	
	.formbody .mandatory, .neukunden-formular .formbody .form-control, .formbody input, .formbody textarea {
		font-size: 12px;
	}
	
	.neukunden-formular .formbody .col-12.col-md-6.col-lg-6 {
		padding-top: 0;
	}
		
	.formbody .form-control,  {
		font-size: 12px;
	}
	
	.anfrage-senden .anfrage-senden{
		font-size: 12px;
		width: 200px;
	}
	
	.anfrage-senden {
		width: 200px;
		margin-right: auto;
		margin-top: 15px;
	}
	
	.hasDatepicker {
		width: 140px;
		height: auto;
		border-bottom: 1px solid #8d9798;
	}
	
	.hg-formular.formular-hoehe .boxed.first.block {
		background-color: #E8EAEA;
		height: 700px;
	}

	.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
		height: auto;
	}
	
	.widget-calendar img {
		margin-top: 5px;
	}
	
	.uebersicht {
		margin-top: -49px;
	}
	
	.inner .nav-kontakt a {
		height: 42px;
		display: inline-block;
	}
	.inner .nav-kontakt a:nth-child(2) {
		width: 85%;
	}
	.inner .nav-kontakt p {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.button-slider p {
		top: 12px;	
	}

	
	.service-bild {
		height: 200px;
	}

	.rsts-view .rsts-prev {
		margin-bottom: 150px;
	}

	.rsts-view .rsts-next {
		margin-bottom: 150px;
	}

	.inner .nav-kontakt {
		top: 24px;
	}

	.formbody .col-12.col-md-6.col-lg-3 {
		padding: unset;
	}

	.formbody .col-12.col-md-6.col-lg-6 {
		padding: unset;
	}

	.hg-formular {
		height: 439px;
		margin-bottom: 455px;
	}	

	.hg-formular-werkstatt {
		height: 439px;
		margin-bottom: 455px;
	}	

	.hg-formular-probefahrt {
		height: 439px;
		margin-bottom: 455px;
	}	

	.formular-hoehe {
		padding-top: 281px;
	}

	.formular-hoehe-werkstatt {
		padding-top: 281px;
		margin-bottom: 520px;
	}
	
	.flex-reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	
	.team-ueberschrift {
		margin: 30px 20px 20px 20px;
	}
	
	.kontakt-ueberschrift {
		margin: 30px 20px 20px 20px;
	}
	
	.mod_newsreader h1 {
		margin: 60px 20px 20px 20px;
	}

	.kontakt-text p strong {
		font-size: 16px;
	}

	.kontakt-text p {
		padding: 5% 0 0 0;
	}
	
	.service-text p strong {
		font-size: 16px;
	}

	.service-text p {
		padding: 5% 0 0 0;
	}

	.service-text ul {
		padding: 0 0 5% 0;
	}

	.service-text-rechts p {
		padding: 5% 0 5% 0;
		text-align: left;
	}

	.service-text-rechts ul, .service-text-links ul {
		padding: 5% 0 5% 0;
		text-align: left;
	}

	.modelluebersicht .block h4 {
		top: 63%;
		font-size: 12px;
		height: 45px;
		padding: 0 15px 0 15px;
	}	

	.modelluebersicht .auswahl-ueberschrift {
		padding: 20px 0 0 15px;
	}

	.modelle-flaeche {
		line-height: 1.5em;
	}
	
	.block h1 {
		font-size: 24px;
	}
	
	.block p {
		font-size: 12px;
	}
	
	.block p a {
		font-size: 12px;
	}
	
	.block ul {
		font-size: 14px;
	}
	
	.verlauf-hg .boxed .mod_newsreader .news .block p {
		font-size: 12px;
	}
	
	.layout_latest h2 a {
		font-size: 16px;
		line-height: 1em;
	}
	
	.layout_latest p {
		padding-top: 0px;
	}
	
	.boxed .aktuelles-ueberschrift {
		font-size: 16px;
		padding-bottom: 20px;
	}
	
	.layout_latest {
		min-height: inherit;
	}
	
	.button-slider {
		height: 45px;
		width: 220px;
	}
	
	.button-slider a {
		padding-top: 0px;
	}
	
	.button-slider:hover {
		border-bottom: 45px solid #018298;
	}
	
	.mod_rocksolid_slider {
		height:400px;
	}
	
	.slider-text-grau {
		top: 80px;
	}
	
	.slider-text-weiss {
		top: 80px;
	}
	
	.mod_newslist {
		flex-direction: column;
	}
	
	.layout_latest {
		width: 98%;
	}
	
	.nav-footer .level_1 .submenu {
		font-size: 14px;
	}
	
	.nav-footer .level_1 .sibling {
		font-size: 14px;
	}
		
	.footer-inhalt-rechts p {
		font-size: 12px;
		margin: 30px 0 30px 4%;
		clear: both;
		text-align: center;
		width: 95%;
	}
	
	.footer-inhalt-links p {
		font-size: 12px;
		margin: 30px 0 0 4%;
		clear: both;
		text-align: center;
		width: 95%;
	}
}




/* Cookiebar */

.cookiebar_default.cc-active {
	background: rgba(0, 0, 0, 0.3) !important;
}
.contao-cookiebar .cc-inner {
	max-width: 700px;
	padding: 40px 80px 20px 80px;
	border-radius: 0;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
}
.contao-cookiebar.cookiebar_default p {
	font-size: 17px;
	color: #707173;
	margin: 0;
	line-height: 1.5;
}
.contao-cookiebar button.cc-btn {
	border: none;
	border-radius: 0;
	background: #fff;
	font-size: 13px;
	letter-spacing: normal;
	color: #707173;
	padding: 10px;
	width: 320px;
	margin-top: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.cookiebar_default .cc-groups {
	margin-top: 20px;
}
.cookiebar_default .cc-group {
	border: none;
}
.cookiebar_default .cc-group > .group, .cookiebar_default .cc-group > .cc-detail-btn, .cookiebar_default .cc-group > .cc-detail-btn:hover {
	margin-left: 0;
	color: #707173;
}
.contao-cookiebar .highlight .cc-btn.success {
	background: #018298; /* BUTTON COLOR */
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
}
.contao-cookiebar button.cc-btn:hover, .contao-cookiebar .highlight .cc-btn.success:hover {
	background: #8d9798; /* HOVER COLOR */
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contao-cookiebar.cookiebar_default a {
	color: #707173;
	text-decoration: underline;
	top: 4px;
	position: relative;
	font-size: 17px;
}
.contao-cookiebar.cookiebar_default a::after {
	content: " ›"
}

@media screen and (max-width: 1500px) {
	.contao-cookiebar .cc-inner {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 900px) {
	.contao-cookiebar .cc-inner {
		padding: 30px;
		margin: 0;
		max-width: none;
		height: auto;
	}
	.contao-cookiebar.cookiebar_default p, .contao-cookiebar.cookiebar_default a {
		font-size: 16px;
		text-align: left;
	}
	.contao-cookiebar button.cc-btn {
		width: 100%;
		max-width: 300px;
		font-size: 16px;
	}
}




/* --- Lightbox --- */

#lightcase-nav a, #lightcase-nav a, a.lightcase-icon-close {
	text-decoration: none !important;
}


/* Neukunden Registrierung */

.neukunden-formular {
	margin-top: -450px;
	z-index: 1;
	padding-bottom: 60px;
}
.neukunden-formular .formular-bogen-rechts {
	margin-right: 250px;
}
.neukunden-formular .formular-bogen-links {
	margin-left: 250px;
}
.neukunden-formular li {
	list-style: none;
}
.neukunden-formular .nav-tabs .nav-item {
	width: 49.75%;
}
.neukunden-formular .fineuploader-wrapper .qq-upload-button {
	background: #8D97981A;
	border: none;
	border-bottom: 1px solid #8d9798;
	color: #6C757D;
	height: 50px;
	width: 100%;
	padding: 18px 15px;
}
.neukunden-formular .widget-fineuploader .qq-upload-button-selector span.fineuploader-bild {
	background-image: url("../../files/theme/img/form-upload-50x50.svg");
	display: inline-block;
	height: 100%;
	box-sizing: border-box;
	top: 0px;
	position: absolute;
	right: 0px;
	width: 50px;
}
.neukunden-formular .widget-fineuploader .qq-uploader-selector {
	margin-top: 58px;
	margin-bottom: 15px;
}
.neukunden-formular .widget-fineuploader .fineuploader-item.image img {
	margin-left: 0px;
}
.neukunden-formular .widget-fineuploader .fineuploader-item.image figure {
	width: 80px;
	float: left;
	margin-right: 20px;
}
.neukunden-formular .fineuploader-wrapper .values-list li {
	margin-bottom: 35px;
}
.neukunden-formular .widget-fineuploader .fineuploader-item.image .info span {
	color: #6c757d;
}
.neukunden-formular .qq-upload-list-selector.qq-upload-list {
	margin-bottom: 20px;
}

@media screen and (max-width: 1108px) {
	.inside .nav-kontakt.first {
		display: none;
	}
}



@media screen and (max-width: 992px) {
	.neukunden-formular .fineuploader-wrapper .qq-upload-button {
		font-size: 12px;
		padding-top: 14px;
		padding-right: 50px;
	}
	#wrapper .neukunden-formular .nav-tabs .nav-link {
		height: 46px;
		padding-top: 12px;
	}
	.footer-hg .boxed .nav-footer > .level_1 {
		width: 100%;
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
	.neukunden-formular {
		margin-top: -230px;
	}
}








/* BY FEDERLEICHT */
.federleicht {
	display: block !important;
	width: 89px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	margin-top: 575px;
}
.federleicht a {
	text-decoration: none;
	position: relative;
	border-bottom: none !important;
	display: block;
}
.federleicht a::before {
	content: url(/files/theme/img/federleicht-logo-weiss.svg);
	position: absolute;
	opacity: 0;
	top: 1px;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: 8px;
	height: 32px;
	}
.federleicht a:hover::before {
	opacity: 1;
	top: -16px;
}

@media screen and (max-width: 992px) {
	.federleicht {
		margin-top: 336px;
	}
}





.klappmenu {
	position: fixed;
	bottom: 20px;
	z-index: 2;
	right: 20px;
}
nav.klappmenu .drop-down {
	list-style: none; 
	overflow: hidden;
	/*height: 172px;*/
	font-family: Arial;
	/*width: 200px;*/
	margin: 0 auto;
	padding: 0;
	text-align: center;
	-webkit-transition: height 0.3s ease;
	transition: height 0.3s ease;
	overflow: visible;
	margin-bottom: 80px;
	-webkit-transition:all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
nav.klappmenu .drop-down.closed {
	/*height: 43px;*/
	margin-bottom: 30px;
}
nav.klappmenu .drop-down.closed li:not(:first-child) {
	opacity: 0;
	z-index: -10000;
}
nav.klappmenu .drop-down li:not(:first-child) a::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-size: 60px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	border-radius: 100px;
	margin-bottom: 10px;
	background-image: url(/files/theme/img/werkstatttermin.svg);
}
nav.klappmenu .drop-down li:nth-child(3) a::before {
	background-image: url(/files/theme/img/probefahrt.svg);
}
nav.klappmenu .drop-down li:nth-child(4) a::before {
	background-image: url(/files/theme/img/kontaktieren.svg);
}
nav.klappmenu .drop-down li {
	/*border-bottom: 5px solid #2c3e50;*/
	opacity: 1;
	position: relative;
	list-style: none;
	-webkit-transition:all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

nav.klappmenu .drop-down li a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 10px; 
}
nav.klappmenu .drop-down li a span {
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	border-radius: 100px;
	padding: 8px;
}

/*nav.klappmenu .drop-down li:first-child a:after {
	content: "\25BC";
	float: right;
	margin-left: -30px;
	margin-right: 5px;
}*/
nav.klappmenu .drop-down li:first-child {
	position: absolute;
	bottom: 0;
	opacity: 1;
	right: 72px;
}
nav.klappmenu .drop-down li:first-child a {
	width: 60px;
	height: 60px;
	background-image: url(/files/theme/img/klappmenu-aktiv.svg);
	background-size: 60px;
	cursor: pointer;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
	border-radius: 100px;
}
nav.klappmenu .drop-down.closed li:first-child a {
	background-image: url(/files/theme/img/klappmenu-inaktiv.svg);
}
nav.klappmenu .drop-down li:first-child a:hover,
nav.klappmenu .drop-down li:first-child a {
	background-image: url(/files/theme/img/klappmenu-aktiv.svg);
}




body {
	overflow-x:hidden
}

/* Galerie 2023 */

.mod_newsreader .ce_bs_grid_gallery img {
	width: 100%;
	object-fit: cover;
}
.mod_newsreader .ce_bs_grid_gallery figure {
	margin-bottom: auto
}
.mod_newsreader .ce_bs_grid_gallery .row {
	margin-left: -15px;
	margin-right: -15px;
}
.mod_newsreader .ce_bs_grid_gallery .row > div {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}


.mod_newsreader .image_container img {
	max-width: 760px;
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px) {
	.mod_newsreader .ce_bs_grid_gallery .row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.mod_newsreader .ce_bs_grid_gallery .row > div {
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	nav.klappmenu .drop-down li:first-child {
		right: 0;
	}
	nav.klappmenu .drop-down li a {
		font-size: 14px;
	}
}


/* EUF-Overlay Popup */

.euf_overlay {
	z-index: 1111;
}
.euf_overlay > div {
	padding: 50px;
	background: #EBEBEB;
	border-radius: 40px 0 40px 0;
	overflow: hidden;
	max-width: 700px;
	width: calc(100% - 10px);
}
.euf_overlay h4 {
	font-family: opensans-semibold, Helvetica, Arial;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.euf_overlay p {
	font-family: opensans-semibold, Helvetica, Arial;
	font-size: 16px;
	line-height: 2em;
}
.euf_overlay > div > p:nth-child(2) {
	width: calc(100% + 100px);
	margin-left: -50px;
	margin-top: -50px;
}
.euf_overlay > div > p:nth-child(2) img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.euf_overlay .euf_overlay__close {
	font-size: 0;
	padding: 0;
	width: 50px;
	height: 50px;
}
.euf_overlay .euf_overlay__close::before,
.euf_overlay .euf_overlay__close::after {
	content: "";
	display: block;
	height: 23px;
	width: 2px;
	background-color: #fff;
	position: absolute;
	top: 16px;
	right: 24px;
	box-shadow: 0px 0px 9px #000;
	transform: rotate(45deg);
}
.euf_overlay .euf_overlay__close::after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.euf_overlay > div {
		padding: 30px;
	}
	.euf_overlay > div > p:nth-child(2) img {
		height: 200px;
	}
}










