/* roboto-300 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v18-latin-300.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), url('../fonts/roboto-v18-latin-300.woff') format('woff'), url('../fonts/roboto-v18-latin-300.ttf') format('truetype'), url('../fonts/roboto-v18-latin-300.svg#Roboto') format('svg');
    /* IE6-IE8 */
    /* Super Modern Browsers */
    /* Modern Browsers */
    /* Safari, Android, iOS */
    /* Legacy iOS */
}


/* roboto-regular - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v18-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v18-latin-regular.woff') format('woff'), url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg');
    /* IE6-IE8 */
    /* Super Modern Browsers */
    /* Modern Browsers */
    /* Safari, Android, iOS */
    /* Legacy iOS */
}


/* roboto-500 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v18-latin-500.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v18-latin-500.woff2') format('woff2'), url('../fonts/roboto-v18-latin-500.woff') format('woff'), url('../fonts/roboto-v18-latin-500.ttf') format('truetype'), url('../fonts/roboto-v18-latin-500.svg#Roboto') format('svg');
    /* IE6-IE8 */
    /* Super Modern Browsers */
    /* Modern Browsers */
    /* Safari, Android, iOS */
    /* Legacy iOS */
}


/* roboto-700 - latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v18-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), url('../fonts/roboto-v18-latin-700.woff') format('woff'), url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg');
    /* IE6-IE8 */
    /* Super Modern Browsers */
    /* Modern Browsers */
    /* Safari, Android, iOS */
    /* Legacy iOS */
}

* {
    outline: 0;
}

body {
    font-family: 'roboto', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-variant: normal;
    font-weight: 300;
    color: #3f3f3f;
}
[class*="visible-max-"],
[class^=" visible-max-"],
[class*="visible-min-"],
[class^=" visible-min-"] {
  display:none;
}

h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
    color: #b7b16b;
    margin-top: 0px;
    margin-bottom: 30px;
    letter-spacing: 1.5px;
}

h1.page-headline {
    font-weight: 300;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    color: #473c31; /* #b7b16b; */
    margin-top: 0px;
    margin-bottom: 30px;
}

h3 {
    font-size: 25px;
    line-height: 34px;
    font-weight: 300;
    color: #473c31; /* #3f3f3f; */
}

h4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    color: #473c31; /* #3f3f3f; */
}

h5 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
    color: #473c31; /* #3f3f3f; */
}

.color-invert {
    color: #fff;
}

a {
    color: #d77969;
}

a:focus,
a:hover {
    text-decoration: none;
}

a:hover:active {
    color: #9bb391;
}

a:active {
    color: #d77969;
}

a:focus {
    color: #d77969;
}

a:not(.non-visited)::visited {
    color: #9bb391;
}

p:first-child {
    margin-top: 0px !important;
}

p:last-child {
    margin-bottom: 0px !important;
}

p.italic {
    font-style: italic;
}

hr {
    border: none;
    border-bottom: 1px solid #b2b2b2;
    margin-top:  40px;
    margin-bottom:  40px;
}

.img-responsive {
    margin-top: 4px;
}

.dynamic-content ol {
    padding-inline-start: 18px;
}

.dynamic-content ul,
.dash-list {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 30px;
}

.dynamic-content ul li,
.dash-list li {
    margin-left: 15px;
}

.dynamic-content ul li:before,
.dash-list li:before {
    content: "-";
    margin-left: -15px;
    padding-right: 10px;
}

.btn-default {
    background-image: none;
    border-radius: 0;
    background-color: #d9d9d9;
    color: #606060;
    border-color: #d9d9d9;
    box-shadow: unset;
    text-shadow: unset;
}

.btn-sm, .btn-group-sm>.btn {
    border-radius: unset;
}

.btn-info {
    border-color: #9DB390;
    background-color: #9DB390;
}

.btn-info:active,
/*.open>.dropdown-toggle.btn-info,*/
.btn-info.active {
    background-color: #9DB390;
    border-color: #9DB390;
}

.btn-info:active:hover,
.btn-info.active:hover,
/*.open>.dropdown-toggle.btn-info:hover,*/
.btn-info:active:focus,
.btn-info.active:focus,
/*.open>.dropdown-toggle.btn-info:focus,*/
.btn-info:active.focus,
.btn-info.active.focus,
/*.open>.dropdown-toggle.btn-info.focus,*/
.btn-info:focus, .btn-info.focus {
    background-color: #9DB390;
    border-color: #6A805D;
}

a.btn-info:hover,
a.btn-info:focus {
    /*outline-color: #B7CDAA;*/
    background-color: #9DB390;
    border-color: #6A805D;
    text-decoration: underline;
}

.dynamic-content table {
    margin: 0 0 10px;
}

.dynamic-content table:first-child {
    margin-top: 0px !important;
}

.dynamic-content table:last-child {
    margin-bottom: 0px !important;
}

.vcenter {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.border-box {
    border: 1px solid #b2b2b2;
    padding: 30px;
    margin: 30px 0;
}

.skip-navigation {
    position: absolute;
    top: auto;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-navigation:focus {
    left: auto;
    width: auto;
    height: auto;
}

.top-menu {
    background-color: #f5cd71; /* #3f3f3f; */
    width: 100%;
}

.top-menu .container ul {
    margin-top: 10px;
    padding: 0px;
}

.top-menu .container ul>li {
    float: left;
    list-style: none;
    padding-right: 20px;
}

.top-menu .container ul>li:last-child {
    padding-right: 0px;
}

.top-menu .container ul>li>a {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f; /* #fff;*/
}

.top-menu .container ul>li>a:hover {
    background-color: transparent;
    color: #3f3f3f;  /* #fff;*/
}

.languageswitcher {
    float: right;
    margin-right: 12px;
}

.languageswitcher li {
    border-right: 2px solid #3f3f3f;  /* #fff;*/
    padding-right: 12px !important;
}

.b {
    background-color: transparent;
}

nav.navbar.navbar-custom {
    border-radius: 0;
    border: none;
    margin: 0;
}

nav.navbar.navbar-custom ul {
    list-style: none;
}

nav.navbar.navbar-custom .navbar-header a.navbar-brand {
    padding: 0px;
    margin-left: 0px !important;
    /* height: 78px; */
    margin: 30px 0;
	width: 66%;
	height: auto;
}

nav.navbar.navbar-custom .navbar-header button.navbar-toggle {
    position: relative;
    right: 0px;
    bottom: -24px;
    border-color: #b9b3ae;
}

nav.navbar.navbar-custom .navbar-header button.navbar-toggle span.icon-bar {
    background-color: #b9b3ae;
}

nav.navbar.navbar-custom .navbar-collapse {
    padding: 0px;
}

nav.navbar.navbar-custom .navbar-collapse>ul {
    margin: 0px;
}

nav.navbar.navbar-custom .navbar-collapse>ul>li.active {
    border-bottom: solid #f5cd71 6px; /* border-bottom: solid #b7b16b 6px; */
}

nav.navbar.navbar-custom .navbar-collapse>ul>li.active>a {
    color: #000;
}

nav.navbar.navbar-custom .navbar-collapse>ul>li.active>a:hover {
    color: #000;
}

nav.navbar.navbar-custom .navbar-collapse>ul>li>a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400; /* 300 */
    color: #3f3f3f; /* #b9b3ae; */
    background-color: transparent;
    display: block;
}

nav.navbar.navbar-custom .navbar-collapse>ul>li>a:hover {
    background-color: transparent;
    color: #3f3f3f; /* #b9b3ae; */
}

nav.navbar.navbar-custom .navbar-collapse>ul.search-trigger {
    margin: 0;
}

nav.navbar.navbar-custom .navbar-collapse>ul.search-trigger>li #dropdownMenu {
    background-color: transparent;
    border: none;
}

nav.navbar.navbar-custom .navbar-collapse>ul.search-trigger>li.active {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.subnav {
    margin-top: -60px;
    /* margin-bottom: 30px; */
}

.subnav .navbar-toggle {
  border-color: #b9b3ae;
}
.subnav .navbar-toggle .icon-bar {
  background-color: #b9b3ae;
}
.subnav .navbar-nav {
  /* padding-left:10px; */
}

.subnav .dropdown a span.glyphicon:after {
    content:"\e258";
}
.subnav .dropdown.open a span.glyphicon:after {
    content:"\e259";
}

.subnav nav.navbar {
    background-color: #635755;
    border: none;
    border-radius: 0;
}

.subnav nav.navbar li a {
    color: #fff;
    text-shadow:none;
    font-weight: 300;
    font-size: 16px;
}

.subnav nav.navbar .nav > li:first-child > a {
    padding-left:0;
}

.subnav nav.navbar li a:hover,
.subnav nav.navbar li a:focus {
    background: #978a87;
}


.subnav nav.navbar .nav > li > a,
.subnav nav.navbar .nav > li.open > a:focus,
.subnav nav.navbar .nav > li.open > a:hover {
    color: #fff;
    text-shadow:none;
    background:transparent;
}
.subnav nav.navbar li a span {
    font-size: 12px;
    top: 1px;
    left: 4px;
}

.subnav nav.navbar ul.dropdown-menu {
    background: #a69a97;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

header .hero {
    position: relative;
    -webkit-background-size: cover ;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    line-height: 24px;
    font-weight: 300;
    display: table;
    width: 100%;
}

header .hero .right {
    float: right;
    width: 180px;
}

header .hero .left {
    float: left;
}

header .hero .hero-row {
    display: flex;
    justify-content: left;
    align-content: center;
    height: 400px;
    align-items: center;
    position: relative;
}

/* */
header .hero .hero-row .overlay-style-startpage {
    align-items: center;
    display: flex;
}

header .hero .hero-wrapper p {
    color: #fff;
}

header.red .hero .hero-row {
    background-color: rgba(232, 65, 51, 0.8);
}

header.yellow .hero .hero-row {
    background-color: rgba(245, 161, 82, 0.8);
}

header.grey .hero .hero-row {
    background-color: rgba(63, 63, 63, 0.8);
}

header.blue .hero .hero-row {
    background-color: rgba(136, 177, 221, 0.8);
}

header.purple .hero .hero-row {
    background-color: rgba(169, 156, 197, 0.8);
}

header .hero-row.left .hero-wrapper h1,
header .hero-row.right .hero-wrapper h1 {
    color: #fff;
}

header .hero-row.overlay-style-center .hero-wrapper img {
    margin: 0 auto 30px;
}

header .hero-row.overlay-style-center {
  text-align: center;
}

header .hero-row.overlay-style-center .hero-wrapper h1 {
    margin-bottom:0;
}

/* */
header .hero-row .overlay-style-startpage .hero-wrapper h1 {
		color: #fff;
		text-align: left;
		font-weight: 400;
}

/* */
header .hero-row .overlay-style-startpage .hero-wrapper h1 strong {
	color: #f5cd71;
	font-weight: 400;
}

/* */
header .hero .hero-row.startpage {
	background-color: transparent;
}

/* */
header.red .hero .hero-row {
    background-color: rgba(232, 65, 51, 0.8);
}

/* */
header.yellow .hero .hero-row .overlay-style-startpage {
    background-color: rgba(245, 161, 82, 0.8);
}

/* */
header.grey .hero .hero-row .overlay-style-startpage {
    background-color: rgba(63, 63, 63, 0.8);
}

/* */
header.blue .hero .hero-row .overlay-style-startpage {
    background-color: rgba(136, 177, 221, 0.8);
}

/* */
header.purple .hero .hero-row .overlay-style-startpage {
    background-color: rgba(169, 156, 197, 0.8);
}

@media only screen and (min-width: 320px) {
	.banner.banner-10 h3.banner-headline,
	.banner.banner-11 h3.banner-headline,
	.image-slider .section-headline {
		font-size: 28px;
	}
	.banner.banner-10 .text-circle {
		width: 60px;
		height: 60px;
		padding: 6px;
		line-height: 44px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) {
	header .hero-row .overlay-style-startpage .hero-wrapper {
		padding: 18px 36px 0;
	}
	.hero-row .overlay-style-startpage .hero-wrapper h1 {
		font-size: 19px;
		line-height: 24px;
	}
	.banner.banner-10 .text-circle {
		width: 64px;
		height: 64px;
		padding: 6px;
		line-height: 48px;
		font-size: 16px;
	}
	.banner.banner-10 h3.banner-headline,
	.banner.banner-11 h3.banner-headline,
	.image-slider .section-headline {
		font-size: 28px;
	}
}

@media only screen and (min-width: 992px) {
	.hero-row .overlay-style-startpage .hero-wrapper h1 {
		font-size: 20px;
		line-height: 26px;
	}
	.banner.banner-10 h3.banner-headline,
	.banner.banner-11 h3.banner-headline,
	.image-slider .section-headline {
		font-size: 36px;
	}
}

@media only screen and (min-width: 1200px) {
	.hero-row .overlay-style-startpage .hero-wrapper h1 {
		font-size: 36px;
		line-height: 46px;
	}
  	.banner.banner-10 .text-circle {   
		width: 80px;
		height: 80px;
		padding: 8px;
		line-height: 58px;
		font-size: 22px;
	}
}

.sam-shelf header .hero .hero-wrapper h1 {
    text-align: center;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


section:first-child {
    margin-top: 0px;
}

section:last-child {
    margin-bottom: 0px;
}

section .page-headline {
    margin-bottom: 30px;
}

section .section-headline {
    margin-top: 0px;
}

section#team .team-img {
    justify-content: space-between;
    display: flex;
    flex-flow: row wrap;
}

/*section#team .team-img::after {
    content: "";
    flex: auto;
}*/

section#team .team-img div {
    margin: 8px;
}

section#team .team-img div img,
section#team .team-img div:empty {
    width: 69px;
}

section#team .team-img div:empty {
    height:0;
    margin-top: 0;
    margin-bottom: 0;
}

section#jobsteaser ul {
    margin-top: 30px;
}

section#jobs ul {
    margin-bottom: 30px;
}
.jobs-content h4 {
	font-weight: 300;
}
.jobs-content .btn-sm.btn-default {
  background-color: #d77969;
  color: white;
  font-size: 16px;
  padding: 7px 15px;
  margin-top: -4px;
  border: none;
}

.divider-t {
    border-top: 1px solid #b2b2b2;
}

#default-formatter-search-form div p {
    white-space:pre;
}

.divider-b {
    border-bottom: 1px solid #b2b2b2;
}

.divider-b2 {
    border-bottom: 1px solid #b2b2b2;
}

.col-md-offset-2.divider::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    z-index: 10000;
}

.download {
    width: 100%;
    margin: 30px 0;
}

.download a {
    display: flex;
    align-items: center;
}

.download a .download-text {
    padding: 30px;
    font-size: 22px;
    color: #3f3f3f;
}

.gallery img {
    height: auto;
    width: auto;
    max-width: 100%;
    /* max-height: 200px; */
    margin: auto;
}

.video-js .vjs-current-time {
    display: block;
}

.video-js .vjs-time-divider {
    display: block;
}

.video-js .vjs-duration {
    display: block;
}

.video-js .vjs-mute-control {
    display: block;
}

.video-js .vjs-volume-control {
    display: block;
}

.video-js .vjs-live-control {
    display: block;
}

.video-js .vjs-chapters-button {
    display: block !important;
}

.video-js .vjs-subtitles-button {
    display: block !important;
}

.video-js .vjs-captions-button {
    display: block !important;
}

.video-js .vjs-control-bar {
    display: flex;
    bottom: -14px;
    background-color: #3f3f3f;
}

.video-js .vjs-has-started .vjs-big-play-button {
    display: block;
}

.video-js button {
    color: #f3a44c;
}

.video-js .vjs-big-play-button {
    border: 2px solid #f3a44c;
    color: #f3a44c;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    margin-left: -1em;
}

.banner h3.banner-headline {
    color: #fff;
    margin-top: 0px;
    font-weight: 400;
}

.banner p,
.banner li {
    color: #fff;
}

.banner a {
    color: #fff;
    text-decoration: underline;
}

.banner.banner-01 {
    padding: 0;
    background-color: #9bb391;
}

.banner.banner-02 {
    background-color: #d77969;
}

.banner.banner-03 {
    background-color: #9bb391;
}

.banner.banner-03 a,
.banner.banner-08 a {
    color: #3f3f3f;
}

.banner.banner-04 {
    background-color: #f3a44c;
}

.banner.banner-05 {
    background-color: #a99cc5;
}

.banner.banner-06 {
    background-color: #c6906e;
}

.banner.banner-07 {
    background-color: #97b8e3;
}

.banner.banner-08 {
    background-color: #e84133;
}

.banner.banner-09 {
    background-color: #8faadc;
}

/* */
.banner.banner-10 {
	background-color: #f5cd71;
	margin-top: -60px;
}

/* */
.banner.banner-10 p,
.banner.banner-10 h3,
.banner.banner-10 h4 {
	color: #473c31;
}

/* */
.banner.banner-10 .row p,
.banner.banner-10 .row h4 {
	padding: 0 0 0 8px;
}

/* */
.banner.banner-10 .row .col-xs-12 h4 {
	padding: 4px 0 4px 8px;
}

/* */
.banner.banner-10 .text-circle {
	border-radius: 50%;
	background: #473c31;
	border: 2px solid #473c31;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

/* */
.banner.banner-10 h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}

/* */
.banner.banner-10 p.footnote {
	padding-top: 40px;
	font-size: 12px;
}

/* */
.banner.banner-10 h3.banner-headline {
	margin: 20px 0 50px;
}

/* */
.banner.banner-11 h3.banner-headline {
	color: #473c31;
	margin: 20px 0 40px;
}

/* */
.banner.banner-11 h4 {
	font-size: 21px;
}

/* */
.banner.banner-10 {
	margin-top: -60px;
}

/* */
.banner.banner-11 {
	margin-top: -36px;
}

.banner-list {
    padding: 0 10px;
    list-style-type: "- ";
    line-height: 30px;
}

.banner.cycle-banner {
    width: 100%;
    padding: 0;
}

.banner.cycle-banner img.img-responsive {
    margin-top:  0;
}

.card .teaser header {
    margin-bottom: 25px;
}

.card .teaser header img {
    position: relative;
}

.card-count-4 .card {
    margin: 60px 0px;
}



.card .teaser header span {
    position: absolute;
    width: 80px;
    right: 30px;
    top: 0px;
}

.card .teaser footer {
    position: relative;
    width: 100%;
}

.card .teaser footer div.readmore {
    text-align: right;
    margin-top: 10px;
}

.card .teaser footer div.readmore a {
}

.card-count-4 .card img {
    width: 30%;
    margin: auto auto;
}

.feedback-wrapper h3 {
    margin-top: 0px;
}

.feedback-wrapper p:first-of-type {
    margin-top: 0px !important;
}

.feedback-wrapper .feedback-logo {
    width: 100% !important;
}

.feedback-wrapper:after {
    content: " ";
    border-bottom: 1px solid #b2b2b2;
    height: 1px;
    margin: 0 auto;
    display: block;
}

.feedback-wrapper.last:after {
    border: none;
}

.feedback-position {
    font-style: italic;
    margin-bottom:15px;
    font-size: 14px;
}

.impressum address span {
    width: 50px;
    display: inline-block;
}

.impressum .legal-box p {
    margin: 0px;
}

.impressum .legal-box span {
    width: 250px;
    display: inline-block;
}

.timeline img {
    margin: auto auto;
}

.timeline .timeline-image:after {
    content: "";
    width: 1px;
    background-color: #b2b2b2;
    top: 0;
    bottom: 0;
    position: relative;
    display: block;
    margin: 15px auto;
}

.timeline div.row:last-child .timeline-image:after {
    width: 0px;
    height: 0px;
}

.timeline .teaser h3 {
    margin-top: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span,
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-radius:0;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background: #9bb3914a;
}

.pagination>li a {
    background: #9bb391;
    color: #fff;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #777;
}

#default-formatter-search-form input{
    border-radius:0;
}
#default-formatter-search-form button {
    border-radius:0;
    border-color: #9bb391;
    background: #9bb391;
}

.gptw-header img {
    display: inline-block;
    height: 100%;
}

/*start forms*/
.form {
  margin-bottom: 60px;
}
.form label {
  text-align: left;
  font-size: 20px;
  line-height: 25px;
  color: #3f3f3f;
  font-weight: 300;
}

.form .form-control {
  font-size: 16px;
}

.form div.form-group:last-child  {
  margin-bottom: 0px;
}
.form .form-control  {
  border: none;
  border-radius: 0px;
  background-color: #d9d9d9;
}

.form .fake-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    min-height:34px;
    line-height: 1.42857143;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-color: #d9d9d9;
}

.form textarea {
    resize: vertical;
}
.form .form-control:active, .form .form-control:focus {
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.form .radio-btn,
.form .checkbox-btn {
  display: block;
  padding: 8px 0 0 30px;
}
.form .radio-inline.radio-btn,
.form .checkbox-inline.checkbox-btn {
  display: inline-block;
  margin: 0 40px 12px 0;
  padding-left: 30px;
}
.form .radio-btn,
.form .checkbox-btn {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.form .radio-btn input,
.form .checkbox-btn input {
  position: absolute;
  opacity: 0;
}
.form .radio-btn .check-btn,
.form .checkbox-btn .check-btn {
  position: absolute;
  top: 12px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fafafa;
  border: #d9d9d9 1px solid;
}
.form .radio-btn .check-btn{
  border-radius: 50%;
}
.form .radio-btn:hover input ~ .check-btn,
.form .checkbox-btn:hover input ~ .check-btn,
.form .radio-btn input:checked ~ .check-btn,
.form .checkbox-btn input:checked ~ .check-btn {
  background-color: #eaeaea;
}
.form .radio-btn .check-btn:after,
.form .checkbox-btn .check-btn:after {
  content: "";
  position: absolute;
  display: none;
}
.form .radio-btn input:checked ~ .check-btn:after,
.form .checkbox-btn input:checked ~ .check-btn:after {
  display: block;
}
.form .radio-btn .check-btn:after,
.form .checkbox-btn .check-btn:after {
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background: #951A2E;
}
.form .radio-btn .check-btn:after {
  border-radius: 50%;
}
.form .btn {
  display: inline-block;
  padding: 10px;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  background-image: none;
  border: none;
  border-radius: 0px;
  color: #fff;
  font-size: 18px;
}
.form .btn.btn-submit {
  background-color: #9bb391;
}
.form .btn.btn-reset {
  background-color: #d77969;
}
.form .btn.btn-file {
  background-color: #9bb391;
  height: 34px;
  font-size: 15px;
  line-height: 18px;
}
.form.label-text-left .control-label{
    text-align: left;
}

.form a {
	font-size: 16px;
}

.form .control-label {
    font-size: 16px;
}

.form .empty-field {
    margin-left: 15px;
}

.form .empty-field h4 {
    margin: 20px 0 0;
}

.form .webform_subfields {
    margin-bottom:15px;
}

.sky-form .form {
    display: inline-block;
}

/*end forms*/

.gallery .gallery-item-wrapper {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    height: 200px;
}

footer .links {
    background-color: #f5cd71; /* #b8b2ad; */
    float: left;
    width: 100%;
    padding: 30px 0;
    font-weight: 400; /* */
}

footer .links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

footer .links ul li a {
    color: #483d31; /*  #fff; */
    line-height: 32px;
}

footer .links a.scrollUp {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    height: 50px;
    background-color: #3f3f3fd9;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c29kaXBvZGk9Imh0dHA6Ly9zb2RpcG9kaS5zb3VyY2Vmb3JnZS5uZXQvRFREL3NvZGlwb2RpLTAuZHRkIgogICB4bWxuczppbmtzY2FwZT0iaHR0cDovL3d3dy5pbmtzY2FwZS5vcmcvbmFtZXNwYWNlcy9pbmtzY2FwZSIKICAgdmlld0JveD0iMCAwIDUyLjEgNTIuMSIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMTQiCiAgIHNvZGlwb2RpOmRvY25hbWU9ImFycm93Mi5zdmciCiAgIGlua3NjYXBlOnZlcnNpb249IjAuOTIuMyAoMjQwNTU0NiwgMjAxOC0wMy0xMSkiPgogIDxtZXRhZGF0YQogICAgIGlkPSJtZXRhZGF0YTE4Ij4KICAgIDxyZGY6UkRGPgogICAgICA8Y2M6V29yawogICAgICAgICByZGY6YWJvdXQ9IiI+CiAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9zdmcreG1sPC9kYzpmb3JtYXQ+CiAgICAgICAgPGRjOnR5cGUKICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPgogICAgICAgIDxkYzp0aXRsZT5wYWdlX3VwPC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPHNvZGlwb2RpOm5hbWVkdmlldwogICAgIHBhZ2Vjb2xvcj0iI2ZmZmZmZiIKICAgICBib3JkZXJjb2xvcj0iIzY2NjY2NiIKICAgICBib3JkZXJvcGFjaXR5PSIxIgogICAgIG9iamVjdHRvbGVyYW5jZT0iMTAiCiAgICAgZ3JpZHRvbGVyYW5jZT0iMTAiCiAgICAgZ3VpZGV0b2xlcmFuY2U9IjEwIgogICAgIGlua3NjYXBlOnBhZ2VvcGFjaXR5PSIwIgogICAgIGlua3NjYXBlOnBhZ2VzaGFkb3c9IjIiCiAgICAgaW5rc2NhcGU6d2luZG93LXdpZHRoPSIxOTIwIgogICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjExNDciCiAgICAgaWQ9Im5hbWVkdmlldzE2IgogICAgIHNob3dncmlkPSJmYWxzZSIKICAgICBpbmtzY2FwZTp6b29tPSIxOC4xMTkwMDIiCiAgICAgaW5rc2NhcGU6Y3g9IjUuOTQ2NTM0NCIKICAgICBpbmtzY2FwZTpjeT0iMjUuMDM4ODE3IgogICAgIGlua3NjYXBlOndpbmRvdy14PSItOCIKICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiCiAgICAgaW5rc2NhcGU6d2luZG93LW1heGltaXplZD0iMSIKICAgICBpbmtzY2FwZTpjdXJyZW50LWxheWVyPSJzdmcxNCIgLz4KICA8ZGVmcwogICAgIGlkPSJkZWZzNCI+CiAgICA8c3R5bGUKICAgICAgIGlkPSJzdHlsZTIiPi5jbHMtMXtmaWxsOiMzZjNmM2Y7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+CiAgPC9kZWZzPgogIDx0aXRsZQogICAgIGlkPSJ0aXRsZTYiPnBhZ2VfdXA8L3RpdGxlPgogIDxnCiAgICAgaWQ9IkViZW5lXzIiCiAgICAgZGF0YS1uYW1lPSJFYmVuZSAyIj4KICAgIDxnCiAgICAgICBpZD0iQ29udGVudCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGNsYXNzPSJjbHMtMiIKICAgICAgICAgZD0iTTM2LjA3LDMyLjg4VjI2LjQybC0xMC03LjItMTAsNy4ydjYuNDZhMy40NiwzLjQ2LDAsMCwwLC45NS0uNDVsOS4wNy02LjUxLDkuMDcsNi41MUEzLjQ2LDMuNDYsMCwwLDAsMzYuMDcsMzIuODhaIgogICAgICAgICBpZD0icGF0aDEwIiAvPgogICAgPC9nPgogIDwvZz4KICA8cGF0aAogICAgIHN0eWxlPSJvcGFjaXR5OjE7ZmlsbDojZmRmZmZmO2ZpbGwtb3BhY2l0eTowO3N0cm9rZS13aWR0aDowLjA1NTE5MDY3IgogICAgIGQ9Ik0gMC4wNDExMzIwMSwyNi4wNzMyNjggViAwLjA1MDg2NDM4IEggMjYuMDYzNTM2IDUyLjA4NTk0IFYgMjYuMDczMjY4IDUyLjA5NTY3MiBIIDI2LjA2MzUzNiAwLjA0MTEzMjAxIFogTSAxNi42MDYzMzgsMzIuNjgyMjYyIGMgMC4yMjMyNiwtMC4xMTM4OCAyLjQzNjQ5OCwtMS42NjYxMTggNC45MTgzMDcsLTMuNDQ5NDE3IDIuNDgxODA5LC0xLjc4MzI5OSA0LjUzNjM4NCwtMy4yNDIzNjMgNC41NjU3MjEsLTMuMjQyMzYzIDAuMDI5MzQsMCAyLjA4NDI1NywxLjQ1ODYwNCA0LjU2NjQ4NiwzLjI0MTM0MyA0LjEyODkwNCwyLjk2NTM3OSA0LjkzNjk3NywzLjUxODUwNSA1LjI5OTYxMywzLjYyNzU3OSBsIDAuMTI0MTc5LDAuMDM3MzUgViAyOS42NDU1NiAyNi4zOTQzNjYgbCAtNC45OTg3OTgsLTMuNTk5MDMgLTQuOTk4Nzk3LC0zLjU5OTAzIC0wLjE1MzkzOCwwLjA5OTQ0IGMgLTAuMDg0NjcsMC4wNTQ2OSAtMi4zNDI5MDYsMS42NzYxNyAtNS4wMTgzMTEsMy42MDMyOCBsIC00Ljg2NDM3MiwzLjUwMzgzNCB2IDMuMjQzMjI2IGMgMCwyLjczNzU5MSAwLjAxMiwzLjI0MzIyNSAwLjA3Njk5LDMuMjQzMjI1IDAuMDQyMzUsMCAwLjI1OTY1OSwtMC4wOTMxNyAwLjQ4MjkxOCwtMC4yMDcwNTUgeiIKICAgICBpZD0icGF0aDg0MiIKICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAvPgo8L3N2Zz4K');
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 50px;
    font-size: 24px;
}

footer .copyright {
    float: left;
    width: 100%;
    padding: 15px 0;
    color: #7d7570; /* */
    font-weight: 400; /* */
}

footer .copyright p {
    margin: 0px;
}

footer .copyright p {
    margin: 0px;
}

.glyphicon {
    top: 2px;
}

.alert-danger {
    background: #e7c3c3;
    margin-top: 20px;
    border-radius: 0;
}

.partner-slider {
    white-space: nowrap;
    position: relative;
    overflow-x:scroll;
    overflow-y:hidden;
}

.partner-slider-element {
    float: none;
    display: inline-block;
}

.partner-slider img {
    margin: 0 auto;
}

/* Planogrammdistribution */
.box{
	background-color: orange;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 20%;
	top: 20%;
}

.banner-2 .well:hover,
.banner-3 .well:hover,
.banner-4 .well:hover {
	background-color: #f5f5f5;
}

.banner .well p {
	margin: 0;
	color: #2b3815;
}

.banner.no-background .well {
    border: 1px solid #b2b2b2;
    box-shadow:  unset;
}

.banner.no-background {
    margin: -40px 0;
}

.banner.no-background h3.banner-headline {
    color: inherit;
}

.banner .well {
    background-color: white;
    border-radius: unset;
    border: none;
    background-image:  none;
}

.banner img.img-thumbnail.pull-right {
    box-shadow:  unset;
    border-radius: unset;
}

.jumbotron p {
	font-size: 16px;
	font-weight: 300;
}

form input.form-control {
    border: none;
    border-radius: 0px;
    background-color: #d9d9d9;
}

.input-group-btn .btn.btn-default {
    background-color: #9bb391;
    color: white;
    display: inline-block;
    padding: 7px 10px;
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
    background-image: none;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
}

.col-md-12 .jumbotron.margin_header {
	margin-top: 30px;
}

.col-sm-12 .jumbotron.margin_header {
	margin-top: 20px;
}

.col-xs-12 .jumbotron.margin_header {
	margin-top: 10px;
	border-radius: inherit;
	border: 1px solid #b2b2b2;
	background:  inherit;
}
/* ENDE - Planogrammdistribution */

/* Slick Slider */
button.slick-prev, button.slick-next {
    margin-top: 5px;
}
/* ENDE - Slick Slider */

/* Text-block */
.img-border img.img-responsive {
    border: 1px solid #b2b2b2;
    padding: 1px;
}
/* ENDE - Text-block */


@media only screen and (max-width: 345px) {
  .gptw-teaser {
    display: none;
  }
  .gptw-header {
    display: block;
  }
}

@media only screen and (min-width: 320px) {
    h1 {
        font-size: 26.4px;
        line-height: 31.2px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    h2 {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 28.8px;
        margin-top: 0px;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 19.6px;
        line-height: 23.8px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    h4 {
        font-size: 15.4px;
        line-height: 17.5px;
    }
    hr.with-margin {
        margin: 30px 0 0 0;
    }
    nav.navbar.navbar-custom .navbar-collapse ul {
        padding: 0px;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.navbar-right {
        float: none;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li #dropdownMenu {
        padding: 10px 0;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li ul.dropdown-menu {
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        border: none;
        position: static;
        width: 100%;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li ul.dropdown-menu form {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        overflow: hidden;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li ul.dropdown-menu form .search-box {
        position: relative;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li ul.dropdown-menu form .search-box input {
        border-radius: 0px;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li ul.dropdown-menu form .search-box input.form-control {
        width: calc(100% - 33px);
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li ul.dropdown-menu form .search-box button {
        float: right;
        padding: 6px 0px 6px 10px;
        background: transparent;
        font-size: 17px;
        border: none;
        cursor: pointer;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.navbar-nav>li>a {
        padding: 10px 0px;
    }
    .hero-wrapper {
        padding: 10px 15px;
        width: 100%;
    }
    .hero-wrapper h1 {
        margin-top: 0px;
        font-size: 17.6px;
        line-height: 20.8px;
    }
    .hero-wrapper p {
        margin: 0px;
        font-size: 14px;
        line-height: 16px;
    }
    header .hero-row.overlay-style-center .hero-wrapper img {
        width: 80px;
        margin-bottom:15px;
    }
    header .hero-row.overlay-style-right .hero-wrapper {
        padding-left: 15px;
        padding-top: 30px;
    }
    header .hero-row.overlay-style-right .hero-wrapper img {
        position: absolute;
        width: 33%;
        top: 0;
        right: 15px;
        max-height: 150px;
    }
    header .hero-row.overlay-style-right .hero-wrapper h1 {
        font-size: 22px;
        line-height: 26px;
        word-spacing: 9999999px;
    }
    header .hero .hero-row {
        height: 180px;
        width: 180px;
    }
    header .hero .hero-row:not(.left):not(.right){
        width:100%;
    }
    main {
        margin: 50px 0 40px;
    }
    section {
        margin-bottom: 30px;
    }
    .col-md-offset-2.divider::after {
        border-left: none;
    }
    .divider-b {
        padding-bottom: 15px;
    }
    .divider-b2 {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .download a .download-image {
        width: 15%;
    }
    .video-js .vjs-control {
        width: 2em;
    }
    .vjs-playback-rate .vjs-playback-rate-value,
    .vjs-playback-rate>.vjs-menu-button {
        display: none;
    }
    .banner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .card {
        margin-bottom: 30px;
    }
    .leistungen .card {
        margin: 60px 0px;
    }
    .feedback-wrapper {
        margin-bottom: 60px;
    }
    .feedback-wrapper .feedback-photo img {
        width: auto;
        text-align: right;
        max-width: 160px;
        max-height: 180px;
    }
    .feedback-wrapper:after {
        padding-bottom: 60px;
    }
    .timeline .row {
        position: relative;
    }
    .timeline .row .col-xs-8 {
        padding-left: 0px;
    }
    .timeline .timeline-image img {
        width: 80%;
    }
    .timeline .timeline-image:after {
        width: 0px;
        height: 0px;
    }
    .visible-min-320 {
        display:inherit;
    }
    .feedback-logo {
        text-align: center;
    }
    .feedback-logo img {
        margin-bottom: 14px;
    }

    .gptw-teaser {
        position: absolute;
        z-index: 20;
        height: 80px;
        top: 39px;
        left: 220px;
    }

	.gptw-header {
		left: inherit;
		right: 25px;
		top: 134px;
	}

	.hero-row.no-text .gptw-header {
		top: 136px;
	}
  
  /* */
  header .hero .hero-row .overlay-style-startpage {
    height: 180px;
    width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .visible-max-480 {
        display:inherit;
    }
}
@media only screen and (min-width: 480px) {
    h1 {
        font-size: 30.8px;
        line-height: 36.4px;
    }
    h2 {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 33.6px;
    }
    h3 {
        font-size: 22.4px;
        line-height: 27.2px;
    }
    h4 {
        font-size: 17.6px;
        line-height: 20px;
    }
    .timeline .timeline-image img {
        width: 60% !important;
        margin: auto auto;
    }
    .timeline .row {
        position: relative;
    }
    .timeline .row .col-xs-8 {
        padding-left: 15px;
    }
    .feedback-wrapper h3 {
      font-size: 16px;
      margin-top:10px;
    }
    .feedback-wrapper .feedback-logo {
      text-align:center;
    }
    .feedback-wrapper .feedback-photo img,
    .feedback-wrapper .feedback-logo img {
      margin: 0 auto;
      padding-bottom: 25px;
    }
    .visible-min-480 {
        display:inherit;
    }

    .gptw-teaser {
        position: absolute;
        z-index: 20;
        height: 100px;
        top: 19px;
        left: 50%;
    }

	.gptw-header {
		left: inherit;
		right: 35px;
		top: 124px;
	}

	.hero-row.no-text .gptw-header {
		top: 124px;
	}
}

@media only screen and (max-width: 767px) {
    h1 {
        margin-bottom: 15px;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li ul.dropdown-menu {
        display: block;
    }
	nav.navbar.navbar-custom .navbar-collapse>ul>li.active {
	    border-bottom: solid #b7b16b 1px;
	}
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li #dropdownMenu {
        display: none;
    }

    .gallery .row .row [class*="col-"]:not(:first-child),
    .gallery .row .row [class^=" col-"]:not(:first-child) {
        margin: 20px 0 0;
    }
    footer {
        text-align:center;
    }
    footer > .container {
        /* Fuer den Scroll-Top-Button */
        margin-bottom: 50px;
    }
    .feedback-wrapper {
        margin-bottom: 30px;
    }
    .feedback-wrapper:after {
        padding-bottom: 30px;
    }
    header .hero.texted {
      padding-top: 180px;
      margin-bottom: 210px;
    }
    header .hero.texted .container {
      position:absolute;
      background-color: #3c3c3c;
    }
    header .hero.texted .left {
      float:none;
    }
    body.references header .hero {
		background-position: top left;
	}
	.card-count-4 .row:last-child .card {
		margin-top:0;
	}
	.text-block-content div:last-child [class*="col-"]:last-child  {
		margin-top: 20px;
	}
	.card-count-4 .card {
        margin: 0 0 30px;
    }
    .card-count-4 .row:first-child [class*="col-"]:first-child .card {
      margin-top: 10px;
    }
	.visible-max-767 {
        display:inherit;
    }
}

@media only screen and (min-width: 768px) {
    h1 {
        font-size: 44px;
        line-height: 52px;
    }
    h2 {
        margin-bottom: 30px;
        font-size: 40px;
        line-height: 48px;
    }
    h3 {
        font-size: 25px;
        line-height: 34px;
    }
    h4 {
        font-size: 22px;
        line-height: 25px;
    }
    nav.navbar.navbar-custom .navbar-collapse {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.navbar-right {
        float: right;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.navbar-nav>li>a {
        padding: 30px 15px;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li #dropdownMenu {
        padding: 24px 15px 30px;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li ul.dropdown-menu {
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        border-radius: 0px;
        min-width: 258px;
        position: absolute;
    }
    nav.navbar.navbar-custom .navbar-collapse ul.search-trigger li ul.dropdown-menu form {
        padding-left: 12px;
    }
    .navbar-nav  ul li > a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d0d2d0;
    }
    header .hero .hero-row {
        height: 240px;
        width: 240px;
    }
    header .hero .hero-wrapper {
        width: 400px;
    }
    header .hero .hero-wrapper {
        padding: 10px 15px 0;
        /*width: 100%;*/
    }
    .hero-wrapper h1 {
        font-size: 35.2px;
        line-height: 35.2px;
    }
    .hero-wrapper p {
        margin: 0px;
        font-size: 16px;
        line-height: 20px;
    }

    header .hero-row.right {
        margin-right: 15px;
    }
    header .hero-row.overlay-style-right .hero-wrapper {
        padding-left: 15px;
        padding-top: 40px;
    }
    header .hero-row.overlay-style-right .hero-wrapper h1 {
        font-size: 31.2px;
        line-height: 31.2px;
    }
    header .hero-row.overlay-style-center .hero-wrapper {
    	padding-bottom: 56px;
    }
    header .hero-row.overlay-style-center .hero-wrapper img {
	    width: 90px;
	}
    section {
        margin: 0 0 40px 0;
    }
    .divider-b {
        padding-bottom: 30px;
    }
    .divider-b2 {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .download a .download-image {
        width: 10%;
    }
    .timeline .timeline-image img {
        width: 100% !important;
        margin: auto auto;
    }
    .timeline .timeline-image:after {
        height: 75px;
        width: 1px;
    }
    footer .links a.scrollUp {
        right: 20px;
        bottom: 20px;
        width: 50px;
    }
    .card-count-4 .row:first-child .card {
        margin-top:0;
    }

    .card-count-4 .row:last-child .card {
        margin-bottom:0;
    }

    .card-count-4 .row div:first-child {
        padding-right: 0px;
    }
    .gallery .row .row [class*="col-"],
    .gallery .row .row [class^=" col-"] {
        /*margin-bottom: 30px;*/
    }
    .visible-min-768 {
        display:inherit;
    }
    /*
	 * Row with equal height columns
	 * --------------------------------------------------
	 */
	.row-eq-height {
	  display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display:         flex;
	}

	.gptw-teaser {
        position: absolute;
        z-index: 20;
        height: 100px;
        top: 19px;
        left: 32%;
    }

	.gptw-header {
		left: inherit;
		right: 14px;
	}

	.gptw-header,
	.hero-row.no-text .gptw-header {
		top: 185px;
	}
  
  /* */
  header .hero .hero-row .overlay-style-startpage {
    height: 240px;
    width: 240px;
  }
}
@media only screen and (max-width: 991px) {
    .feedback-wrapper [class*="col-"]:last-child {
        margin-top: 30px;
    }
    .visible-max-992 {
        display:inherit;
    }
}
@media only screen and (min-width: 992px) {

    hr.with-margin {
        margin: 40px 0 0 0;
    }
    h2 {
        margin-bottom: 10px;
    }
    .hero-wrapper h1 {
        font-size: 35.2px;
        line-height: 35.2px;
    }
    header .hero-row {
        width: 400px;
    }
    header .hero-row.right {
        margin-right: 96px;
    }
    header .hero-row.overlay-style-right .hero-wrapper {
        padding-left: 15px;
        padding-top: 50px;
    }
    header .hero-row.overlay-style-right .hero-wrapper h1 {
        line-height: 35.2px;
    }
    header .hero-row.overlay-style-center .hero-wrapper img {
	    margin-bottom: 30px;
	}
    .col-md-offset-2.divider::after {
        left: -25%;
    }
    .download a .download-image {
        width: 7%;
    }
    .banner {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    article.card {
        margin-bottom: 0px;
    }
    .feedback-wrapper:after {
        width: 83.33333%;
    }
    .feedback-wrapper .feedback-photo {
        margin: 0 !important;
    }
    .feedback-wrapper .feedback-photo img {
        width: auto;
    }
    .feedback-wrapper .feedback-logo img[alt="Unilever"] {
        width: 60%;
    }
    .feedback-wrapper h3 {
      line-height: 16px;
      margin-top:0;
    }
    .timeline .timeline-image img {
        width: 100% !important;
        margin: auto auto;
    }
    .timeline .timeline-image:after {
        height: 40px;
        width: 1px;
    }
    .visible-min-992 {
      display:inherit;
    }

    main {
        margin: 60px 0 40px;
    }

    .gptw-teaser {
        position: absolute;
        z-index: 20;
        height: 120px;
        top: 9px;
        left: 32%;
    }

	.gptw-header {
		left: inherit;
		right: 175px;
	}

	.gptw-header,
	.hero-row.no-text .gptw-header {
		top: 174px;
	}
}
@media only screen and (max-width: 1199px) {
    .visible-max-1200 {
        display:inherit;
    }
}
@media only screen and (min-width: 1200px) {
    h3 {
        font-size: 25px;
        line-height: 34px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .hero-wrapper h1 {
        font-size: 42px;
        line-height: 52px;
    }
    header .hero .hero-row {
        height: 400px;
        width: 400px;
    }
    header .hero-row.right {
        margin-right: 112px;
    }
    header .hero-row.overlay-style-right .hero-wrapper {
        padding-left: 30px;
        padding-top: 60px;
    }
    header .hero-row.overlay-style-right .hero-wrapper img {
        right: 30px;
    }
    header .hero-row.overlay-style-center .hero-wrapper img {
	    width: 116px;
    }
    header .hero-row.overlay-style-right .hero-wrapper h1 {
        font-size: 44px;
        line-height: 52px;
    }
    .col-md-offset-2.divider::after {
        left: -25%;
        border-left: 1px solid #b2b2b2;
    }
    .card-count-4 .row:first-child .divider-r:after {
        margin-top:0;
    }
    .card-count-4 .row:last-child .divider-r:after {
        margin-bottom:30px;
    }
    .divider-r::after {
        position: absolute;
        right: -100px;
        top: 0px;
        content: "";
        bottom: 0px;
        border-right: 1px solid #b2b2b2;
        width: 1px;
        margin: 60px 0;
    }
    .card.divider-bl::after {
        position: absolute;
        bottom: 0px;
        content: "";
        height: 1px;
        border-bottom: 1px solid #b2b2b2;
        width: 400px;
    }
    .card.divider-br::after {
        position: absolute;
        bottom: 0px;
        content: "";
        height: 1px;
        border-bottom: 1px solid #b2b2b2;
        width: 400px;
        right: 15px;
    }
    .card.divider-b::after {
        position: absolute;
        bottom: 0px;
        content: "";
        height: 1px;
        border-bottom: 1px solid #b2b2b2;
        width: 100%;
    }
    section#jobsteaser ul {
        margin-top: 30px;
    }
    .card {
        margin-bottom: 0px;
    }
    .leistungen div.card {
        margin: 60px 0;
    }
    section.timeline {
        margin: 90px 0;
    }
    .timeline .timeline-image img {
        width: 80% !important;
        margin: auto auto;
    }
    .timeline .timeline-image:after {
        width: 1px;
    }
    .feedback-wrapper:after {
        padding-bottom: 60px;
    }

    nav.navbar.navbar-custom .navbar-collapse > ul > li {
        height: 86.4px
    }
    .visible-min-1200 {
        display:inherit;
    }

    .gptw-teaser {
        position: absolute;
        z-index: 20;
        height: 120px;
        top: 39px;
        left: 32%;
    }

	.gptw-header {
		left: inherit;
		right: 209px;
	}

	.gptw-header,
	.hero-row.no-text .gptw-header {
		top: 334px;
	}
  
  /* */
  header .hero .hero-row .overlay-style-startpage {
    height: 400px;
    width: 400px;
  }  
}

p.error {
    border: 1px solid #d77969;
    padding: 20px;
    background-color: #d77969;
    color: white;
    margin-top: 30px !important;
}

.text-left {
    text-align: left !important;
}

/*
 * Datenschutz-Erklärung
 */
.dynamic-content ol li h5 {
    font-size: inherit;
    font-weight: inherit;
}

/*
 * Bootstrap tooltip in hoffrogge colors #b7b16b
 */
.tooltip {
    font-family: 'roboto', sans-serif;
}
.tooltip > .tooltip-inner {
    background-color: #3f3f3fd9;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #3f3f3fd9;
}

/* */
.image-slider {
    background-color: #7d7570;
}

/* */
.image-slider .section-headline {
    color: #fff;
    font-weight: 400;
    margin: 60px 0 0;
}

/* */
.image-slider .slick-prev {
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAzMC4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTAwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTY4Ni45LDkwMC42Yy02LjgsMC0xMy43LTIuNi0xOC45LTcuOEwyOTQuMiw1MTguOWMtMTAuNC0xMC40LTEwLjQtMjcuMywwLTM3LjhsMzczLjktMzczLjkNCgkJYzEwLjQtMTAuNCwyNy4zLTEwLjQsMzcuOCwwYzEwLjQsMTAuNCwxMC40LDI3LjMsMCwzNy44bC0zNTUsMzU1bDM1NSwzNTVjMTAuNCwxMC40LDEwLjQsMjcuMywwLDM3LjgNCgkJQzcwMC42LDg5OCw2OTMuOCw5MDAuNiw2ODYuOSw5MDAuNnoiLz4NCjwvZz4NCjwvc3ZnPg0K");
}

/* */
.image-slider .slick-next {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAzMC4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA5LjAzIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4wIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMDAwIDEwMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDEwMDAgMTAwMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMxMy4xLDk5LjRjNi44LDAsMTMuNywyLjYsMTguOSw3LjhsMzczLjksMzczLjljMTAuNCwxMC40LDEwLjQsMjcuMywwLDM3LjhMMzMxLjksODkyLjgNCgkJYy0xMC40LDEwLjQtMjcuMywxMC40LTM3LjgsMGMtMTAuNC0xMC40LTEwLjQtMjcuMywwLTM3LjhsMzU1LTM1NWwtMzU1LTM1NWMtMTAuNC0xMC40LTEwLjQtMjcuMywwLTM3LjgNCgkJQzI5OS40LDEwMiwzMDYuMiw5OS40LDMxMy4xLDk5LjR6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
    background-color: transparent;
}

.image-slider .partner-slider-element img {
	max-height: 120px !important;
}

/* */
.home section.image-slider {
	margin-bottom: -40px;
}