@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

html, body, * {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    color: #000000; /*#183E56;*/
    font-size: 18pt;
    font-family: 'Lato', Arial, serif;
    font-weight: 400;
    color: #616161;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff; /*#003f4b; /*url('../images/stufezwei_background_bottom.jpg') top center no-repeat;
    background-size: 100% 100%;*/
}

.clr{
    float: none;
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    margin: 0 !important;
    padding: 0 !important;
}

h1, h2, h3, h4, h5 {
  margin: 20px 0 15px 0;
  font-family: 'Bree Serif', serif;
  font-weight: 400;
  color: #fff; /*#183E56;*/ /*(hex: #183E56 || rgb: 38, 56, 104 || cmyk: 96, 86, 32, 20) */
}
h1 {
  font-size: 28pt;
}
h2 {
  font-size: 26pt;
}
h3, .semanticui-body h3 {
  margin: 25px 0 15px 0;
  font-size: 24pt;
  font-weight: 400;
}
.semanticui-body h3 {
  font-size: 25pt;
}
h4 {
  font-size: 20pt;
}
h5 {
  font-size: 30pt;
}

.uc-floating-button-wrapper {
  display: none;
}

#mainbox {
  position: relative;
  x-float: left;
  x-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.topline {
    height: 80px;
    width: 100%;
    background: #797979; /*#dbdbdb; /*#183E56;*/
    background: #dbdbdb url('../images/bg-box-lightblue.jpg') center no-repeat;
    background-size: cover;
    position: fixed;
    top: -80px;
    left: 0;
    z-index: 9999;
    margin: 0px 0 0 0;
    transition: all ease 0.5s;
    box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.topline.show {
    top: 0px;
}

.menuicon {
    width: 25%;
    float: left;
}
a#mobilmenuicon  {
    display: block;
    width: 94%;
    max-width: 80px;
    margin: 10px 0 0 3%;
}
a#mobilmenuicon:hover span {
  background: red;
}
.menuicon a {
    display: block;
    /*width: 94%;
    max-width: 80px;*/
    margin: 10px 0 0 3%;
}
.menuicon span {
    width: 100%;
    max-width: 50px;
    background: #fff; /*#616161;*/
    height: 3px;
    margin: 9px 0;
    display: block;
}
.menuicon span.line3 {
    width: 60%;
    max-width: 35px;
    margin-left: 25% !important; /*19%;*/
    transition: all ease 0.5s;
}
.menuicon:hover span.line3 {
    width: 100%;
    max-width: 50px;
    margin-left: 0px !important; /*25%;*/
}

/* DJ MEGA MENU */

body .jf_mm_trigger.jf_mm_rtl {
  top: 8px;
  left: 8px;
  right: auto;
  position: fixed;
  z-index: 981;
}

.dj-megamenu-offcanvas-dark .dj-mobile-open-btn span + span {
  margin-left: 0px;
}

header .menuicon:hover span.line1 {
  margin-left: 0px;
}

header .dj-megamenu-offcanvas-dark .dj-mobile-open-btn {
  width: 60px;
  background: none;
  z-index: 99999;
}

header .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:hover,
header .dj-megamenu-offcanvas-dark .dj-mobile-open-btn:focus {
  background: none;
}

/*
header .menuiconbox .dj-mobile-open-btn span + span {
	margin-left: 0;
}

header .menuiconbox .dj-mobile-open-btn:focus,
header .menuiconbox .dj-mobile-open-btn:hover {
	color: #5f5959;
	background: none;
}
*/
aside.dj-offcanvas-dark,
aside.dj-offcanvas-dark .dj-offcanvas-top,
aside.dj-offcanvas-dark .dj-offcanvas-content ul li a {
	background: #183e56;
	font-size: 14.5pt;
}

aside ul.dj-mobile-dark li.dj-mobileitem:hover > a,
aside ul.dj-mobile-dark li.dj-mobileitem.current > a,
aside ul.dj-mobile-dark li.dj-mobileitem.active > a,
aside ul.dj-mobile-dark ul li.dj-mobileitem:hover > a,
aside ul.dj-mobile-dark ul li.dj-mobileitem.active > a {
  background: #8B282A;
}
/*
aside ul.dj-mobile-dark li.dj-mobileitem:hover > a,
aside ul.dj-mobile-dark li.dj-mobileitem.current > a {
	color: #00ff7f;
	background: #8B282A;
}
*/


/*********************/

.topline .bc-topline {
    width: 100%;
    float: left;
}
.topline .bc-topline .moduletable div {
    text-align: center;
    display: table;
    width: 100%;
}
.topline ul.breadcrumb {
    height: 80px;
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 80%;
    font-family: 'Georgia', 'serif';
}
.topline .bc-topline li {
    display: inline;
    color: #fff; /*#616161;*/
}
.topline .bc-topline li a {
    color: #fff; /*#616161;*/
    text-decoration: none;
}

.topline .infobox-topline {
    color: #fff;
    position: relative;
}
.topline .infobox-topline .moduletable {
    /*x-display: table-cell;
    x-height: 80px;
    x-vertical-align: middle;*/
    text-align: right;
    float: right;
    /*x-padding: 20px 15px 0 0;
    x-font-size: 1.3em;*/
    position: absolute;
    right: 2%;
    top: 15px;
}
.topline .infobox-topline a {
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0 0 0 5px;
    padding: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff; /*#616161;*/
}
.topline .infobox-topline .svg-inline--fa,
.topline .infobox-topline i {
    x-display: inline-block;
    padding: 0px;
    transition: all ease 0.5s;
    font-size: 20px;
    float: left;
}
.topline .infobox-topline a:hover {
    background: rgba(255, 255, 255, 0.4);
}


.topline .infobox-topline .callbackform {
    width: 340px;
    max-width: 340px;
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    background: #183E56;
    color: #fff;
}
.topline .infobox-topline .callbackform form {
    width: 90%;
    margin: 10px auto;
}
.topline .infobox-topline .callbackform form .ui.header,
.topline .infobox-topline .callbackform form.ui.form label,
.topline .infobox-topline .callbackform form.ui.form .field-desc {
    color: #fff !important;
}
.topline .infobox-topline .callbackform form button {
    font-size: 1.5em;
    margin: 15px 0;
    background: rgba(255, 255, 255, 0.2);
}

.topline a.chronoforms6_credits {
    display: none;
}

.menuicon.main {
  position: absolute;
  left: 1%;
  top: 10px;
  z-index: 999999;
}


a {
    color: #8B282A; /*#E00A1C;*/
}
a:hover {
  text-decoration: none;
}


#jf_mm_menu {
  z-index: 99999;
}


section, .container {
    position: relative;
}


/*

header {
    width: 100%;
    background-size: 100% auto;
    min-height: 100vh;
    position: absolute;
    z-index: 999;
    top: 0;
}
*/
.headbox {
    /*min-height: 95vh;*/
    background-size: 95% auto;
    border: 0px solid red;
    position: relative;
}

#mobilemenuicon {
    margin: 2% 0 0 2%;
    cursor: pointer;
    position: fixed;
    left: 1%;
    top: 1%;
    z-index: 9998;
}
#mobilemenuicon.hidden {
    display: none;
}

.headbox .logobox {
    position: absolute;
    z-index: 99;
    /*left: 50%;*/
    right: 2%;
    bottom: 6%;
    /*top: 0vh;*/
    /*margin: 0px 0 0 -383px;*/
    max-width: 50%;
    width: 100%;
    height: 45vh;

}
.headbox .logobox a {
    display: block;
    position: absolute;
    right: 1%;
    bottom: 0;
}
.headbox .logobox2 .logo,
.headbox .logobox img {
    width: 100%;
    max-width: 300px;
    /*display: none;*/
}
.headbox .logobox .claim {
    position: absolute;
    margin: -175px 0 0 750px;
}

.headbox .logobox.mgs {
    margin: 0 0 0 -350px;
    top: 15vh;
}

.headbox .breadcrumb {
    position: absolute;
    /*left: 50%;*/
    /*top: 20px;*/
    bottom: 5%;
    /*margin: 0 0 0 -45px;*/
    width: 90%;
    left: 5%;
}
.breadcrumb {
    width: 100%;
    margin: 0px 0 0 0;
}
.contentbox div.breadcrumb,
.contentbox .inner {
  background: url('../images/bg-icon-mgs.png') no-repeat;
  background-position: center -80px;
  padding: 110px 0;
}
.headbox .breadcrumb img {
    width: 90px;
    height: auto;
}
.headbox .breadcrumb .sliding-link {
    cursor: pointer;
}

.headbox ul.breadcrumb,
.breadcrumb ul {
    list-style-type: none;
    width: 100%;
    text-align: center;
}
.breadcrumb ul li,
.headbox ul.breadcrumb li {
    display: inline;
}
.breadcrumb ul li {
  font-size: 17pt;
}
.breadcrumb ul li a,
.headbox ul.breadcrumb li a {
    color: #8B282A; /*#E00A1C;*/
}



.skrollable.skrollable-between {
  box-shadow: none !important;
  width: 100%;
}


.flexslider {
  box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.5);
}


.slide-desc-box div {
  width: 100%;
}

.slide-desc-box div .bg-default {
  height: 102vh;
  width: 35%;
}

.slide-desc-box .slide-title {
  margin: 40vh 0 0 0;
}

.slide-desc-box .slide-title div.part1,
.slide-desc-box .slide-title div.part2 {
  position: relative;
  display: inline;
  float: left;
  width: auto;
}

.slide-desc-box .slide-title div.part2 div.part2-inner {
  /*display: inline-block;
  height: 15px;
  width: 100%;
  background-color: red;
  position: absolute;
  left: 0;
  bottom: 0;*/
  display: inline-block;
  padding: 0 10px;
  margin-left: -10px;
  background: url('../images/bg_title.png') no-repeat;
  background-size: 100% 30px;
  background-position: bottom left;
}
.read-more-slider {
  display: block;
}

.readmore, .bm_readmore_button, .read-more-slider a {
    padding: 5px 60px 5px 14px !important;
    margin-top: 20px !important;
    position: relative;
    float: right;
    text-decoration: none;
    line-height: 25pt;
    font-size: 20pt;
    text-align: center;
    color: #fff !important;
    transition: all ease 2.5s;
    background-blend-mode:multiply;
    transition: background-image 1s ease-in-out;
    background:  #8B282A !important;/*
    background: url('../images/bg-box-blue.jpg') center no-repeat;
    background-size: cover;*/
}
.readmore:hover, .bm_readmore_button:hover, .read-more-slider a:hover {
  background: #183E56 !important; /*#E00A1C;*/ /*
  background: url('../images/bg-box-red.jpg') center no-repeat;
*/
}
.read-more-slider a {
  padding: 5px 30px !important;
  float: none;
  text-transform: uppercase;
  text-align: center;
}
/*
.readmore::before, .btn.btn-info::before, .btn.btn-danger::before, .btn.btn-success::before, .btn.btn-warning::before, .bm_readmore_button::before, .read-more-slider a:before,
.readmore i.fas, .readmore i.fa, .readmore .svg-inline--fa, .read-more-slider a .svg-inline--fa {
    / *content: "";* /
    font-family: fontAwesome;
    color: #fff;
    font-size: 25pt;
    line-height: 25pt;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px 5px 15px;
    background: rgba(176,176,176,0.8);
}
*/
.jf_mm_trigger {
  background: none !important;
  font-size: 24pt;
  width: 80px;
}
.jf_mm_trigger .fa, .jf_mm_trigger .fa:before {
  font-size: 36pt;
}
body #jf_mm_menu.jf_mm_rtl .jf_mm_wrapper h2,
body #jf_mm_menu.jf_mm_rtl .jf_mm_wrapper li {
  text-align: left !important;
}
.jf_mm_wrapper h2 {
  font-size: 18pt;
}
.jf_mm_wrapper li a {
  font-size: 14.5pt;
  transition: all ease 0.5s,
}
.jf_mm_wrapper li a:hover,
.jf_mm_wrapper li.active a,
.jf_mm_wrapper li.default2 a,
.jf_mm_wrapper li.active ul li.active a,
.jf_mm_wrapper li.active ul li a:hover {
  background: #8B282A; /*#E00A1C;*/
}
.jf_mm_wrapper li.active ul li a {
  color: #fff;
}


.mm-menu.mm-offcanvas {
    z-index: 9999 !important;
}
.mm-menu {
    background: #183E56 !important; /*#012A36 !important;*/
    color: #fff !important;
}
.mm-menu .mm-navbar {
    border-bottom: 1px solid #fff !important;
}
.mm-listview li.active a, .mm-listview a:hover {
    background: #183E56;
    color: #8B282A; /*#E00A1C;*/
}
.mm-listview > li .mm-next, .mm-listview > li .mm-next::before, .mm-listview > li::after {
    border-bottom: 1px solid #fff !important;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #fff !important;
    font-size: 25px !important;
    border: 0px !important;
    margin: 0 0 20px 0 !important;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next::before, .mm-listview > li::after,
.mm-navbar {
    border-color: #fff !important;
    font-size: 18px !important;
}
.mm-listview .mm-next,
.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-btn::before {
	border-color: #fff !important;
}
.mm-listview li a img {
    display: none;
}

main {
    /*background: url('../images/stufezwei_content_transparenz.png') top center no-repeat;
    background-size: 100% auto;*/
    min-height: 423px;
}

.twoclickyoutubevideos
 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.twoclickyoutubevideos iframe,
.twoclickyoutubevideos object,
.twoclickyoutubevideos embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main .uc-embedding-wrapper h3 {
  font-family: 'Georgia', 'serif';
}

main .uc-embedding-wrapper h3,
main .uc-embedding-wrapper {
  color: #000;
  font-family: 'Lato', Arial, serif;
}

main .uc-embedding-accept {
  background-color: #FF0000;
}

main .uc-embedding-accept:hover {
  background-color: #183E56;
}


main .consent-not-exists .uc-embedding-buttons {
  display: block;
  margin-top: 15px;
}


.contentbox2, .inner,
.box_turned.turn_right .turnbox_content.inner,
.box_turned.turn_right .turnbox_content.inner {
    width: 80% !important;
    max-width: 1900px;
    margin: 0px auto;
    padding: 80px 0 80px 0;
    position: relative;
}

#mgs_content.contentbox {
  padding-bottom: 90px;
  padding-top: 0px;
  background: #dbdbdb url('../images/bg-box-blue.jpg') center no-repeat;
  background-size: cover;
  color: #fff;
  margin: -15px 0 0 0;
  box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.5);
}

.contentbox {
  padding-bottom: 8vh;
  padding-top: 0px;
}

.dzsparallaxer:not(.mode-oneelement) {
  margin: -8vh 0 0 0;
  box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.5);
}

.box_turned.turn_right {
  width: 115%;
  transform: rotate(2deg);
  margin: -9.5vh -7.5% -3.5vh -7.5%;
  position: relative;
  z-index: 9;
}
.box_turned.turn_right .turnbox_content {
  transform: rotate(-2deg);
  width: 80%;
  max-width:1900px;
  margin: 0 auto 8vh auto;
}
.box_turned.turn_left {
  width: 115%;
  transform: rotate(-2deg);
  margin: -9.5vh -7.5% -3.5vh -7.5%;
  position: relative;
  z-index: 9;
}
.box_turned.turn_left .turnbox_content {
  transform: rotate(2deg);
  width: 80%;
  max-width: 1900px;
  margin: 0 auto 0vh auto;
}

.box_turned.turn_right.gray,
.box_turned.turn_left.gray {
  background: #dbdbdb url('../images/bg-box-blue.jpg') center no-repeat;
  background-size: cover;
  color: #fff;
  box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.box_turned.turn_right.gray h3,
.box_turned.turn_left.gray h3 {
  color: #fff;
}

.box_turned.turn_right.white,
.box_turned.turn_left.white {
  background: #fff;
}

.box_turned.turn_right.white h3,
.box_turned.turn_left.white h3,
.timeline h4 {
  color: #183E56;
}

.moduletable.anfrageformular .box_turned .turnbox_content {
  background-image: url('../images/bg-66-mustang.png');
  background-repeat: no-repeat;
  background-position: 0px -00px;
  x-background-size: cover;
}

.moduletable.mgs-faq .timeline .note-image {
  display: none;
}
.timeline .note .note-desc {
  font-size: 18pt;
}

.moduletable.anfrageformular h3.pageHeader {
  margin-top: 120px !important;
}

h3.pageHeader {
  text-align:center;
  display: table;
  border-collapse: collapse;
  x-white-space: nowrap;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-bottom: 80px;
  font-family: 'Georgia', 'serif';
  width: auto;
  font-size: 35pt;
  font-weight: 600;
  text-transform: uppercase;
}

h3.pageHeader::before, h3.pageHeader::after {
  content: "";
  display: table-cell;
  width: 25%;
  background-image: linear-gradient(to right, #183E56 25%, #183E56 25%);
  background-position: 10% 50%;
  background-repeat: repeat-x;
  background-size: 16px 2px;
}

.box_turned.turn_right.gray h3.pageHeader::before, .box_turned.turn_right.gray h3.pageHeader::after,
.box_turned.turn_left.gray h3.pageHeader::before, .box_turned.turn_left.gray h3.pageHeader::after {
  background-image: linear-gradient(to right, #fff 25%, #fff 25%);
}

h3.pageHeader::before {
  border-right: .5em solid transparent;
  margin-right: 10px;
}
h3.pageHeader::after {
  border-left: .5em solid transparent;
  margin-left: 10px;
}


.contentbox a {
  color: #FF0000; /*#8B282A; /*#E00A1C;*/
  text-decoration: none;
}

.contentbox .items-leading div {
  margin: 0 0 20px 0;
  padding: 0 0 30px 0;
}
.contentbox .items-leading div.page-header {
  margin: 0 0 15px 0;
  padding: 0;
}
.contentbox .article-info-term {
  display: none;
}
.contentbox .published {
  font-size: 50%;
}
.contentbox .items-leading .leading-0,
.contentbox .items-leading .leading-1,
.contentbox .items-row.row-fluid {
  border-bottom: 1px solid gray;
  padding-bottom: 30px;
  clear: both;
}

.contentbox .pagination {
  text-align: center;
  font-size: 75%;
  clear: both;
  margin-top: 15px;
}
.contentbox .pagination .counter {
  margin: 20px 0 15px 0;
  display: block;
  text-align: right;
  float: none;
}
.contentbox .pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.contentbox .pagination ul li {
  display: inline;
  border: 1px solid lightgray;
  border-radius: 4px;
  padding: 0 6px;
  margin: 5px 2px;
  transition: all ease 0.5s;
}
.contentbox .pagination ul li:hover {
  background: lightgray;
  border: 1px solid gray;
}
.contentbox .pagination ul li a {
  text-decoration: none;
}
.tooltip {
  display: none;
}


.contentbox .rl_sliders.accordion > .accordion-group {
  margin: 0 0 10px 0;
}
.contentbox a.accordion-toggle {
  text-decoration: none;
  }
.contentbox a.accordion-toggle.collapsed span {
  text-decoration: none;
  color: #8B282A; /*#E00A1C;*/
}
.contentbox a.accordion-toggle span {
  color: #183E56;
}
.contentbox .accordion-toggle:hover {
  color: #183E56;
}
.contentbox .rl_sliders.nn_sliders.accordion.panel-group a:focus{-webkit-box-shadow:none;box-shadow:none}

.contentclaim {
    text-align: center;
    width: 100%;
    margin: 0px 0 60px 0;
}
.contentclaim img {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 1150px;
    height: auto;
}
.socialmedia {
  margin: -5vh 0 0px 0;
  padding: 10vh 0 40px 0;
  background: #dbdbdb url('../images/bg-box-blue.jpg') center no-repeat;
  box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.socialmedia img {
    max-width: 90%;
    margin: 0 5%;
}
.contentbox .bgimg-2 {
    width: 111%;
    margin: 0 -5.5% 0 -5.5%;
}

.contentbox .newsflash h4 {
    margin: 20px 0 0 0;
}


.moduletable.newsbox {
  width: 90%;
  margin: 0 auto 40px auto;
}
.moduletable.newsbox h4 {

  margin: 0px 0 15px 0;
  padding: 20px 0 0px 0;
  clear: both;
}
.moduletable.newsbox .newsblock {
  border-top: 1px solid gray;
  margin: 20px 0 0px 0;
  padding: 0 0 20px 0;
  clear: both;
}

.contentbox .box-infoboxes {
    display: flex;
	flex-wrap: wrap;
}
.contentbox .preisbox,
.contentbox .infobox {
    float: left;
    /*width: 15.5%;*/
    margin: 0 2% 2% 2%;
    padding: 10px 1%;
    border: 1px solid #fff; /*#183E56;*/
    font-size: 25px;
    text-align: center;
    flex: 1;
    box-shadow: 0 0px 10px #000;
    color: #fff; /*#616161;*/
}

.contentbox .preisbox svg,
.contentbox .infobox svg {
  font-size: 70pt;
  margin-top: 30px;
}
.contentbox .infobox.mietfahrzeuge svg {
  font-size: 30pt;
  margin: 0px 20px 10px 0;
}

.contentbox .preisbox,
.contentbox .infobox.anlaesse {
  color: #fff;
}

.contentbox .preisbox {
    margin: 0 1% 30px 1%;
    min-width: 18%;
}
.contentbox .preisbox span.button {
  margin: 15px 0 0 0;
  padding: 5px 10px;
  display: inline-block;
}
.contentbox .infobox.anlaesse {
    /*width: 20.5%;*/
    min-width: 28%;
    margin: 0 1% 30px 1%;
    padding-bottom: 80px;
    position: relative;
}
.contentbox .infobox.anlaesse a.btn {
  position: absolute;
  bottom: 1%;
  left: 2%;
  width: 96%;
  margin: auto;
}
.contentbox .infobox.mietfahrzeuge {
    width: 40%;
    min-width: 40%;
}
.contentbox .infobox.mietfahrzeuge img {
  margin-bottom: 20px;
}
.contentbox .infobox.mietfahrzeuge table td {
  padding-right: 20px;
}


.contentbox .preisbox h3,
.contentbox .infobox h3 {
    background: rgba(255, 255, 255, 0.6); /*#183E56;*/
    color: #fff;
    text-align: center;
    font-size: 30pt;
    padding: 5px 0%;
    /*width: 113.5%;
    margin: -10px 0 10px -7%;*/
    margin: 0 0 10px 0;
}
.contentbox .preisbox .price,
.contentbox .infobox .price {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #8B282A; /*#E00A1C;*/
    font-family: 'Georgia', serif;
    font-size: 25pt;
    background: rgba(255, 255, 255, 0.4);
    padding: 5px 0;
}

.container.main .moduletable.contentbox h3 {
    margin: 0 0 10px 0;
}

.contentbox ul {
    margin: 15px 0 10px 35px;
}

.contentbox .chronoforms,
.contentbox .chronoform label {
  color: #fff !important;
}
.contentbox .chronoforms6_credits {
    display: none;
}
.contentbox .chronoforms .fields .field {
    width: 50%;
}
.contentbox .chronoforms .multifield.grouped.fields {
    clear: both;
    padding: 30px 0;
}
.contentbox .chronoforms .multifield.grouped.fields label,
.contentbox .chronoforms .multifield.grouped.fields .field {
    float: left;
    width: auto;
    margin: 0 20px 0 0;
    color: #fff; /*#183E56;*/
}
.moduletable .ui.form {
  width: 100%;
  max-width: 1900px !important;
  margin: 0 auto;
}
.ui.form label,
.semanticui-body small,
.ui.form .field > label {
    font-size: 20px !important;
    /*color: #183E56 !important;*/
    color: #fff !important;
}
.anfrageformular.box .ui.form label {
  color: #616161 !important;
}
.semanticui-body small {
    font-size: 16px !important;
}
.semanticui-body a {
    color: #E00A1C !important;
}
.contentbox .ui.form .fields .field,
.contentbox .ui.form .field {
    clear: none;
}
.ui.form input:not([type]),
.ui.form input[type="date"],
.ui.form input[type="datetime-local"],
.ui.form input[type="email"],
.ui.form input[type="file"],
.ui.form input[type="number"],
.ui.form input[type="password"],
.ui.form input[type="search"],
.ui.form input[type="tel"],
.ui.form input[type="text"],
.ui.form input[type="time"],
.ui.form input[type="url"],
.ui.form input[type="checkbox"],
.ui.form textarea {
    x-border-radius: 0px !important;
    x-border-color: #183E56 !important;
    width: 100%;
}

.semanticui-body textarea, .semanticui-body input {
  width: 100%;
  border: 1px solid rgba(34,36,38,.15);
    border-top-color: rgba(34, 36, 38, 0.15);
    border-right-color: rgba(34, 36, 38, 0.15);
    border-bottom-color: rgba(34, 36, 38, 0.15);
    border-left-color: rgba(34, 36, 38, 0.15);
border-radius: 4.00000006px;
}
.ui.dropdown.selection {
  width: 100%;
  margin: 0 0 20px 0;
  x-padding-top: 0;
  x-padding-bottom: 0;
  x-min-height: 1em;
}
.ui.selection.dropdown > .delete.icon, .ui.selection.dropdown > .dropdown.icon, .ui.selection.dropdown > .search.icon {
  x-top: 0.5em;
  x-padding: 0.2em 0.5em;
}
.ui.dropdown > .text {
  font-size: 15pt;
}

a.button,
.ui.fluid.button,
.ui.button.green,
button.btn,
.ui.button,
span.button {
    margin: 40px 0 0 0;
    background: #8B282A; /*#E00A1C;*/
    font-size: 24px;
    border: 1px solid #183E56;
    color: #fff;
    clear: both;
    transition: all ease 0.5s;
    cursor: pointer;
}
button.btn {
  padding: 5px 10px;
}
a.button:hover,
.ui.fluid.button:hover,
.ui.button.green:hover,
button.btn:hover,
.ui.button:hover,
span.button:hover {
    background: #183E56;
    color: #fff;
}

a.button {
    padding: .78571429em 0 .78571429em;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 4.00000006px;
}

main #content table,
main #content table td,
main #content table th {
  border: 1px solid #fff;
  border-collapse: collapse;
  padding: 5px;
  text-align: center;
}


/*
button.ui.button.button-right,
a.ui.button.button-right {
  float: right;
  margin: 20px 0 40px 0;
  width: 25%;
}
button.ui.button.button-left,
a.ui.button.button-left {
  float: left;
  margin: 20px 0 40px 0;
  width: 25%;
}
*/

.contentbox.col_2 p {
    /*column-count: 2;*/
}

.contentbox .items-row {
    margin: 0 0 60px 0;
}
.contentbox .page-header {
    margin: 0 0 40px 0;
}


input.input {
  font-size: 20px;
  padding: 5px;
  margin-top: -10px;
}

.container.main .contentimg2,
.container.main .moduletable.map {
  margin: -8px 0 0 0;
}
.container.main .phocamaps-box {
  margin: 0!important;
}
.container.main .pm-desc {
  margin-bottom: 40px;
}

.phoca_info {
  font-size: 9px;
}


.contentmenu {
    padding-bottom: 120px;
}
.contentmenu ul {
    max-width: 90%;
    margin: 0 auto;
}
.contentmenu li {
    width: 32.5%;
    display: inline-block;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 99;
    margin: 0 0.5% 1% 0;
}
.contentmenu li img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 77;
}
.contentmenu li .image-title {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    color: #DDD;
    opacity: 0.8;
    z-index: 88;
    width: 100%;
    font-size: 35px;
    text-align: center;
    padding: 10px 0;
    transition: all ease 0.5s;
}
.contentmenu li:hover .image-title {
    background-color: rgba(0, 0, 0, 0.9);
}

.eventgallery-tiles-list .wrapper .data {

}

#events .item .content .data {
    opacity: 0;
    background: #012A36;
    word-wrap:break-word;
}
#events .item .title {
    word-wrap: break-word;
    word-break: normal;
}


#event .text, .event .text {
    padding: 35px 0 55px 0;
}
.eventgallery-back-button {
    margin: 35px 0 0 0;
    display: block;
}

.contentbox2 {
    padding: 80px 0;
}

.readmore a.btn {
  text-decoration: none;
  color: #fff;
}
 .readmore a.btn:hover {
  color: #fff;
}

p.readmore {
  transition: all 0.5s ease;
}


.contentbox .pull-left.item-image {
  width: 100%;
  display: none;
}
.contentbox .pull-left.item-image img {
  width: auto;
  max-width: 400px;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
}


.adp-substep {
  color: #fff !important;
}


.box_turned.moduletable.slider_km {
  background: #dbdbdb;
  padding: 15px;
  box-shadow: none;
  color: #616161;
  box-shadow: 5px 0px 5px 5px rgba(0, 0, 0, 0.5);
}
.contentbox .moduletable.slider_km h3 {
  background: none;
  color: #fff;
  text-align: center;
}

.bt-cs h3 {
    color: #183E56 !important;
    line-height: inherit;
    text-indent: inherit;
    text-transform: inherit;
    background: none;
    height: auto;
    border: 0px solid #cfcfcf;
}
.bt-cs .slides_container {
  border: 0px !important;
}
.bt-cs .bt-inner {
  color: #616161;
  padding: 0;
}
.bt-cs .bt-row {
  width: 45% !important;
  margin: 0 5% 0 0;
}
.bt-cs .bt-inner .bt-title {
  color: #183E56;
}
.bt-cs .bt-inner .readmore {
  /*border: 1px solid #fff;
  color: #fff;*/
  background: 22376C;
}
.bt-cs .bt-inner .readmore a {
  color: #fff;
}
.bt-cs .bt-inner img {
  border-radius: 50%;
  outline: none;
  margin-right: 25px !important;
}


.content-boxes-after-content table {
  table-layout: fixed;
}
.content-boxes-after-content table h3 {
  margin-top: 0;
}
.content-boxes-after-content table .readmore {
  float: none;
  width: auto;
}

@media ( max-width: 1700px ) {
  main .box_turned.turn_left.white .custom.box .page,
  main .box_turned.turn_left.gray .custom.box .page:not(.column .page) {
    width: 100% !important;
    float: left !important;
    margin-top: 20px;
  }

}


@media ( max-width: 1510px ) {
  .content-boxes-after-content img {
    /*float: none !important;*/
    /*width: 100% !important;*/
    float: none !important;
    width: 100% !important;
    height: auto !important;
  }
  .content-boxes-after-content .socialmedia img {
    width: auto !important;
    height: auto !important;
  }
  .content-boxes-after-content table {
    width:  49% !important;
    float: none2 !important;
  }
}
@media ( max-width: 970px ) {
  .content-boxes-after-content .bt-cs .bt-row {
    width: 90% !important;
    margin: 0 5%;
  } img {
    /*float: none !important;*/
  /*  width: 100% !important;*/
  }
}

@media (max-width: 880px ) {
  .content-boxes-after-content table {
    width:  99% !important;
    float: none !important;
  }
}
/*
.bt-cs {
  display: inline-block !important;
  x-max-width: 100%;
  x-width: 100% !important;
}
.contentbox .slides_container {
  x-max-width: 100%;
  x-width: 100% !important;
}
.contentbox .slides_control {
  x-max-width: 100%;
  overflow: hidden;
  x-width: 100% !important;
}
*/
/*
.contentbox .bm-sweet-slider {
  max-width: 100%;
  height: 430px !important;
    border: none;
    border-radius: 0px;
    margin-bottom: 0px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 0px 0px rgba(204,204,204,1);
}
.contentbox ul.sequence-canvas {
  margin: 0;
}
.contentbox ul.sequence-canvas h2.title {
  top:-10px;
  left: 0%;
  width: 100%;
  margin-top: 0;
  font-size: 25pt;
  text-align: center;
}
.contentbox ul.sequence-canvas .subtitle {
  left: 0;
  top: 310px;
  width: 80%;
  margin: 0 10%;
  font-size: 18pt;
  text-align: center;
}
.contentbox .bm_readmore_button {
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0px;
  margin-bottom: -40px;
}
.contentbox .bm-sweet-slider .animate-in .model,
.contentbox .bm-sweet-slider .animate-out img.model {
  width: 250px;
  height: auto;
  left: 50%;
  top: 50px;
  margin: 0 0 0 -125px;
  border-radius: 50%;
}
.contentbox .bm-sweet-slider .sequence-pagination {
  bottom: 0;
  right: 10%;
  margin: 0;
  display: none !important;
}
.contentbox .bm-sweet-slider .sequence-pagination li {
  height: auto;
}
*/

footer {
    background: #797979; /*#183E56; /* 001C26;*/

    background: #dbdbdb url('../images/bg-box-red.jpg') center no-repeat;
    background-size: cover;
    width: 100%;
    padding: 75px 0;
    font-size: 12px;
}
.footerbox {
    width: 95%;
    /*x-margin: 0 auto;
    x-max-width: 1200px;*/
    x-background: #797979; /*#183E56;*/
    /*x-width: 100%;*/
    padding: 25px 2.5%;
    font-size: 18px;
    color: #fff; /*#616161;*/
}

.footerbox a {
    color: #fff; /*#616161;*/
    text-decoration: none;
}

.footerbox .moduletable {
    float: left;
    margin: 0 2% 0 0;
    width: 31%;
}
.footerbox .moduletable h3 {
    margin: 0 0 20px 0;
    color: #fff; /*#183E56;*/
    font-size: 20pt;
}


.TopBox {
    background: rgba(0, 0, 0, 0) url("../images/top-icon.png") no-repeat center top;
    border: 0 solid blue;
    bottom: 3%;
    display: none;
    height: 56px;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 2%;
    width: 50px;
    z-index: 999;
}
.TopBox ul {
	list-style-type: none;
}
.TopBox ul a {
	display: inline-block;
	width: 50px;
	height: 56px;
	padding: 0px;
}

#ca_banner {
    height: auto !important;
    background: #183E56 !important;
    width: 100% !important;
    min-width: 250px !important;
    max-width: 25% !important;
    right: 2% !important;
    bottom: 5% !important;
    left: auto  !important;
    border: none !important;
    border-width: 0px 0 0px 0 !important;
    border: 1px solid #e00a1c !important;
}
#ca_banner h2,
#ca_banner p,
#ca_banner .accept,
#ca_banner p span {
    font-size: 14px !important;
    color: #fff !important;
}
#ca_banner .accept {
    background: #fff !important;
    color: #183E56 !important;
    /*width: 90% !important;*/
    margin: 5% auto 2% auto !important;
    font-size: 12px !important;
    font-weight: bold !important;
    text-shadow: 0px 0px 0px #fff !important;
}

@media ( max-width: 1997px ) {
  main .box_turned.turn_left.white .custom.box .page {
    width: 49%;
    float: right;
  }

  main .box_turned.turn_left.gray .custom.box .page:not(.column .page) {
    width: 49%;
    float: left;
  }
}


@media ( max-width: 1900px ) {
    .xslider_caption > div {
        top: 20%;
        font-size: 20pt;
      }
  .slide-desc-box .slide-title {
    margin: 30vh 0 0 0;
  }
}

@media (max-width: 1250px ) {
    .headbox .logobox,
    .headbox .logobox.mgs {
        left: 0;
        margin: -65px 0 0 5%;
        display: none;
        border: 0px solid red;
        width: 100%;
        text-align: center;
    }
    .headbox .logobox a,
    .headbox .logobox a img,
    .headbox .logobox.mgs img {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .headbox .logobox .claim {
        position: static;
        margin: 0px 0 0 0%;
        display: block;
    }

      .xslider_caption > div {
        top: 20%;
        font-size: 20pt;
      }

      .inner {
        width: 94% !important;
        max-width: 1900px;
      }

      .box_turned.turn_left .turnbox_content.inner {
        width: 80% !important;
        max-width: 80% !important;
      }

    .contentbox {
        word-wrap:break-word;
        /*font-size: 2em;*/
    }
    .contentbox .preisbox {
        width: 29.0%;
        min-width: 29.0%;
        margin-bottom: 20px;
    }

    .contentbox .infobox,
    .contentbox .infobox.anlaesse,
    .contentbox .infobox.mietfahrzeuge2 {
        min-width: 45.5%;
        margin-bottom: 20px;
    }
    .contentbox .infobox.mietfahrzeuge {
        min-width: 95.5%;
        margin-bottom: 20px;
    }
    /*
    .footerbox .moduletable {
        float: none;
        margin: 0 0 20px 2%;
        max-width: 96%;
        width: 96%;
    }
    */
}

@media ( max-width: 1150px ) {
  body {
    font-size: 20pt;
  }
  h1 {
    font-size: 40pt;
  }
  h2 {
    font-size: 35pt;
  }
  h3 {
    font-size: 30pt;
  }
  h4 {
    font-size: 25pt;
  }
  h5 {
    font-size: 20pt;
  }
    .footerbox {

    }
    .footerbox .moduletable {
        width: 48%;
        max-width: 48%;
    }
    .footerbox .moduletable:nth-child(2) {
        float: left;
        margin-bottom: 40px;
    }
    .footerbox .moduletable:nth-child(3),
    .footerbox .moduletable:nth-child(4){
        margin-top: 30px;
    }
}

@media ( max-width: 1024px ){
    .bigimg {
        background-size: cover;
        background-position: top center;
        background-attachment: scroll;
        height: 100vh !important;
        border: 0px solid magenta;
    }
    .headbox.video {
        min-height: 5vh;
        height: auto;
    }
    .headbox.video .bigimg {
        height: auto!important;
    }
    .xslider_caption > div {
      top: 10%;
      font-size: 20pt;
    }
    /*.bt-cs .bt-row {
      width: 100% !important;
    }*/
    .bt-cs .bt-inner .readmore {
      margin-right: 20px;
    }


}

@media ( max-width: 970px ) {
    .topline {
      height: 120px;
      top: -120px;
    }
    .topline .bc-topline {
      margin: 40px 0 0 0;
    }
}
@media ( max-width: 920px ) {
    .xslider_caption > div {
        font-size: 16pt;
      }
}
@media ( max-width: 850px ) {
    .contentbox .preisbox {
        width: 45.5%;
        min-width: 45.5%;
    }
    .xslider_caption > div {
        font-size: 12pt;
        top: 20%;
        left: 2%;
        padding: 0;
        margin: 0 15px 0 0;
      }

      .contentbox .infobox,
      .contentbox .infobox.anlaesse,
      .contentbox .infobox.mietfahrzeuge {
          min-width: 99.5%;
          margin-bottom: 20px;
      }

      main .box_turned.turn_left.white .custom.box .page,
      main .box_turned.turn_left.gray .custom.box .page:not(.column .page) {
        margin-top: 0;
      }
}

@media ( max-width: 800px ) {
    .xslider_caption {
      width: 94%;
      padding: 0 3%;
    }
    .xsliderContents h3 {
      font-size: 18pt;
      font-weight: 500;
    }
    .contentbox.col_2 p {
        column-count: 1;
    }
    .footerbox .moduletable {
      margin: 0 2% 20px 2%;
      width: 96%;
      max-width: 96%;
    }

    .bigimg .flip-clock-wrapper, .bigimg h2 {
        display: none;
    }
    .headbox .logobox.mgs {
        /*top: 40%;*/
        top: 1.5%;
    }

  .contentbox .pull-left.item-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: none;
    margin: 0 0px 20px 0;
  }
}

@media ( max-width: 768px ) {
    .slide-desc-box {
      position: absolute !important;
      text-align: center !important;
      top: 50% !important;
      -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
      transform: translateY(-50%) !important;
  }
}

@media ( max-width: 650px ) {
    .kundenmeinungen .bt-cs .bt-inner img {
      border-radius: 50%;
      width: 90% !important;
      height: 90%;
      outline: none;
      float: none !important;
      margin-right: 5% !important;
  }

  h3.pageHeader {
    font-size: 25pt;
  }
}


@media ( max-width: 550px ) {
    .contentbox .preisbox {
        width: 97.5%;
        min-width: 97.5%;
    }
    .contentbox .infobox,
    .contentbox .infobox.anlaesse,
    .contentbox .infobox.mietfahrzeuge {
        width: 95.5%;
        margin-bottom: 20px;
    }
}

@media ( max-width: 520px ) {

  main #content table {
    border: none;
    width: 98%;
  }

  main #content table th {
    display: none;
  }

  main #content table tr {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }

  main #content table td {
    float: left;
    width: 100%;
    text-align: left;
  }

  main #content table td::before {
    content: attr(data-label);
    word-break: break-word;
    float: left;
    width: 50%;
    font-weight: bold;
  }
}

@media ( max-width: 430px ) {
  h2 {
    font-size: 29pt;
  }
}

@media ( max-width: 420px ) {
  .ui.dropdown > .text {
    line-height: 18pt;
  }
}
