/* # BASE/RESETS # */

*, *:before, *:after {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #ff9a18;
    color: #fff;
}

::-moz-selection {
	background: #ff9a18;
    color: #fff;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 100%;
    background: #ff9a18 url("../img/background.jpg") center 100px no-repeat;
    margin-bottom: 120px;
}

ul {
	list-style: none;
	padding: 0;
}

a img {
	border: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.nav-horizontal li {
    display: inline-block;
}

.vcenter-container {
	display: table;
}

.vcenter {
	display: table-cell;
	vertical-align: middle;
}

dt {
    min-width: 50%;
    text-align: left;
    float: left;
}

dd {
    float: right;
}


/* # GRID # */

.grid {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 25px;
    position: relative;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid img, .grid object, .grid embed, .grid video {
	max-width: 100%;
	height: auto;
}

.grid .full-width-image {
    width: 116%;
    max-width: none;
    position: relative;
    left: -8%;
}

.grid-padding {
    padding: 0 45px;
}

.grid-no-padding {
	padding: 0;
}

.col-1, .col-2, .col-3, .col-3-2, .col-4, .col-center {
    position: relative;
}

.col-2, .col-3, .col-3-2, .col-4 {
	float: left;
    padding: 0 25px;
}

.col-1 {
    width: 100%;
    padding: 0 25px;
}

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.33333%;
}

.col-3-2 {
    width: 66.66666%;
}

.col-4 {
    width: 25%;
}

.col-center {
    width: 100%;
    max-width: 720px;
    padding: 0 52px;
    margin: 0 auto;
}


/* # TYPOGRAPHY # */

a {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    font-family: "PT Sans", sans-serif;
}

h1, .group-title h2 {
    display: table;
    padding: 2px 35px;
    background-color: #ff9a18;
    background-color: rgba(255, 154, 24, .85);
    border-radius: 5px;
    font-size: 2.85em;
    color: #fff;
    margin: 54px auto;
    text-align: center;
    line-height: normal;
}

h2 {
    display: table;
    font-size: 2.375em;
    line-height: 1em;
    margin: 0 auto 1.5em;
    padding: 0 10px 10px;
    text-align: center;
}

h3 {
    font-size: 1.625em;
    line-height: 1.1em;
    margin-bottom: 1em;
}

h4 {
    display: table;
    font-size: 1.375em;
    margin: 0 auto 1em;
    padding: 0 10px 10px;
}

blockquote {
	font-size: 1.3em;
	line-height: 1.3em;
	font-style: italic;
	text-align: left;
}

.group-title {
	margin-top: 12%;
}

.group-title h1, .group-title h2 {
	margin: 20px auto;
}

p {
    margin-bottom: 1em;
}

.with-line {
    background: url("../img/line.png") center bottom no-repeat;
    background-size: 100% 5px;
}

.with-time {
    margin-bottom: 0;
}

.hidden-text {
    text-indent: -99999px;
}

.font-primary {
    font: 300 1em/1.5em "Ubuntu", sans-serif;
}

.font-secondary, label {
    font-family: "Cabin", sans-serif;
    font-size: 0.825em;
}

.font-caps {
    text-transform: uppercase;
}

.font-no-deco, .font-no-deco a {
    text-decoration: none;
}

.font-light {
    font-size: 0.95em;
    color: #868686;
}

.font-marked {
    color: #fff;
    background-color: #ff9a18;
}

.font-warning {
    color: #f14444;
}

.font-success {
	color: #20b955;
}

.color-primary {
    color: #ff9a18;
}

.color-secondary {
    color: #205cb5;
}

.text-two-column {
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -ms-column-count: 2;
    -ms-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
}

.text-centered {
    text-align: center;
}

.text li {
	margin-left: 20px;
	position: relative;
}

.text li:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: url('../img/icons.png') 0 -350px no-repeat;
    position: absolute;
    top: 8px;
    left: -20px;
}


/* # INPUTS # */

input[type=text], input[type=email], input[type=password], textarea {
    width: 140px;
    height: 30px;
    font: 400 0.825em "Ubuntu", sans-serif;
    line-height: 30px;
    padding: 0 9px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

input[type=checkbox], #search .button {
    vertical-align: middle;
}

label {
    cursor: pointer;
}

.newsletter input[type=text] {
    width: 60%;
}

.with-button {
    margin-right: 6px;
}

.button {
    display: inline-block;
    height: 30px;
    padding: 0 20px;
    border: 1px solid #e18110;
    border-radius: 5px;
    background: #ffaa1c;
    background: #ffaa1c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWExYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffaa1c 0%, #ff8a14 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa1c), color-stop(100%,#ff8a14));
    background: -webkit-linear-gradient(top, #ffaa1c 0%,#ff8a14 100%);
    background: -o-linear-gradient(top, #ffaa1c 0%,#ff8a14 100%);
    background: -ms-linear-gradient(top, #ffaa1c 0%,#ff8a14 100%);
    background: linear-gradient(to bottom, #ffaa1c 0%,#ff8a14 100%);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .45);
    font: 600 0.7em "Cabin", sans-serif;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.button:after, .DivSelectyze>a:after {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: url("../img/shadow-small.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -7px;
}

.button:hover {
    opacity: 0.8;
}

.button-icon {
    width: 31px;
    padding: 0;
    background: #ffaa1c url("../img/icons.png") no-repeat;
    background: url("../img/icons.png") no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWExYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: url("../img/icons.png") no-repeat, -moz-linear-gradient(top, #ffaa1c 0%, #ff8a14 100%);
    background: url("../img/icons.png") no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa1c), color-stop(100%,#ff8a14));
    background: url("../img/icons.png") no-repeat, -webkit-linear-gradient(top, #ffaa1c 0%,#ff8a14 100%);
    background: url("../img/icons.png") no-repeat, -o-linear-gradient(top, #ffaa1c 0%,#ff8a14 100%);
    background: url("../img/icons.png") no-repeat, -ms-linear-gradient(top, #ffaa1c 0%,#ff8a14 100%);
    background: url("../img/icons.png") no-repeat, linear-gradient(to bottom, #ffaa1c 0%,#ff8a14 100%);
    border-bottom-right-radius: 0;
}

.button-icon-search {
    background-position: 8px 8px;
    background-position: 8px 8px, 0 0;
}

.button-icon-menu {
    margin-top: 20px;
    background-position: 5px -42px, 0 0;
}

.button-overlay-image {
    padding: 8px 0 0 8px;
    background-color: #fff;
    border-top-left-radius: 8px;
}

.button-overlay-text {
    padding: 18px 0 0 8px;
    background-color: #fff;
    position: relative;
}

.button-overlay-text:after {
    content: "";
    width: 60px;
    height: 100%;
    background-image: url("../img/gradient-white.png");
    position: absolute;
    top: 0;
    left: -60px;
}

input.button {
    padding: 0 10px;
}

input.filter-search {
    padding-left: 25px;
    background: url("../img/icons.png") 7px -19px no-repeat;
}

input.input-warning, .border-box.input-warning {
    border-color: #f14444;
}

.equal-height~input[type=radio] {
    margin-bottom: 15px;
}

/* select box */

.DivSelectyze {
    width: 16%;
    position: relative;
}

.DivSelectyze a {
    padding: 0 12px;
    text-decoration: none;
    font-family: "Cabin", sans-serif;
    font-size: 0.825em;
}

.DivSelectyze>a, .input-number .controls {
    display: block;
    height: 30px;
    background: #f8f8f8;
    background: #f8f8f8 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f8f8f8 0%, #f2f2f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#f2f2f2));
    background: -webkit-linear-gradient(top, #f8f8f8 0%,#f2f2f2 100%);
    background: -o-linear-gradient(top, #f8f8f8 0%,#f2f2f2 100%);
    background: -ms-linear-gradient(top, #f8f8f8 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom, #f8f8f8 0%,#f2f2f2 100%);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .9);
    line-height: 30px;
    position: relative;
}

.DivSelectyze>a:before {
    content: "";
    display: block;
    width: 17px;
    height: 28px;
    background: url("../img/icons.png") 0 -133px no-repeat;
    position: absolute;
    top: 0;
    right: 11px;
}

.UlSelectize {
    display: none;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .33);
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 2px;
    left: 2px;
}

.UlSelectize a {
    display: block;
}

.UlSelectize a:hover {
    color: #fff;
    background-color: #ff9a18;
}

/* number input */

.input-number {
    display: inline-block;
    position: relative;
    width: 58px;
}

.input-number input {
    width: 58px;
    padding-right: 18px;
}

.input-number .controls {
    width: 18px;
    position: absolute;
    top: 0;
    right: 0;
}

.input-number .up, .input-number .down {
    display: block;
    width: 18px;
    height: 15px;
    background-image: url("../img/icons.png");
    background-repeat: no-repeat;
}

.input-number .up {
    background-position: 5px -165px;
}

.input-number .down {
    background-position: 5px -179px;
}

.input-list>label, .input-list .col-2>label, .input-list>input {
    display: block;
}

.input-list input[type=text], .input-list input[type=email], .input-list input[type=password], .input-list textarea {
    width: 285px;
    margin-bottom: 10px;
    float: left;
}

.input-list textarea {
	height: 200px;
	resize: none;
}

.input-list>.font-warning {
    float: left;
}

.input-list .input-warning {
    margin-right: 10px;
}

.input-list .font-warning {
	padding-top: 3px;
}

.input-list>label, .input-list .col-2>label, .input-list .DivSelectyze {
    clear: both;
}

.input-list .button {
    margin-right: 180px;
}

.input-list .DivSelectyze {
    width: 285px;
    margin-top: 62px;
    margin-bottom: 10px;
}

.input-list input.with-checkbox {
    width: 215px;
    margin-right: 10px;
}


/* # STATIC # */

.page-header {
    background-color: #fff;
    border-bottom: 1px solid #983500;
    padding: 15px 0;
    line-height: 70px;
}

.page-footer {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #983500;
    padding: 12px 0;
    position: absolute;
    bottom: 0;
}

.page-footer li {
    padding: 0 8px;
}

.page-footer li:last-child {
    padding-right: 0;
}

.page-footer img {
	position: absolute;
	top: -54px;
	left: 50%;
	margin-left: -126px;
}

.logo img {
    display: block;
    position: relative;
    z-index: 1;
}

#open-nav {
    display: none;
}

.nav-primary {
    position: absolute;
    left: 112px;
    right: 200px;
}

.nav-primary li {
    padding: 0 2.2%;
}

.nav-primary a {
    position: relative;
}

.nav-primary a:before, .nav-primary a:after {
    content: "";
    display: block;
    width: 120%;
    height: 6px;
    position: absolute;
    right: -10%;
    bottom: -10px;
}

.nav-primary .current-menu-item a:after, .nav-primary .current-page-ancestor a:after {
    width: 0;
}

.nav-primary a:before {
    background: url("../img/line.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.nav-primary a:after {
    background-color: #fff;
    -webkit-transition: width 300ms;
    -moz-transition: width 300ms;
    -o-transition: width 300ms;
    transition: width 300ms;
}

.nav-primary a:hover:after {
    width: 0;
    background-color: #fff;
}

.nav-secondary li {
    padding: 0 20px;
}

.nav-secondary .current_page_item {
    background: url("../img/circle-big.png") center center no-repeat;
    background-size: 100% 80%;
}

.nav-user .tooltip {
    display: none;
    padding: 10px 0;
    line-height: 2em;
    text-align: left;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 9;
}

.nav-user .tooltip a {
    display: block;
    padding-right: 20px;
    padding-left: 50px;
}

.nav-user .tooltip :hover {
    background-color: #ff9a18;
    color: #fff;
}

#open-user-nav:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 5px;
    background: url("../img/icons.png") 0 -183px no-repeat;
    margin-left: 4px;
}

#open-user-nav.active:after {
    background-position: 0 -170px;
}

.icon-dollar, .icon-case, .icon-profile, .icon-logout {
    background-image: url("../img/icons.png");
    background-repeat: no-repeat;
    padding-left: 26px;
}

.icon-dollar {
    background-position: 20px -217px;
}

.icon-case {
    background-position: 20px -244px;
}

.icon-profile {
    background-position: 20px -270px;
}

.icon-logout {
    background-position: 20px -296px;
}

.subnavigation {
    height: 80px;
    margin: 0 15px 50px;
    background: url("../img/separator.png") center bottom no-repeat;
    background-size: 100% 1px;
    line-height: 80px;
    overflow: hidden;
    position: relative;
}

.search-trigger {
	margin-right: 40px;
}

.search-trigger.active {
    background: url("../img/icons.png") 8px -189px no-repeat;
    border: none;
}

.search-trigger.active:after {
    background: none;
}

.subnavigation:after, .subnavigation:before {
    content: "";
    width: 60px;
    height: 100%;
    background-image: url("../img/gradient-white.png");
    position: absolute;
    top: 0;
    z-index: 1;
}

.subnavigation:after {
    right: 0;
}

.subnavigation:before {
    background-position: -60px 0;
    left: 0;
}

.subnavigation>nav {
    position: relative;
    left: 0;
    -webkit-transition: left 300ms;
    -moz-transition: left 300ms;
    -o-transition: left 300ms;
    transition: left 300ms;
}

.subnavigation-alt {
    height: 100px;
    line-height: 22px;
}

.subnavigation-alt .nav-secondary li {
    width: 180px;
    padding: 17px 20px;
    background: url("../img/separator-vertical.png") right center no-repeat;
    background-size: 1px 80%;
}

.subnavigation-alt .nav-secondary li.current_page_item {
    background: url("../img/separator-vertical.png") right center no-repeat, url("../img/circle-big.png") center center no-repeat;
    background-size: 1px 80%, 100% 80%;
}

.subnavigation-alt .nav-secondary li:last-child {
    background: none;
}

.subnavigation-alt .nav-secondary li.current_page_item:last-child {
	background: url("../img/circle-big.png") center center no-repeat;
	background-size: 100% 80%;
}

.subnavigation-alt span {
    display: block;
    text-align: center;
}

.subnavigation-alt .progress-bar {
    width: 50%;
    margin: 7px auto;
}

.title-video {
    width: 100%;
    max-width: 728px;
    margin: 6.2% auto -20px;
    position: relative;
    z-index: 1;
}

.title-video:after {
    content: "";
    display: block;
    width: 100%;
    height: 41px;
    position: absolute;
    bottom: -41px;
    background: url("../img/shadow-big.png") center 0 no-repeat;
    background-size: 100%;
}

.title-video iframe, .title-video object {
    width: 100%;
    height: auto;
	min-height: 408px;
    display: block;
    border-radius: 5px;
    cursor: pointer;
}

.content, #landing-page form p {
    background-color: #fff;
    border: 1px solid #983500;
    border-radius: 5px;
    overflow: hidden;
}

.content>article, .content>div, .content>section, .content>form {
    position: relative;
    margin-bottom: 75px;
}

.content>.with-pagination {
    margin-bottom: 20px;
}

.add-space-big {
    margin-top: 100px;
}

.add-space-medium {
    margin-top: 60px;
}

.add-space-small {
    margin-top: 20px;
}

.content>.remove-space {
    margin-bottom: 0;
}

.static-image {
    display: block;
    margin: 40px auto 25px;
}

.image-frame {
    display: inline-block;
    padding: 8px;
    margin: 30px 0 50px;
    border: 1px solid #d9d9d9;
    background-color: #f5f5f5;
    position: relative;
}

.image-frame:after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: url("../img/shadow-small.png") center center no-repeat;
    background-size: 100% 100%;
}

.image-frame img {
    display: block;
    width: 100%;
}

.image-frame-corners {
    background: url("../img/image-corner-1.png") left top no-repeat, url("../img/image-corner-2.png") right top no-repeat, url("../img/image-corner-3.png") right bottom no-repeat, url("../img/image-corner-4.png") left bottom no-repeat;
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}

.image-circle {
	border-radius: 50%;
}

.content-feature, .content-statements {
    padding: 28px 0;
    text-align: center;
    position: relative;
}

.content-feature:before, .content-feature:after, .content-statements:before, .content-statements:after, #kontaktformular:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("../img/separator.png") center center no-repeat;
    background-size: 100% 1px;
    position: absolute;
}

.content-feature:before, .content-statements:before {
    top: -1px;
}

.content-feature:after, .content-statements:after {
    bottom: -1px;
}

.content-feature>div {
    position: relative;
}

.content-feature h3 {
    font-size: 1.375em;
    margin-bottom: 0.6em;
}

.content-feature article p:last-child {
	margin-bottom: 0;
}

.content-statements .font-secondary {
	font-size: 0.95em;
}

.content-statements .vcenter-container {
	height: 150px;
}

.content-statements .col-3:after {
	content: "";
	display: block;
	width: 67px;
	height: 5px;
	background-image: url('../img/line-small.png');
	position: absolute;
	top: 70px;
	right: 8px;
}

.list-entry {
    padding: 42px 0;
    background: url("../img/separator.png") center bottom no-repeat;
    background-size: 100% 1px;
}

.list-entry h3 {
    margin-bottom: 0.3em;
}

.list-entry p {
    margin-bottom: 0;
}

.list-entry .button-overlay {
    position: absolute;
    bottom: 0;
    right: 25px;
}

.list-entry-news img {
    display: block;
    margin: 0;
    margin-top: 6px;
    border-radius: 5px;
}

.list-entry-project h3 {
    margin-bottom: 23px;
}

.list-entry-project img {
    vertical-align: middle;
}

.list-entry-project .button {
    width: 30%;
    padding: 0;
    text-align: center;
}

.list-entry-last:last-child {
    background: none;
}

.pagination {
    margin: 24px 0;
}

.pagination a, .pagination span {
    padding: 1px 8px;
}

.pagination a {
    color: #a5a5a5;
    z-index: 1;
}

.pagination span {
    background: url("../img/circle-small.png") center center no-repeat;
    background-size: 100% 100%;
}

.newstime {
    display: block;
    text-align: center;
    margin: 5px 0 42px;
}

.with-separator {
    background: url("../img/separator-vertical.png") right center no-repeat;
    background-size: 1px 100%;
}

.with-separator-left {
    background-position: left center;
}

.tooltip {
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.tooltip:before {
    content: "";
    display: block;
    width: 15px;
    height: 8px;
    background-image: url("../img/triangle.png");
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -7px;
}

.tooltip-big {
    padding: 6px;
}

.tooltip-small {
    width: 65%;
    padding: 3px;
}

.tooltip-popup {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.tooltip-popup:before {
    left: 80%;
}

.tooltip-auto {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.project-stats>dl, .project-stats>div {
    padding-top: 30px;
    padding-bottom: 30px;
}

.filter {
    padding-top: 28px;
    line-height: 30px;
    text-align: justify;
    background: url("../img/separator.png") center bottom no-repeat;
    background-size: 100% 1px;
}

.filter>* {
    display: inline-block;
}

.filter .stretch {
    width: 100%;
    display: inline-block;
}

.progress-bar {
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    margin-bottom: 23px;
    position: relative;
}

.progress-bar-inner {
    border: 1px solid #e18110;
    background: #ffaa1c;
    background: #ffaa1c url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWExYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjhhMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffaa1c 0%, #ff8a14 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaa1c), color-stop(100%,#ff8a14));
    background: -webkit-linear-gradient(top, #ffaa1c 0%,#ff8a14 100%);
    background: -o-linear-gradient(top, #ffaa1c 0%,#ff8a14 100%);
    background: -ms-linear-gradient(top, #ffaa1c 0%,#ff8a14 100%);
    background: linear-gradient(to bottom, #ffaa1c 0%,#ff8a14 100%);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .45);
    position: relative;
    top: -1px;
    left: -1px;
}

.progress-bar-inner-alt {
    border-color: #00122c;
    background: #002a68;
    background: #002a68 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMmE2OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDFmNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #002a68 0%, #001f4e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002a68), color-stop(100%,#001f4e));
    background: -webkit-linear-gradient(top, #002a68 0%,#001f4e 100%);
    background: -o-linear-gradient(top, #002a68 0%,#001f4e 100%);
    background: -ms-linear-gradient(top, #002a68 0%,#001f4e 100%);
    background: linear-gradient(to bottom, #002a68 0%,#001f4e 100%);
    position: absolute;
}

.progress-bar-big, .progress-bar-big .progress-bar-inner {
    height: 12px;
    border-radius: 6px;
}

.progress-bar-medium, .progress-bar-medium .progress-bar-inner {
    height: 10px;
    border-radius: 5px;
}

.progress-bar-small, .progress-bar-small .progress-bar-inner {
    height: 8px;
    border-radius: 4px;
}

.project-stats .progress-bar {
    margin-top: -30px;
}

.arrow {
    display: block;
    background-image: url("../img/icons.png");
    position: absolute;
    top: 50%;
    z-index: 2;
}

.arrow-big {
    width: 12px;
    height: 30px;
    margin-top: -15px;
}

.arrow-big-left {
    background-position: 0 -102px;
    left: 15px;
}

.arrow-big-right {
    background-position: 0 -72px;
    right: 15px;
}

.arrow-small {
    width: 7px;
    height: 15px;
    margin-top: -7px;
}

.arrow-small-left {
    background-position: -13px -366px;
    left: 0;
}

.arrow-small-right {
    background-position: 0 -366px;
    right: 0;
}

.on-top {
    position: relative;
    z-index: 9;
}

.border-box {
    padding: 20px 15%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.equal-height {
    min-height: 120px;
}

.label-full {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#landing-page {
	background-position: center 0;
}

#landing-page form {
	display: table;
	margin: 30px auto 0;
}

#landing-page input {
	width: 168px;
}

#landing-page form p {
	padding: 10px;
}

#landing-page .tooltip {
	width: 100%;
	border-right: none;
	border-left: none;
	border-radius: 0;
	position: absolute;
	top: 0;
}

#landing-page .tooltip:before {
	width: 0;
	border: none;
}

#landing-page footer {
	width: 100%;
	padding: 10px;
	position: absolute;
	bottom: 0;
}

#landing-page footer>a {
	color: #fff;
	text-decoration: none;
}

#lightbox {
	display: none;
	background-color: #000;
	background-color: rgba(0, 0, 0, .66);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.lightbox-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.lightbox-vcenter {
	display: table-cell;
	vertical-align: middle;
}

.lightbox-content {
	max-width: 600px;
	background-color: #fff;
	padding-top: 22px;
	padding-bottom: 22px;
	margin-bottom: 50px;
	border-radius: 4px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .5);
	position: relative;
}

#lightbox-close {
	display: block;
	width: 16px;
	height: 16px;
    background: url("../img/icons.png") 0 -328px no-repeat;
	position: absolute;
	top: 22px;
	right: 22px;
}

.faq h3 {
	cursor: pointer;
}

.faq .answer {
	display: none;
}

.faq .answer p:last-child {
	margin-bottom: 40px;
}

#kontaktformular {
	padding-top: 64px;
}

#kontaktformular:before {
	top: 0;
}


/* # JAVASCRIPT STUFF # */

.arrow, .content-feature article, .content-statements article {
    display: none;
}

.content-feature article:first-child, .content-statements article:first-child {
    display: block;
}


/* # MOBILE # */

@media handheld, only screen and (max-width: 1100px) {    
    dt, dd {
        float: none;
        text-align: center;
    }
        
    .content {
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    
    .input-list .font-warning {
        clear: both;
        padding-bottom: 10px;
    }
    
    .tooltip-auto {
        width: 100%;
    }
    
    dl~.button {
        float: none;
    } 
    
    .group-title h1, .group-title h2 {
    	display: inline;
    	padding: 0;
    	border-radius: 0;
    }
    
    .group-title h1:after {
    	content: "";
    	display: block;
    	height: 35px;
    }
    
    #landing-page form {
    	margin: 15px 0 0;
    }
}

@media handheld, only screen and (max-width: 767px) {
	.grid {
		width: 100%;
	}
    
    .grid-padding {
        padding-left: 0;
        padding-right: 0;
    }
	
	.col-2, .col-3, .col-3-2, .col-4 {
		width: auto;
		float: none;
		margin-bottom: 44px;
	}
    
    .list-entry .col-3, .list-entry .col-3-2 {
        margin-bottom: 22px;
    }

    dt, dd {
        display: inline;
    }
    
    dd:after {
        content: "\A";
        white-space: pre-line;
    }
    
    .project-stats .progress-bar {
        margin-top: 0;
    }
    
    .project-stats>dl, .project-stats>div, .content-project-links>div {
        padding-top: 0;
        padding-bottom: 0;
        background: none;
    }
    
    .text-two-column {
        -webkit-column-count: auto;
        -webkit-column-gap: 0;
        -moz-column-count: auto;
        -moz-column-gap: 0;
        -ms-column-count: auto;
        -ms-column-gap: 0;
        column-count: auto;
        column-gap: 0;
    }
    
    .filter>* {
        display: block;
        margin: 0 auto 10px;
    }
    
    .input-number-wrapper {
        text-align: center;
    }
    
    input.filter-search, .DivSelectyze {
        width: 66.66666%;
    }
    
    .filter .stretch {
        width: 100%;
        display: inline-block;
        font-size: 0;
        line-height: 0;
    }
    
    .search-trigger {
    	margin-right: 0;
    }
    
    .payment-method div:first-child {
        text-align: left;
    }
    
    .payment-method .equal-height, .payment-method p {
        display: inline;
    }
    
    .payment-method img {
        vertical-align: middle;
    }
    
    .payment-method input[type=radio] {
        margin: 0 10px 0 20px;
    }
    
    .content-statements .col-3:after {
    	content: none;
    }
    
    .content-statements .vcenter-container {
    	height: auto;
    }
    
    
    /* # NAVIGATION # */
    
    #open-nav {
        display: inline-block;
    }
    
    .nav-primary, .nav-user, .search {
        display: none;
        float: none;
    }

    #nav {
        text-align: center;
    }
    
    #nav:target .nav-primary, #nav:target .search, #nav:target .nav-user {
        display: block;
    }
    
    #nav:target .logo, #nav:target #open-nav {
        display: none;
    }
    
    .search input[type=text] {
        width: 60%;
    }
    
    .nav-primary {
        position: inherit;
    }
    
    .nav-primary li {
        display: list-item;
        background: url("../img/separator.png") center bottom no-repeat;
        background-size: 100% 1px;
    }
    
    .nav-primary a {
        display: block;
    }
    
    .nav-primary a:before, .nav-primary a:after {
        width: 0;
        height: 0;
    }
    
    .nav-user .tooltip {
        position: relative;
        top: 0;
    }
    
    .nav-user .tooltip:before {
        left: 50%;
    }
    
    #open-user-nav {
        margin: 0;
    }
    
    .with-pagination>p.text-centered {
    	text-align: left;
    }
    
    #landing-page input, #landing-page button {
    	max-width: 48%;
    }
    
    .lightbox-content {
    	border-radius: 0;
    }
}