:root {
	/* a touch of gray */
	--dark-text-color: #000000;
	--spacing: 35px;

    --menu-height: 140px;
    --mobile-menu-height: 100px;
}

body > * {
    margin: 0 auto;
}


#main {
    max-width: var(--max-page-size);
    width: 100vw;
}

.header {
	overflow: hidden;
	margin-bottom: calc(var(--spacing) * 3);
    max-width: unset;

/*	background-color: antiquewhite;*/
}

.header img {
	width: 100%;
/*	height: 100%;*/
	height: 70vh;
	object-fit: cover;

}

.site-head-start {
    position: relative;
    display: flex;
    width: 100vw;
    height: 100%;
    text-align: center;
    color: #bbb;
    z-index: 1;
    margin: 0 0 0 0;
    background-image: url("/stream/images/layout/bense_agentur_eingang.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    justify-content: center;
    flex-direction: column;
    align-items:center
}

.sub-head {
    margin-top: calc(var(--menu-height) - 10px);
    padding: 0;
    z-index: 1;
    width: 100%;

    height: 70vh;
    max-height: 600px;

    color: #ffffff;

    background: linear-gradient(
        90deg, maroon 50%, white 50%, white);

    position: relative;
    display: flex;

}

[x-id="1"] .sub-head {
    background: transparent;
}

.max-width-constrain {
    max-width: var(--max-page-size);
    padding: 0 var(--content);
    margin: 0 auto;
}

.sub-head #sub-head-content {
    padding: 0 calc((max(100vw, var(--max-page-size)) - var(--max-page-size)) / 2 + var(--content));
    width: 100%;
}

.location {
    padding: 0.66em var(--content);
}

#header-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}

.sub-head .simple-button-plugin {
font-size: 1.1rem;
font-weight: 500;
padding: 1rem 1.5rem;
background-color: #ffffff;
text-decoration: none;
color: maroon;
transition: all 300ms ease-in-out;
border-radius: 50px;
text-transform: uppercase;
display: inline-block;
margin: 10px 0;
border: 1px solid #ffffff;
line-height: initial;
}


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

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

.sub-head .objectfit-cover, .sub-head .objectfit-cover .text {
    width: 100%;
    min-height: 600px;
    height: 100%;
    position:relative
}

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

.sub-head .text {
    height: 100%;
    width: 50%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px 0 0;
}

.sub-head .text .block_content {
    display: flex;
    flex-direction: column;
    justify-content:center
}

.sub-head .text big {
    font-size: 36px;
    font-weight: 700;
    font-family: var(--fonts);
    margin: 0 0 15px 0;
    color: #ffffff
}

.sub-head .text span.marker {
    color: #fff;
    font: 300 25px 'Roboto', Arial, sans-serif;
    line-height:1.3em
}

.site-head-start .slogan.content {
    margin: 0 auto;
    width: 100%;
    max-width:1100px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 0 0 0;
}

.site-head-start .slogan {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #efefef;
    font-size: 2.2rem;
    padding:5px 15px
}

.site-head-start .slogan .block_content p {
    font-weight: 500;
    font-size: 50px;
    line-height: 1em;
    text-align: left;
    color: #cd1719;
    line-height:normal
}

.site-head-start .slogan .marker {
    color: #fff;
    text-transform: none;
    font-size: 60px;
    font-weight:bold
}


.site-head {
    position: relative;
    display: flex;
    width: calc(100vw - 0px);
    height: 50vh;
    text-align: center;
    color: #bbb;
    z-index: 1;
    margin: 0;
    z-index: 1;
    justify-content: center;
    flex-direction: column;
    align-items:center
}

.site-head .heading {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #efefef;
    font-size: 2.2rem;
    padding:5px 15px
}

.site-head .heading big {
    font-size: 100px;
    font-weight: bold;
    color:#fff
}


.menu {
	height: var(--menu-height);
	width: 100%;
	justify-content: flex-end;
	transition: all 0.3s;
	z-index: 3;
}
.menu .logo {
	height: 100%;
	width: auto;
	margin-right: auto;
}
.menu.dark {
	background: #202637;
}

.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-bottom: var(--spacing);
}

.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;
}

.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
}


.textinfo {
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
/*    max-width: 700px;*/
    min-height: 500px;
    margin-bottom: 0 !important;
    display:flex
}

.textinfo .block_content {
    display: flex;
    flex-direction: column;
    justify-content:center
}

.textinfo h2,
.start h2 {
	font-size: 50px;
	font-weight: 800;
	font-family: 'Manrope',sans-serif;
	margin: 0 0 30px 0;
	color: #000000;
}


.simple-button-plugin {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem 1.5rem;
    background-color: #800000;
    text-decoration: none;
    color: #fff;
    transition: all 300ms ease-in-out;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 0px;
    border: 1px solid #800000;
    line-height:initial
}

.simple-button-plugin:hover {
    background-color: #363f48;
    border: 1px solid #363f48;
    color: #ffffff;
    text-decoration:none
}


.qcta {
	background-color: #800000;
	margin-bottom: 30px;
}

.qcta p {
	color: #fff;
	font-size: 40px;
}

.qcta a {
	font-size: 1.1rem;
	font-weight: 500;
	padding: 1rem 1.5rem;
	background-color: #ffffff;
	text-decoration: none;
	color: #800000;
	transition: all 300ms ease-in-out;
	border-radius: 50px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
	border: 1px solid #ffffff;
	line-height: initial;
}

.qcta a:hover {
	color: #ffffff;
}

#color {
    background: maroon;
    color: #fff;
    height:100%
}

#color h2 {
    color:#fff;
}

#color h2 a {
    color:#fff;
}

#color .block_content.text_info h2 a {
    color:#fff;
}

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

#color .block_content.text_info h3 a {
    color:#fff;
}

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



#color_lp {
    background: maroon;
    color: #fff;
    height:100%;
    padding: 25px;
}


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

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

/*.text_pic .block_content.texth2 {
    color: maroon;
    font-size: 45px;
    font-weight:100
}*/


.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
}


.skillbar {
    position: relative;
    display: block;
    margin-bottom: 15px;
    width: 100%;
    background: #eee;
    height: 35px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property:width, background-color
}

.skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    background: #6adcfa;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius:3px
}

.skillbar-title span {
    display: block;
    background: rgba(0, 0, 0, .1);
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius:3px
}

.skillbar-bar {
    height: 35px;
    width: 0;
    background: #6adcfa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left:100px
}

.skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    color:rgba(0, 0, 0, .4)
}


.referenz {
    text-align: center;
}
.referenz img {
    width: 100%;
}


.table_ai {
    margin-bottom: 80px;
}

.table_ai table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    .table_ai table_ai-layout: fixed;
}

.table_ai table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
    color: #800000;
}

.table_ai table tr {
    background-color: #ffffff;
    border: 1px solid #ddd;
    padding: .35em;
}

.table_ai table th, .table_ai table td {
    padding: .625em;
    /*text-align: center;*/
}

.table_ai table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: left;
}

@media screen and (max-width: 768px) {
    .table_ai table {
        border: 0;
    }

    .table_ai table caption {
        font-size: 1.3em;
    }

    .table_ai table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table_ai table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .table_ai table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .table_ai table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .table_ai table td:last-child {
        border-bottom: 0;
    }
}

.extra_1 {
    margin-top: 1em;
    background: #f6f6f6;
    padding: 100px;
}


.uvideo .preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


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

}



.barriere {
    position: absolute;
    top: 5px;
    right: 41px;
}

.barriere a:hover {
    color: #383d41;
    text-decoration:underline
}

.barriere p {
	font-size: 18px;
}


.formular .btn {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem 1.5rem;
    background-color: #42484c;
    text-decoration: none;
    color: #fff;
    transition: all 300ms ease-in-out;
    border-radius: 50px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px 10px 10px;
    border: 1px solid #42484c;
    line-height:initial
}

.formular .btn:hover {
    background-color: #848484;
    border: 1px solid #848484;
    color: #fff;
    text-decoration:none
}



input[type="text"] {
    background-color: none;
    border: 1px solid #909090;
    font-size: 17px;
    width: 100%;
    padding: 10px 15px;
    border-radius: 20px;
    letter-spacing: .01em;
    z-index: 1;
}

input[type="submit"] {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.7rem 1.5rem;
    background-color: #42484c;
    text-decoration: none;
    color: #fff;
    transition: all 300ms ease-in-out;
    border-radius: 50px;
    display: inline-block;
    margin: 0 10px 10px 10px;
    border: 1px solid #42484c;
    line-height: initial;
}




ul.check li {
    list-style:none
}

ul.check li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #00c300;
    font-size:24px
}

star {
    font-size: 30px;
    color:#ffd200
}


#buttons {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    position: fixed;
    display: inline-flex;
    vertical-align: middle;

    right: -1px;
    top: 50%;
    transform: translateY(-52%);

    z-index: 3;
    transition: all 1s;
}


#buttons.inactive {
    right: -100%;
}
#buttons.active {
    right: -1px;
}

#buttons .btn-secondary {
    color: #ffffff;
    background: #800000;

    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;

    margin-top: 2px;

    border-top-left-radius: 2rem !important;
    border-bottom-left-radius: 2rem !important;
    border: 1px solid #ffffff;

    width: 100%;

}

#buttons .btn-secondary:hover {
    background: #4f4f4f !important;
    text-decoration: none;
}

#buttons .fa,
#buttons .fas {
    display: inline-block;
    margin-right: 12px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn-sm {
    display: inline-block;
    margin-right: 12px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 1920px) {
    #buttons {
        transform: translate(100%,-52%);
    }

    #buttons .btn-secondary {
        transform: translateX(-45px);
        transition: transform 0.5s, all 0.25s ease-in-out;
    }

    #buttons .btn-secondary:hover {
         transform:translateX(-100%) 
    }
}


.uslider .track-inner {
    align-items: top !important;
}



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

/* 
    Laptops, Desktops
*/
@media (min-width: 1025px) and (max-width: 1280px) {
}
  
/* 
    Tablets Portrait-Mode
*/  
@media (min-width: 768px) and (max-width: 1024px) {
    .sub-head {
        background: maroon;
    }

    .sub-head #header-image {
        display: none;
    }
}

/* 
    Tablets Landscape-Mode
*/ 
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .sub-head .objectfit-cover,.sub-head .objectfit-cover .text {
        min-height: 300px
    }
}

@media (max-width: 1024px) {
    .sub-head {
        background: maroon;
        height: auto;
    }

    .sub-head .text {
        padding: 1em 20px 1em 20px;
        min-height: 400px;
        width: 100%;
        text-align: center;
    }

    .sub-head #header-image {
        display: none;
    }

    .sub-head .objectfit-cover,.sub-head .objectfit-cover .text {
        min-height: 300px
    }
}

/* 
    Mobile Landscape-Mode
*/
@media (min-width: 481px) and (max-width: 767px) {

    .sub-head .objectfit-cover,.sub-head .objectfit-cover .text {
        min-height: 300px
    }

    #buttons {
        display: none;
    }

    #callnowbutton {
        display: block;
    }


    h1 {
        font-size: 36px;
        hyphens: auto;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }
}

/* 
    Mobile Portrait-Mode
*/
@media (min-width: 320px) and (max-width: 480px) {
    :root {
        --spacing: 15px;
    }

    .barriere {
        display: none;
    }

    #home #main {
        margin-top: 80px;
    }

    .site-head-start {
        height: 42vh;
    }

    #home h1 {
        font-size: 26px;
        hyphens: none;
    }

    h1 {
        font-size: 36px;
        hyphens: auto;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 24px;
    }

    .location {
        display: none;
    }

    .textinfo h2, .start h2 {
        font-size: 36px;
    }

    nav.menu {
        height: 100px !important;
    }


    .text .block_content.text {
        height: 100%;
        padding: 5em 20px;
        border-bottom: 1px solid maroon;
    }

    #color {
        border-bottom: 1px solid #ffffff;
    }


    .site-head-start .slogan.content {
        margin: 0 auto;
        width: 90%;
    }

    .qcta p {
        color: #fff;
        font-size: 30px
    }

    .sub-head .objectfit-cover,.sub-head .objectfit-cover .text {
        min-height: 300px
    }

    .ugrid-2619 .content:first-of-type,
    .ugrid-2623 .content:first-of-type,
    .ugrid-2627 .content:first-of-type,
    .ugrid-2633 .content:first-of-type,
    .ugrid-2637 .content:first-of-type,
    .ugrid-2643 .content:first-of-type,
    .ugrid-2647 .content:first-of-type {
        order: 2
    }

    #callnowbutton {
        display: block;
    }

    .ugrid-2195 .content:first-of-type {
        order:2
    }

    .sub-head .text big {
        hyphens: auto;
    }




}

