
html, body {
    margin: 0px;
    padding: 0;
    text-align: center;
    font-family: DINPro, sans-serif;  
}

.c-main-site {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.infoText {
	font-size: 10px;
}

.c-main-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 85px;
    width: 100%;
    padding-left: 475px;
    z-index: 1000
}

.c-main-header__branding {
    position: absolute;
    top: 0;
    left: 0;
    width: 475px;
    height: 115px;
    margin: 0;
    background: rgba(0,0,0,0.5);
    -moz-transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    -o-transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    -ms-transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1)
}

main {
    padding-bottom: 175px;
    /*height: 100vh;*/
}

footer {
    height: 160px;
    margin-top: -160px; /* Höhe des Footers */
}

.selectType a img {
    width: 250px;
}

@media (max-width: 1300px) {
    .selectType a img {
        width: 250px
    }
}

@media (max-width: 1050px) {
    .selectType a img {
        width: 200px
    }

    main {
        padding-bottom: 130px;
    }

    footer {
        height: 100px;
        margin-top: -100px;
    }
}

@media (max-width: 830px) {
    .selectType a img {
        width: 150px
    }

    main {
        padding-bottom: 65px;
    }

    footer
    {
        height: 50px;
        margin-top: -50px;
    }
}


.c-main-header__branding:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 475px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: rgba(0,0,0,0.5) transparent transparent transparent;
    -moz-transition: border-color 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    -o-transition: border-color 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    -ms-transition: border-color 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    -webkit-transition: border-color 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    transition: border-color 0.5s cubic-bezier(0.2, 1, 0.24, 1)
}


.c-main-header.is-scrolled .c-main-header__branding {
    background: rgba(0,0,0,0.9)
}

    .c-main-header.is-scrolled .c-main-header__branding:after {
        border-top-color: rgba(0,0,0,0.9)
    }

.c-main-header__branding > a {
    display: block;
    padding: 16px 10px 19px 23px
}

.c-main-header__branding > a > img {
    display: block;
    width: 288px
}


.c-main-header__bar {
    position: relative;
    height: 85px;
    padding: 16px 20px 0 50px;
    background: rgba(0,0,0,0.5);
    -moz-transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    -o-transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    -ms-transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    -webkit-transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1);
    transition: background 0.5s cubic-bezier(0.2, 1, 0.24, 1)
}


.c-main-header.is-scrolled .c-main-header__bar {
    background: rgba(0,0,0,0.9)
}

.c-main-header__bar-primary {
    position: relative;
    margin-top: 22px;
    margin-right: 110px;
    height: 32px
}

.c-main-header__bar-primary-left {
    padding-right: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.c-main-header__languageswitcher {
    font-size: 0px;
    font-size: 0rem
}

    .c-main-header__languageswitcher li {
        display: inline-block;
        position: relative;
        margin-left: 1px
    }

        .c-main-header__languageswitcher li:after {
            content: '';
            display: block;
            position: absolute;
            top: 3px;
            left: -1px;
            width: 1px;
            height: 11px;
            background: #fff
        }

        .c-main-header__languageswitcher li:first-child:after {
            display: none
        }

        .c-main-header__languageswitcher li a {
            padding: 0 5px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 12px;
            font-size: .75rem
        }

            .c-main-header__languageswitcher li a.active {
                font-weight: 700
            }

        .c-main-header__languageswitcher li:last-child a {
            padding-right: 0
        }

.c-main-nav {
    position: relative
}

.c-main-nav__ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end
}

.c-main-nav li {
    display: inline-block;
    margin: 0 22px
}


.c-main-nav li:first-child {
    margin-left: 0
}

.c-main-nav li:last-child {
    margin-right: 0
}

.c-main-nav__ul > li {
    padding-bottom: 21px;
    margin: 0 25px -21px
}

.c-main-nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-property: all,color;
    -o-transition-property: all,color;
    -ms-transition-property: all,color;
    -webkit-transition-property: all,color;
    transition-property: all,color
}

.c-main-nav li > a:hover {
    color: #ff000d
}

.c-main-header.show-search .c-main-nav__ul > li > a {
    opacity: 0;
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    transform: translate(0, -20px)
}

.c-main-nav__ul > li:nth-child(1) > a {
    -moz-transition-delay: .12s,0s;
    -o-transition-delay: .12s,0s;
    -ms-transition-delay: .12s,0s;
    -webkit-transition-delay: .12s,0s;
    transition-delay: .12s,0s
}

.c-main-nav__ul > li:nth-child(2) > a {
    -moz-transition-delay: .15s,0s;
    -o-transition-delay: .15s,0s;
    -ms-transition-delay: .15s,0s;
    -webkit-transition-delay: .15s,0s;
    transition-delay: .15s,0s
}

.c-main-nav__ul > li:nth-child(3) > a {
    -moz-transition-delay: .18s,0s;
    -o-transition-delay: .18s,0s;
    -ms-transition-delay: .18s,0s;
    -webkit-transition-delay: .18s,0s;
    transition-delay: .18s,0s
}

.c-main-nav__ul > li:nth-child(4) > a {
    -moz-transition-delay: .21s,0s;
    -o-transition-delay: .21s,0s;
    -ms-transition-delay: .21s,0s;
    -webkit-transition-delay: .21s,0s;
    transition-delay: .21s,0s
}

.c-main-header.show-search .c-main-nav__ul > li:nth-child(1) > a {
    -moz-transition-delay: .09s,0s;
    -o-transition-delay: .09s,0s;
    -ms-transition-delay: .09s,0s;
    -webkit-transition-delay: .09s,0s;
    transition-delay: .09s,0s
}

.c-main-header.show-search .c-main-nav__ul > li:nth-child(2) > a {
    -moz-transition-delay: .06s,0s;
    -o-transition-delay: .06s,0s;
    -ms-transition-delay: .06s,0s;
    -webkit-transition-delay: .06s,0s;
    transition-delay: .06s,0s
}

.c-main-header.show-search .c-main-nav__ul > li:nth-child(3) > a {
    -moz-transition-delay: .03s,0s;
    -o-transition-delay: .03s,0s;
    -ms-transition-delay: .03s,0s;
    -webkit-transition-delay: .03s,0s;
    transition-delay: .03s,0s
}

.c-main-header.show-search .c-main-nav__ul > li:nth-child(4) > a {
    -moz-transition-delay: 0s,0s;
    -o-transition-delay: 0s,0s;
    -ms-transition-delay: 0s,0s;
    -webkit-transition-delay: 0s,0s;
    transition-delay: 0s,0s
}

.c-main-nav li.current-menu-item > a, .c-main-nav li.current-menu-ancestor > a {
    font-weight: 700
}


.c-main-header.is-scrolled .c-main-nav li .sub-menu {
    background: rgba(0,0,0,0.8)
}

    .c-main-header.is-scrolled .c-main-nav li .sub-menu:before {
        border-bottom-color: rgba(0,0,0,0.8)
    }

    .c-main-header.is-scrolled .c-main-nav li .sub-menu:after {
        background: rgba(0,0,0,0.8)
    }

.c-main-nav li.current-menu-item .sub-menu, .c-main-nav li.current-menu-ancestor .sub-menu, .c-main-nav li:hover .sub-menu {
    display: block
}

.c-main-nav.is-hovering li.current-menu-item .sub-menu, .c-main-nav.is-hovering li.current-menu-ancestor .sub-menu {
    display: none
}

.c-main-nav li li a {
    padding: 3px 0
}

.c-user-nav {
    font-size: 0px;
    font-size: 0rem
}

.c-user-nav--secondary {
    display: none;
    margin-right: 10px
}

.c-user-nav__ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.c-user-nav li {
    display: inline-block;
    position: relative;
    margin-left: 1px
}

    .c-user-nav li:after {
        content: '';
        display: block;
        position: absolute;
        top: 3px;
        left: -1px;
        width: 1px;
        height: 11px;
        background: #fff
    }

    .c-user-nav li:first-child:after {
        display: none
    }

    .c-user-nav li a {
        padding: 0 5px;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        font-size: .75rem
    }

    .c-user-nav li:last-child a {
        padding-right: 0
    }

.c-main-search {
    position: relative
}

.c-main-search__form {
    position: absolute;
    top: 0;
    right: 7px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -moz-transition: all 0.3s,visibility 0.3s ease 0.3s;
    -o-transition: all 0.3s,visibility 0.3s ease 0.3s;
    -ms-transition: all 0.3s,visibility 0.3s ease 0.3s;
    -webkit-transition: all 0.3s,visibility 0.3s ease 0.3s;
    transition: all 0.3s,visibility 0.3s ease 0.3s
}

.c-main-header.show-search .c-main-search__form {
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.c-main-search__form-inner {
    width: 0;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s
}

.c-main-header.show-search .c-main-search__form-inner {
    width: 100%;
    -moz-transition: width 0.3s ease 0.1s;
    -o-transition: width 0.3s ease 0.1s;
    -ms-transition: width 0.3s ease 0.1s;
    -webkit-transition: width 0.3s ease 0.1s;
    transition: width 0.3s ease 0.1s
}

.c-main-search__form-input {
    padding-right: 35px;
    text-align: center
}

.c-main-search__open {
    display: block;
    position: relative;
    padding: 8px;
    margin-right: 6px;
    z-index: 2
}

.c-main-header.show-search .c-main-search__open {
    z-index: 0
}

.c-main-search__open svg, .c-main-search__close svg {
    display: block
}

.c-main-search__close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 8px 8px;
    visibility: hidden
}

.c-main-search__open svg path {
    fill: #fff
}

.c-main-header.show-search .c-main-search__close {
    visibility: visible
}

.c-main-header.show-search .c-main-search__open {
    visibility: hidden
}


body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: "DINPro",sans-serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5
}

h2 {
    margin-bottom: 0.85em;    
    font-size: 3.125rem;
    margin-top: 0;
    clear: both;
    text-transform: uppercase;
    line-height: 1;
}

h3 {
    margin-bottom: 1.25em;
    line-height: 1.1;    
    font-size: 22px;
    font-size: 1.375rem;
}

.l-container--large {
    max-width: 1320px;
}

.l-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.l-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.l-col-6 {
    flex-basis: 25%;
    max-width: 25%;
    width: 25%;
}

.l-col {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding-left: 15px; 
}

.l-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.c-main-footer {
    position: relative;
    padding: 0px 10px 30px;
    background: #8b8b8a;
    color: #fff;
    overflow: hidden;
    z-index: 25;
    font-size: 14px;
    font-size: .875rem;
}

.c-main-footer__copyright {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 20px;
    background: #fff;
    color: #000;
    font-size: 12px;
    font-size: .75rem;
}

.c-main-footer__contact-name {
    margin-top: 15px;
}

.c-main-footer__logo {
    display: block;
    max-width: 286px;
}

a {
    text-decoration: underline;
    color: inherit;
}

a {
    background-color: transparent;
}

*, *:before, *:after {
    box-sizing: inherit;
}

user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}




b, strong {
    font-weight: 700
}

p {
    margin: 0 0 1.5em
}

dfn, cite, em, i {
    font-style: italic
}

blockquote {
    margin: 0 1.5em
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code, kbd, tt, var {
    font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark, ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

html {
    box-sizing: border-box
}

    html.is-scroll-locked {
        overflow: hidden
    }

    html.is-ios-scrolling {
        height: 100%
    }

*, *:before, *:after {
    box-sizing: inherit
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff
}

.is-scroll-locked body {
    overflow: hidden
}

.is-ios-scrolling body {
    height: 100%
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul, ol {
    margin: 0 0 1.5em 0
}

ul {
    list-style: none
}



#page{ 
 width:878px; 
 text-align:left; 
 margin:0 auto; 
} 
 
#balken1 
{
	margin-bottom: 20px;
	height: 20px;
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Gecko-Browser */
	opacity:0.5; /* Opera 9+ */
}

#sprache {
	width: 100%;
	text-align: right;
	color: #8c8d8f;
	font-size: 12px;
	font-family: Arial, Verdana, Times New Roman;
}

#logo {
	float: left;
	width: 153px;
	height: 77px;
}

#top_menu {
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	height: 55px;	
}

#top_menu ul {
	margin-top: 52px;
	margin-bottom:0px;
}

#top_menu ul li {
	list-style: none;	
	display: inline;
	margin-left: 13px;
}

#top_menu ul li a:link { color: #fff; text-decoration: none; }
#top_menu ul li a:visited { color: #fff; text-decoration: none; }
#top_menu ul li a:active { color: #fff; text-decoration: underline; }
#top_menu ul li a:hover { color: #fff; text-decoration: underline; }
#top_menu ul li a.active { color: #fff; text-decoration: underline; }

.balken2 {
	width: 878px;
	height: 10px;
}

#balken3 {
	margin-top: 180px;
	margin-bottom: 5px;
	height: 12px;
	font-size: 0px;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Gecko-Browser */
	opacity:0.8; /* Opera 9+ */
}

#maincol 
{
	margin-top: 10px;	
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
    background-color: white;
}

#wrapper 
{
    margin-top: 130px;
	/*width: 878px;*/
}

.eingabe {
	border: 0px;
	height: 23px;
	color: black;
}

.go {
	background-image: url(../images/go.png);
	background-repeat: no-repeat;
	border: 0px;
	width: 31px;
	height: 26px;
}

#suche p {
	color: White;
	margin-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Verdana, Times New Roman;
}

#suche img {
	vertical-align: bottom;
}

#footer {
	height:35px; 
	clear:both;
	display:block;
	width: 880px;
	margin-bottom: 15px;
	margin-top: 20px;
} 
 
#footer_menu 
{	
	text-align: right;
}

#footer_menu .KFTHFooter
{
    height: 35px;
    width: 250px;
    float: left;
    text-align: left;
    margin-top: -12px;
    font-size: 11px;	
	font-family: Arial, Verdana, Times New Roman;
	color: #5c5d5f;	
}

#footer_menu .KFTHFooter p
{
    float: right;
}

#footer_menu ul {
	width: 835px;
	text-align: right;
	height: 15px;
	margin-top: 0px;
}

#footer_menu ul li {
	list-style: none;	
	display: inline;
	margin-left: 13px;
	font-size: 11px;	
	font-family: Arial, Verdana, Times New Roman;
}

.o-button {
    position: relative;
    display: inline-block;
    padding: 7px 17px;
    background: transparent;
    color: #000;
    border: 2px solid #000;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    line-height: 1;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    font-size: .875rem;
}

.o-input {
    position: relative;
    margin-bottom: 10px;    
}

.o-input__field {
    width: 100%;
    border: none;
    border-radius: 0;
    padding: 3px 10px;
    background: #fff;
    color: $color__text-main;
    font-weight: 400;
    border: 2px solid #000;
    text-align: center;
    -webkit-appearance: none;    
    appearance: none;
    &:focus

{
    outline: none;
}

}

/*Textbox*/

.o-input__field[readonly] {
    opacity: .2;
    pointer-events: none;
}

.o-input.is-error .o-input__field {
    border-color: $color__primary;
}

.o-input--floating-label {
    margin-bottom: 10px;    
}

.o-input--noborder .o-input__field {
    border-color: #fff;
}

.o-input--floating-label .o-input__field + .o-input__label {    
    position: absolute;
    top: -7px;
    left: 8px;
    padding: 0 2px;
    opacity: 0;
    font-weight: 400;
    font-size: 10px;
    background: #fff;
    @include font-size(.625);
    @include transition(left .4s, opacity .4s);
}

.o-input--floating-label.is-not-empty .o-input__field + .o-input__label {
    left: 4px;
    opacity: 1;
}


/*DropDown*/
.o-select {
    position: relative;
    margin-bottom: 10px;    
    &:after

{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 11px;
}

}

.o-select__arrow {
    position: absolute;
    top: 14px;
    right: 10px;
    width: 16px;
    pointer-events: none;
}

    .o-select__arrow svg {
        display: block;
        width: 100%;
        height: auto;
    }

.o-select__select {
    display: inline-block;
    width: 100%;
    padding: 3px 34px;
    color: $color__placeholder;
    border: 2px solid #000;
    background: white;
    border-radius: 0;
    font-weight: 400;
    text-align: center;
    text-align: -webkit-center;
    text-align-last: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    &:focus

{
    outline: none;
}

}

.o-select.is-not-empty .o-select__select {
    color: $color__text-main;
}

.o-select__select + .o-select__label {
    position: absolute;
    top: -7px;
    left: 8px;
    padding: 0 2px;
    opacity: 0;
    font-weight: 400;
    font-size: 10px;
    background: #fff;
    @include font-size(.625);
    @include transition(left .4s, opacity .4s);
}

.o-select.is-not-empty .o-select__select + .o-select__label {
    left: 4px;
    opacity: 1;
}

.o-input.is-error .o-select__select {
    border-color: $color__primary;
}


.startWeiter {
    width: 150px;
}

.o-input a {
    position: absolute;
    width: 15px;
}

.o-select a {
    position: absolute;
    width: 15px;
}

.o-input a img {
    width: 15px;
}

.o-select a img {
    width: 15px;
}