@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,600,700,900,300italic,400italic');

html, body 
{
    height: 100%;
    font: 14px/18px 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300 !important;
}

*
{
    box-sizing: border-box;
}

ul
{
    margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
    padding-inline-start: 15px;
    line-height: 33px;
}
ul li
{
    list-style: none;
}

ul:not(.slick-dots) li:not(.timeline-item)::before
{
    content: "•";
	color: #FC770B;
	position: relative;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

header
{
    height: 100%;
    background-color: #000;
    background-image: url(../images/backgrounds/HGD_Schnelligkeit.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

header.bg1
{
    background-image: url(../images/backgrounds/1.jpg);
}

header.bg2
{
    background-image: url(../images/backgrounds/2.jpg);
}

header.bg3
{
    background-image: url(../images/backgrounds/3.jpg);
}

header.bg4
{
    background-image: url(../images/backgrounds/4.jpg);
}

header.bg5
{
    background-image: url(../images/backgrounds/5.jpg);
}

header.bg6
{
    background-image: url(../images/backgrounds/6.jpg);
}

header.bg7
{
    background-image: url(../images/backgrounds/7.jpg);
}

header.bg8
{
    background-image: url(../images/backgrounds/8.jpg);
}


header .maincontainer.icn1
{
    background-image: url(../images/icons/8.png);
    background-size: 33%;
    background-repeat: no-repeat;
    background-position: left 30%;
}

header .maincontainer.icn2
{
    background-image: url(../images/icons/9.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: left 30%;
}

header .maincontainer.icn3
{
    background-image: url(../images/icons/10.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: left 30%;
}

header .maincontainer.icn4
{
    background-image: url(../images/icons/11.png);
	background-size: 35%;
	background-repeat: no-repeat;
	background-position: left 33%;
}

header .maincontainer.icn5
{
    background-image: url(../images/icons/12.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: left 30%;
}

header .maincontainer.icn6
{
    background-image: url(../images/icons/13.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: left 30%;
}

header .maincontainer.icn7
{
    background-image: url(../images/icons/14.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: left 30%;
}

header .maincontainer.icn8
{
    background-image: url(../images/icons/15.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: left 30%;
}


@media only screen and (min-height: 1200px)
{
    header
    {
        height: 1200px;
    }
}

header .maincontainer
{
    position: relative;
    height: 100%;
}

header .navbar
{
	position: fixed;
	width: 100%;
	height: 111px;
	left: 0px;
	background-color: transparent;
	z-index: 2;
	-webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

header.background .navbar
{
	background-color: #000;
	box-shadow: 0px 0px 25px 0px #0000006b;
}

header .navbar .inner
{
	margin: 0 auto;
	max-width: 1515px;
	width: 90%;
	position: relative;
}

header .logo
{
    position: absolute;
    width: 50%;
    max-width: 250px;
    min-width: 194px;
    height: 76px;
    /*background-image: url(../images/logo_text_white.svg);*/
	background-image: url(../images/rzw_logo_quer_neg_rgb.svg);
    background-size: contain;
    top: 30px;
    background-repeat: no-repeat;
    cursor: pointer;
}

header .headline
{
    font-size: 70px;
    line-height: 85px;
    font-weight: bold;
    position: absolute;
    top: 47%;
    padding-left: 25%;
    padding-right: 25%;
    width: 100%;
}

@media only screen and (max-width: 1200px)
{
    header .headline
    {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media only screen and (max-height: 600px)
{
    header .headline
    {
        top: 40%;
        font-size: 60px;
        line-height: 61px;
    }
}

@media only screen and (max-height: 450px)
{
    header .headline
    {
        top: 30%;
    }
}

@media only screen and (max-width: 900px)
{
    header .headline
    {
        top: 37%;
        font-size: 60px;
        line-height: 61px;
    }
}

@media only screen and (max-width: 690px)
{
    header .headline
    {
        font-size: 50px;
        line-height: 51px;
    }
}

@media only screen and (max-width: 560px)
{
    header .headline
    {
        font-size: 38px;
        line-height: 39px;
    }
}

header .headline span
{
	/*background: linear-gradient(70deg,#fc780b, #ffbb00);*/
	color: #ffbb00;
	background: -webkit-linear-gradient(70deg, #fc780b, #ffbb00);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

header .headline span:nth-child(2)
{
    float: right;
    text-align: right;
}







body.menu
{
    overflow: hidden;
}

/* Menu Overlay */
body .menu_overlay
{
    height: 100%;
    width: 0px;
    background-color: #212121d4;
    z-index: 2;
    position: fixed;
    overflow: hidden;
    right: 0px;
    top: 0px;
    opacity: 0;
	
	z-index: 4;

    -webkit-transition: opacity .65s ease-in-out;
    transition: opacity .65s ease-in-out;
}

/* Menu Overlay */
body.menu .menu_overlay
{
    width: 100%;
}

body.menu.active .menu_overlay
{
    opacity: 1;
}

body.menu.active .menu_overlay .menu_sidebar
{
    right: 0px;
    opacity: 1;
}

body .menu_overlay .menu_sidebar
{
    position: absolute;
    top: 0px;
    right: -500px;
    opacity: 0;
    background-color: #212A2D;
    height: 100%;
    z-index: 9999;
    padding: 25px;

    max-width: 400px;
    width: 100%;

    box-shadow: 0px 0px 25px 0px #0000006b;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


body .menu_overlay .menu_sidebar .menu_content
{
    width: 100%;
    padding-top: 85px;
    font-size: 25px;
    padding-inline-start: 0px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    color: #fff;
}

body .menu_overlay .menu_sidebar .menu_content li
{
    list-style: none;
    font-size: 40px;
    line-height: 70px;

    -webkit-user-select: none;
    user-select: none;

    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

body .menu_overlay .menu_sidebar .menu_content li:before
{
    content: "";
	position: relative;
	display: inline-block;
    width: 0px;
    margin-left: 0px;
}

body .menu_overlay .menu_sidebar .menu_content li a
{
    font-size: 40px;
    line-height: 70px;

    -webkit-user-select: none;
    user-select: none;

    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

body .menu_overlay .menu_sidebar .menu_content li a:hover
{
    color: #fc770b !important;
    cursor: pointer;
}

body .menu_overlay .menu_sidebar .menu_content li a, body .menu_overlay .menu_sidebar .menu_content li a:visited, body .menu_overlay .menu_sidebar .menu_content li a:hover, body .menu_overlay .menu_sidebar .menu_content li a:active
{
    color: #fff;
    text-decoration: none !important;
}








header .nav_burger, .menu .nav_burger
{
    display: block;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 1;

    -webkit-user-select: none;
    user-select: none;

    cursor: pointer;
}

.menu_overlay .nav_burger
{
    right: 30px !important;
}

/*
* Just a quick hamburger
*/
header .nav_burger span, .menu .nav_burger span
{
    display: block;
    width: 34px;
    margin-left: 4px;
    height: 3px;
    margin-bottom: 5px;
    position: relative;
    
    background: #fc770b;
    
    z-index: 1;
    
    transform-origin: 4px 0px;
    
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
}

.menu .nav_burger span
{
    background: #fff;
}

header .nav_burger span:first-child
{
    transform-origin: 0% 0%;
}

header .nav_burger span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

header .nav_burger div, .menu .nav_burger div
{
    font-style: normal;
    margin-top: 15px;
    color: #fff;
}


.menu .menu_sidebar .nav_burger span
{
    opacity: 1;
    transform: rotate(45deg) translate(-5px, -22px);
    background: #ffffff;
}

.menu .menu_sidebar .nav_burger span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.menu .menu_sidebar .nav_burger span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0px, 11px);
}



main
{
    position: relative;
    margin-top: -135px;
}

main section
{
    margin-bottom: 80px;
}


main section .contact_side
{
    position: fixed;
    top: 34%;
    right: 0px;
    height: 120px;
    width: 60px;
    background-color: #212A2D;
}

main section .contact_side div
{
    width: 100%;
    height: 50%;
    border-bottom: solid 1px #FC770B;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}

main section .contact_side div a
{
    text-decoration: none;
}

main section .contact_side div a, main section .contact_side div a:visited
{
    color: #fff !important;
    text-decoration: none !important;
}


main section .contact_side div:last-child
{
    border-bottom: none;
}

main section .maincontainer.leftalign .content, main section .maincontainer.rightalign .content
{
    text-align: center;
}

@media only screen and (min-width: 600px)
{
    main section.waves
    {
        padding-bottom: 60px;
        padding-top: 60px;
        margin-bottom: 20px;

        background-image: url(../images/waves.svg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center center;
    }
}

@media only screen and (min-width: 900px)
{

    main section .maincontainer.leftalign .content
    {
        width: 50%;
        padding-left: 50px;
        text-align: left;
    }

    main section .maincontainer.leftalign .content .headline
    {
        text-align: left;
    }

    main section .maincontainer.leftalign .content .text
    {
        padding: 0px !important;
        text-align: left;
    }

    main section .maincontainer.rightalign .content
    {
        width: 50%;
        padding-left: 50px;
        text-align: right;
    }

    main section .maincontainer.rightalign .content .headline
    {
        text-align: right;
    }

    main section .maincontainer.rightalign .content .text
    {
        padding: 0px !important;
        text-align: right;
    }

    main section.icn1
    {
        background-image: url(../images/icons/content/8.png);
        background-position: 85% top;
        background-size: 26%;
        background-repeat: no-repeat;
    }

    main section.icn2
    {
        background-image: url(../images/icons/content/9.png);
        background-position: 85% top;
        background-size: 24%;
        background-repeat: no-repeat;
    }

    main section.icn3
    {
        background-image: url(../images/icons/content/10.png);
        background-position: 85% top;
        background-size: 24%;
        background-repeat: no-repeat;
    }

    main section.icn4
    {
        background-image: url(../images/icons/content/11.png);
        background-position: 85% top;
        background-size: 28%;
        background-repeat: no-repeat;
    }

    main section.icn5
    {
        background-image: url(../images/icons/content/12.png);
        background-position: 103% top;
        background-size: 33%;
        background-repeat: no-repeat;
    }

    main section.icn6
    {
        background-image: url(../images/icons/content/13.png);
        background-position: 85% top;
        background-size: 33%;
        background-repeat: no-repeat;
    }

    main section.icn7
    {
        background-image: url(../images/icons/content/14.png);
        background-position: 85% top;
        background-size: 17%;
        background-repeat: no-repeat;
    }

    main section.icn8
    {
        background-image: url(../images/icons/content/15.png);
        background-position: 85% top;
        background-size: 17%;
        background-repeat: no-repeat;
    }
}

.maincontainer
{
    margin: 0 auto;
    max-width: 1515px;
    width: 90%;
}

main section .maincontainer
{
    padding-top: 75px;
    padding-bottom: 90px;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
}








main section .maincontainer.contact
{
    padding: 0px !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
}

main section .maincontainer.contact .content
{
    padding: 60px;
    width: 50%;
}

main section .maincontainer.contact .content .location
{
    font-size: 25px;
    line-height: 25px;
    padding-top: 0px;
    margin-top: 0px;
}

main section .maincontainer.contact .content .address
{
    line-height: 20px;
    margin-bottom: 60px;
}

main section .maincontainer.contact .content .info
{
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    line-height: 45px;
}

main section .maincontainer.contact .content .info td:first-child
{
    width: 50px;
}

main section .maincontainer.contact .map_container
{
    width: 50%;
    position: relative;
    overflow: hidden;
}

main section .maincontainer.contact .map_container .map
{
    height: 100%;
    width: 100%;
    position: absolute;
}


@media only screen and (max-width: 1065px)
{
    main section .maincontainer.contact .content
    {
        width: 100%;
    }

    main section .maincontainer.contact .map_container
    {
        height: 400px;
        width: 100%;
    }
}



main section .maincontainer .text.justify
{
	text-align: justify !important;
}


main section .maincontainer .headline
{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin-block-start: 0px;
    margin-block-end: 30px;
    font-weight: 300;
}

main section .maincontainer.highlight .headline
{
    margin-block-start: 0px;
    margin-block-end: 40px;
}

main section .maincontainer .headline.quote
{
    padding-left: 20% !important;
	padding-right: 20% !important;
    margin: 0px !important;
	margin-block-start: 0px !important;
    margin-block-end: 0px !important;
	line-height: 35px;
}

main section .maincontainer .text
{
    padding-left: 17%;
    padding-right: 17%;
    margin-block-end: 25px;

    font-size: 18px;
    line-height: 33px;
    text-align: center;
    font-weight: 300;
}


main section .maincontainer .text.bold
{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}


@media only screen and (max-width: 900px)
{
    main section .maincontainer .text
    {
        padding-left: 0px;
        padding-right: 0px;
    }

    main section .maincontainer
    {
        padding-bottom: 60px;
        padding-left: 35px;
        padding-right: 35px;
    }

    main section .contact_side
    {
        display: none;
    }
}

main section .maincontainer.highlight
{
    background-color: #FC770B;
    color: #fff;
}

main section .maincontainer.image
{
   padding: 0px;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: 100% auto;
   height: 500px;
}

main section .maincontainer:not(.image):not(.contact):not(.leftalign):not(.rightalign):not(.noline):before
{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0px;
    left: 50%;
    border-left: solid 1px #FC770B;
    height: 30px;
}

main section .maincontainer:not(.image):not(.contact):not(.leftalign):not(.rightalign):not(.noline).highlight:before
{
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0px;
    left: 50%;
    border-left: solid 1px #ffffff !important;
    height: 30px;
}

main section .maincontainer .contact_form
{
    padding-top: 50px;
}

main section .maincontainer .dividercontainer
{
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;

    font-size: 16px;
	line-height: 23px;
}

main section .maincontainer .dividercontainer .leftside
{
    width: 100%;
    padding: 30px;
}

main section .maincontainer .dividercontainer .rightside
{
    width: 100%;
    padding: 30px;
}

@media only screen and (min-width: 1065px)
{
    main section .maincontainer .dividercontainer:not(.noline):before
    {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0px;
        left: 50%;
        border-left: solid 1px #FC770B;
        height: 100%;
    }

    main section .maincontainer.highlight .dividercontainer:not(.noline):before
    {
        content: "";
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0px;
        left: 50%;
        border-left: solid 1px #ffffff !important;
        height: 100%;
    }

    main section .maincontainer .dividercontainer .leftside
    {
        width: 50% !important;
        padding-right: 75px;
    }

    main section .maincontainer .dividercontainer .rightside
    {
        width: 50% !important;
        padding-left: 75px;
    }
}



footer
{
    background-color: #192123;
}

footer .highlight
{
    background-color: #FC770B;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: row;
}

footer .highlight span
{
    padding-left: 10px;
    padding-right: 10px;
}

footer .after
{
    background-color: #212b2d;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #a0a8ab;
    text-align: center;
}

footer .content
{
    padding-top: 30px;
    padding-bottom: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    flex-wrap: wrap;
}

footer .content .logo
{
    height: 64px;
    width: 212px;
    background-image: url(../images/rzw_logo_quer_neg_rgb.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

footer .content .texts
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 27px;
    width: calc(100% - 290px);
}

footer .content .texts .address
{
    width: 225px;
}

footer .content .texts .quicklinks
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    color: #9e9e9e;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1200px)
{
    footer .content
    {
        flex-direction: column;
    }

    footer .content .texts
    {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    footer .content .texts .address
    {
        display: none;
    }
}

@media only screen and (max-width: 900px)
{
    footer .highlight
    {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    footer .highlight span
    {
        margin: 5px;
    }

    footer .highlight span span
    {
        margin: 0px;
    }

    footer .content .texts
    {
        width: 100%;
    }

    footer .content .texts .quicklinks
    {
        width: 100%;
        /*flex-direction: column;*/
        align-items: center;
        line-height: 35px;
        /*font-size: 20px;*/
    }

    footer .content .texts .quicklinks a
    {
        padding: 0px 8px;
    }
}

footer .content .texts .quicklinks a, footer .content .texts .quicklinks a:visited
{
    color: #9e9e9e;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

footer .content .texts .quicklinks a:hover
{
    color: #ffffff !important;
}


.tcenter
{
    text-align: center;
}

.tleft
{
    text-align: left;
}

.tright
{
    text-align: right;
}


.btn
{
    color: #FC770B;
    text-decoration: none;
    border: solid 1px #FC770B;
	
    /*padding: 13px 37px;*/
	padding: 22px 37px;
	display: inline-block;
	max-width: 100%;
	line-height: 100%;
	
    font-size: 25px;
    position: relative;
    background-color: transparent;
    word-wrap: break-word;
    line-break: strict;

    cursor: pointer;

    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn:visited
{
    color: #FC770B;
}

.btn:hover
{
    color: #ffffff;
    background-color: #FC770B;
}

.highlight .btn
{
    color: #ffffff;
    text-decoration: none;
    border: solid 1px #ffffff;
}

.highlight .btn:visited
{
    color: #ffffff;
}

.highlight .btn:hover
{
    color: #FC770B;
    background-color: #ffffff;
}



.slick-slide
{
    height: 460px !important;
}

.slick-prev:before, .slick-next:before
{
    color: #FC770B !important;
}

.slick-dots li button:before
{
    font-size: 11px !important;
    color: #9f9f9f;
    line-height: 11px;
}

.slick-dots
{
    bottom: -25px;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-inline-start: 0px;
    position: relative !important;
}

@media only screen and (max-width: 430px)
{
    .slick-dots li
    {
        margin: 0 5px;
    }
}


.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #FC770B;
}

.slick-slide.outer
{
    outline: none !important;
    text-align: center;
    font-size: 16px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;

    cursor: pointer;

    -webkit-transition: padding .25s; /* Safari */
    transition: padding .25s;
}

.slick-slide .inner
{
    background-color: #000000 !important;
    color: #fff;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    position: relative;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;

    border: solid 1px #ffffff;

    -webkit-transition: border .25s; /* Safari */
    transition: border .25s;
}

.slick-slide .inner .content
{
    position: absolute;
    bottom: 0px;
    padding-bottom: 35px;
    width: 100%;
	font-size: 19px;
}

.slick-slide:hover .inner
{
    /*border: solid 2px !important;
    border-image: linear-gradient(to left, #00C853, #B2FF59);
    color: rgba(251,118,13);*/

    border: solid 2px #000;
    border-image: linear-gradient(70deg,#fc770b, #ffbb00);
    color: #FC770B;
    border-image-slice: 1;
    border-width: 2px;
    font-weight: 400;
}

.slick-slide.outer:hover
{
    padding-top: 0px;
    padding-bottom: 0px;
}

.slick-dotted.slick-slider
{
    padding: 0 10px 0 10px !important;
}


.slick-track
{
    overflow: hidden;
    height: 460px;
}



.highlight_grid .row
{
    flex-wrap: wrap;
    
}

.highlight_grid .row .col-xs
{
    min-width: 270px;
    margin-bottom: 15px;
}

.highlight_grid .row .box
{
    height: 250px;
    background-color: #000;
    position: relative;
    background-repeat: no-repeat, no-repeat;
}

.highlight_grid .row .box.icn1
{
    background-image: url(../images/icons/9.png), url(../images/backgrounds/2.jpg);
    background-position: 17px 14px, center center;
    background-size: 150px, cover;
}

.highlight_grid .row .box.icn2
{
    background-image: url(../images/icons/14.png), url(../images/backgrounds/7.jpg);
    background-position: 39px 14px, center center;
    background-size: 132px, cover;
}

.highlight_grid .row .box.icn3
{
    background-image: url(../images/icons/13.png), url(../images/backgrounds/6.jpg);
    background-position: -10px 43px, center center;
    background-size: 295px, cover;
}

.highlight_grid .row .box.icn4
{
    background-image: url(../images/icons/10.png), url(../images/backgrounds/3.jpg);
    background-position: 64px 36px, center center;
    background-size: 179px, cover;
}

.highlight_grid .row .box.icn5
{
    background-image: url(../images/icons/15.png), url(../images/backgrounds/8.jpg);
    background-position: 45px 24px, center center;
    background-size: 126px, cover;
}

.highlight_grid .row .box.icn6
{
    background-image: url(../images/icons/12.png), url(../images/backgrounds/5.jpg);
    background-position: 47px 22px, center center;
    background-size: 184px, cover;
}

.highlight_grid .row .box.icn7
{
    background-image: url(../images/icons/11.png), url(../images/backgrounds/4.jpg);
    background-position: 74px 20px, center center;
    background-size: 252px, cover;
}

.highlight_grid .row .box.icn8
{
    background-image: url(../images/icons/8.png), url(../images/backgrounds/1.jpg);
    background-position: 28px 22px, center center;
    background-size: 181px, cover;
}

.highlight_grid .caption
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px 30px;
    font-size: 22px;
    line-height: 22px;
    background: linear-gradient(70deg,#fc770b, #ffbb00);
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 580px)
{
    .highlight_grid .caption
    {
        bottom: 20px;
    }
}

.highlight_grid .caption i
{
    position: relative;
    left: 0px;
    -webkit-transition: left .25s;
    transition: left .25s;
}

.highlight_grid .caption:hover i
{
    left: 5px;
}



input, textarea
{
    border: none;
    border-bottom: solid 1px #FC770B;
    outline: none;
    padding: 5px 2px;

    width: 100%;

    font: 18px/24px 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 300 !important;
}

input[type="submit"]
{
    width: initial;
}

textarea
{
    border: none !important;
}

.input_group
{
    margin-bottom: 20px;
}

.input_group label
{
    display: block;
    font-size: 13px;
    color: #FC770B;
}







#jobs
{
    margin-top: 110px;
}

.accordion h3 i, .ui-accordion h3 i
{
    float: right;
}

.ui-accordion .ui-accordion-header
{
    display: block;
	cursor: pointer;
	position: relative;
	margin: 7px 0 0 0;
	padding: 13px 20px;
	font-size: 100%;
	outline: none;
	background-image: linear-gradient(70deg,#fc770b, #ffbb00);
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
}

.ui-accordion .ui-accordion-header, .ui-accordion .ui-accordion-header-active, .ui-accordion .ui-accordion-header.ui-state-hover
{
	background-image: linear-gradient(70deg,#fc770b, #ffbb00);
}

.ui-accordion .ui-accordion-header-collapsed
{
    background-image: none;
    background-color: rgb(33,43,45);
}


.ui-accordion .ui-accordion-content
{
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}

.minimal.ui-accordion .ui-accordion-content {
	padding: 0px !important;
}

.dividercontainer .headline
{
    text-align: left !important;
    color: #fc770b;
    margin-block-end: 20px;
}




.dividercontainer li a, .dividercontainer li a:visited, .dividercontainer li a:hover, .dividercontainer li a:active
{
    color: #000;
    text-decoration: none !important;
}




  
  
  /*==================================
      TIMELINE
  ==================================*/
  /*-- GENERAL STYLES
  ------------------------------*/
  .timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
    line-height: inherit;
  }
  
  /*----- TIMELINE ITEM -----*/
  .timeline-item {
    padding-left: 40px;
    position: relative;
  }
  .timeline-item:last-child {
    padding-bottom: 0;
  }
  
  /*----- TIMELINE INFO -----*/
  .timeline-info {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    white-space: nowrap;
  }
  
  /*----- TIMELINE MARKER -----*/
  .timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
  }
  .timeline-marker:before {
    background: #FC770B;
	border: 3px solid transparent;
	border-radius: 100%;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 0px;
    left: 2px;
	width: 1px;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  }
  .timeline-marker:after {
    content: "";
	width: 1px;
	background: #FC770B;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 5px;
  }


  .timeline-item:last-child .timeline-marker:after {
    content: none;
  }

  .timeline-item:first-child .timeline-marker:before {
    display: none;
  }

  .timeline-item:last-child .timeline-marker:before {
    height: 5px;
    width: 5px;
    left: 0px;
  }
  
  /*----- TIMELINE CONTENT -----*/
  .timeline-content {
    padding-bottom: 40px;
  }
  .timeline-content p:last-child {
    margin-bottom: 0;
  }
  
  /*----- TIMELINE PERIOD -----*/
  .period {
    padding: 0;
  }
  .period .timeline-info {
    display: none;
  }
  .period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 3px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB;
  }
  .period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
  }
  .period .timeline-content {
    padding: 40px 0 70px;
  }
  .period .timeline-title
  {
    margin: 0;
  }
  
  /*----------------------------------------------
      MOD: TIMELINE SPLIT
  ----------------------------------------------*/
  @media (min-width: 768px) {
    .timeline-split .timeline, .timeline-centered .timeline {
      display: table;
    }
    .timeline-split .timeline-item, .timeline-centered .timeline-item {
      display: table-row;
      padding: 0;
    }
    .timeline-split .timeline-info, .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info,
    .timeline-centered .period .timeline-info {
      display: table-cell;
      vertical-align: top;
    }
    .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
      position: relative;
    }
    .timeline-split .timeline-content, .timeline-centered .timeline-content {
      padding-left: 30px;
    }
    .timeline-split .timeline-info, .timeline-centered .timeline-info {
      padding-right: 30px;
    }
    .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
      position: relative;
      left: -45px;
    }
  }
  
  /*----------------------------------------------
      MOD: TIMELINE CENTERED
  ----------------------------------------------*/
  @media (min-width: 992px) {
    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
      display: block;
      margin: 0;
      padding: 0;
    }
    .timeline-centered .timeline-item {
      padding-bottom: 40px;
      overflow: hidden;
    }
    .timeline-centered .timeline-marker {
      position: absolute;
      left: 50%;
      margin-left: -7.5px;
    }
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
      width: 50%;
    }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
      float: left;
      text-align: right;
      padding-right: 70px;
    }
    .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
      float: right;
      text-align: left;
      padding-left: 70px;
    }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-info {
      float: right;
      text-align: left;
      padding-left: 70px;
    }
    .timeline-centered > .timeline-item:nth-child(even) .timeline-content {
      float: left;
      text-align: right;
      padding-right: 70px;
    }
    .timeline-centered > .timeline-item.period .timeline-content {
      float: none;
      padding: 0;
      width: 100%;
      text-align: center;
    }
    .timeline-centered .timeline-item.period {
      padding: 50px 0 90px;
    }
    .timeline-centered .period .timeline-marker:after {
      height: 30px;
      bottom: 0;
      top: auto;
    }
    .timeline-centered .period .timeline-title {
      left: auto;
    }
    
    .timeline-centered .timeline-content .timeline-title {
      color: #FC770B !important;
	  margin-top: 0 !important;
	  font-weight: 300;
	  font-size: 26px;
    }
  }
  
  /*----------------------------------------------
      MOD: MARKER OUTLINE
  ----------------------------------------------*/
  .marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #FF6B6B;
  }



.highlight a, .highlight a:visited {
	text-decoration: none;
	color: #fff;
}

a, a:visited {
	text-decoration: none;
	color: #FC770B;
}
  
  
  



.come-in {
  transform: translateY(200px);
  animation: come-in 1.7s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 1.5s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}




  
  
  /*#cookie-law-info-again
  {
    display: none !important;
  }*/








.kunden_karte
{
	height: 635px;
	background-image: url(../images/deutschland_kunden.png);
	background-repeat: no-repeat;
	background-position: center center;
}

@media only screen and (max-width: 650px)
{
	.kunden_karte
	{
		background-size: 100%;
	}
}
	