/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700&subset=latin-ext');
/*@import url('https://fonts.googleapis.com/css?family=Cantata+One&subset=latin-ext');*/
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,700&subset=latin-ext');

/* General */
body {
  font-family: 'Lato', sans-serif;
  padding-top: 120px;
}

p {
	font-family: 'Source Serif Pro', serif;
	color:#9f958f;
	font-size:16px;
	line-height: 22px;
	letter-spacing: .03em;
	margin-bottom:30px;
}

a {
	color:#231f20;
}

h1 {
	font-size:72px;
	color:#FFF;
	text-transform: uppercase;
	text-align:center;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	padding-bottom: 50px;
	background: url(../img/ui/white-separator.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

h2 {
	color:#a48458;
	text-transform: uppercase;
	text-align:left;
	font-size:32px;
	font-family: 'Lato', sans-serif;
	margin-bottom:60px;
}

h2.img-title {
	color:#414042;
	text-align: center;
}

ul li {
    font-family: 'Source Serif Pro', serif;
    color: #9f958f;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .03em;
}

@media (max-width: 1200px) {
	h1 {
		font-size:30px;
		word-break: break-all; 
	}

	h2 {
		color:#a48458;
		text-transform: uppercase;
		text-align:left;
		font-size:25px;
		font-family: 'Lato', sans-serif;
		margin-bottom:60px;
		word-break: break-all; 
	}

}

@media (max-width: 787px) {

	h1 span, h2 span {
		display:block;
	}
}

/* Layout */
@media (min-width: 1200px) {
	.container {
	    width: 1320px;
	}

	.up {
		display: none!important;
	}
}

.overflow-x-hidden {
		overflow-x: hidden;
}

@media (max-width: 1200px) {

}

hr {
	margin-top: 40px;
    padding-bottom: 20px;
}

.up {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 0;
    display: none;
    text-indent: -9999px;
    background: url('../img/arrow_up.png') no-repeat;
    background-color: #000;
    z-index:9999;
}

/* Navigation */

.navbar {
	min-height:auto;
	max-height: none;
	margin-bottom:0px;
}

.navbar-nav {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top:1px solid #CCC;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	margin-top:10px;
}

#navbar>li>a {
	line-height: 30px;
}

.navbar-brand {
    padding: 8px 15px;
    height: auto;
}

.navbar-brand img{
	height: 110px;
    position: relative;
    top: 0px;
}

/* Desktop: vertically center the (large) logo and the menu, keep menu compact */
@media (min-width: 1201px) {
    body {
        padding-top: 170px;
    }

    nav.navbar > .container:not(#supernav) {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    nav.navbar > .container:not(#supernav) > .navbar-header {
        float: none;
    }

    nav.navbar > .container:not(#supernav) > #navbar {
        float: none;
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    nav.navbar > .container:not(#supernav) > #navbar > .navbar-nav {
        float: none !important;
        margin: 0;
    }
}

.navbar  ul {
	text-align: center;
}
.navbar  ul > li {
	position: relative;
	display: block;
}
    .navbar ul > li a {
        display: block;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #263446;
        text-transform: uppercase;
        padding: 24px 35px 23px;
        letter-spacing: .06em;
        white-space: nowrap;
    }
.navbar  ul > li a:hover, .navbar  ul > li a.active {
	color:#9f958f;
}

.navbar-default #navbar>li>a:focus, .navbar-default #navbar>li>a:hover {
    color: #333;
    background-color: transparent;
    border-bottom: #9f958f solid 2px;
}

/* navbar */
nav.navbar {
	background:#FFF;
	border:0;
}

nav.navbar ul > li > a {
	border-bottom: #FFF solid 2px;
}

/* Submenu */
@media (min-width: 1200px) {
	.navbar ul > li > ul.submenu {
		position: absolute;
		z-index: 800;
		left:50%;
		background: #faf9f7;
		padding:52px 0 36px;
		display: none;
	}
}
.navbar ul > li:hover > ul {
	display: block;
}

.navbar  ul > li > ul > li > a {
	padding:17px 50px 15px;
	border-bottom:0;
}

.navbar  ul > li > ul li.end {
	margin-top:12px;
}

.diamond {
	width: 6px;
    height: 6px;
    background: #000;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: inline-block;
}

/* Mobile navigation */

@media (max-width: 1200px) {
	.navbar ul > li > ul.submenu {
		display:block;
		background: transparent;
		position: relative;
	}

    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }

    .navbar-default .navbar-toggle .icon-bar{
    	background-color:#524b4c;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    	background:transparent;
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    	max-height: 482px;
	}

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        overflow-y: scroll;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    #navbar {
        float: none!important;
	    margin-top: 7.5px;
	    overflow-y: scroll;
    }
    #navbar>li {
        float: none;
    }
    #navbar>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
        overflow-y: scroll;
    }

    nav.main ul li a {
		padding-left:24px;
		padding-right:24px;
	}

	#navbar {
		z-index: 200;
		display: block;
		border-top: 1px solid rgba(164,134,97,.2);
		border-bottom: 1px solid rgba(164,134,97,.2);
	}

	#navbar.in {
		overflow-y: scroll;
		height:100%;
	}
	#navbar > ul li {
		display:block;
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		min-height: 100%;
	}
	#navbar > ul li.separator {
		border-top:1px solid rgba(164,134,97,.2);
	}
	#navbar #open-menu-mobile, #navbar > ul li a {
		display: block;
		font-size:17px;
		color:#263446;
		text-transform: uppercase;
		padding:22px 32px 21px;
		margin:0;
		letter-spacing: .06em;
		opacity:.7;
	}
	#navbar #open-menu-mobile {
		text-align: center;
	}
	#navbar > ul li a {
		font-size:25px;
		padding-top: 15px;
	}
	#navbar > ul li.lang a {
		font-size:17px;
		display: inline-block;
		padding-left:20px;
		padding-right:20px;
		opacity: .7;
	}
	#navbar > ul li.lang a.active {
		opacity: 1;
	}
	#navbar.open #open-menu-mobile, #navbar ul li a {
		background:#FFF;
		color:rgba(38, 52, 70, 0.5);
		opacity:1;
	}
	#navbar.open #open-menu-mobile {
		margin:0 20px;
		text-align: center;
		border-bottom:1px solid rgba(164,134,97,.2);
	}
	#navbar > ul li a {
		color:#001025;
		text-align: left;
		font-weight: 300;
	}

	#navbar.open #open-menu-mobile, #navbar.open .scroll > ul {
		  box-shadow: 0px 0px 4px rgba(164,134,97,.2);
	}

	#navbar #open-menu-mobile .v1, #navbar.open #open-menu-mobile .v2 {
		display: inline;
	}
	#navbar #open-menu-mobile .v2, #navbar.open #open-menu-mobile .v1 {
		display: none;
	}

	#navbar > ul > li > ul {
		display:block;
		margin: 0 !important;
		padding: 0 0 0 0;
		border-bottom: #e8e8e8 solid 1px;
		background: transparent;
	}
	#navbar > ul > li > ul > li {
		margin: 0;
	}
	#navbar > ul > li > ul > li.end {
		display: none;
	}
	#navbar > ul > li > ul > li > a {
		font-size: 13px;
		margin: 0;
		padding: 10px 32px;
		color:#a48661;
	}

	.navbar-brand img {
	    max-height: 60px;
	    top: -2px;
	    position: relative;
	}
}

.navbar-default .navbar-toggle {
	border:0;
	padding: 15px 20px;
}

@media (max-width: 1200px) {
	.collapse.in {
	    background:#FFF;
	}
}


/* nav header */

header nav.left { left:6px; }
header nav.right { right:6px; }

header > .navbar  ul > li > a {
	color:#a48661;
	padding:24px 12px 23px;
}
header > .navbar  ul > li > a.btn-share {
	letter-spacing: 0;
}
/*header nav ul li a:hover, header nav ul li a.active {
	opacity:1;
}*/
.navbar  ul > li > a:after {
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	-ms-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

header > .navbar  ul > li.lang > a:after, header > .navbar  ul > li > a.btn-share:after {
	display: none !important;
}

header > .navbar  ul > li > a.userarea:after {
	background:#001025;
}

header > .navbar  ul > li > a.active:after, header > .navbar  ul > li:hover > a:after {
	left:15px;
	right:15px;
}

/* Images */
.business_man {
	max-width: 25%;
	margin: 0 auto;
	margin-top: 3.5%;
}

.background {
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size: contain;
}

.background-image-01 {
    background-image: url('../img/background_01_1920_600.jpg');
    background-size: 100%;
}


.background-image-02 {
    background-image: url('../img/background_02_1920_600.jpg');
    background-size: 100%;
}

.background-image-03 {
    background-image: url('../img/background_03_1920_600.jpg');
    background-size: 100%;
}

.fullscreen {
    padding-bottom: 6.5%;
    position: relative;
}

.fullscreen, .content-a {
    width:100%;
    height:100%;
    overflow:hidden;
}
.fullscreen.overflow, .fullscreen.overflow .content-a {
    height:auto;
    min-height:100%;
}

.content-b {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    text-align: right;
    padding-top: 8%;
    width: 40%;
}

.carousel, .item, .active {
    height: 100%;
}

.fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

@media (max-width: 1200px) { 
	.content-b  {
	    padding-top:0;
	}
}

.content-b p {
    line-height: 60px;
}

.image01 {
	background-image: url('../img/Mitarbeiter_1200_800.jpg');
    background-repeat:no-repeat;
}

.image02 {
	background-image: url('../img/projekte.jpg');
    background-repeat:no-repeat;
    background-position: center;
}

.communication-img {
	background-image: url('../img/communication.jpg');
    background-repeat:no-repeat;
}

.doing-img {
	background-image: url('../img/doing_new.jpg');
    background-repeat:no-repeat;
}

.projekte-01-img {
	background-image: url('../img/sps_at_car_ dealership_2.jpg');
    background-repeat:no-repeat;
	min-height:425px;
}

.projekte-02-img {
	background-image: url('../img/projekte_02.jpg');
	background-repeat: no-repeat;
}

.projekte-03-img {
	background-image: url('../img/LMTD-screenshot.png');
	background-repeat: no-repeat;
}

.projekte-04-img {
	background-image: url('../img/CTD.jpg');
	background-repeat: no-repeat;
	/*min-height:425px;*/
}

.projekte-05-img {
	background-image: url('../img/SPS-logo.png');
	background-repeat: no-repeat;
}

.news-date-container {
	background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ), url('../img/news_2_500_334.jpg'); 
    background-repeat:no-repeat;
    background-size:cover;
    min-height:196px;
    width: 100%;
    display: block;
}

.angebote-01-img {
	background-image: url('../img/angebote_1920_1280.jpg');
    background-repeat:no-repeat;
}

.impressum-img {
    background-image: url('../img/impressum_1000_667.jpg');
    background-repeat:no-repeat;
}

.job-01-img {
    background-image: url('../img/project_manager.jpg');
    background-repeat: no-repeat;
}

.job-02-img {
    background-image: url('../img/trainer.jpg');
    background-repeat: no-repeat;
}

.bg-size-cover {
    background-size:cover;
}

.profile-box:hover {
    transition: background-image 0.3s ease-in;
    -webkit-transition: background-image 0.3s ease-in;
    -moz-transition: background-image 0.3s ease-in;
    -ms-transition: background-image 0.3s ease-in;
    -o-transition: background-image 0.3s ease-in;
}

.profiles .square {
 	float:left;
    position: relative;
    overflow:hidden;
    background-size: contain;
}

.profiles .content {
    position:absolute;
    height:100%; 
    width:100%; 
    padding: 5%;
    
}
.profiles .table{
    display:table;
    width:100%;
    height:100%;
}
.profiles .table-cell{
    display:table-cell;
    vertical-align:middle;
}

.profiles ul{
    text-align:left;
    margin:5% 0 0;
    padding:0;
    list-style-position:inside;
}
.profiles li{
    margin: 0 0 0 5%;
    padding:0;
}

.person-bertel {
	background-image: url('../img/group/martin_bertel_1_380_380.jpg');
}

	.person-bertel:hover {
		background-image: url('../img/group/martin_bertel_2_380_380.jpg');
	}

.person-berger {
	background-image: url('../img/group/marc_berger_1_380_380.jpg');
}

	.person-berger:hover {
		background-image: url('../img/group/marc_berger_2_380_380.jpg');
	}

.person-gellink {
	background-image: url('../img/group/andreas_gellink_1_380_380.jpg');
}

	.person-gellink:hover {
		background-image: url('../img/group/andreas_gellink_2_380_380.jpg');
	}

.person-gobel {
	background-image: url('../img/group/harald_gobel_1_380_380.jpg');
}

	.person-gobel:hover {
		background-image: url('../img/group/harald_gobel_2_380_380.jpg');
	}
	
.person-hofmann {
	background-image: url('../img/group/markus_hoffman_1_380_380.jpg');
}

	.person-hofmann:hover {
		background-image: url('../img/group/markus_hoffman_2_380_380.jpg');
	}

.person-jantz {
	background-image: url('../img/group/wolfgang_jantz_1_380_380.jpg');
}

	.person-jantz:hover {
		background-image: url('../img/group/wolfgang_jantz_2_380_380.jpg');
	}

.person-blank {
	background-image: url('../img/group/foto_petra_2019_blank_01_web.jpg');
}

	.person-blank:hover {
		background-image: url('../img/group/foto_petra_2019_blank_02_web.jpg');
	}

.person-lichtenberger {
	background-image: url('../img/group/thomas_lichtenberger_1_380_380.jpg');
}

	.person-lichtenberger:hover {
		background-image: url('../img/group/thomas_lichtenberger_2_380_380.jpg');
	}

.person-wenig {
    background-image: url('../img/group/Wenig1.jpg');
}

	.person-wenig:hover {
		background-image: url('../img/group/Wenig2.jpg');
	}

.person-cervoni {
    background-image: url('../img/group/claudio_cervoni_1_380_380.jpg');
}

    .person-cervoni:hover {
        background-image: url('../img/group/claudio_cervoni_2_380_380.jpg');
    }

.person-schluter {
	background-image: url('../img/group/foto_m_wrba_2019_schluter_02.jpg');
}

	.person-schluter:hover {
		background-image: url('../img/group/foto_m_wrba_2019_schluter_01.jpg');
	}

.person-asche {
	background-image: url('../img/group/foto_wrba_2020_asche_7505_1.jpg');
}

	.person-asche:hover {
		background-image: url('../img/group/foto_wrba_2020_asche_7490_2.jpg');
	}

.person-weilnhamer {
	background-image: url('../img/group/weilnhamer_1.jpg');
}

	.person-weilnhamer:hover {
		background-image: url('../img/group/weilnhamer_2.jpg');
	}

.person-theiss {
	background-image: url('../img/group/Theiss_2_8788.jpg');
}

	.person-theiss:hover {
		background-image: url('../img/group/Theiss_1_8822.jpg');
	}

.person-gellermann {
	background-image: url('../img/group/gellermann_5294_1.jpg');
}

	.person-gellermann:hover {
		background-image: url('../img/group/gellermann_5329_2.jpg');
	}

.verkauferentlohnung-provisionen-01-img {
    background-image: url('../img/verkauferentlohnungprovisionen_01.jpg');
    background-repeat: no-repeat;
}

.verkauferentlohnung-provisionen-02-img {
    background-image: url('../img/verkauferentlohnungprovisionen_02.jpg');
    background-repeat: no-repeat;
}

.autohausinterimsmanagement-01-img {
    background-image: url('../img/autohausinterimsmanagement_01.jpg');
    background-repeat: no-repeat;
}

.geldwaschepravention-01-img {
    background-image: url('../img/geldwaschepravention_01.jpg');
    background-repeat: no-repeat;
}

.geldwaschepravention-02-img {
    background-image: url('../img/geldwaschepravention_02.jpg');
    background-repeat: no-repeat;
}

.geldwaschepravention-03-img {
    background-image: url('../img/geldwaschepravention_03.jpg');
    background-repeat: no-repeat;
}

.prozessberatungschulung-01-img {
    background-image: url('../img/prozessberatungschulung_01.jpg');
    background-repeat: no-repeat;
}

.digitalisierung-01-img {
    background-image: url('../img/digitalisierung_01.jpg');
    background-repeat: no-repeat;
}

.digitalisierung-02-img {
    background-image: url('../img/digitalisierung_02.jpg');
    background-repeat: no-repeat;
}

/* Text */

.lato {
	font-family: 'Lato', sans-serif;
}

.cantara {
	font-family: 'Source Serif Pro', serif;
}

.font-12 {
	font-size:12px;
}

.font-18 {
	font-size:18px;
}

.font-24 {
	font-size:24px;
}

.font-32 {
	font-size:32px;
}

.font-50 {
	font-size:50px;
}

.font-72 {
	font-size:72px;
}

@media (max-width: 1200px) {
	.font-50 {
		font-size:25px;
	}
}

/* Text colours */
.black {
	color:#110a09;
}

.white {
	color:#FFF;
}

.gold {
	color:#a48458;
}

.brown {
	color:#9f958f;
}

.sky {
	color:#b2dcd6;
}

/*Text style */

.text-transform {
	text-transform: uppercase;
}

.text-decoration-none, .text-decoration-none:hover, .text-decoration-none:link {
	text-decoration:none;
}


.line-height-35 {
	line-height: 35px;
}

.line-height-50 {
	line-height: 50px;
}

.line-height-20 {
	line-height: 20px;
}

.line-height-25 {
	line-height: 25px;
}

.word-break {
    word-break: break-all;
}

.url {
	background: url("../img/link.png") no-repeat left 17px;
	padding:20px 0px 0px 50px;
	margin-bottom:0;
	word-break: break-all; 
}

/* Text weight */

.font-300 { /*light*/
	font-weight: 300;
}

.font-400 { /*regular */
	font-weight: 400;
}

.font-700 { /*bold*/
	font-weight: 700;
}

/* Spaces */
.margin-top-50 {
	margin-top: 50px;
}

.margin-top-30 {
	margin-top:30px;
}

.margin-top-22 {
	margin-top:22px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-22 {
	margin-bottom:22px;
}

.padding-left-20 {
	padding-left:20px;
}

.padding-left-40 {
	padding-left:40px;
}

.padding-right-40 {
	padding-left:40px;
}

@media (max-width: 1200px) {
	.row > .padding-left-40 {
		padding-left: 5px;
	}

	.row > .padding-right-40 {
		padding-left: 5px;
	}
}

.padding-top-60 {
	padding-top:60px;
}

.padding-top-20 {
	padding-top:20px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-100 {
    padding-top: 100px;
}

.padding-top-150 {
    padding-top: 150px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-60 {
	padding-bottom:60px;
}

.padding-bottom-150 {
    padding-bottom: 150px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-200 {
	padding-bottom:200px;
}

.left-20 {
	position: relative;
	left:20px;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 768px) {
  .container-mini {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container-mini {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .container-mini {
    width: 700px;
  }
}

.relative {
	position: relative;
}

.relative img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.line-center img {
	height: 100px;
	line-height: 100px;
	white-space: nowrap;
}

@media (max-width: 1200px) {
	  .line-center img {
		max-height: 70px;
		height:auto;
		white-space: nowrap;
	}
}

.show-for-scroll
{
    opacity:0;
}

/* Backgrounds */
.black-bg {
	background:#001025;
}

.dark-bg {
	background: #524b4c;
}

.white-bg {
	background:#FFF;
}

.gold-bg {
	background: #a48458;
}

.brown-bg {
	background: #9f958f;
}

.sky-bg {
	background: #b2dcd6;
}

.light-bg {
	background: #faf9f7;
}


/* Buttons */
.btn-default {
	padding:21px 37px;
	color:#9f958f;
	border:#9f958f solid 1px;
	font-family: 'Source Serif Pro', serif;
	font-size:16px;
	font-weight: bold;
}

.btn-default:hover, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover {
	padding:21px 37px;
	color:#110a09;
	border:#110a09 solid 1px;
	background-color:transparent;
	text-shadow: none;
	box-shadow:none;
}

.btn-light {
	padding:21px 37px;
	color:#a48458;
	border:#a48458 solid 1px;
	font-family: 'Source Serif Pro', serif;
	font-size:16px;
	background: transparent;
	font-weight: bold;
}


.btn-light:hover {
	padding:21px 37px;
	color:#9f958f;
	border:#9f958f solid 1px;
	font-family: 'Source Serif Pro', serif;
	font-weight: bold;
	font-size:16px;
	background: transparent;
}

.btn-add {
    background: url(../img/ui/add.png);
    background-position: left 17px center;
    background-repeat: no-repeat;
    color: #a48458;
    padding-left: 26px;
    line-height: 22px;
    font-size: 16px;
    margin: 20px 0;
    display: inline-block;
    border:#a48458 solid 1px;
    padding:21px 37px 21px 60px;
    white-space: normal; 
}

    .btn-add:hover {
        background: url(../img/ui/add-hover.png);
        background-position: left 17px center;
        background-repeat: no-repeat;
        color: #9f958f;
        border:#9f958f solid 1px;
    }

.back {
    background: url(../img/ui/back.png);
    background-position: left 17px center;
    background-repeat: no-repeat;
    color: #a48458;
    padding-left: 50px;
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 35px;
    display: inline-block;
    white-space: normal; 
    font-family: 'Source Serif Pro', serif;
    color: #a48458;
    letter-spacing: .03em;
    font-weight:200;
}

    .back:hover {
        background: url(../img/ui/back-hover.png);
        background-position: left 17px center;
        background-repeat: no-repeat;
        text-decoration:none;
        color:#110a09;
    }

/* Lists */
ul {
	font-size:16px;
	font-family: 'Source Serif Pro', serif;
}

ul li {
	line-height: 22px;
}

.list-type-none {
	list-style-type: none;
	padding-left:0px;
}

footer ul, footer ul li a {
	color:#9f958f;
	padding-top: 5px;
	padding-bottom: 5px;
}

footer ul li a:hover {
	color:#fff;
	text-decoration: none;
}

@media (max-width: 1200px) {
	footer {
		padding-bottom: 20px;
	}
}

ul.separated li{
	padding-bottom:10px;
	padding-top:10px;
	background: url(../img/ui/gold-separator.png);
	background-position: left bottom;
	background-repeat: no-repeat;
}

ul.separated li:last-child {
	background: none;
}

.separated-list li > a {
	padding-bottom: 20px;
}
.separated-list li{
	padding:20px 0;
	border-bottom:#a48458 solid 1px;
}

.separated-list li:last-child {
	border-bottom: none;
	margin-bottom:50px;
}

/* Logo slider */
/* Partners slide */

#logoSlider {
	display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    background:transparent;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;  
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:148px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 25px;
    height: 25px; 
    position: absolute;
    cursor: pointer;
    z-index: 100;
}

@media (max-width: 1200px) {
	.nbs-flexisel-nav-left,
	.nbs-flexisel-nav-right {
		display: none;
	}
}

.nbs-flexisel-nav-left {
    left: -50px;
    background: url(../img/arrow_left.png) no-repeat;
    width: 21px;
    height: 41px;
    top:60px;
}

.nbs-flexisel-nav-right {
    right: -50px;
    background: url(../img/arrow_right.png) no-repeat;
    width: 21px;
    height: 41px;
    top:60px;
}

.carousel-control.right, .carousel-control.left {
    background:none;
    background-color:none;
}

.carousel-indicators li {
	height:16px;
	width:16px;
	background: #9f958f;
	border:0;
	margin:0;
	margin-left:15px;
	margin-right:15px;
}

.carousel-indicators .active {
	background:#001025;
	height:16px;
	width:16px;
	border:0;
	margin:0;
	margin-left:15px;
	margin-right:15px;
}
@media (min-width: 1200px) { 
	.carousel-inner .item {
		min-height: 500px;
	}
}

@media (max-width: 1200px) { 
	.carousel-indicators, .carousel-indicators ol {
		display:none!important;
	}
}

/* Skills */
.skill-boxes {
    -webkit-filter: grayscale(0.5);
  	filter: grayscale(0.5);
}

.skill-boxes p{
    	word-break: keep-all;
    	line-height: 35px;
}

@media (max-width: 575px) { 

	.skill-boxes p{
    	word-break: keep-all;
    	line-height: 35px;
        font-size:17px;
	}
}

@media (min-width:992px) and (max-width: 1199px) { 
	.skill-boxes p{
    	word-break: keep-all;
    	line-height: 35px;
        font-size:20px;
	}
}

.skill-boxes:hover {
	-webkit-filter: grayscale(0);
  	filter: grayscale(0);
  	transition: filter 0.5s linear;
}

/* Referenzen */
.referenzen .row {
	padding-bottom:15px;
	padding-top:50px;
	border-bottom:1px solid #a48458;
}

/* Kontakt */
.kontakt-img-pair iframe, .kontakt-img-pair {
	padding:0;
}

/*Admin site */

.neuigkeiten-table {
    font-family: 'Source Serif Pro', serif;
    color: #9f958f;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .03em;
    margin-bottom: 30px;
}

.neuigkeiten-table tr th:nth-child(2), .neuigkeiten-table tr td:nth-child(1)   {
    width:20%;
}

.neuigkeiten-table tr th:nth-child(2), .neuigkeiten-table tr td:nth-child(2)   {
    width:35%;
}

/* Input */
label, .label {
    font-family: 'Source Serif Pro', serif;
    color: #9f958f;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .03em;
    margin-bottom: 30px;
}

label:hover, label:active, label:focus {
    color:#0a1525;
}

textarea.form-input, input[type="text"].form-input, input[type="password"].form-input {
    color: #a48458;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
    border:solid 1px #9f958f;
    white-space: normal; 
    font-family: 'Source Serif Pro', serif;
}

textarea.form-input:focus, input[type="text"].form-input:focus, input[type="password"].form-input:focus{
    border-color:#0a1525;
    box-shadow:none;
    color:#0a1525;
}

textarea {
    resize: vertical; 
}

@media (max-width: 575px) {

    .font-32 {
        font-size: 15px;
    }

    .font-18 {
        font-size: 15px;
        text-transform: none;
    }

    .line-height-35 {
        line-height: 25px;
        word-break: break-all;
    }

    .row {
        margin-left:0;
        margin-right:0;
    }

    
    .bg-size-contain-xs {
        background-size:contain;
        height:200px;
        width:100%;
    }

    .font-24 {
    font-size: 20px;
}

}

@media  (max-width:767px) {
}

@media (max-width:991px) {
    .profiles .square {
        width:50%;
        padding-bottom: 50%;
    }
    .font-32 {
        font-size: 26px;
    }

    .font-18 {
        font-size: 14px;
    }
}


@media (min-width: 992px) {
     .profiles .square {
        width:20%;
        padding-bottom : 20%; /* = width for a 1:1 aspect ratio */
    }
}

@media (min-width: 992px) {
     .profiles .square .line-height-20 {
        word-break: break-all;
    }
}

@media (min-width: 1200px) and (max-width:1400px) {

    .font-32 {
        font-size: 26px;
    }

   .font-18 {
        font-size: 14px;
    }
}

.employee-description{
    display:none;
}

#consent-pupup {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2rem;
	opacity: 1;
	background-color: white;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color:rgb(65, 64, 66);
	animation: fadeIn 0.8s;
}

#consent-popup .hidden {
	opacity: 0;
}

.consent{
	font-size: 100%; 
	text-overflow: inline;
	text-align: center;
}

@keyframes fadeIn{
	from {
		opacity: 0;
	}

	to{
		opacity: 1;
	}
}

#supernav > div {
	padding-top: 1rem;
	padding-right: 2rem;
}

#supernav span {
	margin-right: .25rem;
}

#supernav a {
	margin-left: .25rem;
}

	#supernav a img {
		max-width: 100%;
		height: 30px;
	}

@media screen and (min-width: 768px) {
	#supernav > div {
		padding-right: 3.5rem;
	}
}

@media screen and (min-width: 1201px) {
	#supernav,
	#supernav > div {
		padding-right: 0rem;
	}
}
