/* font.css */
@font-face{font-family: 'FranklinGothicBook';        src: url('../../files/fonts/Franklin Gothic_ Book.ttf') format('truetype'),        url('../../files/fonts/Franklin Gothic_ Book.woff') format('woff'),        url('../../files/fonts/Franklin Gothic_ Book.woff2') format('woff2'),        url('../../files/fonts/Franklin Gothic_ Book.otf') format('otf'),        url('../../files/fonts/Franklin Gothic_ Book.svg') format('svg'),        url('../../files/fonts/Franklin Gothic_ Book.eot') format('eot')}@font-face{font-family: 'FranklinGothicDemi';        src: url('../../files/fonts/Franklin Gothic_ Demi.ttf') format('truetype'),        url('../../files/fonts/Franklin Gothic_ Demi.woff') format('woff'),        url('../../files/fonts/Franklin Gothic_ Demi.woff2') format('woff2'),        url('../../files/fonts/Franklin Gothic_ Demi.otf') format('otf'),        url('../../files/fonts/Franklin Gothic_ Demi.svg') format('svg'),        url('../../files/fonts/Franklin Gothic_ Demi.eot') format('eot')}@font-face{font-family: 'HeeboBold';        src: url('../../files/fonts/Heebo-Bold.ttf') format('truetype'),        url('../../files/fonts/Heebo-Bold.woff') format('woff'),        url('../../files/fonts/Heebo-Bold.woff2') format('woff2'),        url('../../files/fonts/Heebo-Bold.otf') format('otf'),        url('../../files/fonts/Heebo-Bold.svg') format('svg'),        url('../../files/fonts/Heebo-Bold.eot') format('eot')}@font-face{font-family: 'Heebo';        src: url('../../files/fonts/Heebo-Regular.ttf') format('truetype'),        url('../../files/fonts/Heebo-Regular.woff') format('woff'),        url('../../files/fonts/Heebo-Regular.woff2') format('woff2'),        url('../../files/fonts/Heebo-Regular.otf') format('otf'),        url('../../files/fonts/Heebo-Regular.svg') format('svg'),        url('../../files/fonts/Heebo-Regular.eot') format('eot')}
/*Farben*/
.bg_blue {
	background-color:#102D48;
}
.bg_grey {
	background-color:#F1F1F2;
}
/* Header */
#header {
    position: fixed;
    top:0;
    left:0;
    z-index:10;
    width:100%;
    background-color:#102D48;
    padding:15px 0;
}
#header .navbar-toggler{
	padding:0;
}
.kramar_logo_weiss {
	background:url("../../files/Home/Logo-Waschbaer-white.svg") center center no-repeat;
	height: 43.8px;
    width: 200px;
    background-size: contain;
}
#header .navbar-toggler-icon {
		background:url("../../files/icons/burger_menu.svg") right center no-repeat;
		height:1.8em;
		width:1.8em;
}
#header .navbar-brand {
	margin-right:0;
}

#main {
	min-height:70vh;
}

/*Navigation*/
ul.level_1 {
	margin:0;
}
ul.level_1 li {
	display:inline;
}
ul.level_1 li a{
	text-decoration:none;
	color: white;
	font:1rem FranklinGothicBook,sans-serif;
    letter-spacing:.1rem;
    text-transform:uppercase;
    padding-left:20px;
}
ul.level_1 li a:hover{
	color:lightgray;
}

/* Footer */
.footer{
	background-color:#102D48;
	padding: 4rem 0 1rem 0;
	min-height:30vh;
}

#footer p, #footer a {
	color:white;
	font-size:0.8rem;
	line-height:1.6;
}

/* Layout */
#Hero .hero_text {
    position: absolute;
    bottom: 10%;
}
#Hero {
    height:100vh;
    overflow:hidden;
    background:url("../../files/Home/hero_image_2.jpg") center top no-repeat;
    background-size: cover;
    background-attachment:fixed;
}
#Hero_Sub .hero_text {
    position: absolute;
    top: 30%;
}
#Hero_Sub {
    height:70vh;
    overflow:hidden;
    background:url("../../files/Home/hero_image_2.jpg") center top no-repeat;
    background-size: cover;
    background-attachment:fixed;
}
.section {
	padding: 7rem 0;
}

.ce_image {
	margin-bottom: 1.5rem;
}
.cards {
	margin-bottom:3rem;
}
.text_end {
	text-align:end;
}
/*
#article-29 {
	min-height: 64vh;
	margin-top:96px;
}
*/
/* Typographie */
html{
	font-size:125%;
}
#top {
    font:1rem/2 Heebo,sans-serif;
    color:#102D48;
}
.ce_text h1 {
    font:5rem FranklinGothicDemi,sans-serif;
    letter-spacing:.5rem;
    text-transform:uppercase;
}
.ce_text h2 {
    font:2rem FranklinGothicBook,sans-serif;
    letter-spacing:.2rem;
    text-transform:uppercase;
}
.ce_text h3 {
	font:1.3rem FranklinGothicDemi, sans-serif;
}
.ce_text h4 {
	font:1.3rem FranklinGothicBook, sans-serif;
	letter-spacing:.13rem;
	text-transform:uppercase;
}

.ce_text strong {
	font-family: HeeboBold, sans-serif;
}
.hero_text {
	color:white;
}
.hero_text p {
    font:2rem/1.5 FranklinGothicBook,sans-serif;
    letter-spacing:.2rem;
    text-transform:uppercase;
}
#kontakt p {
	line-height:1.6;
}
.ce_text a {
	color: #102D48;
	text-decoration:none;
}

.ce_text a:hover {
	color: #941717;
}
#kontakt a img {
	margin-right: 10px;
}
.datenschutz_impressum {
	font-size:1rem;
	line-height:1.6;
	padding-top: 4rem;
}

/* Buttons */
.mod_article button{
	background-color: white;
	border:1px solid #102D48;
	padding:0.2rem 1.5rem 0.2rem 1.2rem;
	color:#102D48;
	margin:1rem 0;
}
.mod_article button:hover {
	color:#941717;
}
.mod_article button img{
	margin-right:10px;
}
.contact_buttons_container {
	position: fixed;
	bottom: 20px;
	display:flex;
	justify-content:flex-end;
}
.sticky_contact_button {
	margin-left:14px;

}
.sticky_contact_button button {
	background-color:#941717;
	color:white;
	border: 2px solid #941717;
	width:46px;
	height:46px;
	border-radius:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.sticky_contact_button button:hover{
	color:#941717;
	background-color:white;
}

.sticky_contact_button button:hover img{
	display:none;
}
.hover_show {
	display:none;
}
.sticky_contact_button button:hover .hover_show{
	display:inline;
}

/* horizontale Linien */
.hr_red hr {
	color:#941717;
}
#top hr:not([size]) {
	height:2px;
}
.section hr {
	width:30%;
}
#top hr {
    opacity:1;
    margin: 0.7rem 0 2rem 0;
}
#top .text-center hr {
	margin: 1rem auto;
}
/*Bildwechsel*/
.image_container {
	display:flex;
	justify-content:center;
}
.dishwasher a {
	display:flex;
	justify-content:flex-end;
	width:182px;
	overflow:hidden;
}
.dishwasher a:hover{
	justify-content:unset;
}

.leistungen_card:hover .hover_hide {
	display:none;
}
.leistungen_card:hover .hover_show {
	display:block;
}

/* Mediaqueries */

@media only screen and (min-width: 768px) {
	#header .navbar-collapse {
		display:flex;
		justify-content:flex-end;
	}
}

@media only screen and (max-width: 1200px) {
	html {
		font-size:110%;
	}
	#footer p, #footer a {
		font-size:1rem;
	}
	.contact_buttons_container {
		bottom: 0;
	}
}

@media only screen and (max-width: 992px) {
	html {
		font-size:100%;
	}

	.ce_text h1 {
	    font:4rem FranklinGothicDemi,sans-serif;
	    letter-spacing:.4rem;
	}
	.hero_text p {
	    font:1.7rem/1.5 FranklinGothicBook,sans-serif;
	    letter-spacing:.17rem;
	}
	.dishwasher a{
		justify-content:flex-start;
	}
	.leistungen_card .hover_hide {
		display:none;
	}
	.leistungen_card .hover_show {
	display:block;
	}
}

@media only screen and (max-width: 769px) {
	#header .navbar-collapse {
		text-align: end;
		padding-top:2rem;
	}
	#Hero {
	    height:100vh;
    	overflow:hidden;
    	background:url("../../files/Home/hero_image_small.jpg") center top no-repeat;
    	background-size: cover;
    	background-attachment:fixed;
	}
	.ce_text h4 {
		font:1.1rem FranklinGothicBook, sans-serif;
		letter-spacing:.13rem;
		text-transform:uppercase;
	}
}

@media only screen and (max-width: 576px) {
	.text_end {
		text-align: start;
	}
	.ce_text h1 {
	    font:3.5rem FranklinGothicDemi,sans-serif;
	    letter-spacing:.3rem;
	}
	.hero_text p {
	    font:1.3rem/1.5 FranklinGothicBook,sans-serif;
	    letter-spacing:.13rem;
	}	
}

.two-machines {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 51vw !important;
    margin: auto;
}

@media only screen and (max-width: 1600px) {
	.two-machines {
    width: 75vw !important;
	}
	
	.buttons-two-right {
		width: 75vw !important;
	}
	
	.calendar .event a {
		font-size: small !important;
	}
	
	.calendar .event {
		width: 10vw;
	}

}

@media only screen and (max-width: 900px) {
	.two-machines {
    width: 90vw !important;
	}
	
	.buttons-two-right {
		width: 90vw !important;
	}
	
	.calendar .event a {
		font-size: xx-small !important;
	}
	
	.calendar .event a {
		width: 10vw;
	}
	
	#calendar {
		display: none;
	}
	
	#calendar_icon {
		display: block !important;
	}
	
	#button-outline-mobile {
		display: block !important;
	}
	
	#button-outline {
		display: none;
	}
}

@media only screen and (max-width: 750px) {
	.two-machines {
    width: 100vw !important;
    display: flex;
    flex-direction: column;
	}
	
	.machine {
	    width: 100% !important;
	}
	
	.buttons-two-right {
		width: 90vw !important;
	}
	
	#calendar_icon .days {
		width: 10vw;
		height: 10vw;
	}
	
	.calendar .event {
		width: 12.8vw;
	}
}

@media only screen and (max-width: 500px) {
	#calendar_icon .event img {
		width: 15px;
		height: 15px;
	}
}

.machine {
    width: 45%;
    margin-bottom: 10vh;
}

.machine-head {
    background-color: #102D48;
    padding: 0.5rem 1.5rem;
    color: white;
    font: 1.5rem / 2 Heebo, sans-serif;
    text-transform: uppercase;
}

.machine-img-main {
    aspect-ratio: 1 / 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-bottom: solid 1px #102D48;
}

.machine-img {
    height: 60%;
    width: auto;
}

.content {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease-out;
}

.content.active {
    transition-delay: 0.5s;
}

.trenner {
    height: 1px;
    width: 100%;
    background-color: #102D48;
}

.trenner-red {
    height: 1px;
    width: 100%;
    background-color: #941717;
}

.sub-imgs {
    display: flex;
    justify-content: space-around;
    padding: 0.7rem 0px;
}

.makeitsquare {
    width: 27%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.sub-img {
    width: auto;
    height: 80%;
}

.tech-head {
    background-color: white;
    padding: 0.7rem 0.5rem;
    color: #102D48;
    font: 1.2rem / 2 Heebo, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
}

.tech-prize {
    background-color: white;
    padding: 0.7rem 0.5rem;
    color: #102D48;
    font: 1.2rem / 2 Heebo, sans-serif;
    font-weight: 100;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tech-list {
    padding: 0.7rem 1.5rem;
    border-top: solid 1px #941717;
    border-bottom: solid 1px #941717;
}

.list-item {
    font: 1rem / 2 Heebo, sans-serif;
}

.includes {
	width: fit-content;
	flex-align: end;
}

.buttons-expand {
    background-color: #102D48;
    padding: 0.5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

#button-chavron {
    border: none;
    padding: 0.2rem 0.7rem;
    background-color: transparent;
    color: white;
    font: 1rem / 2 Heebo, sans-serif;
    transform: rotate(0deg);
    transition-duration: 0.2s;
    margin: 0px;
}

#button-chavron a {
    color: white !important;
	text-decoration: none !important;
}

#button-chavron.active {
    transform: rotate(180deg);
    transition-duration: 0.2s;
    margin: 0px;
}

#button-outline {
    border: 1px solid white;
    padding: 0.2rem 1.2rem;
    background-color: transparent;
    color: white;
    font: 1rem / 2 Heebo, sans-serif;
    margin: 0px;
}

#button-outline-mobile {
	border: 1px solid white;
    padding: 0.2rem 1.2rem;
    background-color: transparent;
    color: white;
    font: 1rem / 2 Heebo, sans-serif;
    margin: 0px;
    display: none;
}

#button-outline a {
    color: white !important;
	text-decoration: none !important;
}

#button-outline-mobile a {
    color: white !important;
	text-decoration: none !important;
}

.calendar {
	margin: auto;
    width: 50vw;
    margin-bottom: 2vh;
    margin-top: 10vh;
    position: relative;
}

#calendar_icon {
	display: none;
}

.calendar thead {
	background-color: #102D48;
	color: white;
	text-align: center;
	margin-bottom: 1vh;
}

.calendar thead a{
	color: white !important;
	text-decoration: none !important;
}

.days {
	border: solid 1px #ECECEC;
	align-content: baseline;
	height: 10vh;
}

.minicalendar .days {
	width: 12.85vw;
	padding-left: 10px;
}

.minicalendar .days.active {
	background-color: #941717;
}

.minicalendar .days.active a {
	color: white;
}

.days.active {
	height: auto !important;
}

.days.empty {
	background-color: #F5F5F5;
}

.calendar .header {
	text-align: end;
	padding: 0px 10px;
	color: #484848;
}

.calendar .event {
	background-color: #941717;
	padding-left: 10px;
	margin-bottom: 2px;
}

.calendar .event a {
	color: white !important;
	text-decoration: none !important;
	pointer-events: none;
	font-size: medium;
}

.row .buttons-two-right {
	width: 50vw;
	margin: auto;
	display: flex;
	flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 20vh;
    padding: 0px !important;
}

.input-prod {
	height: fit-content;
    margin: 1rem;
    padding: 3px;
}

#mg-form.ce_form {
	width: 50%;
	margin: auto;
	margin-top: 10vh;
}

#mg-form .form-control {
	border: 1px solid #102D48;
	border-radius: 0px;
	margin-bottom: 20px;
}

#mg-form #start {
	padding: 0px 10px;
    color: #102D48;
    border: 1px solid #102D48;
	border-radius: 0px;
	width: 15vw;
}

#mg-form #end {
	margin-left: 20px;
}

#mg-form .date-fields {
	display: flex;
	flex-direction: row;
}

#mg-form .date-field {
	display: flex;
	flex-direction: column;
}

#mg-form .submit {
	border-radius: 0px;
	padding: 0.2rem 1.5rem 0.2rem 1.2rem;
    margin: 1rem 0;
    font: 1.2rem / 2 Heebo, sans-serif;
    margin-bottom: 20vh;
}

@media only screen and (max-width: 1600px) {
	#mg-form.ce_form {
    width: 75vw !important;
	}
}

@media only screen and (max-width: 900px) {
	#mg-form.ce_form {
    width: 90vw !important;
	}

}

@media only screen and (max-width: 750px) {
	#mg-form.ce_form {
    	width: 100vw !important;
	}
	
	#mg-form #start {
	width: 40vw;
}

}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../files/stylesheets/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../files/stylesheets/./fonts/slick.eot');
    src: url('../../files/stylesheets/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../files/stylesheets/./fonts/slick.woff') format('woff'), url('../../files/stylesheets/./fonts/slick.ttf') format('truetype'), url('../../files/stylesheets/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-slide
{
    padding: 0 60px;
}

.carousel_container {
	height: 72px;
}

.sr-only {
	display:none;
}

.ce_form label {
	font: 0.7rem/1.3 HeeboBold,sans-serif;
}

.ce_form label a {
	color: #941717;
}

.ce_form label a:hover {
	color: #5F0707;
}

.ce_form input.contact, .ce_form textarea {
	font-size: 0.7rem;
	margin-bottom: 0.5rem;
}

span.mandatory {
	color: #941717;
}

.custom-controls-stacked {
	display: flex;
	justify-content: space-between;
}

.custom-control.custom-checkbox {
	display: flex;
	align-items:center;
}

button.submit {
	background-color: #941717;
	border:1px solid #941717;
	font-size:0.8rem;
	color:white;
}

button.submit:hover {
	background-color: white;
	color:#941717;
}

.checkbox {
	margin-right: 7px;
}

.ce_form fieldset {
	margin-bottom: 1.5rem;
}

.ce_form input[type="checkbox"]:checked {
	accent-color: #941717;
}

.ce_form .ce_text p {
	margin-bottom: 0;
}

.ce_form h5 {
	font:1rem HeeboBold, sans-serif;
}

@media only screen and (max-width: 1200px) {
	.ce_form label, .ce_form input.contact, .ce_form textarea {
		font-size: 0.8rem;
	}
}

@media only screen and (max-width: 992px) {
	#kontakt .ce_form {
		margin-top:3rem;
	}
	.ce_form label, .ce_form input.contact, .ce_form textarea, button.submit {
	font-size: 0.9rem;
}	

@media only screen and (max-width: 576px) {
	.custom-controls-stacked {
		flex-direction:column;
	}
}
	
