/*********** global ***********/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 300;
    src: local('Rubik Regular'), local('Rubik-Regular'), url('../fonts/static/Rubik-Regular.woff2') format('woff2');
}

.container {
    max-width: 1300px !important;
}

.ul-flex {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .ul-flex {
        display: block !important;
        align-items: left;
    }
}

a,
a:hover {
    text-decoration: none !important;
}

li {
    list-style: none !important;
}

p,
footer a,
strong,
.gelaender-li {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400 !important;
    color: #606060;
}

.svg-style {
    fill: #1e5799;
    width: 48px;
    height: 48px;
}

.svg-style-burger {
    fill: #252850;
    width: 32px;
    height: 32px;
}

i {
    color: #1e5799;
}

iframe {
    width: 100%;
}

footer {
    padding: 25px 0;
    width: 100%;
    height: 75px;
    background-color: #f7f7f9;
}

footer p {
    font-size: 15px;
}

iframe {
    margin-top: 10px;
}

.space {
    width: 100%;
    height: 50px;
}

.space-2x {
    width: 100%;
    height: 100px;
}

@media screen and (max-width:1150px) {
    .space-startseite {
        width: 100%;
        height: 50px;
    }
}

.extra-div h2,
.servicediv h2 {
    font-size: 0.9rem;
    margin: 20px 0 15px 0;
    font-weight: bold;
    line-height: 1.1;
    word-spacing: 4px;
    color: #000;
}

.bereiche-strong {
    font-size: 0.9rem;
    margin: 20px 0 15px 0;
    font-weight: bold !important;
    line-height: 1.1;
    word-spacing: 4px;
    color: #000;
}

.navbar-brand img {
    width: 65%;
}

.header .navbar-brand,
.header-index .navbar-brand {
    color: #252850;
    font-weight: 600 !important;
}

.header-index::before,
.header::before {
    content: "";
    opacity: .3;
    z-index: -1;
}

.header {
    width: 100%;
    height: 75vh;
    background-image: url(../images/planung-edit-min.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    clip-path: polygon(100% 0%, 100% 70%, 50% 85%, 0 70%, 0 0);
    position: relative;
}

.header-index {
    width: 100%;
    height: 90vh;
    background-image: url(../images/planung-edit-min.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    clip-path: polygon(100% 0%, 100% 70%, 50% 85%, 0 70%, 0 0);
    position: relative;
}


/*********** header ***********/

@media screen and (max-width: 400px) {
    .navbar-brand img {
        width: 65%;
    }
    .navbar-toggler {
        position: absolute;
        top: 40px !important;
        right: 30px;
    }
    .header-index,
    .header {
        width: 100%;
        height: 350px !important;
        clip-path: none;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .header-section {
        width: 100%;
        height: auto;
        color: #fff;
        text-align: center;
        position: relative;
    }
    .center-div h1 {
        font-size: 1.5em !important;
        width: 90%;
        margin-left: 5%;
    }
    .center-div a {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 50px;
        font-size: 1rem !important;
    }
    .center-div p {
        font-size: 1rem !important;
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 919px) and (min-width: 401px) {
    .header-index,
    .header {
        width: 100%;
        height: 450px !important;
        clip-path: none;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .header-section {
        width: 100%;
        height: auto;
        color: #fff;
        text-align: center;
        position: relative;
    }
    .center-div h1 {
        font-size: 1.6em;
        width: 90%;
        margin-left: 5%;
    }
    .center-div a {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 50px;
        font-size: 1rem !important;
    }
    .center-div p {
        font-size: 1rem !important;
        width: 90%;
        margin-left: 5%;
    }
}

@media screen and (max-width: 1150px) and (min-width: 920px) {
    .header-index,
    .header {
        width: 100%;
        height: 450px;
        background-repeat: no-repeat;
        background-size: cover;
        clip-path: none;
        position: relative;
    }
    .center-div h1 {
        font-size: 2em !important;
        width: 90%;
        margin-left: 5%;
    }
    .center-div p {
        font-size: 1.2rem !important;
        width: 90%;
        margin-left: 5%;
    }
    .center-div a {
        width: 90%;
        margin-left: 5%;
        margin-bottom: 50px;
        font-size: 1.2rem !important;
    }
}

.navbar::before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
    background: #fff;
}

.navbar-toggler {
    position: absolute;
    top: 50px;
    right: 30px;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
}

.navbar-toggler .fas {
    font-size: 30px;
    cursor: pointer;
    color: #252850;
}

.nav-color a {
    color: #252850;
    padding: 3px 15px !important;
}

.dropdown-item {
    color: #252850 !important;
    margin: 5px 0;
}

.dropdown-menu {
    border: none !important;
    padding: 10px 10px !important;
}

.dropdown-item:hover {
    color: #fff !important;
    margin: 5px 0;
    background-color: #252850 !important;
    border-radius: 25px;
    padding: 5px 15px !important;
}

.nav-color a:hover {
    color: #fff;
    background-color: #252850;
    border-radius: 25px;
    padding: 3px 15px !important;
}

.header-section {
    width: 100%;
    height: inherit;
    color: #fff;
    text-align: center;
    position: relative;
}

.center-div {
    width: 100%;
    height: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.header-buttons a {
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 0 5px;
    padding: 12px 35px;
    outline: none;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3;
    text-align: center;
}

.header-buttons a:hover {
    color: #252850;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.644);
}

.language-li {
    margin: 0 5px;
    color: #fff !important;
    background-color: #252850;
    border-radius: 25px;
    padding: 5px 15px !important;
}

.language-li:hover {
    background-color: #707196;
    transition: all .2s;
}

.language-a {
    color: #fff !important;
}

@media screen and (max-width:1177px) and (min-width:992px) {
    .language-a {
        font-size: .8rem;
    }
    .nav-color a {
        font-size: .8rem;
    }
    .navbar-brand img {
        width: 75%;
    }
    .navbar-width {
        width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .language-a {
        font-size: 1rem;
    }
    .nav-color a {
        font-size: 1rem;
    }
    .navbar-brand img {
        width: 65%;
    }
    .language-margin {
        margin-top: 10px;
    }
}

@media screen and (max-width: 499px) {
    .navbar-brand img {
        width: 55%;
    }
    .navbar-toggler {
        top: 40px !important;
    }
}

.center-div p {
    font-size: 1.3rem;
    padding: 10px 0 0px 0;
    color: #fff;
}

.header-extradiv {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}

.extra-div {
    background: #fff;
    border: medium none;
    padding: 50px !important;
    border-radius: 3px;
    transition: .3s;
}

.extra-div:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(-20px);
    z-index: 1;
}

@media screen and (max-width: 576px) {
    .header-extradiv {
        margin-left: 5%;
        width: 90% !important;
    }
    .extra-div {
        background: #fff;
        border: medium none;
        padding: 50px !important;
        border-radius: 3px;
        transition: .3s;
    }
    .extra-div:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
        transform: translateY(-20px);
        z-index: 1;
    }
}


/*********** ihre-vorteile ***********/

.vorteile-img img {
    width: 100% !important;
}

.imgOne,
.imgTwo,
.imgThree,
.imgFour {
    display: none;
}

.imgOne.show,
.imgTwo.show,
.imgThree.show,
.imgFour.show {
    display: block;
}

.maschinenHover:hover,
.aufzugHover:hover,
.abwasserHover:hover,
.stahlbauHover:hover {
    cursor: pointer;
}

.serviceoffers {
    background: #f7f7f9;
    padding: 50px 0;
    margin-bottom: 0;
}


/*.headings {
    margin-bottom: 50px;
}*/

.headings h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

.service-icons {
    display: flex;
    justify-content: last baseline;
    align-items: center;
}

.gelaender-div {
    background: #f7f7f9;
    border: medium none;
    border-radius: 3px;
    transition: .3s;
    display: flex;
    padding: 5px;
}

.vorteile-div {
    margin-top: 100px;
}

.second-header {
    margin-bottom: 150px !important;
}

.vorteile-img {
    /*margin-top: 80px;*/
    padding: 0 10px;
}

.vorteile-img img {
    border: #1e5799 3px solid;
}

.underline {
    margin: 10px 0;
    height: 0.25rem;
    width: 5rem;
    background: #1e5799;
    margin-left: auto;
    margin-right: auto;
}

.space-geschaeftsbereiche {
    width: 100%;
    height: 200px;
}

@media screen and (max-width: 420px) {
    .space-geschaeftsbereiche {
        width: 100%;
        height: 50px !important;
    }
}

@media screen and (max-width: 991px) {
    .space-geschaeftsbereiche {
        width: 100%;
        height: 100px;
    }
}


/*********** ueber-apk ***********/

.ueber-apk {
    margin: 50px 0;
}

.ueber-apk ul {
    text-align: left;
    margin-left: 40px;
}

.ueber-apk li {
    list-style: disc !important;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400 !important;
    color: #606060;
}

.ueber-apk img {
    border: #606060 2px solid;
    width: 100%;
}

.ueber-uns-text {
    display: flex;
    justify-content: last baseline;
    align-items: center;
}

.ueber-uns-display {
    display: block !important;
}

@media screen and (max-width: 990px) {
    .space-990px {
        width: 100%;
        height: 60px;
    }
}


/*********** unsere-leistungen ***********/

.unsere-leistungen {
    margin-bottom: 50px;
}

.unsere-leistungen ul {
    padding-left: 40px;
}

.unsere-leistungen li {
    list-style: disc !important;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 400;
    color: #606060;
}


/*********** unsere-projekte ***********/

.images .row {
    margin-top: 10px
}

figure {
    display: inline-block;
    background: white;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

figure img {
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

figure h2 {
    position: absolute;
    top: 40%;
    left: 15%;
    color: #fff;
    font-weight: bold;
}

figure:hover {
    background: black;
}

figure a,
figure a:hover {
    color: #fff;
}

figure:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .5;
    filter: alpha(opacity=50);
}

.slider {
    width: 100%;
    height: 80vh;
    padding: 50px;
    position: relative;
}

.slider::before {
    content: "";
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0;
    right: 0;
    z-index: -1;
    background: linear-gradient(170deg, #f7f7f9 55%, #fff 0%);
}

.slider-box {
    background-color: #fff;
    margin-top: 50px;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.splide-block {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin: 20px 10px;
}

.product__arrow i {
    opacity: 1 !important;
    color: #000 !important;
}


/*********** kontakt ***********/

.kontaktdaten {
    margin-top: 10px !important;
}

.input,
textarea {
    border-top: #fff !important;
    border-right: #fff !important;
    border-left: #1e5799 2px solid !important;
    border-bottom: #1e5799 2px solid !important;
    border-radius: 0px !important;
}


/*********** datenschutz ***********/

.inhaltsverzeichnis-background {
    background-color: #f2f2f2;
    padding: 2rem;
}

.inhaltsverzeichnis-background a {
    color: #606060;
}

.inhaltsverzeichnis-background .index li {
    list-style: decimal !important;
}


/* projekt */

@media screen and (max-width: 430px) {
    figure h2 {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 1199px) and (min-width: 431px) {
    figure h2 {
        font-size: 1.5rem;
    }
}

figure {
    display: inline-block;
    background: white;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

figure img {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    filter: brightness(0.6);
}

figure h2 {
    position: absolute;
    top: 40%;
    left: 10%;
    text-align: left;
    color: #fff;
    font-weight: bold;
}

figure:hover {
    background: black;
}

figure a,
figure a:hover {
    color: #fff;
}

figure:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    opacity: .5;
    filter: alpha(opacity=50);
}


/********** maschinen- und anlagenbau **********/

.geschaeft-space {
    width: 100%;
    height: 30px;
}


/********** maschinen- und anlagenbau **********/

.maschinen-anlagenbau-p {
    font-weight: bold !important;
    color: #000;
}


/********** aufzugsbau **********/

.aufzugsbau img {
    width: 100%;
    margin-bottom: 30px;
}


/********** stahlbau **********/

.stahlbau-background {
    margin-top: 10px;
    padding: 30px 0;
    width: 100%;
    height: auto;
    background-color: #f7f7f9;
}

.stahlbau-space {
    width: 100%;
    height: 10px;
}

.stahlbau-list ul {
    text-align: left;
    margin-left: 7%;
}

.stahlbau-list li {
    list-style-type: disc !important;
    color: #606060;
}

.stahlbau img {
    width: 100%;
    margin-bottom: 30px;
}

.stahlbau-img-margin {
    margin-top: 10px;
}

.btn-picture {
    border: none !important;
    background-color: white !important;
    color: #000 !important;
}


/* Slider */

.slider-p {
    margin-top: 20px;
    color: #606060;
    font-size: 1rem;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 1 !important;
}

@media screen and (max-width: 700px) {
    .carousel-control-next,
    .carousel-control-prev {
        margin-top: -65px;
    }
}


/* Geschäftsbereich Stahlbau Kategorien mit Bildern start

@media screen and (max-width: 1023px) {
    .underline {
        width: 150px;
        height: 6px;
    }
}

@media screen and (max-width: 799px) {
    .underline {
        width: 130px;
        height: 5px;
    }
}*/


/********* Gameday Start ********/

.containerStahl {
    position: relative;
    margin: 0 auto;
    /* Definiert die maximale Gesamtbreite des Layouts */
    max-width: 1400px;
    /* Zentriert das Layout */
    text-align: center;
}

.space-height-100 {
    width: 100%;
    height: 100px;
}

.row-match {
    display: flex;
    justify-content: center;
}

.col-6-xl {
    width: 50%;
}

.shifted-img-down {
    margin-top: 50px;
    padding: 0;
}

.space-stahl-pic {
    width: 100%;
    height: 100px;
}

@media screen and (max-width: 1023px) {
    .col-5-l {
        width: 50%;
    }
    .row-match {
        display: flex;
        justify-content: center;
    }
    .space-height-799 {
        width: 100%;
        height: 0px;
    }
    .space-stahl-pic {
        width: 100%;
        height: 0px;
    }
    h2 {
        text-align: center;
        font-size: 2.4rem;
        font-family: 'Rubik', sans-serif;
    }
}

@media screen and (max-width: 799px) {
    .col-7-m {
        width: 100%;
    }
    .row-match {
        display: block;
    }
    .shifted-img-down {
        margin: 0;
        padding: 0;
    }
    h2 {
        width: 80%;
        margin-left: 10% !important;
        text-align: center;
        font-size: 1.9rem;
        font-family: 'Rubik', sans-serif;
    }
}

.stahlBereich-info {
    width: 80%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.stahlBereich-info h3 {
    font-size: 1.7rem;
    font-family: 'Rubik', sans-serif;
    margin-top: 0px;
    font-weight: lighter;
}

.stahlBereich a {
    color: #fff;
}

.stahlBereich a:hover {
    color: #dbedff;
    transition: all .3s;
}

.stahlBereich {
    position: relative;
    overflow: hidden;
}

.bereich-hallenkonstruktionen-img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background: linear-gradient(180deg, rgba(107, 159, 199, 0) 50%, rgba(74, 148, 204, 0.8) 85%, rgba(62, 158, 231, 0.95) 95%), url(../images/stahlbau-neu/arbeitsbuehnen/3211-18-050-002-00_Gebäude\ 8.3-mit\ Fördertechnik-Step-2-min.jpg);
    filter: brightness(.7);
    height: 27rem;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.bereich-arbeitsbuehnen-img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background: linear-gradient(180deg, rgba(107, 159, 199, 0) 50%, rgba(74, 148, 204, 0.8) 85%, rgba(62, 158, 231, 0.95) 95%), url(../images/stahlbau-neu/hallenkonstruktionen/3036-14-212-001-00_Stahlgerüst\ -\ Kopie-min-min.jpg);
    width: 100%;
    height: 27em;
    background-size: cover;
    background-position: center;
    filter: brightness(.7);
}

.bereich-wartungsplattformen-img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background: linear-gradient(180deg, rgba(107, 159, 199, 0) 50%, rgba(74, 148, 204, 0.8) 85%, rgba(62, 158, 231, 0.95) 95%), url(../images/stahlbau-neu/arbeitsbuehnen/3287-21-212-100-00_Wartungsplattform\ komplett-2-min.jpg);
    width: 100%;
    height: 27em;
    background-size: cover;
    background-position: center;
    filter: brightness(.7);
}

.bereich-gelaenderkonstruktionen-img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background: linear-gradient(180deg, rgba(107, 159, 199, 0) 50%, rgba(74, 148, 204, 0.8) 85%, rgba(62, 158, 231, 0.95) 95%), url(../images/Stahlbau/Geländerkonstruktionen/3071-15-001-100-00_Geländer-und-Treppen.jpg);
    width: 100%;
    height: 27em;
    background-size: cover;
    background-position: center;
    filter: brightness(.7);
}

.bereich-treppenanlagen-img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background: linear-gradient(180deg, rgba(107, 159, 199, 0) 50%, rgba(74, 148, 204, 0.8) 85%, rgba(62, 158, 231, 0.95) 95%), url(../images/stahlbau-neu/treppenanlage/3221-19-226-100-00_Balkonanlage\ mit\ Treppenanlage-min-min.jpg);
    width: 100%;
    height: 27em;
    background-size: cover;
    background-position: center;
    filter: brightness(.7);
}

.bereich-pumpen-und-rohr-img {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
    background: linear-gradient(180deg, rgba(107, 159, 199, 0) 50%, rgba(74, 148, 204, 0.8) 85%, rgba(62, 158, 231, 0.95) 95%), url(../images/stahlbau-neu/hallenkonstruktionen/7014-24-100-000-00_Pumpenhaus\ komplett-min-min.jpg);
    width: 100%;
    height: 27em;
    background-size: cover;
    background-position: center;
    filter: brightness(.7);
}

.stahlBereich:hover .bereich-hallenkonstruktionen-img,
.stahlBereich:hover .bereich-arbeitsbuehnen-img,
.stahlBereich:hover .bereich-wartungsplattformen-img,
.stahlBereich:hover .bereich-gelaenderkonstruktionen-img,
.stahlBereich:hover .bereich-treppenanlagen-img,
.stahlBereich:hover .bereich-pumpen-und-rohr-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width: 1199px) {
    .bereich-hallenkonstruktionen-img,
    .bereich-arbeitsbuehnen-img,
    .bereich-wartungsplattformen-img,
    .bereich-gelaenderkonstruktionen-img,
    .bereich-treppenanlagen-img,
    .bereich-pumpen-und-rohr-img {
        height: 22rem;
    }
}

@media screen and (max-width: 799px) {
    .bereich-hallenkonstruktionen-img,
    .bereich-arbeitsbuehnen-img,
    .bereich-wartungsplattformen-img,
    .bereich-gelaenderkonstruktionen-img,
    .bereich-treppenanlagen-img,
    .bereich-pumpen-und-rohr-img {
        height: 13rem;
    }
    .stahlBereich-info h3 {
        margin-top: -10px;
        font-size: 1.5rem;
    }
}


/********* Geschäftsbereich Stahlbau Kategorien mit Bildern Ende ********/


/*** Über uns Zeitstrahl ***/

.timeline-about-small {
    display: none;
}

@media screen and (max-width: 899px) {
    .timeline-about-small {
        display: block;
    }
    .timeline-about {
        display: none;
    }
}

.flex,
.flex-2,
.flex-3 {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.space {
    height: 200px;
}

.space-margin {
    width: 100%;
    height: 40px !important;
}

.circle-top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 27px;
    width: 27px;
    background-color: #1e5799;
    border-radius: 50%;
    display: inline-block;
}

.circle-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 27px;
    width: 27px;
    background-color: #1e5799;
    border-radius: 50%;
    display: inline-block;
}

.circle-pic {
    position: absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 20px;
    width: 20px;
    background-color: #1e5799;
    border-radius: 50%;
    display: inline-block;
}

.line-through {
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 50px;
    height: 2px;
    background-color: #1e5799;
}

.line-through-right {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #1e5799;
}

.vl {
    width: 3px;
    border-left: 3px solid #1e5799;
    height: 30em;
}

.text {
    width: 50%;
}

.inner-text {
    width: 90%;
    margin-right: 10%;
}

.inner-text-right {
    width: 90%;
    margin-left: 10%;
}

.text-block-about-one {
    margin: 50px 4px;
}

.text-block-about-two {
    margin: 50px 4px;
}

.text-block-about-one img,
.text-block-about-two img {
    border: 2px solid #1e5799;
}

.text h2 {
    font-family: 'Rubik', sans-serif;
    margin-bottom: 10px;
    font-size: 2.5rem;
}

.text p {
    text-align: left;
    line-height: 1.4rem;
    font-family: 'Rubik', sans-serif;
    font-weight: lighter;
}

.text-pic {
    width: 50%;
}

.img-right {
    border-right: 3px solid #1e5799;
    border-top: 3px solid #1e5799;
    border-bottom: 3px solid #1e5799;
}

.img-left {
    border-left: 3px solid #1e5799;
    border-top: 3px solid #1e5799;
    border-bottom: 3px solid #1e5799;
}

@media screen and (max-width:1151px) {
    .space-time {
        width: 100%;
        height: 70px;
    }
}