﻿body {
	/*overflow-x: hidden !important;*/
	/*padding-top: 7rem;*/
	font-family: 'Amiri', serif;
}

input[type="file"] {
	display: none;
}

.gap-top {
	margin-top: 1.2rem;
}

.custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	width: 100%;
	height: 50px;
	margin-top: 1rem;
	padding-top: 7px;
}

.ui-autocomplete {
	z-index: 2000 !important;
	max-height: 50vh;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
	/* add padding to account for vertical scrollbar */
	padding-right: 20px;
}

.div-info-text-temporary {
	background-color: #81817a;
	min-width: 200px;
	color: white;
	text-align: center;
	font-size: 1.2rem;
	height: 100%;
}

.background {
	background-image: url('../images/desktop/headerbild_desktop.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 0;
	position: relative;
	padding-top: 14.5rem;
	min-height: 46vw;
}

.nav-logo-desktop {
	background-image: url('../images/mobil/logo_fuss_mobil.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center 0;
	position: relative;
	width: 100%;
}

@media (max-width: 991px) {
	.background {
		background-image: url('../images/mobil/headerbild_mobil.png');
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center 0;
		position: relative;
		padding-top: 7rem !important;
		min-height: 45rem;
	}
}

@media (max-width: 363px) {
	.nav-tabs.nav-justified > a {
		float: left;
		width: 50%;
	}
}


.alphabet_space {
	font-weight: bold;
	max-width: 20% !important;
	/*flex-grow:unset !important;*/
}

.font_11 {
	font-size: 0.9166666666666666rem !important;
}

.font_13 {
	font-size: 1.0833333333333333rem !important;
}


.font_15 {
	font-size: 1.25rem !important;
}

.font_16 {
	font-size: 1.3333333333333333rem !important;
}

.font_17 {
	font-size: 1.4166666666666667rem !important;
}

.font_18 {
	font-size: 1.5rem !important;
}

.font_19 {
	font-size: 1.5833333333333333rem !important;
}

.font_20 {
	font-size: 1.6666666666666667rem !important;
}

.font_21 {
	font-size: 1.75rem !important;
}


.font_22 {
	font-size: 1.8333333333333333rem !important;
}

.font_24 {
	font-size: 2rem !important;
}

.font_30 {
	font-size: 2.5rem !important;
}

.font_9 {
	font-size: 9pt;
}


@media (max-width: 991px) {

	.font_9_mb {
		font-size: 0.75rem !important;
	}

	.font_11_mb {
		font-size: 0.9166666666666666rem !important;
	}

	.font_13_mb {
		font-size: 1.0833333333333333rem !important;
	}


	.font_15_mb {
		font-size: 1.25rem !important;
	}

	.font_16_mb {
		font-size: 1.3333333333333333rem !important;
	}

	.font_17_mb {
		font-size: 1.4166666666666667rem !important;
	}

	.font_18_mb {
		font-size: 1.5rem !important;
	}

	.font_19_mb {
		font-size: 1.5833333333333333rem !important;
	}

	.font_20_mb {
		font-size: 1.6666666666666667rem !important;
	}

	.font_21_mb {
		font-size: 1.75rem !important;
	}


	.font_22_mb {
		font-size: 1.8333333333333333rem !important;
	}

	.font_24_mb {
		font-size: 2rem !important;
	}

	.font_30_mb {
		font-size: 2.5rem !important;
	}
}


.font_red {
	color: #c2332d !important;
}

.font_grey {
	color: #8c8c84 !important;
}

.font_dark {
	color: black !important;
}

.font_mons {
	font-family: 'Montserrat', sans-serif;
}

.font_amiri {
	font-family: 'Amiri', serif;
}


.logo_header {
	padding: 0 7.3%;
	width: 80%;
	padding-top: 3%;
	padding-bottom: 4%;
	padding-left: 4%;
}

@media (max-width: 991px) {
	.logo_header {
		padding: 0 !important;
		padding: 0 !important;
		width: calc(100% + 30px) !important;
		margin-left: -15px;
		margin-right: -15px;
	}
}

.logo-footer {
	width: 93%;
	position: relative;
	left: -1rem;
	top: -1.5rem;
}

@media (max-width: 991px) {
	.logo-footer {
		width: calc(100% + 30px) !important;
		margin-left: -15px;
		margin-right: -15px;
		left: unset;
		top: unset;
	}
}

@media (max-width:600px) {
	.mobileDisplay {
		display: block;
	}

	.desktopversion {
		display: none
	}
}

@media (min-width:610px) {
	.mobileDisplay {
		display: none;
	}

	.desktopversion {
		display: block;
	}
}


#mobileOrt {
	margin-left: 10px;
	font-size: 29pt;
}

.horizontal_linie {
	width: 100%;
	background-color: black;
	line-height: 1em;
}

@media (max-width:767px) {
	.horizontal_linie {
		max-width: 80%;
	}

	.anbieterDiv {
		text-align: center;
	}

	.teigblock {
		display: none;
	}

	.teigblockMobile {
		text-align: center;
	}

	.teigblockdesktop {
		display: none;
	}

	.kontakt_butn {
		width: 100% !important;
		height: 50% !important;
	}
}

@media(min-width:768px) {

	.teigblock {
		display: block;
	}

	.teigblockMobile {
		display: none;
	}
}

.anbieterDiv {
	color: #000000;
	margin-top: 10px;
}

.teigblockMobile {
	line-height: 1;
	margin-top: 30px;
}

.teigblock {
	line-height: 1;
	color: #b22025;
	margin-top: 30px;
}

input.fill {
	border: 0;
	outline: 0;
	border-bottom: 1px solid #82837b;
	width: 100%;
	position: relative;
	font-size: 13pt;
	font-family: 'Montserrat', sans-serif;
	/*line-height: 13pt;*/
	top: -0.5rem;
	background-color: inherit;
}


.fill {
	border: 0;
	outline: 0;
	border-bottom: 1px solid #82837b;
	width: 100%;
	position: relative;
	font-size: 13pt;
	font-family: 'Montserrat', sans-serif;
	/*line-height: 13pt;*/
	top: -0.5rem;
	background-color: inherit;
}

.fillmobile {
	border: 0;
	outline: 0;
	border-bottom: 1px solid #82837b;
	width: 100%;
	position: relative;
	font-size: 23pt;
	font-family: 'Montserrat', sans-serif;
	line-height: 13pt;
	top: -0.5rem;
	background-color: inherit;
}

.navbar {
	background-color: white;
}

.nav-link {
	padding: 0 !important;
	margin: 3.9rem 1.5rem 0 0 !important;
}

@media (max-width: 991px) {
	.nav-link {
		padding: 0 !important;
		margin: 0 !important;
	}
}

.nav_icon {
	padding: 0 !important;
	margin: 4rem 4rem 0.3rem 3rem !important;
}

@media (max-width: 991px) {
	.nav_icon {
		padding: 0 !important;
		display: table;
		margin: 0 auto !important;
		margin-bottom: -25px !important;
	}
}

.navbar-brand {
	padding: 0 7.3%;
	height: 5.75rem;
	line-height: 5.75rem;
}

.dropdown-toggle::after {
	border: none;
}

.dropdown_border {
	border: 0;
	outline: 0;
}

.dropdown_2 {
	padding: 1.5rem;
	padding-top: 0rem;
	min-width: 600px;
	font-size: 0.95rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
}

@media (max-width: 991px) {

	.dropdown_2 {
		min-width: 0;
	}
}


.wichtig {
	width: 82.6%;
	/*min-height: 15vw;*/
	background-color: rgba(255,255,255,0.75);
	margin-left: 11%;
	font-family: 'Montserrat', sans-serif;
	padding-top: auto;
	padding-bottom: auto;
	line-height: 2;
	position: relative;
}

.text_wichtig {
	padding-top: 3rem;
	padding-bottom: 2rem;
	/*position: relative;
	top: 12%;*/
}

.exc_mark {
	position: absolute;
	top: -2.8rem;
	left: -3.8rem;
	height: 6rem;
}

.search_mark {
	position: absolute;
	top: -3.5rem;
	left: -1rem;
	height: 6rem;
}

.search_tab_padding {
	padding-left: 25px !important;
	padding-right: 25px !important;
}

@media (max-width: 991px) {
	.search_tab_padding {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.willkommen_margin {
	margin: 7rem 3rem 7rem 3.5rem;
}

.willkommen_text {
	line-height: 2rem !important;
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	/*word-wrap: break-word;*/
	overflow: hidden;
	max-height: 15rem;
	text-align: justify;
	text-justify: inter-word;
}

	.willkommen_text:hover {
		max-height: unset !important;
	}

.willkommen_pic {
	width: 100%;
}

@media (max-width:991px) {
	.willkommen_title {
		padding-bottom: 1rem !important;
	}

	.willkommen_pic {
		max-width: 50%;
		min-width: 200px;
	}
}

.text-thumbnail {
	background-color: rgba(140, 140, 132, 0.47);
}

.text-hide-newline {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

	.text-hide-newline:hover {
		white-space: normal !important;
	}


@media (max-width:991px) {
	.willkommen_text {
		margin: 3rem 1.25rem;
		text-align: center;
		line-height: 2rem !important;
	}
}



.stadtsuche_text {
	margin: 2rem 3rem 2rem 3.5rem;
}



.common_margin {
	margin-left: 3.5rem;
	margin-right: 3rem;
}

.common_margin2 {
	margin-left: 3.25rem;
	margin-right: 2.75rem;
}

@media (max-width:991px) {
	.common_margin {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}

	.common_margin2 {
		margin-left: 1rem;
		margin-right: 1rem;
	}
}



.in_der_nahe {
	background-color: #ebebe7;
	padding: 3rem 0;
}

.nutzliche_bucher {
	padding: 3rem 0;
}

.no-italic {
	font-style: normal !important;
}

.bucher {
	margin: 2rem 0;
}

.buch_bild {
	width: 90%;
	justify-content: center;
	display: flex;
	align-items: center;
}


.buch_desc {
	padding-top: 15%;
	height: 100%;
	padding-bottom: 5%;
}

@media (max-width: 991px) {
	.buch_desc {
		text-align: center;
		vertical-align: central;
	}
}

.buch_bestellen {
	margin-top: 4rem;
	padding-left: 1.8rem;
	padding-right: 1.8rem;
}

.neue_glaeser {
	background-color: #ebebe7;
	padding: 3rem 0;
}

.neue_glaeser_bild {
	width: 83%;
	position: relative;
	left: -3.4vw;
	top: -2.1rem;
}

@media (max-width:991px) {
	.neue_glaeser_bild {
		width: 83%;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
	}
}

.sauerteig_cont {
	background-color: white;
	/*height: 10rem;*/
	/*padding: 0;*/
	margin: 1rem 0;
}

.sauerteig_loc {
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.4rem;
	padding: 0.5rem;
}

.sauerteig_thumbnail {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.sauerteig_title {
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 5.4rem;
	line-height: 1;
}

	.sauerteig_title:hover {
		white-space: normal !important;
	}


@media (max-width: 991px) {
	.sauerteig_loc, .sauerteig_title, .text-hide-newline {
		white-space: normal !important;
	}

	.sauerteig_title {
		line-height: 1;
	}
}

.form-group {
	margin: 2rem 1.25rem !important;
}

.tab_prop {
	min-height: 4rem;
}

.tab_each {
	margin: 0 !important;
	padding-top: 0.8rem !important;
}

	.tab_each.active {
		border-bottom: 0 !important;
	}

/*.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background-color: #fff;
	border-color: #fff #fff #fff;
}*/

.nav-tabs .nav-link {
	/*border: 1px solid black;*/
	border-top-width: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}





a {
	color: #000;
	text-decoration: none;
}

	a:hover {
		color: #000000;
		text-decoration: none;
	}

.nav-tabs {
	border-bottom: 0;
}

/*.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
	border-color: #fff #000 #000;
}*/

.select2 {
	width: 100% !important;
	line-height: 13pt !important;
	top: -0.75rem !important;
}

.select2-selection {
	background-color: inherit;
	border-radius: 0 !important;
	border: 0 !important;
	border-bottom: 1px solid #82837b !important;
	font-weight: normal !important;
	font-size: 1rem !important;
	/*line-height: 13pt !important;
	top: -0.5rem !important;*/
	font-family: 'Montserrat', sans-serif !important;
	font-style: normal !important;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 0.375rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	outline: none;
	text-align-last: center;
	text-align: center;
	-ms-text-align-last: center;
	-moz-text-align-last: center;
	/*direction: rtl;*/
}

	select::-ms-expand {
		display: none;
	}

	select.with_background {
		color: #000000;
		background-color: #e7e7e1;
		background-clip: padding-box;
		border: 1px solid #e7e7e1;
		font-family: 'Montserrat', sans-serif;
		overflow-wrap: break-word;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	select.without_background {
		color: #8c8c84;
		background-color: #ffffff;
		background-clip: padding-box;
		border: 0;
	}

	select.verschenken {
		text-align-last: left !important;
		padding: 0;
		margin-top: 1.6rem;
	}

.select_fill {
	background-color: inherit;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #82837b;
}


option.opt_box {
	border: 1px solid #e7e7e1;
	background-color: #e7e7e1;
	text-align-last: center;
}

select.without_background option.opt_box {
	margin: 0 5rem;
}

.btn {
	background-color: #8c8c84;
	color: white;
	border-radius: 0;
	white-space: normal;
	text-overflow: clip;
	overflow: visible;
	-webkit-appearance: none !important;
}

.btn-sm {
	padding: 0.25rem 1.125rem !important;
}

.btn_direkt {
	position: absolute;
	top: 0;
	left: 12.1%;
	padding: 0 1.2%;
}

@media (max-width:991px) {
	.btn_direkt {
		left: 0 !important;
		right: 0 !important;
		margin: 0 1rem !important;
	}
}

.img_empty {
	/*display: block;*/
	margin: auto;
	/*margin-right: auto;
	margin-top: auto;*/
	/*width: 30%;*/
	height: 50%;
	position: absolute;
	color: #ebebe7;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.img_dough {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.empty_text {
	text-align: center;
	color: #ebebe7;
	position: absolute;
	top: 75%;
	left: 0;
	right: 0;
}

.img_blocker {
	height: 20px;
	width: 84px;
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	right: 15px;
	top: 0.3rem;
	bottom: 0;
	z-index: 1;
	background-clip: content-box;
}

.flache0 {
	padding-right: 0px;
}

.flache1 {
	padding-right: 16px;
}

.flache2 {
	padding-right: 33px;
}

.flache3 {
	padding-right: 49px;
}

.flache4 {
	padding-right: 66px;
}

.flache5 {
	padding-right: 83px;
}

.background-white {
	background-color: white;
}

.kontakt_btn {
	/*justify-content: center;
	display: flex;
	align-items: center;*/
	padding: 2rem 2rem;
	/*height: 153px;*/
}


.page-background {
	background-color: #ebebe7 !important;
	padding: 2rem 0;
}

.input-group-text {
	color: #ffffff;
	background-color: #8c8c84;
	border: 1px solid #8c8c84;
}


h1, h2 {
	font-weight: bold;
}

h1 {
	color: #c2332d !important;
}

.justify-text {
	text-align: justify;
	text-justify: inter-word;
}

a {
	color: inherit;
}

.btn-clear {
	background: none !important;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
	/*border is optional*/
	cursor: pointer;
}



.menu-1 {
	padding-left: 1.5%;
	max-width: 44.6%;
}

.menu-1-1 {
	border: 1px solid #82837b;
	border-top: 0;
	background-color: none;
	margin-left: 3rem;
	margin-right: 0.5rem;
}

.disp-no-all {
	display: none !important;
}

@media (min-width: 992px) {

	.disp-no-mb {
		display: none !important;
	}
}

@media (max-width: 1199px) {
	.menu-1 {
		padding-left: 1rem !important;
		padding-right: 1rem !important;
		max-width: 100% !important;
	}
}


@media (max-width: 991px) {

	h1 {
		text-align: center;
	}

	.form-padding-mb {
		margin-left: 1rem !important;
		margin-right: 1rem !important;
	}

	.div-center-mb {
		left: 0;
		right: 0;
	}

	.disp-no {
		display: none !important;
	}

	.text-center-mb {
		text-align: center;
	}


	.menu-1-1 {
		margin: 0 !important;
	}
}

.min-w-25 {
	min-width: 25% !important;
}



.min-w-33 {
	min-width: 33.3% !important;
}

.min-w-50 {
	min-width: 50% !important;
}

.min-w-66 {
	min-width: 66.6% !important;
}

@media (max-width: 1199px) {

	.min-w-25-mb {
		min-width: 25% !important;
	}



	.min-w-33-mb {
		min-width: 33.3% !important;
	}

	.min-w-40-mb {
		min-width: 40% !important;
	}

	.min-w-50-mb {
		min-width: 50% !important;
	}

	.min-w-60-mb {
		min-width: 60% !important;
	}

	.min-w-66-mb {
		min-width: 66.6% !important;
	}

	.min-w-75-mb {
		min-width: 75% !important;
	}
}

.willkommen-margin-1 {
	min-width: 21.8% !important;
}

.willkommen-margin-2 {
	min-width: 78.2% !important;
}

@media (max-width:991 px) {
	.willkommen-margin-1 {
		min-width: 100% !important;
	}

	.willkommen-margin-2 {
		min-width: 100% !important;
	}
}

.map-cont {
	width: 100%;
	height: 30vw;
	position: relative
}



@media (max-width: 991px) {
	.map-cont {
		height: 100vw !important;
	}
}

.icon-bars-button {
	display: inline-block;
	vertical-align: middle;
}

.icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #cccccc;
	border-radius: 1px;
}

.nav-float {
	float: right !important;
}

@media (max-width: 991px) {
	.nav-float {
		float: none !important;
	}
}

.icon-menu {
	font-size: 2.5rem;
	color: #51514d;
}


#scroll {
	position: fixed;
	right: 0px;
	bottom: 30vh;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background-color: black;
	text-indent: -9999px;
	display: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.span1 {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -14px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom-color: #ffffff;
}

.span2 {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	margin-top: -9px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-bottom-color: black;
}

/*#scroll:hover {
		background-color: #8c8c84;
		opacity: 1;
		filter: "alpha(opacity=100)";
		-ms-filter: "alpha(opacity=100)";
	}*/

a.footer-link {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden !important;
	display: block;
}

a:hover {
	text-decoration: none !important;
	color: inherit !important;
	; /* Takes initial value of the property which is black in this case */
}


.menu-burger {
	width: 40px;
	height: 2px;
	background-color: #8c8c84;
	margin: 9px 0;
}

@media only screen and (max-width:991px) {
	[class*="col-"] {
		width: 100%;
	}

	hr {
		width: 100%;
	}

	.kontakt_btn {
		margin-top: 10px
	}
}

.colmargin {
	/*margin-left: 20px;*/
	margin-bottom: 10px;
}

.colmargintop {
	margin-top: 10px;
}

input[type="radio"] {
	height: 13px;
	width: 13px;
}

.bg_grey {
	background-color: #f1f1ed !important;
}

#nav-tabContent > [id='nav-finden'] {
	background-color: white;
}

#nav-tabContent > [id='nav-vers'] {
	background-color: #f1f1ed !important;
}

.text_indent {
	text-indent: -1.5em;
}

label {
	display: inline-block;
	margin-bottom: 0.5rem;
	text-indent: -1.25rem;
	padding-left: 1.25rem;
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}


@media (min-width: 1500px) {
	.col-xxl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xxl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xxl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xxl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xxl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xxl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xxl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xxl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xxl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xxl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xxl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xxl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xxl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xxl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width:767px) {
	.title_mobile {
		text-align: left !important;
	}
}

table {
	width: 100%;
}

/*table, td, tr, th {
	border:2px solid black;
	border-collapse: collapse;
	text-align: left;
}*/

/*td, tr, th {
	padding:1em;
}*/

/*th {
	background:#eee;
	font-weight: bold;
}*/

@media screen and (max-width:700px) {

	/*table, tr, td {
		padding:0;
		border:1px solid black;
	}*/

	.flex-table table {
		border: none;
	}

	.flex-table > thead {
		display: none;
	}

	.flex-table > tbody > tr {
		float: left;
		width: 100%;
		margin-bottom: 2em;
		border-bottom: 2px solid white;
		border-top: 2px solid white;
	}

		.flex-table > tbody > tr > td {
			float: left;
			width: 100%;
			padding: 1em;
		}

			.flex-table > tbody > tr > td::before {
				content: attr(data-label);
				/*background: #eee;*/
				/*border-right:2px solid black;*/
				width: 50%;
				float: left;
				padding: 1em;
				height: 100%;
				font-weight: bold;
				margin: -1em 1em -0.6rem -1.5rem;
				overflow-wrap: break-word;
				word-wrap: break-word;
				-ms-word-break: break-all;
				/* This is the dangerous one in WebKit, as it breaks things wherever */
				word-break: break-all;
				/* Instead use this non-standard one: */
				word-break: break-word;
				/* Adds a hyphen where the word breaks, if supported (No Blink) */
				-ms-hyphens: auto;
				-moz-hyphens: auto;
				-webkit-hyphens: auto;
				hyphens: auto;
			}
}

.dont-break-out {
	/* These are technically the same, but use both */
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* This is the dangerous one in WebKit, as it breaks things wherever */
	word-break: break-all;
	/* Instead use this non-standard one: */
	word-break: break-word;
	/* Adds a hyphen where the word breaks, if supported (No Blink) */
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
