/*
Theme Name: Studio Oeding 2015
Description: Wordpress Theme
Version: 2.0
Author: Daniel Schilke – Visuelle Kommunikation
*/

@import url('bootstrap/css/bootstrap.min.css');
@import url('webfonts/ds-icons/ds-icons.css');

.block--prices {
	max-width:50%;
	margin:0 auto;
}

#projects-container figure, 
#post-container figure {
	background:#000;
	aspect-ratio: 4/3;
}

#projects-container figure img, 
#post-container figure img{
	object-fit: cover;
	width:100%;
	height:100%;
}



#load-more ,
#load-more-projects {
	position:relative;
	color:#fff;
	background:#000;
	margin:40px 0;
	border:3px solid #000;
	padding: 10px 20px;
	left:50%;
	transform: translateX(-50%);
}

#load-more:hover,
#load-more-projects:hover {
	background:#fff;
	color:#000;
}



#smoothup {
	border-bottom: solid 4px #000
}

.slider-wrapper {
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	padding:3vw;
	min-height: 80dvh!important;
	margin-bottom:15px;
}

.slider-wrapper__text {
	position:relative;
	width:100%;
	max-width:1024px;
	height:auto;
	background:#fff;
	padding:2vw;
}

.slider-wrapper__images {
	position:absolute!important;
	z-index:-1;
}

.slider-wrapper__text a {
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 4px;
}

.slider-wrapper,
.swiper {
	width:100%;
	height:100%;
}

.swiper-slide picture img,
.swiper-slide picture,
.swiper-slide,
.slider-wrapper__images__slide {
	width:100%;
	height:100%;
	object-position: center center;
	object-fit: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


@media screen and (max-width: 600px) {

	.slider-wrapper {
		padding:20px;
		min-height:auto;
		align-items: flex-end;
		margin-bottom:0px;
	}

	.slider-wrapper__text {
		padding: 15px 15px;
		margin-bottom:20px;
	}

	.slider-wrapper__text h1 {
		font-size:18px!important;
		margin-bottom:10px;
	}

	.slider-wrapper__text h3 {
		font-size:14px!important;
		line-height:1.3;
	}
}






#related {
	padding: 100px 0 0px;
}

#related h2 {
	margin-bottom: 20px;
}

.carousel-related__slide {
	width:27%;
	margin-right:20px;
	aspect-ratio: 3/2;
	position:relative;
}

.carousel-related__slide a {
	aspect-ratio: 3/2;
	position:relative;
	width:100%;
	height:auto;
	display:flex;
}


.carousel-related__slide a img {
	position:absolute;
	width:100%;
	height: 100%;
	object-fit: cover;
}

.flickity-button {
    background: #000!important;
    color: #fff!important;
}

.flickity-button:disabled {
    opacity: 0!important;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 30%!important;
    top: 30%!important;
    width: 40%!important;
    height: 40%!important;
}







.burger-menu--toggle {
	position: relative;
	cursor:pointer;
	height:40px;
	width:40px;
	flex: 0 0 40px;
	background: none;
	z-index:10;
	border: none;
	outline: none;
	float: right;
	padding: 0px;
	margin: 0px;
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}


.burger-menu--toggle .burger {
	border-bottom-style: solid;
	border-width: 4px;
	position: absolute;
	width: 100%;
	border-color: #000;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-menu--toggle .burger.burger--first {
		top:23%;
	}

.burger-menu--toggle .burger.burger--second {
	top:calc(50% - 2px)!important;
}

.burger-menu--toggle .burger.burger--third {
	bottom:23%;
}


.burger-menu--toggle.js-clicked .burger.burger--first {
	top:calc(50% - 2px)!important;
	transform: rotate(45deg);
}

.burger-menu--toggle.js-clicked .burger.burger--second {
	display:none;
}

.burger-menu--toggle.js-clicked .burger.burger--third {
	bottom:calc(50% - 2px)!important;
	transform: rotate(-45deg);
}

.js-menu-active .burger-menu__container {
	transform: translateY(0%);
	transition-delay: 0s !important;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.2, 1);
}


.burger-menu__container {
	position: fixed;
	background:rgba(255,255,255,1);
	top: 0;
	right:0;
	height: 100vh;
	width:100vw;
	z-index: -1;
	overflow: hidden;
	padding:100px 30px 20px 30px;
	transform: translateY(-100%);
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.2, 1);
}


.burger-menu__container ul {
	list-style: none;
	padding:0;
	font-size:20px;
	text-align: center;
}

.burger-menu__container ul li {
	margin-bottom:15px;
}

.burger-menu__container ul li ul.sub-menu {
	margin-top:15px;
	font-size:20px!important;
	display:none;
}

.burger-menu__container .menu-item-has-children > a:after {
	content:"";
	margin-left:5px;
	width:10px;
	height:10px;
	display:inline-flex;
	border-bottom:2px solid #000;
	border-right:2px solid #000;
	transform: rotate(45deg);
	transform-origin: 110% 55%;
}




ul.nav li:last-child a {
	margin:0;
}

ul.nav li a:hover {
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 6px;
}


ul.nav li ul.sub-menu {
	display:none;
	position:absolute;
	left:0%;
	transform: translateX(calc(-50% + 20px));
	background:#fff;
	list-style: none;
	padding:20px;
	text-align:center;
	min-width:250%;
}


ul.nav li ul.sub-menu li {
	margin-bottom:15px;
}

ul .wpml-ls-menu-item a {
	display:block;
}

.wpml-ls-legacy-list-horizontal {
	padding:0;
	margin-left: 3vw;
	display:flex;
	align-items: center;

	ul {
		display:flex;
	
		li {
			&:first-child {
				display:flex;

				&:after {
					content:"/";
				}
			}
			a {
				padding:0;
			}

			&.wpml-ls-current-language {

				a {
					    text-decoration: underline;
						text-decoration-color: #000;
						text-decoration-thickness: 4px;
						text-underline-offset: 6px;
				}
			}

		}

	}
}


.block {
	position:relative;
	float:left;
	width:100%;
}

.flex {
	display:flex;
	flex: 0 1 auto;
}
.flex--start {
	justify-content: flex-start;
}
.flex--center {
	justify-content: center;
}
.flex--end {
	justify-content: flex-end;
}
.flex--top {
	align-items: flex-start;
}
.flex--middle {
	align-items: center;
}
.flex--bottom {
	align-items: flex-end;
}
.flex--around {
	justify-content: space-around;
}
.flex--between {
	justify-content: space-between;
}
.flex--evenly {
	justify-content: space-evenly;
}
.flex--stretch {
	align-items: stretch;
}


.ratio-16-9 {
	aspect-ratio: 16/9;
}


footer {
	font-size: 1em;
}

footer h3 {
	margin-bottom:10px;
}

footer .container {
	padding-top:30px;
	padding-bottom:30px;
}

.footer-line:before {
	content:"";
 	width: 1540px;
   	max-width:100%;
	margin:0 auto 30px;
	height:4px;
	display:flex;
	border-top:4px solid #000;
}

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

footer .row {
	margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
}

footer .col-sm-3 {
	padding: 20px;
}

.footer__intro a {
	text-decoration: underline;
	text-decoration-thickness: 4px;
	text-underline-offset: 4px;
}

#logo figure.figure--hover img:nth-child(1) {
	display:block;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#logo figure.figure--hover:hover img:nth-child(1) {
	display:none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#logo figure.figure--hover  img:nth-child(2) {
	display:none;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#logo figure.figure--hover:hover img:nth-child(2) {
	display:block;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#veranstaltungen-vortraege h3,
#buecher-interviews h3,
#presse h3 {
	font-family: 'FuturaBT-Bold';
	margin:0px 0px 15px;
}

/* Grid --------------------------------------------- */

.grid {
	display:grid;
	width: 100%;
	grid-gap: 20px 20px;
	align-items: start;

  	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-flow: row;
}

.grid--no-gap {
	grid-gap: 0 0!important;
}

.grid--no-col-gap {
	grid-gap: $column-gap 0!important;
}

.grid--no-row-gap {
	grid-gap: 0 $column-gap!important;
}

.grid--items-top {
	align-items: start;
	justify-items: stretch;
}

.grid--items-middle {
	align-items: center;
	justify-items: stretch;
}

.grid--items-bottom {
	align-items: end;
	justify-items: stretch;
}

.grid--items-left {
	justify-items: start;
}

.grid--items-center {
	justify-items: center;
	align-items: stretch;
}

.grid--items-right {
	justify-items: end;
}




.grid--col-auto {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid--col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
}

.grid--col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--col-12 {
	 grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--row-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
}

.grid--row-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
    grid-auto-flow: column;
}

.grid--row-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
    grid-auto-flow: column;
}



/*** Bootstrap ********************************/

html {
	font-size: 100%;
	 -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
	 overflow-y: scroll;
}

body {
	font-family: 'Courier', serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4;
	color: #000;
	background-color: #fff;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word; 
	height: 100%;
}

video {
	outline: none!important;
}




ul.socialmedia {
	font-family: "ds-icons";
	list-style: none;
	display: flex;
	padding: 0;
}

footer ul.socialmedia {
	justify-content: flex-start;
	margin-top:20px;
}

ul.socialmedia li {
	list-style: none;
	margin-right: 20px;
	font-size:1.5em;
}
ul.socialmedia li:last-child {
	margin: 0px;
}


ul.socialmedia li:nth-child(1) a {
	font-family: "ds-icons";
	content: "\51";
}

ul.socialmedia li:nth-child(2) a {
	font-family: "ds-icons";
	content: "\51";
}

ul.socialmedia li:nth-child(3) a {
	font-family: "ds-icons";
	content: "\51";
}

.block--excerpt {
	margin-top:0px;
}

.thumb-box img {
	margin-bottom:0px;
}


/* Hide/Show Text  --------------------------------------------- */

.folded {
	max-height: calc(16px + 10px * 1.4 * 6);
	overflow: hidden;
	transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.folded-trigger:after {
	margin-top: $spacer;
	content:"+";
	cursor: pointer;
	display: inline-block;
	font-size: 2rem;
	float: left;
}

.folded-trigger.fold:after {
	margin-top: $spacer;
	content:"–";
	cursor: pointer;
	display: inline-block;
	font-size: 2rem;
	float: left!important;
}

.folded-trigger:hover:after {
	text-decoration: none ;
}

.folded-trigger {
	clear: both;
	width: 100%;
}

.folded.unfold {
	max-height: 100%;
	transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Flexbox  --------------------------------------------- */

.flex {
	display:-webkit-box;
	display:-moz-box; 
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex: 0 1 auto;
}

.flex--between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex__item {
	flex: 0 0 25%;
	max-width: 25%;
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 7px;
	width: 100%;
}

/* Sprachen 
--------------------------------------------- */

li.lang-de { 
	list-style: none; 
	display: inline-block;
}

li.lang-en { 
	list-style: none; 
	display: inline-block;
}

ul#qtranslate-chooser.language-chooser.language-chooser-text.qtranxs_language_chooser { 
	padding-left:0px!important; 
	display:inline-block;
	padding-top:10px;
}

.language-chooser.qtranxs_language_chooser { 
	height:54px;
	margin-right:0px; 
}

li.lang-de:after {
	content:"/";
	position:absolute;
}

li.lang-de.active a,
li.lang-en.active a {
	color: #000;
	border-bottom: 4px solid #000;
}

/* Fader --------------------------------------------- */

.fader {
	opacity:0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.fader-on{
	opacity:1!important;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

/* Preloader 
--------------------------------------------- */

.loader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}

.loader .inner {
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.loader .inner img {
	width:80px;
	height:auto;

	animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@-ms-keyframes spin { 
	from { 
		-ms-transform: rotate(0deg); 
	} to { 
		-ms-transform: rotate(360deg); 
	}
}

.no-js #loader { 
	display: none; 
}

.js #loader { 
	display: block; 
	position: absolute; 
	left: 0; 
	top: 0; 
}

.startloader {
	position:relative;
	float:left;
	height:100%;
	width:100%;
	display:block;
}

.se-pre-con {
	position: relative;
	width: 100%;
	height: 3000px;
	z-index: 9999;
	background: #fff;
	display: block; 
}

.se-pre-con-inner {
	position: absolute;
	top: 200px;
	left:50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.get-more {
	position:absolute;
	float:right;
	right:0;
	margin-right:10px;
	bottom:30px;
	display:block;
	border-bottom:2px solid #000;
}

.intro {
	position:relative;
	float:left;
	height:auto;
	width:100%;
	display:block;
}

.intro a {
	border-bottom:4px solid #000;
	padding-bottom:2px;
}

.intro a:hover {
	border-bottom:0px none #000;
	padding-bottom:2px;
	text-decoration: none!important;
}

/* Kompetenzen --------------------------------------------- */

#kompetenzen .preview {
	position:relative;
	width:100%;
	height:400px;
	margin: 0px 0px 20px;
}

#kompetenzen .preview .image {
	position:relative;
	width:100%;
	height:100%;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	z-index:100;
}

#kompetenzen .row {
	display:flex;
	flex-wrap: wrap;
}

#kompetenzen .row .col-sm-6 {
	flex:0 0 50%;
}

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

	#kompetenzen .row .col-sm-6 {
		flex:0 0 100%;
	}
}


#kompetenzen .preview .inner {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	z-index:200;	
	display:flex;
	justify-content: center;
	align-items: center;
}

#kompetenzen .preview .inner h2 {
	font-size:2.5rem;
	position:absolute;
	color:#000;
	background:#fff;
	padding:30px 40px;
	max-width:90%;
	text-align:center;
	white-space: normal;
}

#kompetenzen .preview .inner h2 p {
	margin:0;
}

#kompetenzen a.link {
	margin:20px 0px 40px;
	float:right;
	font-size:0.75em;
	border-bottom: 3px solid #000;
	padding-bottom:3px;
}

#kompetenzen a.link:hover {
	margin:20px 0px 40px;
	float:right;
	font-size:0.75em;
	border-bottom: 3px solid #fff!important;
	padding-bottom:3px;
}

#kompetenzen h3.subheadline {
	font-family: 'FuturaBT-Bold';
	margin:0px 0px 15px;
}

.flex-row {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin: 0;
}

.row:before, .row:after {
	display: flex !important;
}

/* Slick Slider --------------------------------------------- */

#slider{
	height: 100%;
    width: 100%;
}

.a-slide{
	position:relative;
    height: 100%;
    width: 100%;
}

.slick-list,
.slick-track {
	position:relative;
    height: 100%!important;
}

ul.slick-dots {
    position: absolute;
    bottom: 0px!important;
    width: 100%;
    padding: 0;
    margin: 0px 0px 100px 0px!important;
    list-style: none;
    text-align: center;
    z-index:110!important;
}

.slick-dots li {
    padding: 0px;
    width: 15px!important;
    height: 15px!important;
    border-radius:50%;
    background: transparent;
	border:2px solid #000;
	margin:0px 5px;
	display:inline-block;
	cursor:pointer;
}

.slick-dots li.slick-active {
    opacity:1!important;
	background: #000;
	border:2px solid #000;
}

.slick-dots li button {
    padding: 0px!important;
	display:none;
	cursor:pointer;
}

a {
	color: #000 !important;
	text-decoration: none;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: none;
	background:none;
	background: #fff;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	border-bottom:0px none #000!important;
}

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

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

#selection-dark::-moz-selection {
	background:#000 ;
}

img {
	background:none;
	margin: 0px;
	-moz-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	display: block;
}

.img-responsive {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.lazyload,
.lazyloading {
    opacity: 0;
	width:100%;
	height:100%;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 300ms;
}

div.full-width {
	width:100%;
	height:100%;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
}

.pull-center {
	position: relative !important;
	margin: 0 auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.6-l {
    position:relative;
	left: 0px;
	margin-left:0px;
    float: left !important;
}

.black_bg {
    background: #000;
}

.white {
    color: #fff;
}

.title {
	margin-top:10px;
	margin-bottom:15px;
}

.text {
	margin:30px 0px;
}

.menu {
	position:relative;
	right:0px;
	margin-top: 0px;
	margin-right:0px;
    float: right !important;
}

.menu a:hover{
	border-bottom: 0px none #fff !important;
}

.menu.active a:hover{
	border-bottom: 0px none #fff !important;
}

.home {
	margin-left: 65px;
	font-size: 1.6em;
	letter-spacing: 0em;
}

.kunden {
	min-height:280px;
}

.kunden a {
	border-bottom: 4px solid #000;

}

.letter {
	font-family: 'FuturaBT-Bold';
	font-size: 1em;
	line-height:1em;
	padding-right: 10px;
	padding-top: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: 1.4;
	display: block;
}

h1,
.h1 {
	font-family: 'FuturaBT-Bold';
	font-size: 1em;
  	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h2,
.h2 {
	font-family: 'FuturaBT-Bold';
	font-size: 1em;
	line-height: 1.4em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3,
.h3 {
	font-family: 'FuturaBT-Bold';
	font-size: 1em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h4,
.h4 {
	font-size: 0.9em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.text-size-2 {
	font-size: 2.75em;
}

.text-size-1 {
	//font-size: 1em;
}

.underline {
    border-bottom: 4px solid #000;
	display: inline-block;
}

.underline a:hover {
    border-bottom: 0px solid #000;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0px;
}

.headline {
	margin: 0px 0px 20px;
}

h2.headline {
	margin: 0px 0px 10px;
}

.flex {
	display:flex;
}

.flex--middle {
	align-items: center;
}

.page-header {
	padding: 20px 30px 20px 30px;
	border-bottom: 1px none #eeeeee;
	margin: 0 auto;
	height: auto!important;
	width: 100%;
	max-width: 1540px;
	background: #fff;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.page-header.shrink {
	padding:10px 30px 10px 30px;
	-moz-transition: all  ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

img.logo {
	height:46px;
	max-width:100%;
	width:auto;
	padding:0px 0px;
}

img.logo.shrink {
	max-width:100%;
	padding:0px 0px;
}

.logo a:hover {
	border-bottom: 0px none #fff !important;
}

.google-maps {
    position: relative;
	margin-top: 20px; 
	margin-bottom: 50px; 
	aspect-ratio: 4/3;
	filter: grayscale(100%);
}

.google-maps iframe {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
	padding: 0px; 
}



.wrapper {
	position: relative;
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -90px; /* the bottom margin is the negative value of the footer's height */
}

html, body {
	height: 100%;
}

ul.post-categories {
	list-style:none;
	padding-left:0px!important;
}

.caret {
	display: none;
}

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

.navbar-nav {
	padding-top: 0px;
	float:right;
}

.nav > li > a {
	padding: 0px 0px 0px 0px;
	margin-right: 3vw;
	text-decoration: underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 4px;
	text-underline-offset: 6px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: white;
    border-color: #000;
	color:#000;
}

.nav > li > a:hover, 
.nav > li > a:focus {
	text-decoration-color: #000;
	text-underline-offset: 6px!important;
	background:transparent;
}

.current_page_item a {
	text-decoration-color: #000!important;
}



/* Contact 7 Forms
--------------------------------------------- */
 
.wpcf7-textarea{ 
	color: #000;
	border: 2px solid #000;
	height:100px;
}

.wpcf7-text{ 
	color: #000;
	border: 2px solid #000;
	margin-bottom: 0px;
}

.wpcf7-text:focus {
	border-color: #000;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
}	

.wpcf7-textarea:focus {
	border-color: #000;
	-webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
	box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
}

.wpcf7-textarea:focus {
	outline:0 !important;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}	

.wpcf7-text:focus {
	outline:0 !important;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.wpcf7-submit { 
	color: #fff;
	background-color: #000;
	border: 0px none #000;
	width:auto!important;
	max-width: 100%;
	padding: 10px 20px;
	margin-top: 0px;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.wpcf7-submit:hover { 
	color: #000;
	background-color: #fff;
	-moz-transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.wpcf7-form-control { 
	width: 100%;
}

.wpcf7-form-control::-moz-placeholder {
	color: #999;
}

.wpcf7-form-control:-ms-input-placeholder {
	color: #999;
}

.wpcf7-form-control::-webkit-input-placeholder {
	color: #999;
}

div.wpcf7-response-output {
	margin: 0em 0em em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 0px none #000;
	color: #0C3;
}

div.wpcf7-mail-sent-ng {
	border: 0px none #000;
	color: #FF0000;
}

div.wpcf7-spam-blocked {
	border: 0px none #000;
	color: #FF0000;
}

div.wpcf7-validation-errors {
	border: 0px none #000;
	color: #FF0000;
}

/* Teaser
--------------------------------------------- */

.teaser-3-3{
	position: relative;
	width: 100%;		/* desired width */
}

.teaser-3-3:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.teaser-2-3{
	position: relative;
	width: 100%;		/* desired width */
}

.teaser-2-3:before{
	content: "";
	display: block;
	padding-top: 66.666666666666666666666666%; 	/* initial ratio of 1:2*/
}

.teaser-4-3{
	position: relative;
	width: 100%;/* desired width */
}

.teaser-4-3:before{
	content: "";
	display: block;
	padding-top: 75%; 	/* initial ratio of 1:2*/
}

.teaser {
	max-height: 367px;
	}

/* Hover Box
--------------------------------------------- */

.pdf-thumb-box{
	position:relative !important; 
	overflow: hidden;
	-moz-transition: opacity ease-in-out 0.4s;
	-webkit-transition: opacity ease-in-out 0.4s;
	-ms-transition: opacity ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s;
}

.pdf-thumb-box-overlay {
    opacity:0;
    position: absolute;
    width:100%;
    height:100%;
	top:0;
	padding-top:0px;
	-moz-transition: opacity ease-in-out 0.4s;
	-webkit-transition: opacity ease-in-out 0.4s;
	-ms-transition: opacity ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s;
}

.pdf-thumb-box a{
	color:transparent;
	-moz-transition: opacity ease-in-out 0.4s;
	-webkit-transition: opacity ease-in-out 0.4s;
	-ms-transition: opacity ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s;
}

.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
	opacity:1;
	-moz-transition: opacity ease-in-out 0.4s;
	-webkit-transition: opacity ease-in-out 0.4s;
	-ms-transition: opacity ease-in-out 0.4s;
	-o-transition: opacity ease-in-out 0.4s;
	transition: opacity ease-in-out 0.4s;
}

.thumb-box{
	position:relative !important; 
	overflow: hidden;
	width:100%;
    height:100%;
}

.thumb-box:hover span.h2{
    border-bottom: 4px solid #000;
}

.thumb-box a {
	color:transparent;
}

.caption {
	padding: 10px 0px 5px 0px;
	float:left;
	overflow:hidden;
}

.caption span.h2, 
.caption span.h3 {
	float:left;
	display:inline-block;
    border-bottom: 4px solid transparent;
}

.container {
 	padding-right: 30px;
 	padding-left: 30px;
 	margin-right: auto;
 	margin-left: auto;
 	padding-top:0px;
 	padding-bottom: 90px;
	background:none;
	width: 1540px;
	max-width: 100%;
}

.container-start {
	position:fixed;
	top:30px;
	bottom:0;
	left:0px;
	right:0px;
 	margin:0px;
	width: 100%;
	height:auto;
}

.container-start .inner{
	position:absolute;
	top:47%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	width: 100%;
	max-width:750px;
	height:auto;
	z-index:9999;
	padding:30px 25px;
}

.container-start .inner h3{
	line-height: 1.8em;
}



.container-start .inner a{
    border-bottom: 4px solid #000;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.row {
	margin-top: -7px;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: -7px;
}

.rowrow {
	margin-top: -14px!important;
	margin-bottom: -14px!important;
}


img.attachment-post-thumbnail {
	max-width: 100% !important; height: auto !important;
	width: 100%;
}

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

	.wpml-ls-legacy-list-horizontal {
		margin-right: 3vw;
		margin-left:0;
	}

	ul.sub-menu {
		border-top: 3px none #000;
		padding:0px!important;
		list-style: none;
	}
	
	.sub-menu li{
		padding:0px!important;
		font-size:0.75em;
	}

	
	.container {
		padding-top: 0px;
	}

	.pull-right {
		float: none !important;
	}

	.pull-left {
		float: none !important;
	}

	.grid-sm--col-1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-auto-flow: row;
	}


	
}

@media screen and (max-width: 600px) {


	
	#kompetenzen .preview .inner h2 {
		font-size:2.25rem;
	}

	h1,
	.h1 {
		font-family: 'FuturaBT-Bold';
		font-size: 1.5em!important;
		line-height: 1.3em;
		margin-top: 0px;
		margin-bottom: 0px;
	}





	.page-header {
		padding: 10px 15px;
	}

	.page-header.shrink {
		padding: 10px 15px;
	}

	.container {
		padding-top: 0px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.logo {
		width:auto;
	}
	
	.container-start .inner{
		top:47%;
		left:50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		width: 90%;
		max-width:100%;
		height:auto;
	}
	
	.container-start .inner h1.headline{
		margin:0px;
	}
	
	ul.slick-dots {
		margin: 0px 0px 30px 0px!important;
	}

	.slider-wrapper {
		padding:3vw;
		min-height: calc(100dvh - 66px) !important;
	}

	.slider-wrapper__text .text-size-1  {
		font-size:14px;
		line-height:1.3;
	}

	.slider-wrapper__text .text-size-1  p{
		margin:0;
	}

}