@charset "UTF-8";
/* CSS Document */

*, *:before, *:after {
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
::selection {
    background: #f58402;
    text-shadow: none;
    color: #fff;
}
::-moz-selection {
    background: #f58402;
    text-shadow: none;
    color: #fff;
}
img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

/* mukta-regular - latin */
@font-face {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/mukta-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mukta-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/mukta-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/mukta-v13-latin-regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
/* mukta-700 - latin */
@font-face {
  font-family: 'Mukta';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/mukta-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/mukta-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/mukta-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/mukta-v13-latin-700.ttf') format('truetype'); /* Safari, Android, iOS */
}

html {
	font-size: 15px;
	font-size: 0.9375rem;
}
body{
	font-family: 'Mukta', Helvetica, Arial, sans-serif;
	color: #222222;
	font-weight: 400;
	line-height: 1.5;
	font-size: 16px;
	font-size: 1.06667rem;

	padding-top: 70px;
	overflow-x: hidden;
}

body#tinymce {
	padding-top: 0;
}

h1, h2{
	color: #222222;
	font-weight: 700;
    line-height: 1;
}
h1{
	font-size: 1.86667rem;
}
h2{
	font-size: 1.86667rem;
}

.themeninhalt h2 {
	font-size: 1.06667rem;
}

.themeninhalt ul {
	margin-bottom: 1.7rem;
}

a{
	color: #f58402;
	font-weight: 400;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
a:hover, a:focus, a:active{
	color: #f58402;
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	outline: none;
}
.dropdown:focus{
    outline: none;
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid #e5e5e5;
}
.fa, .fas {
    vertical-align: middle;
}
.table-responsive::-webkit-scrollbar {
	-webkit-appearance: none;
 	width: 10px;
	height: 10px;
}
.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #ffffff;
	background-color: rgba(0, 0, 0, .3);
}


/* ----------------------------- BUTTONS ----------------------------- */
button:hover, button:focus, button:active{
	outline: none !important;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn{
	height: 40px;
	width: 100%;
	min-width: 150px;
	border-radius: 5px;
	font-weight: 700;
	line-height: 1;

	padding: .7rem 1rem;
	font-size: 1.06667rem;
}
.btn-color{
	color: #ffffff !important;
    background-color: #f58402;
	border: 2px solid #f58402;
}
/*.btn-color.hvr-sweep-to-right:hover, .btn-color.hvr-sweep-to-right:focus, .btn-color.hvr-sweep-to-right:active{
	color: #ffffff !important;
	border: 2px solid #ee7f00;
}
.btn-color.hvr-sweep-to-right:before{
	background-color: #ee7f00;
}*/

/*.btn-color{
	color: #ffffff !important;
	border: 2px solid #fd8c17;
	background-color: #fd8c17;
}
.btn-color.hvr-fade:hover, .btn-color.hvr-fade:focus, .btn-color.hvr-fade:active {
  	background-color: #f37c00;
	border: 2px solid #ff8200;
  	color: #ffffff;
}*/
/* ---------------------------- / BUTTONS ---------------------------- */


/* ---------------------------- FORMULAR ---------------------------- */
input.form-control{
	height: 40px;
	line-height: 40px;
	padding: 0 1rem;

	border-radius: 2px;
	color: #222222;
	box-shadow: none;
	border: 2px solid #e5e5e5;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: 40px;
	padding: 0 1rem;
}
input.form-control:focus{
	border: 2px solid #f58402;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
}
select.form-control {
	height: 40px;
	line-height: 40px;
    padding: 0 2rem 0 1rem;

    width: 100%;
    color: #222222;
    border-radius: 2px;
    border: 2px solid #e5e5e5;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
select.form-control::-ms-expand{
    display: none;
}
select.form-control:focus{
	border: 2px solid #f58402;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
}

select.form-control option:disabled {
	color: #AEAEAE;
}

.select-default {
    position: relative;
}
.select-default::after {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.35rem;
    line-height: 1;
    font-size: .7rem;
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
    content: "\f078";
    color: #222222;
    cursor: pointer;
    pointer-events: none;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #ffffff;
}
textarea.form-control {
    height: 100px;
	min-height: 100px;
	max-height: 250px;
	color: #222222;

	min-width: 100%;
	max-width: 100%;
}
textarea.form-control:focus{
	border: 2px solid #f58402;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
}
.custom-control {
    padding-left: 2rem;
}
.custom-control-label::before {
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
    border: #e5e5e5 solid 2px;
}
.custom-control-label::after {
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #f58402;
    background-color: #f58402;
}
.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #f58402;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #ffc181;
    border-color: #ffc181;
}
/* --------------------------- / FORMULAR --------------------------- */


/* -------------------------- HOVER-EFFEKTE -------------------------- */

/* --- Underline From Center --- */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  /*box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #f58402;
  height: 4px;
  border-radius: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* ------------------------- / HOVER-EFFEKTE ------------------------- */


/* ------------------------- CONTENT PAGES ------------------------- */
.content{
    max-width: 850px;
    margin: auto;
}
.content .subline{
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 1rem;
}
.content p{
	margin-bottom: 1.7rem;
}
.content a{
	text-decoration: underline;
}
.content a:hover, .content a:focus{
	text-decoration: none;
}
.content .headline{
	font-weight: 700;
}
.content ul{
	padding-left: 1rem;
	list-style-type: none;
}
.content ul li::before {
    position: absolute;
    margin-left: -.8rem;
    content: '• ';
}
/* ------------------------ / CONTENT PAGES ------------------------ */


/* ------------------------ COOKIE-HINWEIS ------------------------ */
section.header_cookie{
	background-color: rgba(0,0,0,.85);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	color: #ffffff;
	padding: 1rem 0;
	text-align: center;
}
section.header_cookie span{
    display: inline-block;
	padding-right: .5rem;
	line-height: 1.2;
	vertical-align: middle;
	max-width: 650px;
	text-align: left;
}
section.header_cookie .btn{
    margin-top: 1rem;
}
/* ----------------------- / COOKIE-HINWEIS ----------------------- */


/* ---------------------------- HEADER ---------------------------- */
header{
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.4);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.4);
}
.headroom--unpinned {
    transform: translateY(-100%);
}


.dropdown-toggle::after {
    display: none;
}
body[data-drawer=true]{
	padding-top: 0;
}
[data-drawer=true] header{
	position: relative;
	z-index: auto;
}
[data-drawer=true] .headroom{
	transition: none;
	will-change: auto;
}
[data-drawer=true] .headroom--pinned {
    transform: none;
}
[data-drawer=true] .headroom--unpinned {
    transform: none;
}
drawer-menu{
	background-color: #152642;
	overflow: hidden;
    overflow-y: auto;
}
[data-drawer-backdrop]:before {
    margin-left: calc(var(--tdm-drawer-width) + 1.5rem);
	opacity: .9;
	background-color: #222222;
    border-radius: 2px;
}
drawer-menu ul.navbar-nav{
	padding-top: 1rem;
}
.navbar-expand-lg drawer-menu .navbar-nav .nav-link {
    padding: 1.3rem 2rem;
    display: block;
	font-size: 1.2rem;
}
drawer-menu .nav-link .fas{
	float: right;
}
drawer-menu .dropdown.show .fas.fa-chevron-down{
    transform: rotate(180deg);
    transition: .15s linear;
    top: -1px;
}
drawer-menu .navbar-nav .dropdown-menu{
	width: 100%;
	background-color: #f1f1f1;
	border-radius: 0px;
	margin: 0;
	padding: .5rem 0;
	border: none;
}
drawer-menu .dropdown-item.cat-headline{
	margin-top: .5rem;
    border-top: 2px solid #222222;
    padding-top: 1rem;
	font-weight: 700;
	font-size: .9rem;
}
drawer-menu .dropdown-item:focus.cat-headline, drawer-menu .dropdown-item:hover.cat-headline{
	color: #222222;
}
drawer-menu a.dropdown-item{
	line-height: 1;
	color: #222222;
	padding: 1rem 2rem;
	font-weight: 700;
}
drawer-menu .dropdown-item:focus, drawer-menu .dropdown-item:hover {
    color: #f58402;
    background-color: transparent;
}
drawer-menu li ul{
	padding-left: 2.5rem;
	list-style-type: none;
}
drawer-menu li ul li ul li{
	padding-bottom: .3rem;
}
drawer-menu li ul li:last-of-type{
	padding-bottom: 0;
}
drawer-menu li ul li a{
	color: #222222;
	display: block;
}
drawer-menu li ul li a:hover, drawer-menu li ul li a:focus{
	color: #f58402;
}
.navbar{
	background-color: #152642;
	padding: 0;
}
.navbar.navbar-shrink{
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.4);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.4);
}
.navbar-expand-lg .navbar-nav .nav-link{
	color: #fff;
	line-height: 1;
	text-decoration: none;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:active, .navbar-expand-lg .navbar-nav .nav-link:focus{
	text-decoration: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu:hover .hvr-underline-from-center:before {
  left: 0 !important;
  right: 0 !important;
}
.hvr-underline-from-center.active:before {
  left: 0 !important;
  right: 0 !important;
}

.navbar-brand{
	padding-top: 1rem;
    padding-bottom: 1rem;
	padding-left: 1rem;
}
.navbar-brand img{
	height: 40px;
	width: auto;
}
.navbar-toggler {
    padding: .5rem .8rem;
    font-size: 1.5rem;
    border-radius: 2px;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}
/* ---------------------------- / HEADER ---------------------------- */



/* ---------------------------- CONTENT ---------------------------- */
.header-slider{
	height: auto;
	padding-top: 41.6667%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.header-content{
	margin-bottom: 2rem;
	color: #152642;
}
.header-content .h1{
	font-size: 1.86667rem;
	font-weight: 700;
	margin-bottom: .5rem;
}
.header-content p{
	font-size: 1.33333rem;
	line-height: 1.4;
}
/*.header-slider .header-slider-div{
	width: 100%;
	position: absolute;
	top: calc(50% - 55px);
}
.header-content{
	margin-bottom: 0;
	background-color: rgba(255,255,255,.9);
	border-radius: 2px;
	padding: 1rem;
}*/



.swiper-container{
    margin-bottom: 1rem;
	padding: 0 2rem;
    transition: transform .3s ease-out;
}
.swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
	width: 2rem;
	left: 0;
	height: 100%;
    top: 0;
    margin-top: 0;
}
.swiper-button-next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
	width: 2rem;
	right: 0;
	height: 100%;
    top: 0;
    margin-top: 0;
}
.swiper-button-prev:focus, .swiper-button-next:focus{
	outline: none;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    position: relative;
    bottom: auto;
}
.swiper-pagination {
    display: none;
}
.swiper-pagination-bullet-active {
    background: #222222;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .1;
}

.swiper-container{
	padding: 0;
	margin-bottom: 1rem;
}
.swiper-container .swiper-button-prev{
	left: 1rem;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container .swiper-button-next{
	right: 1rem;
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container>.swiper-pagination-bullets {
    position: absolute;
    bottom: .3rem;
}

/* --- VORSTELLUNG --- */
.intro-box{
	background-color: #f58402;
	border-radius: 2px;
	padding: 3.33333rem 2rem;
	color: #fff;
	margin-bottom: 1rem;
}
.intro-box h1{
	font-size: 1.73333rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #fff;
}
.intro-box p:last-of-type{
	margin-bottom: 0;
}
.intro-profil:first-of-type{
	margin-bottom: 1rem;
}
.intro-profil .image{
	width: 100%;
	height: 250px;
	background-color: #C9C9C9;
	border-radius: 2px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.intro-profil .content{
	width: 100%;
	height: auto;
	background-color: #f1f1f1;
	padding: 1rem;
	border-radius: 2px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.intro-profil .content .name{
	font-size: 1.2rem;
	line-height: 1;
	font-weight: 700;
	margin-bottom: .66667rem;
}
.intro-profil .content ul{
	padding-left: .8rem;
    margin: 0;
    list-style-type: none;
}
.intro-profil .content li{
	line-height: 1.2;
	padding: 0 0 .3rem 0;
}
.intro-profil .content ul li::before {
    position: absolute;
    margin-left: -.8rem;
    content: '• ';
}
/* --- / VORSTELLUNG --- */


/* --- THEMEN --- */
.page-section {
	margin-top: 3.33333rem;
}
#publikationen.page-section, #profile.page-section{
	margin-top: 0;
}
.page-section h2{
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 2rem;
	text-align: center;
}
.section-blue{
	background-color: #152642;
	padding: 3.33333rem 0;
}
.section-blue h2{
	color: #fff;
	margin-bottom: 2.66667rem;
}
.page-section p.subline{
	max-width: 750px;
	margin: auto;
}
.section-grey{
	background-color: #f1f1f1;
	padding: 3.33333rem 0;
}
.page-section.section-grey h2{
	text-align: left;
}

.skills_images{
	padding-bottom: 1.66667rem;
}
.skills_images .thema-image{
	width: 100%;
	padding-top: 72.55%;
	border-radius: 5px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.skills_images .thema{
	margin-top: 1rem;
	font-weight: 700;
	font-size: 1.46667rem;
	text-align: center;
	line-height: 1;
}
.skills_images, .skills_images a{
	color: #fff;
}
.skills_images a .thema{
	text-decoration: none;
}
.skill_switch {
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
    float:left;
}
ul.skill_switch{
    list-style-type: none;
	padding: 0;
	margin: 0;
}
.skill_switch figure {
    margin:0;
    padding:0;
    position:relative;
    cursor: pointer;
}
.skill_switch figure .thema-image{
    position:relative;
    z-index:10;
}
.skill_switch figure p {
    display:block;
    font-size: 1rem;
    margin:0;
    color:#fff;
    text-align:center;
}
.skill_switch figure a{
    font-size: 1rem;
	color: #f58402;
	display: block;
	margin-top: 1rem;
}
.skill_switch figure figcaption {
	display:block;
    position:absolute;
    z-index:5;
    top:0;
    left:0;
    width:100%;
    height:100%;
    padding:2rem;
    background-color:#152642;
	border-radius: 5px;
	border: 1px solid #fff;
    text-align:center;
	-webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform:rotateY(-180deg);
    -moz-transform:rotateY(-180deg);
    transform:rotateY(-180deg);
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.skill_switch figure figcaption p{
	margin-bottom: .66667rem;
}
.skill_switch figure figcaption p:last-of-type{
	margin-bottom: 0;
}
.skill_switch figure .thema-image{
	-webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s
}
.skill_switch figure:hover .thema-image, figure.hover .thema-image{
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    transform:rotateY(180deg)
}
.skill_switch figure:hover figcaption,figure.hover figcaption {
    -webkit-transform:rotateY(0);
    -moz-transform:rotateY(0);
    transform:rotateY(0)
}
/* --- / THEMEN --- */


/* --- FORMATE --- */
#formate .subline{
    margin-bottom: 2rem;
}
.format-headline{
    font-size: 1.46667rem;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    background-color: #152642;
    padding: 1rem;
    border-radius: 2px;
}
.format-box{
    background-color: #f1f1f1;
    padding: 1rem;
    border-radius: 2px;
    margin-bottom: 2rem;
    position: relative;
}
.format-box p{
    margin-bottom: 1.33333rem;
}
.format-box .headline{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1rem;
}
.paket-box{
    background-color: #fff;
    padding: 1rem;
    border-radius: 2px;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 3px 6px 0px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px 0px rgba(0,0,0,.2);
}
.paket-box.last-box{
    margin-bottom: 0;
}
.paket-box .headline{
    font-weight: 700;
    font-weight: 1.06667rem;
    margin-bottom: 0.66667rem;
}
.paket-box p{
    margin-bottom: .66667rem;
}
.paket-box p:last-of-type{
    margin-bottom: 0;
}
.online-coaching{
    width: 180px;
    background-color: #fff;
	border: 3px solid #f58402;
    padding: 1.5rem 1.5rem;
    border-radius: 2px;
    color: #f58402;
    font-weight: 700;
    -webkit-box-shadow: 0 3px 6px 0px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px 0px rgba(0,0,0,.2);
}
/* --- / FORMATE --- */


/* --- PUBLIKATIONEN --- */
.publikationen .buch-cover{
	margin-bottom: 1rem;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.publikationen .buch-cover img{
    width: 100%;
    height: auto;
}
.publikationen .headline{
    font-size: 1.33333rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: .33333rem;
    margin-bottom: .66667rem;
}
.publikationen .subline{
    margin-bottom: .66667rem;
}
.publikationen p{
    margin-bottom: 1.66667rem;
}
.publikationen p a{
    text-decoration: underline;
}
.publikationen p a:hover, .publikationen p a:focus{
    text-decoration: none;
}
.publikationen p.publik-preis{
    font-size: .8rem;
}
.publikationen ul{
    padding-left: 1rem;
    list-style-type: none;
}
.publikationen ul li::before{
    position: absolute;
    margin-left: -.8rem;
    content: '• ';
}
/* --- / PUBLIKATIONEN --- */


/* --- PROFILE --- */
.intro-profil.profil .content{
	background-color: #152642;
	color: #fff;
	padding: 1.33333rem 2rem;
	margin-bottom: 1rem;
	
	height: 185px;
}
.intro-profil.profil .name{
	font-size: 1.6rem;
}

#accordionProfil, #accordionProfil2{
	margin-bottom: 2rem;
}
.card-header {
	padding: 0 1.25rem;
    background-color: #f1f1f1;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	border-bottom: 1px solid #e5e5e5;
}
.card-header.active{
	color: #f58402;
    background-color: #f1f1f1;
}
.card-header .btn-link{
    color: #222222;
    width: 100%;
    text-align: left;
    padding: 1rem 0;
	height: auto;
	text-transform: none;
	font-weight: 700;
}
.card-header.active .btn-link{
    color: #f58402;
}
.card-header .btn-link:hover, .card-header .btn-link:focus, .card-header .btn-link:active{
    color: #f58402;
	text-decoration: none;
}
.card-header.active .btn-link:hover, .card-header.active .btn-link:focus, .card-header.active .btn-link:active{
    color: #f58402;
}
.card-header .fas{
	font-size: 1.5rem;
	position: absolute;
	top: .95rem;
	right: 1.25rem;
}
.card{
	border: 1px solid #e5e5e5;
	border-radius: 2px;
}
.card-body{
	font-size: .93333rem;
	max-height: 287px;
	min-height: 287px;
	/*max-height: 326px;
	min-height: 326px;*/
	overflow-y: auto;
}
.card-body ul{
	padding-left: 1.2rem;
	margin-bottom: 0;
}
.card-body ul li{
	padding-bottom: .3rem;
}
/* --- / PROFILE --- */


/* --- COACHINGHAUS --- */
#coachinghaus.page-section{
	margin-top: 1.33333rem;
}
.haus-content .headline{
	font-size: 1.46667rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: .66667rem;
}
.haus-content2{
	background-color: #f1f1f1;
	border-radius: 2px;
	padding: 1rem;
	margin-bottom: 1rem;
}
.swiper-container.swiperHausImages {
    margin-bottom: 2rem;
}
.haus-slider{
	height: auto;
	padding-top: 33.334%;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}


.hausseite-content h1{
	margin-bottom: 2rem;
}
.hausseite-content h2{
	font-size: 1.46667rem;
	margin-bottom: 1.33333rem;
	line-height: 1.2;
}
.hausseite-content .content p{
	font-size: .93333rem;
}
.ausstattung-checks{
	background-color: #f1f1f1;
	border-radius: 2px;
	padding: 4rem 2rem 2rem 2rem;
}
.ausstattung-check{
	margin-bottom: 2rem;
}

.ausstattung-check .check-image{
	width: 18%;
    margin-right: 2%;
    float: left;
}
.ausstattung-check .check-image img{
	width: 30px;
	height: 30px;
}
.ausstattung-check span{
	display: inline-block;
    float: left;
    width: 80%;
}


.raum-image{
	width: 100%;
	height: auto;
	padding-top: 52%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	margin-top: 2.66667rem;
	position: relative;
}
.raum-image-content{
    width: 100%;
    position: absolute;
    top: calc(50% - 68px);
}
.raum-headline{
	margin-bottom: 0;
    background-color: rgba(255,255,255,.85);
    border-radius: 2px;
    padding: 2rem;
    color: #152642;
}
.raum-headline .h1{
	font-size: 2.53333rem;
	font-weight: 700;
	line-height: 1;
}
.raum-headline p{
	font-size: 1.33333rem;
	margin-bottom: 0;
}
.raum-name{
	font-size: 1.33333rem;
	line-height: 1;
}
.raum-name .fas{
	float: right;
	cursor: pointer;
}
.raum-name .fas{
    transform: rotate(180deg);
    -webkit-transition: .15s linear;
    transition: .15s linear;
    padding-left: 0;
    padding-right: .3rem;
    top: -1px;
}
.raum-name.collapsed .fas{
    transform: none;
    padding-right: 0;
    top: 0;
}
.raum-beschreibung{
	width: 100%;
	background-color: #152642;
	color: #ffffff;
	padding: 2rem;
	margin-bottom: 2rem;
}
.raum-beschreibung .card{
    background-color: #152642;
	border: none;
}
.raum-beschreibung .card-body{
    font-size: .93333rem;
	color: #ffffff;
	padding: 1rem 0;
    max-height: none;
    min-height: auto;
    overflow-y: auto;
}
.raum-beschreibung .table{
    margin-bottom: 0;
}
.first-ths{
	font-size: 1.06667rem;
}
.raum-beschreibung .table td, .raum-beschreibung .table th{
    padding: 1rem;
    vertical-align: top;
    border-top: 1px solid #fff;
}
.raum-beschreibung .table tr:first-child th, .raum-beschreibung .table tr:nth-child(2) td{
    border-top: none;
}
.raum-beschreibung .table tr:nth-child(4) th, .raum-beschreibung .table tr:nth-child(4) td{
    border-top: none;
}
.raum-beschreibung .table tr th:first-of-type, .raum-beschreibung .table tr td:nth-of-type(2){
    border-right: 1px solid #fff;
}
.raum-beschreibung .table tr th:first-of-type, .raum-beschreibung .table tr td:first-of-type{
    padding-left: 0;
}
.raum-beschreibung .table tr th{
    padding-bottom: 0;
}
.tabelle-sternchen{
	font-size: .8rem;
	line-height: 1.1;
	margin-top: .3rem;
}
.raum-icon{
	text-align: center;
	margin-top: 1.33333rem;
}
.raum-icon img{
	width: 100%;
	height: auto;
	max-width: 80px;
}
.raum-icon p{
	color: #f58402;
	font-size: 1.33333rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 1rem;
}

.impressionen-subline{
	font-size: 1.33333rem;
	margin-bottom: 1rem;
}
/* --- / COACHINGHAUS --- */


/* --- Kontakt --- */
#kontakt .headline{
	font-size: 1.33333rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: .66667rem;
}
#kontakt hr{
	margin-top: 0;
	margin-bottom: 1rem;
}
#kontakt img.weiterbildung{
	margin-top: .66667rem;
	width: auto;
	height: 140px;
}
#kontakt .info{
	font-size: .93333rem;
	line-height: 1.2;
}
#kontakt a{
	text-decoration: underline;
}
#kontakt a:hover, #kontakt a:focus{
	text-decoration: none;
}


.thema-content{
	margin-top: 3.33333rem;
}
.thema-content .thema-image{
	width: 100%;
	padding-top: 72.55%;
	border-radius: 5px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #222222;
	margin-bottom: 1rem;
}
.thema-publikation{
	background-color: #152642;
	padding: 1rem 2rem;
	border-radius: 2px;
	margin-bottom: .5rem;
}
.thema-publikation p{
	color: #fff;
	font-size: .93333rem;
	line-height: 1.3;
}
.thema-publikation img{
	width: 100%;
	height: auto;
}
.thema-publikation-info a{
	font-size: .93333rem;
	text-decoration: underline;
	line-height: 1.3;
    display: block;
	margin-bottom: .5rem;
}
.thema-publikation-info a:hover, .thema-publikation-info a:focus{
	text-decoration: none;
}
.thema-content h1{
	margin-top: 1rem;
}
.thema-content .content ul li::before {
    position: absolute;
    margin-left: -.8rem;
    content: '• ';
	color: #f58402;
}
/* --------------------------- / CONTENT --------------------------- */



/* ---------------------------- FOOTER ---------------------------- */
footer{
	background-color: #152642;
	color: #fff;
	font-size: .8rem;
}
footer a{
	color: #fff;
}
.footer-links a{
	padding: 0 .3rem;
}
/* ---------------------------- / FOOTER ---------------------------- */





/* ---------------------------- Super Small devices / iPhone 5 (landscape phones, 320px and down) ---------------------------- */
@media screen and (max-width: 340px) {
[data-drawer-backdrop]:before {
    margin-left: 88%;
}
drawer-menu {
    width: 85%;
}
body{
	padding-top: 56px;
}
.navbar-brand {
    padding-top: .7rem;
    padding-bottom: .7rem;
    margin-right: .3rem;
}
.navbar-brand img {
    height: 35px;
}
}




/* ---------------------------- Small devices (landscape phones, 576px and up) ---------------------------- */
@media screen and (min-width: 576px) {
/* ---------------------------- CONTENT ---------------------------- */
.modal-dialog {
	margin: 10rem auto 0 !important;
}

.skill_switch figure p {
    font-size: .93333rem;
}
.skill_switch figure a{
    font-size: .93333rem;
	color: #f58402;
	display: block;
	margin-top: .5rem;
}
.skill_switch figure figcaption {
    padding: 1rem;
}
	
.publikationen p {
    font-size: .93333rem;
    margin-bottom: 1.66667rem;
}
.publikationen ul{
	font-size: .93333rem;
}
.intro-profil .image {
    height: 350px;
}
/* --------------------------- / CONTENT --------------------------- */
}




/* -------------------------------- Medium devices (tablets, 768px and up) -------------------------------- */
@media screen and (min-width: 768px) {
/* ------------------------ COOKIE-HINWEIS ------------------------ */
section.header_cookie .btn{
    margin-top: 0;
	width: auto;
}
/* ----------------------- / COOKIE-HINWEIS ----------------------- */
    
    
/* ---------------------------- CONTENT ---------------------------- */
.swiper-container.swiperTeaserImages{
	margin-bottom: 2rem;
}
.swiper-pagination {
    display: block;
}
.header-slider .header-slider-div{
	width: 100%;
	position: absolute;
	top: calc(50% - 120px);
}
.header-content{
	margin-bottom: 0;
	background-color: rgba(255,255,255,.85);
	border-radius: 2px;
	padding: 2rem;
	color: #152642;
}
	
.skill_switch figure figcaption{
    padding: .5rem;
}
.skill_switch figure p{
    font-size: .8rem;
}
.skill_switch figure a{
    font-size: .8rem;
	color: #f58402;
	display: block;
	margin-top: .5rem;
}
	
/* --- VORSTELLUNG --- */
.intro-box{
	padding: 2.66667rem 2rem;
}
.intro-profil:first-of-type{
	margin-bottom: 0rem;
}
    
/* --- FORMATE --- */
.paket-box{
   min-height: 140px;
}
/* --- / FORMATE --- */
	
	
.raum-image{
	padding-top: 33.334%;
}
/* --------------------------- / CONTENT --------------------------- */
}




/* -------------------------------- Large devices (desktops, 992px and up) -------------------------------- */
@media screen and (min-width: 992px) {
body{
	padding-top: 85px;
}
.back-to-top {
 	position: fixed;
 	bottom: 100px;
 	right: 15px;
	height: 40px;
	width: 40px;
	border-radius: 2px;
	text-align: center;
	background-color: #f58402;
	color: #fff !important;
	z-index: 1000;
	opacity: .5;
	-webkit-transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
}
a.back-to-top:hover, a.back-to-top:focus{
 	color: #fff !important;
	outline: none;
	opacity: 1;
}
.back-to-top .fas{
 	position: relative;
	top: 8px;
	font-size: 1.5rem;
}

.btn{
	width: auto;
	min-width: 160px;
}

/* ---------------------------- FORMULAR ---------------------------- */
input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
	padding: 0 1rem;
}
select.form-control {
	line-height: 34px;
    padding: 0 2rem 0 1rem;
}
textarea.form-control {
    height: 100px;
	min-height: 100px;
	max-height: 250px;
}
/* --------------------------- / FORMULAR --------------------------- */



/* ---------------------------- HEADER ---------------------------- */
header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000000;
}
header.navbar-shrink{
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.4);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,.4);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.headroom {
    transition: none;
}
.headroom--pinned {
    transform: none;
}
.headroom--unpinned {
    transform: none;
}
	
    
.navbar-expand-lg .navbar-nav .nav-link{
	color: #ffffff;
	font-weight: 700;
}
.navbar-expand-lg .navbar-nav li.nav-item:first-child{
    margin-left: -1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    /*padding: 1.3rem 1rem;*/
	padding: 3rem 1rem 1.5rem 1rem;
}
li.nav-item.dropdown{
	position: inherit;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	width: auto;
	min-width: 200px;
	left: auto;
	background-color: #ffffff;
	border-radius: 2px;
	margin: 0;
	padding: 1rem 1rem;
	border: none;
	-webkit-box-shadow: 0 3px 6px 0px rgba(0,0,0,.2);
    box-shadow: 0 3px 6px 0px rgba(0,0,0,.2);
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
	color: #222222;
}
.navbar-expand-lg .navbar-nav .dropdown-menu ul{
	padding: 0;
	list-style-type: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a{
	font-weight: 700;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li ul{
	padding-left: 1rem;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li ul li a{
	font-weight: 400;
}
.dropdown-item.cat-headline{
	font-weight: 700;
	font-size: .9rem;
}
.navbar .dropdown-item:focus.cat-headline, .navbar .dropdown-item:hover.cat-headline{
	color: #222222;
}
.navbar .dropdown-item{
	line-height: 1;
	color: #222222;
	padding: .5rem 0rem;
	font-size: .933333rem;
}
.navbar a.dropdown-item{
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #000000;
    background-color: transparent;
}
.navbar .dropdown-menu li a{
	display: block;
}
.navbar .dropdown-menu li a:focus, .navbar .dropdown-menu li a:hover{
	margin-left: .25rem;
	color: #f58402;
}
li.dropdown:hover > ul.dropdown-menu, li.dropdown:hover > .dropdown-menu, li.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
}
.dropdown-item.active, .dropdown-item:active {
    color: #f58402 !important;
    background-color: transparent;
}
.navbar-brand{
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
	padding-left: 0;
}
/* --------------------------- / HEADER --------------------------- */



/* --------------------------- CONTENT --------------------------- */
.swiper-container.swiperTeaserImages{
	margin-bottom: 3.33333rem;
}
.header-slider{
	height: auto;
	padding-top: 41.6667%;
}
.header-slider .header-slider-div{
	width: 100%;
	position: absolute;
	top: calc(50% - 138px);
}
.header-content{
	margin-bottom: 0;
	background-color: rgba(255,255,255,.9);
	border-radius: 2px;
	padding: 2rem;
	color: #152642;
}
.header-content .h1{
	font-size: 2.66667rem;
	margin-bottom: 1rem;
	line-height: 1.1;
}
.header-content p{
	font-size: 1.33333rem;
	margin-bottom: 1.5rem;
}
	
	
/* --- VORSTELLUNG --- */
.intro-box{
	min-height: 425px;
	margin-bottom: 0;
}
.intro-profil .content{
	height: 175px;
}
/* --- / VORSTELLUNG --- */
  
.skill_switch figure figcaption {
    padding:1rem;
}
	
/* --- FORMATE --- */
.format-box{
    min-height: 685px;
}
.paket-box{
   min-height: 164px;
}
.online-coaching{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}
/* --- / FORMATE --- */
	
	
/* --- PUBLIKATIONEN --- */
.publikationen .headline{
    line-height: 1.2;
    min-height: 48px;
    max-height: 48px;
    overflow: hidden;
}
/* --- / PUBLIKATIONEN --- */
	

.intro-profil .image {
    height: 250px;
}
	
	
/* --- KONTAKT --- */
#kontakt img.weiterbildung{
	position: absolute;
	bottom: 1rem;
	right: 1rem;
	margin: 0;
}
/* --- / KONTAKT --- */
/* -------------------------- / CONTENT -------------------------- */



/* ---------------------------- FOOTER ---------------------------- */

/* ---------------------------- / FOOTER ---------------------------- */
}




/* -------------------------- Extra large devices (large desktops, 1200px and up) -------------------------- */
@media screen and (min-width: 1200px) {
.px-xl-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

/* ---------------------------- HEADER ---------------------------- */
li.dropdown:hover > ul.dropdown-menu, li.dropdown:hover > .dropdown-menu, li.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
	overflow-x: hidden;
}
/* --------------------------- / HEADER --------------------------- */

.footer-nav .container{
    max-width: 1140px;
}
    
    
/* --------------------------- CONTENT --------------------------- */
.skill_switch figure p{
	font-size: 1rem;
}
/* --- FORMATE --- */
.format-box{
    min-height: 589px;
}
.paket-box{
   min-height: 140px;
}
/* --- / FORMATE --- */
/* -------------------------- / CONTENT -------------------------- */
}




/* ----------------------- Super large devices (super large desktops, 1500px and up) ----------------------- */
@media screen and (min-width: 1500px) {
.px-xxl-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}
}


/* ---------- IMPRESSUM ----------  */

/* ---------- / IMPRESSUM ---------- */


/* ------------- 404-SEITE ------------- */
/* ------------ / 404-SEITE ------------ */
