@font-face {
    font-family: 'scriptinaregular';
    src: url("../css/fonts/scriptina-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

a {
    color: #231F20;
}

.btn {
    color: #231F20;
    border-radius: 0;
}

.btn, a, .btn:hover {
    transition: color .25s ease;
}

.btn:hover, .btn.focus {
    transition: all .3s linear;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

::-moz-selection {
    background: #F26921;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #F26921;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #F26921;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #F26921;
    color: #FFF;
    text-shadow: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: "quasimoda", Helvetica Neue, Helvetica, sans-serif;
    line-height: 1.6em;
    font-size: 1rem;
    font-weight: 400;
    color: #231F20;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

.btn-link {
    color: #231F20;
    word-break: normal;
    word-break: break-all;
    word-break: keep-all;
    text-decoration: underline;
}

.btn-link:hover {
    color: #231F20;
    text-decoration: underline;
}
h2, h1 {
    font-family: 'scriptinaregular', Arial, Helvetica Neue, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #231F20;
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: 400;
}
/* h1 { font-weight: 600; } */
h3 { text-align: center; }	

.btn-mehr { background: #F26921; color: #fff; text-transform: uppercase; font-weight: 600; font-size: 1.25em; padding: 4px 20px; margin-right: 1em; }

*, :before, :after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    position: relative;
    height: 100%;
}

p {
    word-wrap: break-word;
}

a:hover {
    text-decoration: none;
    color: #231F20;
    transition: all .3s linear;
}
a.ib { display: block; width: 100%; text-align: center; }
h2, h1 {
    font-size: 3.5em;
    color: #F26921;
	letter-spacing: 0.05em; 
}

.form-control {
    font-size: 0.875em;
    border-color: #706FBE;
    height: calc(1.5em + .75rem + 7px);
}

.custom-select:focus {
    border-color: #231F20;
}

.form-control:focus {
    box-shadow: none;
    border-color: #231F20;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.relative {
    position: relative;
}

section {
    padding: 60px 0;
}

.title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2.875em;
}

header {
    background: white;
    padding: 15px 15px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    transition: height .2s ease 0s, background-color .3s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: left, top, transform;
}

header.sticky-on-scrollup {
    margin-top: 0;
    transition: height .4s ease, opacity .3s ease, margin-top .4s ease;
}

.c1 header.show-sticky-onscroll {
    margin-top: -130px;
}

dl, ol, ul {
	margin-top: 0;
	margin-bottom: 2rem;
}
.fa { color: #F26921; }
.onoffcanvas {
    z-index: 9999;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.onoffcanvas .onoffcanvas-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
}

.onoffcanvas ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.onoffcanvas ul li:hover a {
    color: #F26921;
}

.onoffcanvas ul li a {
    font-weight: 600;
    padding: 15px 0;
    display: block;
    font-size: 1.125em; text-transform: uppercase
}

.onoffcanvas-toggler:before, .onoffcanvas-toggler:after {
    border-color: #F26921;
    border-radius: 2px;
}

.section_banner {
    position: relative;
}

.section_banner .onoffcanvas-toggler {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 15px;
}

.section_banner .onoffcanvas-toggler:before, .section_banner .onoffcanvas-toggler:after {
    border-color: #fff;
}

.swiper-container {
    width: 100%;
    height: 100vh;
}

.swiper-container .swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-container .swiper-slide .container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide .swiper_slide_content {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.swiper-container .swiper-slide:nth-of-type(1) .swiper_slide_content {
    justify-content: flex-start;
}

.swiper-container .swiper-slide:nth-of-type(2) .swiper_slide_content {
    align-items: flex-start;
}

.swiper-container .swiper-slide:nth-of-type(3) .swiper_slide_content {
    align-items: flex-start;
    justify-content: flex-end;
}

.section_menu {
    padding: 0;
}

.section_menu ul {
    padding: 0;
    margin: 15px 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.section_menu ul li {
    transition: background-position-x 0.9s linear;
    margin-right: 30px;
    position: relative;
}

/* .section_menu ul li:after {
    content: "";
    display: block;
    position: absolute;
    top: 65%;
    width: 0px;
    height: 36%;
    background-color: #E59500;
    opacity: .6;
    z-index: -1;
    transition: all .3s ease-in-out;
} */

/* .section_menu ul li:hover:after {
    width: 110%;
} */

.section_menu ul li:hover a {
    color: #F26921;
}

.section_menu ul li a {
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    transition: all 0.45s;
}

.section_intro .solutions {
    text-align: center;
    margin: 100px 0;
}

.section_intro article .box_info {
    padding: 30px;
}

.section_intro article .box_info h2,
.section_intro article .box_info h1 {
	    text-align: center;
    margin-bottom: 30px;
}

.section_intro article .box_info h3 {
    font-family: "quasimoda", Helvetica Neue, Helvetica, sans-serif;
    letter-spacing: .1em;
    text-align: center;
    font-weight: 600;
}

.section_intro article .box_info p:last-of-type {
    margin-bottom: 0;
}

.section_gallerys {
    margin-top: 100px;
}

.section_gallerys ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.section_gallerys ul li {
    width: 31.33%;
    margin-right: 30px;
    margin-bottom: 30px;
    transition: all 0.35s ease;
    overflow: hidden;
    position: relative;
}

.section_gallerys ul li * {
    transition: all 0.35s ease;
}

.section_gallerys ul li:hover {
    cursor: pointer;
}

.section_gallerys ul li:hover img {
    transform: scale(1.25);
}

.section_gallerys ul li:nth-of-type(3n) {
    margin-right: 0;
}
article ul { padding-left: 25px; list-style: square }
article li { font-size: 1.5em; letter-spacing: 0.05em;
	line-height: 1.3em;  }
footer {
    background: #F26921;
    padding: 60px 0;
}

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

footer ul li {
    display: block;
}

footer ul li a {
    font-weight: 600;
    color: #fff;
}

footer p {
    color: #fff;
    font-weight: 600;
}

footer p a {
    color: #fff;
}
.flag { width: 34px; margin-right: 10px; }

@media (max-width: 768px) {
    section {
        padding: 30px 0;
    }

    .logo img {
        width: 150px;
    }

    .section_intro .solutions {
        margin: 30px 0;
    }

    .section_intro article .box_info {
        padding: 15px 0;
    }

    .section_gallerys ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    footer {
        padding: 30px 0;
        text-align: center;
    }
	.swiper-container {
	    width: 100%;
	    height: 50vh;
	}
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1500px;
    }
}

#movetop { position: fixed; bottom: 10px; width: 50px; height: 50px; right: 15px; line-height: 44px; text-align: center; display: none; cursor: pointer;
	opacity: 1;
	transition: opacity .4s .2s;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_2_1_' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 29.2 29.8' style='enable-background:new 0 0 29.2 29.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23F26921;stroke-width:3;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cline class='st0' x1='4.9' y1='28.4' x2='16' y2='17.3'/%3E%3Cline class='st0' x1='14' y1='17.3' x2='25.1' y2='28.4'/%3E%3C/g%3E%3Cg%3E%3Cline class='st0' x1='0.8' y1='16.6' x2='16' y2='1.4'/%3E%3Cline class='st0' x1='13.9' y1='1.4' x2='28.4' y2='16.3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
#movetop .movetop { float: inherit; }
#movetop:hover { opacity: .7; transition: opacity .4s .2s; }
.showtop { display: inherit !important; -webkit-animation: fadeInUp 1s; }

.mt0 { margin-top: 0px; } .mt1 { margin-top: 10px; } .mt2 { margin-top: 20px; } .mt3 { margin-top: 30px; } .mt4 { margin-top: 40px; } .mt5 { margin-top: 50px; } .mt6 { margin-top: 60px; } .mt7 { margin-top: 70px; } .mt8 { margin-top: 80px; } .mt9 { margin-top: 90px; } .mt10 { margin-top: 100px; }  .mb0 { margin-bottom: 0px !important; }  .mb1 { margin-bottom: 10px; }  .mb2 { margin-bottom: 20px; }  .mb3 { margin-bottom: 30px; }  .mb4 { margin-bottom: 40px; }  .mb5 { margin-bottom: 50px; }  .mb6 { margin-bottom: 60px; }  .mb7 { margin-bottom: 70px; }  .mb8 { margin-bottom: 80px; }  .mb9 { margin-bottom: 90px; }  .mb10 { margin-bottom: 100px; }  .pad0 { padding: 0px; }  .pad1 { padding: 10px; }  .pad2 { padding: 20px; }  .pad3 { padding: 30px; }  .pad4 { padding: 40px; }  .pad5 { padding: 50px; }  .pad6 { padding: 60px; }  .pad7 { padding: 70px; }  .pad8 { padding: 80px; }  .pad9 { padding: 90px; }  .pad10 { padding: 100px; }  .pt0 { padding-top: 0px; }  .pt1 { padding-top: 10px; }  .pt2 { padding-top: 20px; }  .pt3 { padding-top: 30px; }  .pt4 { padding-top: 40px; }  .pt5 { padding-top: 50px; }  .pt6 { padding-top: 60px; }  .pt7 { padding-top: 70px; }  .pt8 { padding-top: 80px; }  .pt9 { padding-top: 90px; }  .pt10 { padding-top: 100px; }  .pb0 { padding-bottom: 0px; }  .pb1 { padding-bottom: 10px; }  .pb2 { padding-bottom: 20px; }  .pb3 { padding-bottom: 30px; }  .pb4 { padding-bottom: 40px; }  .pb5 { padding-bottom: 50px; }  .pb6 { padding-bottom: 60px; }  .pb7 { padding-bottom: 70px; }  .pb8 { padding-bottom: 80px; }  .pb9 { padding-bottom: 90px; }  .pb10 { padding-bottom: 100px; }
