/*Allgemein*/
body{
    font-family: 'Chivo';
    font-size: 16px;
    color: #0E1A43;
    background-color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
}
::selection{
    background: #5ec4db;
    color: #fff;
    text-shadow: none;
}
:focus{
    outline:none !important;
}
hr{
    border: 0;
    height: 1px;
    background: #6c6c76;
    clear: left;
}
a{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a {
    color:  #5EC4DB;
}
.home img{
    object-fit: cover;
    width: 100%;
}

.active {
    font-weight: bold;
}
h1, h2, h3, h4, h5, h6{
    color:#0c1b26;
    font-weight: 500;
}
h1{
    font-size: 55px;
}
h2{
    font-size: 32px;
}
.ce_headline {
    width: 100%;
    text-align: center;
    margin-top: 5%;
}
.center{
    text-align: center;
}
/*icons*/
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.icon_arrow::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f309";
    font-weight: 600;
    color: #f9f9fa;
    font-size: 35px;
    padding-right: 10px;
    top: 10px;
    position: relative;
    animation: slide1 1s ease-in-out infinite;
}
.icon_search::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f002";
    font-weight: 600;
    color: #6c6c76;
    font-size: 25px;
    position: relative;
}
.icon_search_end::after {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f002";
    font-weight: 600;
    color: #6c6c76;
    font-size: 25px;
    position: relative;
}
@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 5px);
    }
}
/*Buttons*/
.btn-simple{
    padding: 10px 10px;
    background-color: #c71712;
    border: 1px solid #c71712;
    color: #f9f9fa;
    display: initial;
    cursor: pointer;
}
.btn-simple:hover{
    background: #f9f9fa;
    color: #c71712;
}
.btn1-simple a{
    padding: 10px 10px;
    border: 1px solid #c71712;
    background-color: #c71712;
    color: #f9f9fa;
    display: initial;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
.btn1-simple figure a{
    border:none !important;
}
.btn1-simple a:hover{
    background: white;
    color: #c71712;
}
.btn1-simple figure a, .btn-simple figure a{
    background-color: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
    padding: 0 !important;
    color: rgba(255, 255, 255, 0) !important;
}
/*Navigation*/
body #wrapper{
    will-change: auto !important;
    transform: none !important;
}
.navtop {
/*    background-color: rgba(0, 0, 0, 0.77);
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.77);*/
    width: 80%;
    text-align: left;
    z-index: 999;
    padding: 0.5em 10%;
    align-items: center;
    display: flex;
    height: 105px;
    position: absolute;
}
.navtop:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('/files/layout/logos/Balken.png');
    background-repeat: no-repeat;
}
.home .navtop {
    position: fixed;
}
.navtop .navtop-right{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
#header > .inside{
    z-index: 999;
    display: flex;
}
@media (max-width: 1330px) {.navtop {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
}}
#logo{
    max-width: 105px;
    float: left;
    padding-top: 4px;
}
#logo img{
    z-index: 5;
    position: relative;
}
.navtop .mod_navigation{
    min-height: 68px;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.navtop .mod_navigation ul{
    list-style: none;
}
.navtop .mod_navigation ul li span,.navtop .mod_navigation ul li span a{
    color: #0E1A43;
}
.navtop .mod_navigation ul li{
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}
.navtop .mod_navigation .level_1 > li > a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: rgba(255, 255, 255, 0.31);
    visibility: none;
    opacity: 0;
    z-index: -1;
    transition: all .5s;
}
.navtop .mod_navigation .level_1 > li > a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.navtop .mod_navigation .level_1 > li:hover > a:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.navtop .mod_navigation ul li a{
    position: relative;
    z-index: 1;
    padding: 32px 10px;
    font-weight: 600;
}
.navtop .mod_navigation ul > .kontakt a, .navtop .mod_navigation ul > .kontakt strong{
    padding: 10px 10px;
    background-color: #c71712;
    color: #f9f9fa;
}
.navtop .mod_navigation ul > .kontakt a span, .navtop .mod_navigation ul > .kontakt a strong{
    color: #f9f9fa;
}
.navtop .mod_navigation ul > .kontakt .level_2{
    display: none;
}
.navtop .mod_navigation ul li span{
    position: relative;
    z-index: 1;
    padding: 15px 10px;
    font-weight: 400;
    color: #ffffff;
    font-size: 22px;
}
.navtop .mod_navigation ul li strong{
    color: #ffffff;
    font-size: 22px;
    padding: 32px 10px;
}
@media (max-width:1160px){ .navtop .mod_navigation ul li span, .navtop .mod_navigation ul li strong{
    font-size: 16px;
}}
/*Mobile Navigation*/
@media (max-width: 995px) {.navtop .mod_navigation {
    top: -555px;
    position: absolute;
    left: 0;
    width: 100%;
}}
@media (max-width: 995px) {.open{
    top: 105px !important;
    transition: ease-out all 0.4s;
    -ms-transform: ease-out all 0.4s;
    -moz-transform: ease-out all 0.4s;
    -webkit-transform: ease-out all 0.4s;
    -o-transform: sall 0.4s;
}}
@media (max-width: 995px) {.navtop .mod_navigation ul li {
    height: 9em;
    border: none;
    padding-left: 0;
    padding-right: 0;
    width: 50%;
    background-color: rgba(16, 16, 16, 0.83);
}}
@media (max-width: 995px) {.navtop .mod_navigation ul li:hover,.navtop .mod_navigation ul li:hover a,.navtop .mod_navigation ul li:hover span, .navtop .mod_navigation ul li:hover strong {
    background-color: #ffffff;
    color: #0E1A43;
}}
@media (max-width: 995px) {.navtop .mod_navigation ul li a,.navtop .mod_navigation ul li span, .navtop .mod_navigation ul li strong{
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 0;
}}
@media (max-width: 995px) {.navtop .mod_navigation ul{
    width: 100%;
    padding: 0;
}}
@media (max-width: 995px){.navtop .mod_navigation ul li span, .navtop .mod_navigation ul li strong {
    color: #ffffff;
}}
/*Hamburger menu*/
@media (min-width: 996px) {.hamburger{
    display: none !important;
}}
.hamburger {
    padding: 26px 21px;
    right: 5%;
    top: 18%;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    font-weight: 500;
    transition-timing-function: linear;
    font: inherit;
    color: #424242;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    z-index: 2;
    position: absolute;
}
.hamburger:focus{
    outline:none !important;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-container {
    text-align: right;
}
/*Headerimage*/
.headerbild{
    display: flex;
    width: 100%;
    align-items: center;
}
.headerbild > div{
    position: absolute;
    color: white;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    height: 100vh;
    align-items: center;
    width: 100%;
}
.headerbild > div h2{
    font-size: 6em;
    color: white;
    margin: 0;
    line-height: 100%;
    text-align: center;
}
.headerbild > div p{
    font-size: 1.8em;
    text-align: center;
}
.headerbild > div a{
    color: #0c1b26;
    background-color: #5EC4DB;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    position: relative;
    top: 20px;
}
.headerbild > div a:hover{
    color: #FFFFFF;
}
.headerbild figure{
    width: 100%;
    height: 100vh;
}
.headerbild img{
    object-fit: cover;
    width: 100%;
    height: 100vh;
}
.header-flow .headerbild{
    max-height: 75vh !important;
}
@media (max-width: 1280px) {.headerbild > div h2{
    font-size: 4em;
}}
@media (max-width: 550px) {.headerbild > div p{
    display: none;
}}
@media (max-width: 550px) {.headerbild > div p{
    margin-top: 105px;
    justify-content: center;
}}
@media (max-width: 550px) {.headerbild > div h2{
    font-size: 3em;
}}
/*Übergangsheader*/
.headeruebergang figure, .headeruebergang img{
    width: 100%;
}
/*Footer*/
#footer .inside .ce_text {
    background: #101010;
    display: flex;
    justify-content: space-around;
}
#footer .inside .ce_text p a{
    color: white;
    transition: all .5s;
}
#footer .inside .ce_text p a:hover{
    color: #5EC4DB;
}
@media (max-width: 550px) {#footer .inside .ce_text {
    flex-flow: column;
    align-items: center;
}}
/*Hauptteil Padding*/
.space{
    padding-left: 10%;
    padding-right: 10%;
    width: 80%;
}
@media (max-width: 1330px) {.space {
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
}}
.contain-2 > h2{
    width: 50%;
    font-size: 4em;
    text-align: center;
}
.contain-2{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.contain-2 > .ce_text{
    width: 50%;
}
.contain-2 a{
    color: #0c1b26;
    background-color: #5EC4DB;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
}
.contain-2 a:hover{
    color: #FFFFFF;
}
@media (max-width: 1024px) {.contain-2 {
    display: block;
}}
@media (max-width: 1024px) {.contain-2 > h2, .contain-2 > .ce_text{
    width: 100%;
}}
.space-image{
    width: 100%;
}
.image {
    background: url('/files/layout-bilder/trunzer-oldtimer-header.jpeg') no-repeat fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 500px;
    box-shadow:
            inset 0px 11px 8px -10px #000000,
            inset 0px -11px 8px -10px #000000;
}
/*oldtimer*/
.oldtimers{
    display: flex;
    flex-flow: wrap;
    padding-top: 5%;
}
.oldtimers > h1{
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    font-size: 4em;
    margin-top: 0;
}
.oldtimers div {
    width: 33.3333333%;
    position: relative;
    overflow: hidden;
    float: left;
}
.oldtimers div:hover article {
    top: 0;
}
.oldtimers div figure{
    width: 100%;
    padding-right: 0;
    height: 100%;
}
.oldtimers div figure img{
    height: 100%;
}
@supports (-ms-ime-align: auto) {
    /* Extrawurst für Microsoft Edge*/
    .oldtimers div figure {
        display: block;
    @include activated;
    }
}
.oldtimers div article{
    background-color: rgba(16, 16, 16, 0.83);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100%;
    color: #FFF;
    -webkit-transition: top .8s;
    transition: top .8s;
    z-index: 98;
    padding: 0% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.oldtimers div article p, .oldtimers div article strong{
    color: #FFFFFF;
    margin: 0 !important;
    line-height: 200%;
}
.oldtimers div article h2{
    text-align: center;
    font-size: 3em;
    color: #FFFFFF;
    margin-top: 0;
}
.oldtimers div article strong{
    font-size: 30px;
    font-weight: 500;
}
@media (max-width: 1200px) {.oldtimers div {
    width: 50%;
}}
@media (max-width: 850px) {.oldtimers div article h2{
    font-size: 2em;
}}
@media (max-width: 850px) {.oldtimers div article p{
    line-height: 120%;
}}
@media (max-width: 650px) {.oldtimers div {
    width: 100%;
}}
/*Kontakt*/
.contain-3 > h2{
    width: 37%;
    font-size: 4em;
    text-align: center;
}
.contain-3 figure img{
    display: block;
}
.contain-3{
    display: flex;
    justify-content: center;
    align-items: center;
}
.contain-3 > .ce_text{
    width: 37%;
}
.contain-3 ul{
    padding: 0;
}
.contain-3 li{
    list-style: none;
    color: #0E1A43;
}
.contain-3 li a{
    color: #0E1A43;
}
.contain-3 p a {
    color: #0c1b26;
    background-color: #5EC4DB;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
}
.contain-3 p a:hover{
    color: #FFFFFF;
}
@media (max-width: 1024px) {.contain-3 .ce_image {
    display: none;
}}
@media (max-width: 1024px) {.contain-3 {
    padding-top: 5%;
    padding-bottom: 5%;
}}
@media (max-width: 1024px) {.contain-3 > h2, .contain-3 > .ce_text{
    width: 50%;
}}
@media (max-width: 760px) {.contain-3{
    flex-direction: column;
}}
@media (max-width: 760px) {.contain-3 > h2, .contain-3 > .ce_text{
    width: 100%;
}}
@media (max-width: 760px) {.contain-3 > .ce_text{
    margin-left: 5%;
}}
/*Buchungsübersicht*/
#book_overview{
    background-color: #0E1A43;
    padding-bottom: 5%;
    padding-top: 5%;
    border-top: 50px solid #5EC4DB;
}
#book_overview > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#book_overview h2{
    color: #FFFFFF;
    font-size: 4em;
}
#book_overview a{
    color: #0c1b26;
    background-color: #5EC4DB;
    border-radius: 5px;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
}
#book_overview a:hover{
    color: #FFFFFF;
}
/*Kontaktformular*/
.kontaktformular {
    display: flex;
    justify-content: center;
    padding-top: 5%;
    padding-bottom: 5%;
}
.kontaktformular > .formbody {
    width: 100%;
}
.kontaktformular input, .kontaktformular textarea {
    border-radius: 0px;
    background-color: #c2c2c2  !important;
    border: none;
    box-shadow: none;
    color: #0E1A43;
    padding: 10px 0px 10px 5px;
}
.kontaktformular button {
    border: none;
    background-image: none;
    width: 190px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    color: #0c1b26;
    background-color: #5EC4DB;
    border-radius: 5px;
    padding: 10px 20px 10px 20px;
}
.kontaktformular button:hover {
    color: #FFFFFF;
}
.kontaktformular .form_liste {

    display: grid;

}
#kontakt{
    display: flex;
    flex-flow: row;
    padding-top: 5%;
    padding-bottom: 5%;
}
#kontakt > .first{
    width: 35%;
    display: flex;
    flex-direction: column;
    padding-top: 5%;
    border-right: 1px solid;
}
#kontakt > .first h2{
    margin-top: 0;
}
#kontakt > .last{
    width: 70%;
    margin-left: 5%;
}
@media (max-width: 1150px) {#kontakt{
    flex-flow: column;
}}
@media (max-width: 1150px) {#kontakt > div{
    border-right: none !important;
    width: 100% !important;
    margin-left: 0 !important;
}}
/*Kalender*/
.kalender table tbody tr td a{
    color: #d41317;
}
.kalender table a{
    color: #0c1b26;
}
.kalender table tbody tr td{
    font-weight: bold;
    color: #43a243;
}
.kalender table{
    font-size: 1em;
    color: #000;
    line-height: normal;
    width: 18em;
    padding: .3em;
    background-color: #f4f4f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
}
.kalender table .head.next a{
    cursor: pointer;
    overflow: hidden;
    display: block;
    border-top: 6px solid #f4f4f4;
    border-bottom: 6px solid #f4f4f4;
    height: 0;
    border-left: 7px solid #000;
    text-align: right;
}
.kalender table .head.previous a{
    cursor: pointer;
    overflow: hidden;
    display: block;
    border-top: 6px solid #f4f4f4;
    border-bottom: 6px solid #f4f4f4;
    height: 0;
    border-right: 7px solid #000;
    text-align: right;
}
.kalender table thead tr:last-child th {
    display: table-cell;
    text-align: center;
    border-bottom: inset 1px rgba(204,204,204,.55);
    padding-bottom: .3em;
    font-weight: 600;
    padding-right: 0;
    margin-right: 0;
}
.kalender table thead tr:first-child th {
    font-weight: 600;
}
.kalender table thead tr:first-child {
    height: 35px;
}
/*Tabellen Fahrzeugdaten*/
.fahrzeugdaten table {
    width: 100%;
}
.fahrzeugdaten table td {
    border-bottom: 1px solid #101010;
    padding: 10px 0 3px 0;
}
.fahrzeugdaten .col_first {
    text-align: right;
    padding-right: 10px;
}
.fahrzeugdaten .col_last {
    padding-left: 10px;
}
.fahrzeugdaten tfoot {
    font-weight: bold;
}
.car-details {
    margin-bottom: 2%;
}
/*Oldtimer*/
.oldtimer{
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    padding-top: 5%;
    padding-bottom: 5%
}
.oldtimer > div:first-child{
    width: 100%;
}
.oldtimer .oldtimer-list{
    width: 450px;
    transition: all 0.5s ease-in-out;
    margin-bottom: -60px;
    padding-top: 5%;
}
.oldtimer .oldtimer-list > div{
    position: relative;
    top: -50%;
    border-top: 2px solid;
    border-bottom: 2px solid;
    text-align: center;
    color: #ffffff;
    transition: all 0.5s ease-in-out;
}
.oldtimer .oldtimer-list > div a strong{
    font-size: 25px;
    width: 100%;
    display: block;
}
.oldtimer .oldtimer-list > div a{
    transform: scale(1.0);
    transition: all 0.5s ease-in-out;
    color: #ffffff;
    display: block;
    height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}
.oldtimer .oldtimer-list:hover > div a{
    transform: scale(1.2);
}
.oldtimer .oldtimer-list img{
    filter: brightness(45%);
    transition: all 0.5s ease-in-out;
}
.oldtimer .oldtimer-list:hover img{
    filter: brightness(30%);
}
/*Detailsseite*/
.car-details{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.car-details > div{
    width: 35%;
}
.car-details > div:last-child{
    width: 25%;
    background-color: #f4f4f4;
    padding: 0px 30px;
}
@media (min-width: 801px) {.car-details > div:nth-child(2) {
    margin-top: 75px;
}}
@media (max-width: 1260px) {.car-details > div{
    width: 50%;
}}
@media (max-width: 800px) {.car-details > div{
    width: 100%;
}}
@media (max-width: 1260px) {.car-details > div:last-child{
    width: 100%;
}}
.car-gallery img{
    display: block;
}
.car-gallery > ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.car-gallery > ul > li{
    width: 33.333%;
    height: 450px;
}
.car-gallery > ul > li figure, .car-gallery > ul > li figure img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1100px) {
  .car-gallery > ul > li {
    height: 300px;
  }
}

@media (max-width: 750px) {
  .car-gallery > ul > li {
    height: 175px;
  }
}

@media (max-width: 450px) {
  .car-gallery > ul > li {
    height: 100px;
  }
}
/*Über uns Seite*/
.about-page{
    padding-top: 5%;
    padding-bottom: 5%;
}
.about-page > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-page .-large-last{
    text-align: center;
}
.about-page .-large-last img{
    width: auto;
}
@media (max-width: 900px) {.about-page > div{
    flex-flow: column;
}}
@media (max-width: 900px) {.about-page > div > div{
    width: 100%;
    display: contents;
}}
.kalender-contain{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: #101010;
}
.kalender-contain h2{
    color: white;
    margin: 0;
}
.kalender-contain p{
    color: white;
}
@media (max-width: 850px) {.kalender-contain{
    flex-flow: column;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
}}
@media (max-width: 850px) {.kalender-contain h2{
    margin-bottom: 20px;
}}
.image-message{
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.image-message figure {
    width: 100%;
    height: 100vh;
}
.image-message figure img{
    height: 100%;
}
.image-message > div {
    position: absolute;
    color: white;
    transition: top .8s;
    padding: 10px 35px;
    opacity: 0;
    left: 0;
    right: 50%;
    margin-top: 10px;
}
@media (max-width: 600px) {#three .image-message > div {
    margin-top: 45%;
}}
#three .image-message > div {
    left: 57%;
    right: 0;
    border-bottom-left-radius: 25px;
    border-top-right-radius: 0px;
}
#three .image-message > div p a{
    color: white;
    transition: all .5s;
}
#three .image-message > div p a:hover{
    color: #5EC4DB;
}
.image-message > div h2 {
    font-size: 4em;
    color: white;
    margin: 0;
    line-height: 100%;
    text-shadow: 0px 0px 2px #000;
}
.image-message > div p {
    font-size: 1.1em;
}
#four .image-message > div{
    margin-left: 10%;
}
@media (max-width: 1100px) {.image-message > div{
    width: 80%;
    right: auto;
    margin-left: 0 !important;
}}
@media (max-width: 1100px) {#three .image-message > div{
    left: auto;
}}
@media (max-width: 700px) {.image-message > div h2 {
    font-size: 3em;
}}
@media (max-width: 700px) {.image-message > div p {
    font-size: 0.9em;
}}
.slider-control{
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 150vh;
}
.slider-next, .slider-prev{
    color: rgba(0, 0, 0, 0);
}
.slider-menu{
    display: none !important;
}
.slider-next:after {
    content: "";
    width: 2rem;
    height: 2rem;
    margin-left: 0;
    margin-top: 14px;
    position: absolute;
    border: 0 solid transparent;
    border-right: 0.2625rem solid #ffffff;
    border-bottom: .2625rem solid #ffffff;
    border-radius: 2px;
    transform: rotate(-45deg);
    left: 1%;
    top: 10%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}
.slider-prev:after {
    content: "";
    width: 2rem;
    height: 2rem;
    margin-left: 2em;
    margin-top: 14px;
    position: absolute;
    border: 0 solid transparent;
    border-right: 0.2625rem solid #ffffff;
    border-bottom: .2625rem solid #ffffff;
    border-radius: 2px;
    transform: rotate(135deg);
    left: 1%;
    top: 10%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-font-smoothing: antialiased;
}
.contact li{
    list-style: none;
    line-height: 160%;
}
.textbackground {
    background-color: rgba(0, 0, 0, 0.35);
    max-width: 500px;
}