/**
 * customized stylesheet for www.umzug-leipzig.de
 * last modified: 2024-08-19
 * based on bootstrap v4.5.0
 */

/* titillium-web-regular - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('/static/skins/pietschke/default/fonts/titillium-web-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/skins/pietschke/default/fonts/titillium-web-v8-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-600 - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'),
       url('/static/skins/pietschke/default/fonts/titillium-web-v8-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/skins/pietschke/default/fonts/titillium-web-v8-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-italic - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Titillium Web Italic'), local('TitilliumWeb-Italic'),
       url('/static/skins/pietschke/default/fonts/titillium-web-v8-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/skins/pietschke/default/fonts/titillium-web-v8-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* titillium-web-600italic - latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Titillium Web SemiBold Italic'), local('TitilliumWeb-SemiBoldItalic'),
       url('/static/skins/pietschke/default/fonts/titillium-web-v8-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/skins/pietschke/default/fonts/titillium-web-v8-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('/static/skins/pietschke/default/fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/skins/pietschke/default/fonts/source-sans-pro-v13-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    }

/* source-sans-pro-italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'),
       url('/static/skins/pietschke/default/fonts/source-sans-pro-v13-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/skins/pietschke/default/fonts/source-sans-pro-v13-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-600 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('/static/skins/pietschke/default/fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/skins/pietschke/default/fonts/source-sans-pro-v13-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* source-sans-pro-600italic - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'),
       url('/static/skins/pietschke/default/fonts/source-sans-pro-v13-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/static/skins/pietschke/default/fonts/source-sans-pro-v13-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/**
 * general style
 **/
* {
  outline: 0 !important;
}
:focus {
    outline:none;
}
::-moz-focus-inner {
    border:0;
}

html * {
    font-family: "Source Sans Pro", sans-serif;
}

body {
    background: url('/static/skins/pietschke/default/img/grey-100x100.jpg') repeat top center;
    color:#737373;
    overflow-y: scroll;
    text-rendering: optimizeSpeed;
}

/**
 * headings
 **/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: "Titillium Web", sans-serif;
    color:#364048;
    font-weight: 600;
    text-transform: uppercase;
}
h2, .h2 {
    font-size: 1.575rem;
}
h3, .h3 {
    font-size: 1.475rem;
}
h4, .h4 {
    font-size: 1.375rem;
}
h5, .h5 {
    font-size:1.2rem;
}
h6, .h6 {
    font-size:1.1rem;
}

/**
 * typo
 **/
small {
    font-size: 80%;
    font-weight: inherit;
}
.text-success {
    color: #007500 !important;
}

/**
 * links
 **/
a {
    -webkit-transition-property: color, background-color;
    -webkit-transition-duration: 0.35s;
    -webkit-timing-function: ease-out;
    -moz-transition: all ease-out 0.35s;
    -ms-transition: all ease-out 0.35s;
    -o-transition: all ease-out 0.35s;
    transition: all ease-out 0.35s;
    color: #e55c0c;
}
a:hover {
    color: #007500;
    text-decoration: none;
}

/**
 * various
 **/
hr {
    border-top-style: dashed;
}

/**
 * buttons
 **/
.btn-primary {
    background-color: #007500;
    border-color: #007500;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:active {
    background-color: #fff;
    border-color: #007500;
    color: #007500;
}
.btn-primary:focus,
.btn-primary:active,
.btn-info:focus,
.btn-info:active {
    background-color: #364048 !important;
    border-color: #364048 !important;
    outline: none !important;
    box-shadow: none !important;
}
.btn-info {
    background-color: #cecece;
    border-color: #cecece;
    color: #364048;
}
.btn-info:hover,
.btn-info:active {
    background-color: #364048;
    border-color: #364048;
    color: #fff;
}
.btn-link {
    color: #e55c0c;
}
.btn-link:hover,
.btn-link:focus {
    color: #007500;
}

/**
 * privacy hint
 **/
#privacy_hints {
    bottom: 0;
    margin: 0;
}
#privacy_hints.alert-info {
    background-color: #000;
    background: rgba(0,0,0,0.8);
    border-color: transparent;
    color: #fff;
}
#privacy_hints .text-center {
    text-align: left !important;
}
#privacy_hints .btn-primary {
    border-color: #e55c0c;
    color: #fff;
    background-color: #e55c0c;
}
#privacy_hints .btn-primary:hover,
#privacy_hints .btn-primary:focus {
    background-color: #fff;
    border-color: #fff;
    color: #e55c0c;
}
#privacy_hints a:hover,
#privacy_hints a:focus {
    color: #fff;
    text-decoration: underline;
}

/**
 *  privacy settings
 **/
#privacy-settings-dialog .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
#privacy-settings-dialog .modal-title {
    font-size: 1.25rem;
    font-weight: 600;
}
#privacy-settings-dialog .modal-body {
    padding: 15px;
}
#privacy-settings-dialog .modal-body .form-group:last-child {
    display: none;
}
#privacy-settings-dialog .modal-body > p {
    line-height: 1.2rem;
}
#privacy-settings-dialog .btn-secondary {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}
#privacy-settings-dialog .btn-secondary:hover,
#privacy-settings-dialog .btn-secondary:focus {
    background-color: #656565;
    color: #fff;
    border-color: #656565;
}
#privacy-settings-dialog .form-text.small {
    font-size: 75%;
}
#privacy-settings-dialog .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 117, 0, 0.65);
    border-color: #007500;
}
#privacy-settings-dialog .custom-control-input:checked ~ .custom-control-label::before {
    background-color: rgba(0, 117, 0, 0.85);
    border-color: #007500;
}
#privacy-settings-dialog .custom-control-input:active~.custom-control-label::before {
    background-color:#007500;
    border-color: #007500;
}
#privacy-settings-dialog .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-color: #007500;
}
#privacy-settings-dialog .custom-checkbox .custom-control-input:focus~.custom-control-label::before{
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 117, 0, 0.25);
}

/**
 * privacy / breadcrumbs
 **/
#breadcrumbnav {
    display: none;
}

/**
 * content container
 **/
/*.img-container {
    background: url('/static/skins/pietschke/default/img/shadow-2.png') no-repeat;
    -ms-background-position-x: center;
    background-position-x: center;
    -ms-background-position-y: 100%;
    background-position-y: 100%;
    padding-bottom: 1.7rem;
}
.img-container img {
    background-color: #fff;
    padding:5px;
}*/

/**
 * custom box shadows
 **/
.img-container {
	position: relative;
    display: inline-block;
	padding: 5px;
    background: #fff;
    margin-bottom: 25px;
}
.img-container:after,
.img-container:before {
	content: "";
	position: absolute;
	width: 50%;
	height: 100px;
	z-index: -10;
}

.shadow-horizontal-curve:before {
	top: 72%;
	left: 15px;
    width: 90%;
	height: 20%;

	transform: rotate(-5deg);
    border-radius: 125px / 12px;
    box-shadow: 4px 10px 12px #555;
}
.shadow-horizontal-curve:after {
	top: 70%;
	right: 15px;
    width: 90%;
	height: 20%;

	transform: rotate(6deg);
	border-radius: 125px / 12px;
    box-shadow: -4px 10px 12px #555;
}

.shadow-laterals:before {
	top: 25%;
	left: 0;
	width: 100%;
	height: 50%;

	border-radius: 12px / 65px;
	box-shadow: 0 0 15px #555;
}
.shadow-laterals:after {
    display: none;
}
.img-container.shadow-laterals {
    margin-bottom: 0;
}

/**
 * aside content
 **/
.col-sm-8 .col-lg-6 h2 {
    font-size: 1.2rem;
}

/**
 * side header
 **/
#site-header {
    background: url('/static/skins/pietschke/default/img/green-stripe-4x380.jpg') repeat top center;
}

#site-header h1 a {
    color: #fff;
    font-style: italic;
    font-size: 2rem;
    text-transform: initial;
}
#site-header h1 a > small {
    font-size: 1rem;
}

/**
 * navigation (top)
 **/
#topnav .navbar-nav {
    border-top: 1px dashed #fff;
}
#topnav * {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
#topnav .nav-item {
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}
#topnav .nav-link {
    padding-left:15px;
    padding-right:15px;
    border-bottom: 4px solid transparent;
}
#topnav .nav-item .nav-link:hover, #topnav .nav-item.active .nav-link {
    border-bottom-color: #fff;
}

/**
 * navigation / toggler
 **/
#toggler {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border:none;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
}
#toggler:hover {
    opacity: 1;
}
#toggler span {
    background: rgba(255,255,255,0.8);
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
#toggler span:nth-of-type(1) {
}
#toggler span:nth-of-type(2) {
    top: 15px;
    width: 80%;
}
#toggler span:nth-of-type(3) {
    top: 30px;
}
#toggler:not(.collapsed) .toggle-bar-top {
    -webkit-transform: translateY(15px) translateX(0) rotate(45deg);
    -ms-transform: translateY(15px) translateX(0) rotate(45deg);
    transform: translateY(15px) translateX(0) rotate(45deg);
    background: #fff;
}
#toggler:not(.collapsed) .toggle-bar-middle {
    opacity: 0;
    background: #fff;
}
#toggler:not(.collapsed) .toggle-bar-bottom {
    -webkit-transform: translateY(-15px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-15px) translateX(0) rotate(-45deg);
    transform: translateY(-15px) translateX(0) rotate(-45deg);
    background: #fff;
}

/**
 * navigation (aside)
 **/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #007500;
}

/**
 * site footer (sticky)
 **/
html,
body {
  height: 100%;
}
#site-wrapper  {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -270px;
    padding: 0 0 270px;
}
#site-footer {
    height: 270px;
    color: #fff;
}
#site-footer-top {
    background: url('/static/skins/pietschke/default/img/footer-btm.jpg') repeat top center;
    color: #fff;
    font-size:.9rem;
}
#site-footer-top .h2 {
    color: #fff;
    font-size:1.1rem;
}
#site-footer-btm {
    background: url('/static/skins/pietschke/default/img/footer-top.jpg') repeat top center;
    height:50px;
    color: #999;
}
#site-footer-btm p {
    line-height: 50px;
    font-size: small;
}
#site-footer-btm button {
    color: #e55c0c;
    border:none;
    background-color: transparent;
}
#site-footer-btm button:hover,
#site-footer-btm button:focus {
    color: #007500;
    text-decoration: none;
}

#nav_footer-nav .nav-link {
    color: #fff;
}
#nav_footer-nav .nav-link:hover,
#nav_footer-nav .nav-link:focus,
#nav_footer-nav .nav-item.active .nav-link {
    color: #e55c0c;
}

/**
 * google map
 **/
#map_1 a:hover,
#map_1 a:focus {
    color: #007500 !important;
}

/**
 * slider (home)
 **/
body.slider #site-slider {
    background: url('/static/skins/pietschke/default/img/shadow-1.png') no-repeat;
    background-size: contain;
    background-position-x: center;
    position: relative;
    top:-115px;
}
body.slider #site-slider .nivoSlider {
    border: 5px solid #fff;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
}

/**
 * list groups
 **/
.list-group-item.active {
    background-color: #007500;
    border-color: #007500;
    color:#fff;
}
.list-group-item.active a, .list-group-item.active a:hover {
    color: #fff;
}

/**
 * custom list style
 **/
.keyfacts ul {
    padding-left:15px;
}
.keyfacts li {
    list-style-type: none;
    padding-left: 1.3em;
    margin-bottom: 0.25rem;
}
.keyfacts li:before {
    content: "\f00c";
    color: #737373;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: .6rem;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
    margin-left: -2.2em;
    width: 2.2em;
}
.text-success.keyfacts li::before {
    color: #007500;
}

/**
 * gs downloads
 **/
.gs-download-wrapper:hover,
.gs-download-wrapper:focus {
    color: #007500
}

/**
 * portfolio / list
 **/
.c-portfolio-list-item h2 {
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
    text-overflow: ellipsis;
    position: relative;
    display: inline-block;
}

/**
 * gs portfolio / navigation
 **/
.portfolio_services_navigation {
    margin-bottom: 1rem;
}
.portfolio_services_navigation .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
    color:#737373;
}
.portfolio_services_navigation .list-group-item.root .fas {
    margin-left:5px;
}
.portfolio_services_navigation .list-group-item.active {
    background-color: #007500 !important;
}
.portfolio_services_navigation a.list-group-item:hover {
    color: #007500 !important;
}
.portfolio_services_navigation .list-group-item.active,
.portfolio_services_navigation .list-group-item.active:hover {
     color: #fff !important;
}

/**
 * scroll to top button
 **/
a#toTop-right b {
    display: none;
}
a#toTop-right {
    border-color: #007500;
    border-width: 2px;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: normal;
    padding: 7px 12px !important;
    box-shadow: none;
    bottom: 75px;
    display: block;
    z-index: 10000;
}
a#toTop-right i.fas {
    font-size: 1.25rem;
    margin: 0;
    color: #007500;
}
a#toTop-right:hover,
a#toTop-right:focus {
    background-color: #007500;
    border-color: #007500;
}
a#toTop-right:hover i.fas,
a#toTop-right:focus i.fas {
    color: #fff;
}

/**
 *  forms
 **/
label.required:after {
    content: ' *'
}
.gs-dynamic-form .form-control {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="phone"],
input[type="number"],
input[type="password"],
select.form-control,
select {
    height: 38px;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="phone"],
input[type="number"],
input[type="password"],
select.form-control,
textarea.form-control,
select {
    width: 100%;
    border:solid 1px #fff !important;
    background-color: #fff;
    color: #737373;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
.form-inline input[type="text"] {
    border:solid 1px #fff !important;
    background-color: #fff;
    color: #737373;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}
input[type="text"]:hover,
input[type="text"]:focus,
.form-calculator input[type="text"]:hover,
.form-calculator input[type="text"]:focus,
.form-inline input[type="text"]:hover,
.form-inline input[type="text"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="phone"]:hover,
input[type="phone"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
select:hover,
select:focus,
textarea:hover,
textarea:focus,
select.form-control:hover,
select.form-control:focus,
textarea.form-control:hover,
textarea.form-control:focus {
    background-color: #fff;
    border-color: #ccc !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}
input[type="range"]:hover,
input[type="password"]:focus {
    outline: none;
    cursor: pointer;
}
input[type='range']::-moz-focus-outer {
    border: 0;
}
input[type="submit"],
button[type="submit"] {
    background-color: #007500;
    border-color: #007500;
    color: #fff;
    white-space: nowrap;
}
input[type="submit"]:hover ,
button[type="submit"]:hover {
    background-color: #fff;
    border-color: #007500;
    color: #007500;
}
input[type="reset"],
button[type="reset"] {
    background-color: #ddd;
    border-color: #ddd;
}
input[type="reset"]:hover ,
button[type="reset"]:hover {
    background-color: #fff;
}
.form-control.is-invalid {
    border-color: #f33 !important;
}
ul.invalid-feedback,
ul.errorlist {
    color: #f33;
    padding: 0;
    margin: 0 0 0.2em 0;
    list-style-type: none;
    font-size: smaller;
}

/**
 *  content / contact + callback form
 **/
#id_form_contact .gs-dynamic-form label:not(.custom-control-label){
    margin-bottom: 0.25rem;
    font-weight: bold;
}
#id_form_callback .gs-dynamic-form label:not(.custom-control-label){
    margin-bottom: 0.25rem;
}
#id_form_contact .gs-dynamic-form label.custom-control-label {
    font-size: small;
    padding-right: 2rem;
}
#id_form_callback .gs-dynamic-form label.custom-control-label {
    font-size: small;
}

/**
 *  content / contact form / custom forms
 **/
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #007500;
    background-color: #007500;
}

/**
 * forms / reset BS4 behaviour
 **/
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus,
button:focus {
    box-shadow: inset 0 0 0 #fff !important;
}


/**
 * accordions
 **/
.accordion .card:first-child {
    border-top: solid 1px #737373 !important;
}
.accordion .card {
    background-color: transparent;
    border-radius: 0;
    border-bottom: solid 1px #737373 !important;
}
.accordion .card-header {
    background-color: #fff;
}
.accordion .card-header h5 .btn {
    color: #364048;
    font-weight: 600 !important;
    font-size: 1rem;
    text-transform: none;
    line-height: 55px;
}
.accordion .card-header h5 .btn:hover,
.accordion .card-header h5 .btn:focus {
    text-decoration: none;
    color: #007500;
}
.accordion .card-header .fas {
    font-size: 120%;
    line-height: 45px;
    color: #364048;
    margin-top: 0.375rem;
}
.accordion .card-header .fa-minus {
    display: none;
}
.accordion .active .card-header h5 .btn,
.accordion .active .card-header .fas {
    color: #007500;
}
.accordion .active .card-header .fa-plus {
    display: none;
}
.accordion .active .card-header .fa-minus {
    display: inherit;
}
.accordion .card-body > ol,
.accordion .card-body > ul {
    padding-left: 1.125rem;
}
.accordion .card-body > ol > li {
    margin-bottom: 0.75rem;
}
.accordion .card-body > ol > li ol {
    margin: 1rem 0;
    margin: 1rem 0;
}

/**
 * info-container / videos
 **/
.gs-video-wrapper {
    max-width: 480px;
    display: inline-block;
}
.gs-video-wrapper a {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    text-align: center;
}
.gs-video-wrapper .gs-hover-cover {
    width: 100%;
    height: 100%;
    background-color: #000;
    background: rgba(0,0,0,0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: 0.25s ease-in-out all;
    -moz-transition: 0.25s ease-in-out all;
    -o-transition: 0.25s ease-in-out all;
    -ms-transition: 0.25s ease-in-out all;
    transition: 0.25s ease-in-out all;
}
.gs-video-wrapper .fas {
    color: rgba(255,255,255,0.5);
    font-size: 5rem;
    left: calc(50% - 40px);
    top: calc(50% - 45px);
}
.gs-video-wrapper:hover .gs-hover-cover {
    background-color: #000;
    background: rgba(0,0,0,0.666);
}
.gs-video-wrapper:hover .fas {
     color: rgba(255,255,255,0.9);
}

/**
 * info-container / content
 **/
.bg-white ul > li {
    margin-bottom: 1rem;
}

/**
 * modals / video
 **/
.modal-body {
    padding: 0;
}
.modal-content {
    border-radius: 0;
}
.modal-header {
    background-color: #007500;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-title {
    color: #fff;
}
.close {
    color: #fff;
}

/**
 * gs certificates
 **/
#certificates {
    margin: 100px 0 25px;
}

/**
 * gs news
 **/
#gs-carouselNewsticker .carousel-control-next,
#gs-carouselNewsticker .carousel-control-prev {
    display: inline-block;
    opacity: 1;
    top: -59px;
}
#gs-carouselNewsticker .carousel-control-prev {
    right: 30px;
    left: inherit;
}
#gs-carouselNewsticker .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23364048' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
#gs-carouselNewsticker .carousel-control-prev-icon:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e55c0c' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
#gs-carouselNewsticker .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23364048' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
#gs-carouselNewsticker .carousel-control-next-icon:hover {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e55c0c' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/**
 *  gs galleries / image wrapper
 **/
.gs-image-wrapper {
    width: 100%;
}
.gs-image-wrapper a:hover .gs-overlay {
    top: calc(50% - 16px);
    opacity: 1;
}
.galleries-image-container .spinner-grow {
    height: 1.5rem;
    margin: 45%;
    width: 1.5rem;
}

/**
 * calculator / detail
 **/
#calculator-steps fieldset {
    border: solid 1px #cecece;
    margin-bottom: 25px;
}
#calculator-steps fieldset > legend {
    width: auto;
    margin: 0 0 25px;
    padding: 0 1rem;
    font-size: 1.375rem;
}
#move_out fieldset:first-of-type,
#move_in fieldset:first-of-type {
    padding-top: 1rem;
}
#calculator-steps .accordion .card:first-child,
#calculator-steps .accordion .card {
    border-bottom: initial;
}
#calculator-steps .accordion .card-header {
    background-color: transparent;
}

/**
 *  joboffer / detail
 **/
#joboffer-detail h2 {
    margin-bottom: 1.5rem;
}
#joboffer-detail h2,
#joboffer-detail h3 {
    text-transform: none;
}

/* home / jobs teaser */
#joboffer-teaser .col h3 {
    text-transform: none;
}
#joboffer-teaser .col.mb-5 div.flex-lg-column {
    min-height: 80%;
}

/**
 * customized responsive stylesheet for www.umzug-leipzig.de
 * last modified: 2020-01-16
 * based on bootstrap v4.4.1
 */
@media (max-width: 1200px) {
    /* typo */
    h2, .h2 {
        font-size: 1.3rem;
    }
}

@media (max-width: 940px) {
    /* navigation */
    #topnav * {
        text-transform: none;
        font-size: 0.9rem;
    }
    #topnav .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    /* privacy hint */
    #privacy_hints_text p,
    #privacy_hints .btn {
        font-size: 14px;
    }

    /* navigation / top */
    #topnav .container {
        max-width: 100%;
    }

    /* accordion */
    .accordion .card-header h5 .btn {
        white-space: normal !important;
        font-size: 1rem;
        line-height: initial;
    }
    .accordion .card-header h5 .btn > span {
        width: 90%;
        padding-top: 0.5rem;
    }

    /* home / jobs teaser */
    #joboffer-teaser .col.mb-5 div.flex-lg-column {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    /* navigation */
    #topnav * {
        font-size: 1.1rem
    }
    #topnav {
        background-color: #000;
        padding: 0;
    }
    #topnav,
    #topnav .container {
        padding-left: 0;
        padding-right: 0;
    }
    #topnav .float-md-right {
        width: 100%;
    }
    #topnav-collapse {
        border-top: solid 1px #fff;
    }
    #nav_topnav {
        border-top: none !important;
    }
    #nav_topnav .nav-item {
        border-bottom: solid 1px #777;
        margin-right: 0;
    }
    #nav_topnav .nav-item:last-child {
        border-bottom: none;
    }
    #nav_topnav .nav-link {
        border-bottom: none;
        padding: 1rem !important;
    }
    #nav_topnav .nav-item.active .nav-link,
    #nav_topnav .nav-item .nav-link:hover,
    #nav_topnav .nav-item .nav-link:focus {
        color: #e55c0c;
    }

    /* modals */
    .modal-title {
        font-size: 1rem;
    }
    .modal-dialog {
        max-width: 90%;
    }

    /* aside / video */
    .gs-video-wrapper {
        max-width: 100%;
        width: 100%;
        background-color: #000;
    }

    /* accordion */
    .accordion .card-header h5 .btn > span {
        padding-top: 1rem;
    }

    /* certificates */
    #certificates {
        margin-top: 50px;
    }

    /* site footer */
    #site-wrapper  {
        margin: 0 auto;
        padding: 0;
    }
    #site-footer {
        height: auto;
    }
    #site-footer hr {
        border-color: #cecece;
    }
    #site-footer-btm {
        padding: 1rem 0;
        height: auto;
    }
    #site-footer-btm p {
        line-height: initial;
        text-align: center;
    }
}

@media (max-width: 680px) {
    /* privacy hint */
    #privacy_hints_text {
        width: 100% !important;
        float: none !important;
    }

    #privacy_hints .btn {
        float: none !important;
        margin: 10px auto 0 !important;
    }
}

@media (max-width: 575px) {
    /* privacy hint */
    #privacy_hints_text p {
        font-size: 12px;
    }
    #privacy_hints .btn {
        font-size: 12px;
    }

    /* contact / form */
    #id_form_contact .gs-dynamic-form .form-group {
        margin-bottom: 1.5rem;
    }

    /* navigation */
    #nav_topnav .nav-link {
        text-align: center;
    }

    /* modals */
    .modal-dialog {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    /* fonts */
    h1, .h1 {
        font-size: 1.375rem;
    }
    h3, .h3 {
        font-size: 1.125rem;
    }

    /* header */
    #site-header h1 a  {
        font-size: 1.5rem;
    }
    #site-header h1 a > small {
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) {
    /* navigation */
    .c-only {
        display:none;
    }
    #topnav .navbar-nav {
        border-top: 0;
    }
    body.slider #site-header {
        height:400px;
    }
    body.slider #site-slider {
        background-position-y: 40px;
        margin-left:-15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    body.slider #site-content {
        margin-top: -115px;
    }
}
@media (min-width: 992px) {
    body.slider #site-slider {
        background-position-y: 52px;
        margin-left:-20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (min-width: 1200px) {
    body.slider #site-slider {
        background-position-y: 60px;
        margin-left:-23px;
        margin-right: -23px;
        padding-left: 23px;
        padding-right: 23px;
    }
}