/* -----------------------------------------------------------------------------------
Basics
----------------------------------------------------------------------------------- */
/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../fonts/pt-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v11-latin-regular.woff') format('woff'); /* Modern Browsers */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../fonts/pt-sans-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v11-latin-700.woff') format('woff'); /* Modern Browsers */
}
/* icomoon */
@font-face {
    font-family: 'icomoon';
    font-weight: 400;
    font-display: swap;
    font-style: normal;
    src: url('../fonts/icomoon.woff') format('woff'); /* Modern Browsers */
}
[class^="fa-"], [class*=" fa-"] {
    position: relative; top: 1px;
    display: inline-block;
    margin-right: 5px;
    font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1;
    /* Better Font Rendering  */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-arrow-down-circle:before {
  content: "\e907";
}
.fa-down:before {
  content: "\e908";
}
.fa-up:before {
  content: "\e909";
}
.fa-link:before {
  content: "\e903";
}
.fa-mail:before {
  content: "\e902";
}
.fa-phone:before {
  content: "\e900";
}
.fa-play:before {
  content: "\e904";
}
.fa-mobile:before {
  content: "\e901";
}
.fa-video:before {
  content: "\e905";
}
.fa-youtube:before {
  content: "\e906";
}
.fa-facebook:before {
  content: "\ea90";
}
.fa-instagram:before {
  content: "\ea92";
}
.fa-twitter:before {
  content: "\ea96";
}


* {
	margin:0; padding:0;
	outline:0;
}


html, body {
	height: 100%; width: 100%;
}

body {
	font-family: "PT Sans", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 24px; font-weight: 400; color: #000;
    background-color: #f0f0eb;
}

h1,h2,h3 {
	margin:0; padding:0;
	color: #000; font-weight: 700;
}
h1, h2.headline {
	margin-bottom: 25px;
	font-size: 24px; line-height: 34px;
}
h1.center {
    text-align: center;
}
h2 {
	margin-bottom: 10px;
	font-size: 22px; line-height: 30px;
}
h2.more-margin {
	margin-bottom: 25px;
}
h3 {
	margin-bottom: 5px;
	font-size: 18px; line-height: 28px;
}
h3.more-margin {
	margin-bottom: 12px;
}
@media (max-width: 767px) {		
    h1, h2 {
        -webkit-hyphens: auto;
           -moz-hyphens: auto;
            -ms-hyphens: auto;
             -o-hyphens: auto;
                hyphens: auto; 
    }
}
@media (min-width: 768px) {		
    h1 {
        font-size: 30px; line-height: 38px;
    }
}

a,
a:hover,
a:focus {
	color:#000; text-decoration: none;
	outline:none;
}
main a, main a:hover, main a:focus {
	color: #000; text-decoration:underline;
}

p {
    margin-bottom: 30px;
}

strong {
	font-weight: 700;
}

main ol {
	margin: 0 0 30px 20px;
}
main ul {
	margin: 0 0 30px 20px; }

    main ul ul {
        margin: 0 0 0 20px;
}

img {
	border: none;
}
figure {
    margin-bottom: 40px;
}
figure img {
	margin-bottom:20px;
}

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


/* General button style (reset) */
div.button a,
button.btn,
a.btn,
span.btn,
.btn.disabled,
.btn[disabled],
a.btn:focus,
a.btn:active:focus,
a.btn.active:focus,
a.btn.focus,
a.btn:active.focus,
a.btn.active.focus {
	display: inline-block;
	margin-top: 5px; padding: 18px 30px;
	font-size: 16px; line-height: 22px; color:#000; font-weight: 700; text-decoration: none;
	outline: none;
	background-color: transparent;
    border: none; border-radius: 50px;
    box-shadow: inset 0px 0px 0px 2px #000;
    cursor: pointer;
    white-space: normal;
    -webkit-transition: all .1s ease;
            transition: all .1s ease;
}
a.btn:hover,
a.btn:active,
span.btn:hover,
span.btn:active,
a.figure-hover-effect figure:hover span.btn,
button.btn:hover,
button.btn:active {
    color: #fff;
    background-color: #000;
	box-shadow: inset 0px 0px 0px 2px #000;
}
button.btn.white,
div.button.white a,
a.btn.white,
div.bg-schwarz a.btn {
    color: #000;
	background-color: #fff;
	border: 2px solid #fff;
    box-shadow: none;
}
a.btn.white:hover,
a.btn.white:active {
	background-color: #fff;
    border: 2px solid #fff;
}

main span.text-link,
main span.text-link:hover,
main a.text-link,
main a.text-link:hover {
    display: block;
    font-weight: 700; color: #559cb4; text-decoration: none;
}

.text-link i {
    font-size: 22px;
}

iframe,
.embed-responsive {
    margin-bottom: 30px;
}

blockquote {
    margin: 0; padding: 0;
    font-size: 15px;
    border: none;
}

::selection {
    color: #fff;
  background: #000; /* WebKit/Blink Browsers */
}
::-moz-selection {
    color: #fff;
  background: #000; /* Gecko Browsers */
}


/* -----------------------------------------------------------------------------------
Container
----------------------------------------------------------------------------------- */
.container-fluid {
	position: relative;
	max-width: 1600px;
}
@media (min-width: 768px) {		
    .container-fluid {
        padding-left: 40px; padding-right: 40px;
    }
}
.container-fluid.no-padding {
	max-width: 1520px;
    padding: 0;
}
.container-fluid.no-space {
	padding: 0;
}
.container.sm {
	max-width: 1100px;
}
div.bg-schwarz {
    background-color: #000;
}
div.bg-weiss {
    background-color: #fff;
}


main {
	display: block;
    padding-top: 60px;
}
main.main-home {
    padding-top: 0; }

	main .row.no-space {
		margin-left: 0; margin-right: 0; }

		main .row.no-space [class^="col-"] {
			margin-bottom: 0; padding: 0;
}
main .row.small-space {
    margin-left: -10px; margin-right: -10px; }

    main .row.small-space [class^="col-"] {
        padding: 0 10px;
}
@media (min-width: 768px) {		
    .container {
          padding-right: 40px;
  padding-left: 40px;
    }
}
@media (max-width: 991px) {		
    .container {
        width: auto;
    }
}
@media (min-width: 992px) {
	main .row {
		margin-left: -20px; margin-right: -20px; }

		main .row [class^="col-"] {
			padding: 0 20px;
	}
}
@media (min-width: 1350px) {
    .container {
        width: 1250px;
    }
    
    main .row.big-space {
        margin-left: -30px; margin-right: -30px; }

        main .row.big-space [class^="col-"] {
            padding: 0 30px;
    }
}

.text-container {
    margin-bottom: 20px;
}
.text-container.small {
    max-width: 1000px;
}


/* -----------------------------------------------------------------------------------
Navigation
----------------------------------------------------------------------------------- */
.header-navigation {
    position: fixed; z-index: 1000;
    width: 100%;
    background-color: #f0f0eb; }

    .nav-logo {
        background-color: #f0f0eb; }

        .nav-logo img.image {
            float: left;
            margin: 15px 0;
            max-height: 35px; width: auto;
}	
@media (min-width: 768px) {
    .nav-logo img.image {
        margin: 25px 15px 25px 0;
        max-height: 45px; width: auto;
    }
}

/* Burger Navigation */
.toggle-button {
	position: absolute; top: 18px; right: 17px; z-index: 30;
	width: 40px; height: 52px;
	transition: .3s;
	cursor: pointer; }

	.toggle-button hr {
		position: absolute;
		display: block;
		width: 38px; height: 4px;
		margin: 0; padding: 0;
		border: none;
		outline: none;
		background-color: #000;
		-webkit-transition: all .2s ease-out;
		-moz-transition: all .2s ease-out;
		transition: all .2s ease-out;
	}
	 .toggle-button hr.line_1 {
		top: 5px;
	}
	 .toggle-button hr.line_2 {
		top: 13px;
	}
	 .toggle-button hr.line_3 {
		top: 21px;
	}
	.button-open.toggle-button hr {
		background-color: #000
	}
	.button-open.toggle-button hr.line_1,
	.button-open.toggle-button hr.line_3 {
		top: 11px
	}
	.button-open.toggle-button hr.line_1 {
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg)
	}
	.button-open.toggle-button hr.line_2 {
		opacity: 0;
		width: 0
	}
	.button-open.toggle-button hr.line_3 {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg)
	}
	.button-open #navigation {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
}
@media(min-width:768px) {
	 .toggle-button {
		top: 30px; right: 38px;
	}
}

/* Navigation Sidebar */
.menu-wrap {
	position: fixed; top: 0; z-index: 20;
	height: 100%; width: 100%; overflow: auto;
	margin-left: -100%;
	font-weight: 700; color: #fff;
	transition: .3s;
	background-color: #559cb4;
}
.menu-wrap.menu-show {
	margin-left: 0; }
	
	.menu-wrap .menu-sidebar {
		margin: 90px 0 80px 15px; }

		.menu-wrap .menu-sidebar ul.menu {
			list-style: none; }

			.menu-wrap .menu-sidebar ul.menu li a {
				font-size: 30px; line-height: 40px; color: #fff; cursor: pointer; }

				.menu-wrap .menu-sidebar ul.menu li.menu-item-has-children {
					position: relative; }

					.menu-wrap .menu-sidebar ul.menu li.menu-item-has-children ul.sub-menu,
					.menu-wrap .menu-sidebar ul.menu li.menu-item-has-children ul.sub-menu ul.sub-sub-menu {
						display: none;
						margin: 0 0 30px 30px;
						list-style: none;
					}
					.menu-wrap .menu-sidebar ul.menu li.menu-item-has-children.active ul.sub-menu,
					.menu-wrap .menu-sidebar ul.menu li.menu-item-has-children.active ul.sub-menu li.menu-item-has-children.active ul.sub-sub-menu {
						display: block; }

						.menu-wrap .menu-sidebar ul.menu li.menu-item-has-children ul.sub-menu li a {
								font-size: 20px; line-height: 30px; 
						}
						.menu-wrap .menu-sidebar ul.menu li.menu-item-has-children.active ul.sub-menu li.active a {
							text-decoration: underline; }

							.menu-wrap .menu-sidebar ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a.sidebar-menu-arrow { position: relative; padding-right: 20px; }
							.menu-wrap .menu-sidebar ul.menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children a.sidebar-menu-arrow:after { position: absolute; right: 0; content: "+"; font-size: 30px;
}
@media(min-width:768px) {
	.menu-wrap .menu-sidebar {
		margin: 140px 0 80px 40px; }
}


/* -----------------------------------------------------------------------------------
Blog
----------------------------------------------------------------------------------- */
.blog-boxen a,
.blog-boxen a:hover {
    color: #000;
}

.blog-boxen figure .image-container {
    position: relative;     }

    .blog-boxen figure .image-container h2 {
        position: absolute; bottom: 40px; z-index: 10;
        margin-right: 20px; padding: 10px 20px;
        background-color: #fff;
}


/* -----------------------------------------------------------------------------------
Header Startseite
----------------------------------------------------------------------------------- */
header.home {
	position: relative;
	margin-bottom:60px;
	height:100%; width: 100%; overflow:hidden;
	background: url("../../home/vinyl-pressung-standbild.jpg") no-repeat center center scroll;
	-webkit-background-size: cover;
	        background-size: cover; }

	header.home video {
		position: absolute; left: 50%; top: 50%;
		min-width: 100%; min-height: 100%; width: auto; height: auto; overflow: hidden;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
}

/* Einleitung */
header.home .einleitung {
    position: absolute; top: 20%; left: 0; right: 0;
    width: 100%;
    font-size: 22px; line-height: 32px; color: #000; font-weight: 700; }
    
    header.home .einleitung p {
        margin-bottom: 10px; }

        header.home .einleitung strong {
            font-size: 32px; line-height: 42px; font-weight: 700;
}			
@media (min-width: 768px) {
     header.home .einleitung strong {
            font-size: 42px; line-height: 52px;
	}
}
@media (max-width: 767px) {
	header.home video {
		display: none;
	}
}
@media (min-width: 992px) {
	header.home .einleitung {
		top: 30%;
    }
}


/* Mouse Scroll Animation */
header.home .icon-scroll,
header.home .icon-scroll:before {
    position: absolute; left: 50%;
}
header.home .icon-scroll {
    bottom: 40px;
    margin-left: -18px;
    width: 36px; height: 62px;
    border: 3px solid #000; border-radius: 20px;
}
header.home .icon-scroll:before {
    top: 8px;
    content: '';
    margin-left: -4px;
    width: 8px; height: 8px;
    background: #000;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
    }
}


/* -----------------------------------------------------------------------------------
Zitat Box
----------------------------------------------------------------------------------- */
.zitat-box {
    margin-bottom: 40px;
    font-size: 22px; line-height: 30px; text-align: center; font-weight: 700;
}
.zitat-box.bg-schwarz,
.zitat-box.bg-weiss,
.zitat-box.bg-tuerkis {
    margin-bottom: 60px; padding: 60px 0 40px 0;
    color: #fff;
    background-color: #000;
}
.zitat-box.bg-tuerkis {
    background-color: #559cb4; }

.zitat-box.bg-weiss {
    color: #000;
    background-color: #fff; }

    .zitat-box.bg-schwarz a,
    .zitat-box.bg-tuerkis a,
    .zitat-box.bg-tuerkis h1,
    .zitat-box.bg-tuerkis h2,
    .zitat-box.bg-schwarz h1,
    .zitat-box.bg-schwarz h2 {
        color: #fff;
    }

   .zitat-box h2 {
        margin-bottom: 15px;
        font-size: 26px; line-height: 34px;
}


/* -----------------------------------------------------------------------------------
Großes Foto + Text
----------------------------------------------------------------------------------- */
.foto-gross-text {
    margin-bottom: 60px; }

    .foto-gross-text .row .textbox {
        background-color: #fff; }

        .foto-gross-text .row .textbox .box {
            padding: 30px 15px 10px 15px;
}
@media (min-width: 768px) {
    .foto-gross-text .imagebox .box img.img-responsive {
        height: 100%; width: 100%;
        object-fit: cover;
        font-family: 'object-fit: cover;';
    }
    
	.foto-gross-text .row .textbox .box {
		padding: 40px 30px 20px 30px;
	}
}
@media (min-width: 992px) {
	.foto-gross-text .row.rechts .imagebox {
		float: right;
	}
	.foto-gross-text .row .textbox .box {
		padding: 40px 20px 20px 30px;
	}
}
@media (min-width: 1200px) {
	.foto-gross-text .row .textbox .box {
		padding: 60px 80px 40px 60px;
	}
}


/* -----------------------------------------------------------------------------------
Text 2 Spalten
----------------------------------------------------------------------------------- */
.text-zwei-spalten {
    margin-bottom: 40px;
}


/* -----------------------------------------------------------------------------------
Angebote Boxen
----------------------------------------------------------------------------------- */
.angebote-boxen {
    margin-bottom: 20px; 
}
.angebote-boxen.bg-weiss {
    margin-bottom: 60px; padding: 50px 0 20px 0; 
}

.angebote-boxen a,
.angebote-boxen a:hover {
    text-decoration: none; }


    .angebote-boxen .box {
        margin-bottom: 40px; padding: 40px 20px 20px 20px;
        border: 1px solid #000;
    }
    .angebote-boxen .box {
        padding: 40px 30px 20px 30px;
    }

.angebote-boxen .box .icon-text .icon-text-box {
    padding-top: 20px;
font-weight: 700;}

    .angebote-boxen .box .icon-text .icon-text-box span {
        display: block; }

    .angebote-boxen .box .icon-text .icon-text-box span.text-gross {
        font-size: 22px; line-height: 30px; }

        .angebote-boxen .box .icon-text img.image {
            margin-bottom: 20px;
}
    .angebote-boxen .box .text-box {
        margin-bottom: 20px;
    }
    .angebote-boxen .box .text-box ul {
        margin-top: -20px;
    }
@media (max-width: 767px) {
    .angebote-boxen .box {
        padding: 20px 15px 5px 15px; }

        .angebote-boxen .ueberschrift-box h2 {
            margin-bottom: 30px;
    }
}


/* -----------------------------------------------------------------------------------
Image Hover Effect
----------------------------------------------------------------------------------- */
a.image-hover-effect,
a.image-hover-effect:hover {
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: translateY(0);
            transform: translateY(0) }

        a.image-hover-effect .image-container,
        a.image-hover-effect .image-container img {
            -webkit-transition: transform .3s ease-in-out;
               -moz-transition: transform .3s ease-in-out;
                 -o-transition: transform .3s ease-in-out;
                    transition: transform .3s ease-in-out;
        }
        a.image-hover-effect .image-container {
            overflow: hidden;
            margin-bottom: 40px; }

            a.image-hover-effect .image-container img {
                display: block;
                width: 100%; height: auto; max-width: 100%;
                -webkit-transform: scale(1);
                        transform: scale(1)
        }
        a.image-hover-effect:hover .image-container {
            -webkit-transform: scale(.97);
                    transform: scale(.97) }

            a.image-hover-effect:hover .image-container img {
                -webkit-transform: scale(1.1);
                        transform: scale(1.1)
}


/* -----------------------------------------------------------------------------------
Impressionen Container (Gallerie)
----------------------------------------------------------------------------------- */
.impressionen-container {
    margin-bottom: 20px;
}
.impressionen-container.bg-weiss {
    margin-bottom: 60px; padding: 60px 0 40px 0;
}

.impressionen-container .galerie-container {
    margin-bottom: 30px;
}

.impressionen-container .galerie-container .text-box {
    padding-top: 10px;
}

a.image-hover-effect-gallery,
a.image-hover-effect-gallery:hover {
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: translateY(0);
            transform: translateY(0) }

        a.image-hover-effect-gallery .image-container,
        a.image-hover-effect-gallery .image-container img {
            -webkit-transition: transform .3s ease-in-out;
               -moz-transition: transform .3s ease-in-out;
                 -o-transition: transform .3s ease-in-out;
                    transition: transform .3s ease-in-out;
        }
        a.image-hover-effect-gallery .image-container {
            overflow: hidden; }

            a.image-hover-effect-gallery .image-container img {
                display: block;
                width: 100%; height: auto; max-width: 100%;
                -webkit-transform: scale(1);
                        transform: scale(1)
        }
        a.image-hover-effect-gallery:hover .image-container {
            -webkit-transform: scale(.97);
                    transform: scale(.97) }

            a.image-hover-effect-gallery:hover .image-container img {
                -webkit-transform: scale(1.1);
                        transform: scale(1.1)
}


/* -----------------------------------------------------------------------------------
Icon Boxen (5 Spalten)
----------------------------------------------------------------------------------- */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.icon-boxen.fuenf-spalten {
    margin-bottom: 40px; 
}
.icon-boxen.fuenf-spalten.bg-weiss {
    padding: 60px 0 40px 0; margin-bottom: 60px; }

    .icon-boxen.fuenf-spalten .box {
        margin-bottom: 20px; }

        .icon-boxen.fuenf-spalten .box .icon {
            padding-right: 80px; }

            .icon-boxen.fuenf-spalten .box .icon img.image {
                margin-bottom: 10px;
}


/* -----------------------------------------------------------------------------------
Figure (Hover Effect)
----------------------------------------------------------------------------------- */
a.figure-hover-effect,
a.figure-hover-effect:hover {
    overflow: hidden;
    text-decoration: none;
    -webkit-transform: translateY(0);
            transform: translateY(0) }

        a.figure-hover-effect figure .image-container,
        a.figure-hover-effect figure .image-container img {
            -webkit-transition: transform .3s ease-in-out;
               -moz-transition: transform .3s ease-in-out;
                 -o-transition: transform .3s ease-in-out;
                    transition: transform .3s ease-in-out;
        }
        a.figure-hover-effect figure .image-container {
            margin-bottom: 20px;
            overflow: hidden; }

            a.figure-hover-effect figure .image-container img {
                display: block;
                margin: 0;
                width: 100%; height: auto; max-width: 100%;
                -webkit-transform: scale(1);
                        transform: scale(1)
        }


            a.figure-hover-effect figure:hover .image-container img {
                -webkit-transform: scale(1.1);
                        transform: scale(1.1)
}


/* -----------------------------------------------------------------------------------
Textabschnitt
----------------------------------------------------------------------------------- */
.textabschnitt {
    margin-bottom: 40px;
}
.textabschnitt.bg-weiss {
    margin-bottom: 60px; padding: 60px 0 40px 0;
}


/* -----------------------------------------------------------------------------------
FAQ
----------------------------------------------------------------------------------- */
.accordion-container {
    margin-bottom: 60px;
}
.accordion-container.bg-grau {
    padding: 60px 0; }

    .accordion-container .accordion {
        padding-top: 10px; }

        .accordion-container .ui-state-disabled {
            cursor: default !important;
            pointer-events: none;
        }
        .accordion-container .ui-accordion .ui-accordion-header {
            display: block;
            position: relative;
            margin-bottom: 15px; padding-bottom: 15px; padding-left: 30px;
            font-size: 16px; font-weight: 700; text-transform: none;
            border-bottom: 1px solid #c1c8cd;
            cursor: pointer;
        }
        .accordion-container .accordion .ui-state-default,
        .accordion-container .accordion .ui-state-active {
            position: relative;
        }
        .accordion-container .accordion .ui-state-default:before,
        .accordion-container .accordion .ui-state-active:before {
            position: absolute; left: 0; top: 0;
            display: inline-block;
            margin-right: 10px;
            content: "\e908";
            font-family: "icomoon"; font-style: normal; font-variant: normal; text-rendering: auto;
            /* Better Font Rendering  */
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        .accordion-container .accordion .ui-state-active:before {
            content: "\e909";
        }
        .accordion-container .ui-accordion .ui-accordion-content {
            padding-bottom: 20px; padding-left: 30px;
            max-width: 1000px;
            overflow: auto;
}


/* -----------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------- */
footer {
	padding: 60px 0;
    color: #fff;
	background-color: #000; }

    footer a,
    footer a:hover,
    footer h2,
    footer h3 {
        color: #fff;
    }

    footer .infoleiste {
        margin-bottom: 10px; }

        footer .infoleiste .logo img.image {
            float: right;
            height: 95px; width: auto;
    }

    footer .abschlussleiste {
        padding-top: 20px; }

        footer .abschlussleiste .linke-spalte a {
            margin-right: 15px;
        }
        footer .abschlussleiste .rechte-spalte i[class^="fa-"],
        footer .abschlussleiste .rechte-spalte i[class*=" fa-"] {
            margin-left: 10px; margin-right: 0;
            width: 21px;
            font-size: 18px;
}
@media (min-width: 768px) {
    footer {
        padding: 60px 0 40px 0;}

        footer .abschlussleiste .rechte-spalte {
             text-align: right;
    }
}


/* -----------------------------------------------------------------------------------
Kontakt
----------------------------------------------------------------------------------- */
.kontaktformular-box {
    margin-bottom: 60px;
}


fieldset {
	margin-bottom: 40px;
}

fieldset.datenschutz-hinweis {
	margin-bottom: 0; }

	fieldset.datenschutz-hinweis .form-group {
		font-size: 14px; line-height: 24px;
}

.form-group {
    margin-bottom: 20px; }

    .form-control,
    .has-success .form-control,
    .has-error .form-control {
        padding: 20px 20px 20px 25px;
        height: auto;
        font-size: 16px; line-height: normal; color: #000;
        background-color: #fff;
        border: 1px solid #fff; border-radius:0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .form-control:focus,
    .has-success .form-control:focus,
    .has-error .form-control:focus {
        border-color: #000; 
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .has-error .form-control,
    .has-error .form-control:focus {
        border-color: #b63a3a;
    }

    .form-control.error {
        border-color: #dd9691;
}

.error-message {
    margin-bottom: 20px; padding: 15px 20px;
    color: #d74846;
    background-color: #e4d6cd;
    border: 1px solid #dd9691;
}


/* -----------------------------------------------------------------------------------
Header Unterseite
----------------------------------------------------------------------------------- */
header.unterseite {
	margin: 0 auto; }

header.unterseite.abstand-nach-unten {
	margin-bottom: 60px; }

    header.unterseite .container-fluid img.img-responsive {
        height: 100%; width: 100%;
        object-fit: cover;
}	
@media (max-width: 767px) {
	header.unterseite .container-fluid {
		height: 300px;
	}
}
@media (min-width:768px) {
    header.unterseite .container-fluid {
        height: 450px;
    }
}
@media (min-width: 1920px) {
	header.unterseite .container-fluid {
		height: 550px;
	}
}
@media (min-width: 2400px) {
	header.unterseite .container-fluid {
		height: auto;
	}
}

/* Dots */
.owl-theme .owl-dots {
    padding-top: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent }

    .owl-theme .owl-dots .owl-dot span {
        display: block;
        margin: 5px 7px;
        width: 14px; height: 14px;
        background-color: #d2d2d2;
        border-radius: 100%;
        -webkit-backface-visibility: visible;
        -webkit-transition: all .2s;
           -moz-transition: all .2s;
                transition: all .2s;
    }
    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #559cb4
}



.uniform__potty {
    position: absolute;
    left: -9999px;
}