:root {
	--dark-text-color: #dcdcdc;
	--spacing: 35px;
	--menu-height: 80px;
	--text-color: #757575;
	--font: 'Roboto', sans-serif;

}
body, html {
	min-width: 100vw;
	min-height: 100vh;
	padding: 0;
	margin: 0;
}
body {

	font-weight: normal;
	font-family: var(--font);
	font-size: 18px;
	color: var(--text-color);
	line-height: 1.5em;

	text-align: left;
	line-height: 1.8em;
	height: 100%;
	max-height: 100%;
	margin: 0 auto;
}
* {
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	scroll-margin-top: var(--menu-height);
}

strong, b {
font-weight: bold;
color: #464646;
}

p {
	margin: 0 0 1em 0;
}

a {
	color: #001b51;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
/*	margin: 0.2em 0 0.5em 0;*/
	margin: 0em 0 1em 2em;
}


.header {
	height: 100vh;
	max-height: 600px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 100px;

	background-color: #000d2e;
}

body#home .header {
	max-height: initial;
}


.header .slogan .marker {
	font-weight: 700;
	font-size: 65px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	margin-bottom: 10px;

	line-height: 1.2em;
}

.header .slogan p {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5em;
}

.block_content.text {
	margin-bottom: 2em;
}


body#home .header {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	position: relative;

	background-color: #000d2e;

	margin-bottom: 100px;
}
body#home .header .slogan {
	display: flex;
    justify-content: center;
    align-items: center;
}

.header .slogan {
	display: flex;
	justify-content: center;
	align-items: center;
/*	height: 400px;*/
	position: absolute;
	top: 45%;
	width: 100vw;
	line-height: 3.5em;
	color: #ffffff;
}


#mainimage {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin-top: var(--menu-height);
}

body:not(#home) #mainimage {
/*	height: calc(50vh - 10px);*/
	width: 100vw;

	opacity: 0.7;
}



.fullscreen img {
    position: absolute;
    z-index: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .7;
    &::-webkit-media-controls {
        display:none !important
    }
}


.parallax {
margin: 90px 0;
}

.parallax p {
	color: #ffffff;
	font-size: 22px;
}

.parallax strong {
	font-weight: 700;
	font-size: 55px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
}


.menu {
	height: var(--menu-height);
	width: 100%;
	justify-content: flex-end;
	transition: all 0.3s;
	z-index: 3;
}
.menu .logo {
	height: 90%;
	width: auto;
	margin-left:5px;
	margin-top: 3px;
}
.menu.dark {
	background: #202637;
}
.matrix .text {
	margin-top: -32px;
}

.cover-image:is(img), .cover-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.parallax {
	width: 100vw;
}
/* startseite */
.parallax img {
	height: inherit;
	width: 100%;
	object-fit: cover;
}

.headline {
	margin: var(--spacing) 0;
}
/*.headline h1:first-child {
	margin-bottom: 0;
	color: #001b51;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: calc(var(--spacing) / 1);
}
.headline h1:last-child {
	color: #001b51;
	font-size: 90px;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 60px;
}
*/
.rounded, .rounded img {
	border-radius: 25px;
}
img.rounded {
	  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.content.block {
	margin-bottom: var(--spacing);
}
.spacing {
	margin-top: var(--spacing);
}
.content > .block_content, .ugrid {
	margin-bottom: var(--spacing);
}

/*.ugrid .block_content.text img {
height: auto !important;
}*/

.content.default {
	min-height: 400px;
	height: auto !important;
	height: 400px;

	padding-top: 50px;
	padding-bottom: 150px;

	padding: 60px 20px 100px 20px;
}

body#home .content.default {
	min-height: 400px;
	height: auto !important;
	height: 400px;

	padding-top: 100px;
	padding-bottom: 100px;
}

body#home .wrapper-1 {
	background-color: #000d2e;
}

.wrapper-1 {
	background-color: #ffffff;
	padding: 60px 0;
}

.content.row-2 {
	background-image: url("/stream/images/layout/bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/*.row-2 h1 {
	color: #001b51;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 30px;
}

.row-2 h2 {
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 60px;
}*/

body#home .row-1 {
	background-color: #000d2e;
	padding: 20px 0;
	overflow-x: hidden;
}

.row-1 {
	background-color: #ffffff;
	padding: 30px 0;
	overflow-x: hidden;
}

.matrix, .matrix .text, .matrix .text div {
	width: 100%;
	height: 100%;
	min-height: 350px;
}
.matrix .text div {
	background-position: 50% 50% !important;
	background-size: cover !important;
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
}
.matrix .text div p {
	background: rgba(0,0,0,0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}


.objectfit-cover, .objectfit-cover .text  {
	width: 100%;
	min-height: 400px;
	height: 100%;
	position: relative;


}
.objectfit-cover .tb_image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* margin: 0; */
	position: absolute;
}


h1 {
	color: #001b51;
	font-size: 60px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 60px;
}

body#home h1 {
	color: #001b51;
	font-size: 80px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 60px;
}

body#home .wrapper-1 h1 {
	color: #001b51;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom:30px
}

h2 {
	color: #001b51;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom:30px
}


body#home h2 {
	color: #001b51;
	font-size: 80px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 60px;
}

h3 {
	color: #001b51;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 30px;
}

body#home h3 {
	color: #001b51;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 30px;
}

h4 {
	color: #001b51;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 30px;
	margin-top: 0;
}

h5 {
	color: #001b51;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
}

body#home h3 {
	color: #001b51;
	font-family: 'Roboto', sans-serif;
	font-size: 32px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 30px;
}


table.standard {
  width: 100%;
  max-width: 100%;
  margin-bottom:20px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

table.standard td {
  padding: 5px 0 5px 12px;
  font-size: 17px;
  vertical-align: top;
  background:#f8f8f8;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
}

table.standard th {
  height: 20px;
  padding: 5px;
  text-align: left;
  font-size: 15px;
  vertical-align: middle;
  background:#f8f8f8;
/*  border: 1px solid #e1e1e1;*/
}

table.standard tr:nth-child(even) td, table.standard tr:nth-child(even) th {
  background:#FFF !important
}


.maschine-button {
	display: inline-block;
	background-color: #001b51;
	border: 1px solid #001b51;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 24px;
	cursor: pointer;
	color: #fff !important;
	text-decoration: none !important;
	width: 100%;
	text-align: center;
	height: max-content;
}

.maschine-button:hover {
	display: inline-block;
	background-color: #001b51;
	border: 1px solid #001b51;
	padding: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 24px;
	cursor: pointer;
	color: rgb(255, 255, 255) !important;
	text-decoration: none !important;
	width: 100%;
	text-align: center;
}


.text .block_content.text {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10em 20px;
    max-width:550px
}

.text .block_content.text h4 {
    font-size: 30px;
}


#color {
    background: #001b51;
    color: #fff;
    height:100%;
}

#color h4 {
    color:#fff;
    font-size: 30px;
}

#color .block_content.text h4 a {
    color:#fff;
}


.maschine {
	padding: 20px;
	background-color: #f9f9f9;
}

.uvideo .uvideo-play {
	color: #001b51 !important;
}

.ugrid .block_content.text p:has(img) {
	margin: 0;
	height: 100%;
}
.ugrid .block_content.text img {
	height: 100%;
}


.counter {
	font-size: 32px !important;
	font-weight: bold !important;
}


a[name]:empty {
	visibility: hidden;
	position: relative;
	top: -100px;
}


.produktion {
	display: flex;
	align-items: center;
}




.social {
	position: absolute;
	right: 25px;
	bottom: 0;
}

.social,
.social a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
}


.social a.fb:hover {
	text-decoration: none;
	color: #1877F2;
}

.social a.in:hover {
	text-decoration: none;
	background-image:linear-gradient(90deg,#5741d8,#ab2bad,#ec153e,#ffbf54);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}

.social a.li:hover {
	text-decoration: none;
	color: #0A66C2;
}




.block_content td .tb_image_l {
	margin-right: 30px;
}



table.gallerylead div.image {
	margin-right: 10px;
	display: inline;

	text-decoration: none;
}

table.gallerylead div.image a,
table.gallerylead div.image a:link,
table.gallerylead div.image a:hover,
table.gallerylead div.image a:active,
table.gallerylead div.image a:visited {
	border-bottom: none !important;
}

table.gallerylead div.image img {
	vertical-align: top;
}

table.gallerylead td {
	padding-bottom: 20px;
}


table.list {
	width: 520px;
	font-family: "Verdana",Arial;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}

tr.listhead {
	height: 30px;
	text-align: left;
	font-size: 10pt;
	text-shadow: 1px 1px 0px #fff;

	vertical-align: middle;

	color: #4c4c4c;
	font-weight: bold;
	
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 38%, #ededed 72%, #e2e2e2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#f9f9f9), color-stop(72%,#ededed), color-stop(100%,#e2e2e2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f9f9f9 38%,#ededed 72%,#e2e2e2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e2e2e2',GradientType=0 ); /* IE6-9 */
}

td.listline {
	border: 1px solid #ffffff;
	padding: 10px;
}

tr.listgrau {
	background-color: #f5f5f5;
}

tr.listgelb {
	background-color: #ffffff;
}




.block_content td .tb_image {
	max-width: 100%;
}


button {
background: #ffb935;
color: #004263;
text-align: center;
width: auto;
margin: 0 auto;
padding: 10px 25px;
border: none;
font-size: 16px;
}

button:hover {
background: #004263;
color: #ffb935;
}

.vue-form-generator fieldset {
	margin-inline-start: 0;
	margin-inline-end: 0;
	padding-block-start: 0;
	padding-inline-start: 0;
	padding-inline-end: 0;
	padding-block-end: 0;
}

.vue-form-generator .field-label span {
	margin-left: 0 !important;
	font-weight: bold;
	font-size: 18px;
}

.vue-form-generator .field-radios .radio-list label {
	margin-left: 26px !important;
	margin-bottom: 5px;
}

.vue-form-generator .field-radios .radio-list {
	margin-top: 10px;
}

.form-group.field-checklist .listbox.form-control {
	border: none !important;
	-webkit-box-shadow:none !important;
	background-color: #f6f6f6;
}


.form-group label span{
margin-bottom: 5px;
}


.info {
    padding:10px 0 100px 0;
}

.info .pager {
    margin:0 0 10px 0;
}

.info .list .info-item {
    margin-bottom: 25px;
    margin-left: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom:25px
}

.info .list .item-header {
    padding: 4px 0 15px 0;
    margin-top: 0;
    font-weight: 400;
    text-align:left
}

/*.info .list .info-item .item-header a {
    color: maroon;
    font-size:26px;
    font-weight: 500;
}*/

.info .item-header h1 a {
	margin: 0;
	color: #000;
    font-size:26px;
    font-weight: 500;
}

.info .item-header h1 {
    font-size: 50px;
	font-weight: 800;
	font-family: 'Manrope',sans-serif;
	margin: 0 0 30px 0;
	color: #000000;
}

.info .item-header h2 {
    margin-left: 0;
    font-size: 20px !important;
    font-weight: 700;
    text-align: left;
}

.info .item-text h2 {
    margin: 20px 0;
    font-size: 26px !important;
    font-weight: 700;
    text-align: left;
}


.info .list .item-text {
    padding: 10px 10px 10px 0;
    display:inline-block
}

.info .list .item-text .tb_image_l {
    margin-right:20px
}

.info .detail .item-text {
    padding: 0;
    margin: 0;
    padding-left:0
}

.info .item-backlink {
    margin:10px 0 0 0
}

.info .item-author {
    margin:0
}

.info .item-gericht {
    margin:0
}

.info .item-normen {
    margin:0
}

.info .item-url {
    margin:0
}


#callnowbutton {
    display: none;
    position: fixed;
    text-decoration: none;
    z-index: 2147483647;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #fff;
    bottom: 5px;
    transform: scale(0.8);
    right: 5px;
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDQ4MC42IDQ4MC42IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0ODAuNiA0ODAuNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNjUuNCwzMTcuOWMtMTUuNy0xNS41LTM1LjMtMTUuNS01MC45LDBjLTExLjksMTEuOC0yMy44LDIzLjYtMzUuNSwzNS42Yy0zLjIsMy4zLTUuOSw0LTkuOCwxLjgKCQkJYy03LjctNC4yLTE1LjktNy42LTIzLjMtMTIuMmMtMzQuNS0yMS43LTYzLjQtNDkuNi04OS04MWMtMTIuNy0xNS42LTI0LTMyLjMtMzEuOS01MS4xYy0xLjYtMy44LTEuMy02LjMsMS44LTkuNAoJCQljMTEuOS0xMS41LDIzLjUtMjMuMywzNS4yLTM1LjFjMTYuMy0xNi40LDE2LjMtMzUuNi0wLjEtNTIuMWMtOS4zLTkuNC0xOC42LTE4LjYtMjcuOS0yOGMtOS42LTkuNi0xOS4xLTE5LjMtMjguOC0yOC44CgkJCWMtMTUuNy0xNS4zLTM1LjMtMTUuMy01MC45LDAuMWMtMTIsMTEuOC0yMy41LDIzLjktMzUuNywzNS41QzcuMywxMDMuOSwxLjYsMTE3LDAuNCwxMzIuM2MtMS45LDI0LjksNC4yLDQ4LjQsMTIuOCw3MS4zCgkJCWMxNy42LDQ3LjQsNDQuNCw4OS41LDc2LjksMTI4LjFjNDMuOSw1Mi4yLDk2LjMsOTMuNSwxNTcuNiwxMjMuM2MyNy42LDEzLjQsNTYuMiwyMy43LDg3LjMsMjUuNGMyMS40LDEuMiw0MC00LjIsNTQuOS0yMC45CgkJCWMxMC4yLTExLjQsMjEuNy0yMS44LDMyLjUtMzIuN2MxNi0xNi4yLDE2LjEtMzUuOCwwLjItNTEuOEM0MDMuNiwzNTUuOSwzODQuNSwzMzYuOSwzNjUuNCwzMTcuOXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzQ2LjMsMjM4LjJsMzYuOS02LjNjLTUuOC0zMy45LTIxLjgtNjQuNi00Ni4xLTg5Yy0yNS43LTI1LjctNTguMi00MS45LTk0LTQ2LjlsLTUuMiwzNy4xCgkJCWMyNy43LDMuOSw1Mi45LDE2LjQsNzIuOCwzNi4zQzMyOS41LDE4OC4yLDM0MS44LDIxMiwzNDYuMywyMzguMnoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDA0LDc3LjhDMzYxLjQsMzUuMiwzMDcuNSw4LjMsMjQ4LDBsLTUuMiwzNy4xYzUxLjQsNy4yLDk4LDMwLjUsMTM0LjgsNjcuMmMzNC45LDM0LjksNTcuOCw3OSw2Ni4xLDEyNy41CgkJCWwzNi45LTYuM0M0NzAuOSwxNjkuMyw0NDQuNCwxMTguMyw0MDQsNzcuOHoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K")
    center / 40px 40px no-repeat #000d2e;

}

.news {
	background-color: #001b51;
	text-align: center;
	padding: 25px;
	color: #ffffff;
}


/* 
	High Resolution Desktops
*/
@media (min-width: 1281px) {
	

}


@media (max-width: 1280px) {
	.header .slogan {
		transform: unset;
		bottom: 10%;
		width: 100%;
	}
}

/* 
	Laptops, Desktops
*/
@media (min-width: 1025px) and (max-width: 1280px) {
	.header .slogan {
		width: 80%;
	}

}


	
/* 
	Tablets Portrait-Mode
*/  
@media (min-width: 768px) and (max-width: 1024px) {
	.header {
		height: 50vh;
	}
	.content-padding {
		padding-left: 20px;
		padding-right: 20px;
	}

	.block_content td {
	  display: flex;
	  flex-direction: column;
	}
	
	.block_content td .tb_image_l {
		margin-right: 0px;
	}



}


	
/* 
	Tablets Landscape-Mode
*/ 
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	.header {
		height: 50vh;
	}

	.block_content td {
	  display: flex;
	  flex-direction: column;
	}

	.block_content td .tb_image_l {
		margin-right: 0px;
	}

}


	
/* 
	Mobile Landscape-Mode
*/
@media (min-width: 481px) and (max-width: 767px) {	
	/*.content {
		margin: 0 15px;
	}*/
	.content-padding {
		padding-left: 0;
		padding-right: 0;
	}

	.header .slogan {
		width: 100%;
		left: 0;
		right: 0;
		padding: 0 20px;
	}
	.header .slogan h2,
	.header .slogan h2 span {
		font-size: 35px;
	}

	.header .slogan p {
		font-size: 18px;
	}

	.block_content td {
	  display: flex;
	  flex-direction: column;
	}

	.block_content td .tb_image_l {
		margin-right: 0px;
	}

	#callnowbutton {
	    display: block;
	}

}




/* 
	Mobile Portrait-Mode
*/
@media (min-width: 320px) and (max-width: 480px) {
	:root {
		--spacing: 15px;
	}
	ul {
		margin: 0em 0 1.5em 0em;
	}
	.header {
		height: 50vh;
	}
	.header .slogan h2, .header .slogan p {
		margin: 0;
	}
	.content-padding {
		padding-left: 0;
		padding-right: 0;
	}

	body#home .header .slogan .marker {
		font-size: 42px;
	}

	body#home .header {
		height: 60vh;
	}

	.header .slogan .marker {
		font-size: 36px;
	}

	.header .slogan h2,
	.header .slogan h2 span {
		font-size: 35px;
	}

	.header .slogan p {
		font-size: 18px;
	}

	h1 {
		font-size: 40px !important;
	}

	body#home h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 30px;
	}

	h4 {
		font-size: 22px;
	}

	body#home .content.default h2 {
		color: #000;
		font-family: 'Roboto',sans-serif;
		font-size: 40px;
		font-weight: normal;
		margin-bottom: 20px;
	}

	body#home h2 {
	    font-size: 50px;
	}

	body#home .wrapper-1 h2 {
		font-size: 40px;
	}

	body#home .content.default {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.headline h1:last-child {
		font-size: 30px;
	}

	.maschinenprofil .information {
		padding: 0 0 30px 0 !important;
	}

	.maschinenprofil .information .title {
		font-size: 30px !important;
	}

	.content.row-2 {
		margin: 0 15px;
	}

	.text .block_content.text {
		padding: 3em 20px 0 20px;
		border-bottom: 1px solid #001b51;
	}

	#color.text .block_content.text {
		border-bottom: 1px solid white;
	}


	body:not(#home) #mainimage {
		height: 40vh;
		width: 100vw;
	}

	.block_content.text {
		overflow-x: auto;
	}

	.social {
		display: none;
	}


	.block_content td {
	  display: flex;
	  flex-direction: column;
	}

	.block_content td .tb_image_l {
		margin-right: 0px;
	}

	.contact {
	    padding: 70px 0 !important;
	}

	.parallax strong {
	    font-size: 45px;
	}

	#callnowbutton {
	    display: block;
	}


}




