/* 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;
}

}

