/* mulish-300 - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/mulish-v12-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/mulish-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/mulish-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/mulish-v12-latin-300.woff') format('woff'), /* Modern Browsers */
    url('fonts/mulish-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/mulish-v12-latin-300.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-regular - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/mulish-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/mulish-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/mulish-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/mulish-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('fonts/mulish-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/mulish-v12-latin-regular.svg#Mulish') format('svg'); /* Legacy iOS */
}
/* mulish-600 - latin */
@font-face {
    font-family: 'Mulish';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/mulish-v12-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('fonts/mulish-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/mulish-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('fonts/mulish-v12-latin-600.woff') format('woff'), /* Modern Browsers */
    url('fonts/mulish-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/mulish-v12-latin-600.svg#Mulish') format('svg'); /* Legacy iOS */
}
html,
body {
    //font-family: 'Open Sans Condensed', sans-serif;
    //font-family: sans-serif;
    font-family: 'Mulish', sans-serif;
}

a, * {
    color: #000; !important;
    border: 0px;
}


#slider-container {
    height: 1vh;
    width: 100%;
}

div.parallax-window {
    display: none;
}
.angebot .parallax-window {
    display: inline;
}

.card .collapse {
    display: block;
}

head a {
    color: #000;
}



h1 {

    //font-family: sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #000;
}

h2 {

    font-weight: normal;
    font-style: normal;
}

header {

    width: 320px;
    height: 320px;
    color: #000;
    padding: 25px;
    box-sizing: border-box;
    float: right;
    margin: 25px;

}


.logo {
    max-width: 100%;
}

.footer-container .logo {
    max-height: 35px;
}

.clear {
    clear: both;
}



footer {
    background: #000;
    margin-top: 100px;
    padding-top: 15px;
    box-shadow: 0px -10px 10px silver;
    color: #000;
    font-size: 14px;
}
footer a {
    color: #000;
}



.spacer {
    height: 150px;
}


.spacer50 {
    height: 50px;
}

.spacer75 {
    height: 75px;
}


.btn-link {
    font-weight: 400;
    color: #4411ff;
    text-decoration: none;
}

.price {
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
}