/* CSS Document */


h2 {
    font-size: 3.5em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
}
h5 {
    margin-bottom: 0;
}


.bgBeige {
 	background: #fdfaf3 url(/assets/background-beige@2x.png);
    background-size: 128px;  
    background-color: #f8f5ee;
}
.bgDarkBeige {
    background-color: #e6d7be;
}
.bgOrange {
    background-color: #f3ae1c !important;
}
.bgGrey {
    background: #25272c url(/assets/background-darkgrey-sparkels.png);
}
.bgBlack {
    background: #1e2025 url(/assets/background-black-sparkels.png);
}
.bgBlueLight {
    background-color: #299bc2;
}

.hvGreen:hover,
.hvGreen.active { 
	background-color: #819552;
}
.hvRed:hover,
.hvRed.active { 
	background-color: #fa715e;
}
.hvPurple:hover,
.hvPurple.active { 
	background-color: #846cb7;
}
.hvBrown:hover, 
.hvBrown.active { 
	background-color: #ad633f;
}
.hvCherry:hover, 
.hvCherry.active { 
	background-color: #a5345c;
}

.bgBeige .teaser-body:after {
    background-image: url(/assets/triangle-beige@2x.png);
}

div.mainStage {
    position: relative;
}

div.themesSocialMedia {
    min-height: 50px;
    line-height: 50px;
    padding: 0 40px;
    color: #e6d7be;
    font-size: 20px;
}

div.themesStage {
    position: relative;
    width: auto;
 	height: 1000px;
    margin-right: 36%;
    border: 0px dashed #bada55;
    box-sizing: border-box;  
    overflow: hidden; 
    background: #000;
}

div.themesPlaceholder {
    display: none;
}

div.themeElem,
div.themeSlider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background-position: top left;
}
div.themeElem {
    overflow: hidden;
}
div.themeSlider,
#themeAfter {
    width: 5px;
}

div.themeSlider .ui-resizable-e {
    cursor: ew-resize;
    width: 60px;
    right: -30px;
}
div.themeSliderBar {
    position: absolute;
    top: 0;
    right: -20px;
    width: 40px;
    height: 100%;
    background: #f3ae1c;
    -moz-box-shadow: 0px 0px 75px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 75px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 75px rgba(0,0,0,0.75);
    z-index: 80;
}
div.themeSliderHandle {
    position: absolute;
    top: 50%;
    right: -15px;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    background: url(/img/kommunikation/themes-slider-arrows.png) center no-repeat;
    z-index: 85;
}

div.themeElem .childElem {
    position: absolute;
    border: 0px dashed #bada55;
}
div.themeElem .containerElem {
    position: absolute;
    top: 0;
    left: 0;
    background-position: bottom right;
    background-size: cover;
    -moz-box-shadow: inset 0px 0px 75px rgba(0,0,0,0.75);
	-webkit-box-shadow: inset 0px 0px 75px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 75px rgba(0,0,0,0.75);
}
#themeAfter .containerElem {
    z-index: 50;
}

div.containerElem .maxArea {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
/*  max-width: 1000px;*/
    height: inherit;
    border: 0px dashed #bada55;
    box-sizing: border-box;	
}

div.themesFooter {
    min-height: 40px;
    padding: 0;
}

div.themeSelectorIntro {
    position: absolute;
    top: -322px;
    right: 18%;
    width: 18%;
    height: 372px;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    background: url(/img/kommunikation/bg-auswahl.png) no-repeat center;
    z-index: 110;
}
div.themeSelectorIntro span.circleGreen {
    margin: 50px auto 10px;
    font-size: 60px;
}
div.themeSelectorIntro p.text2 {
    margin-top:85px;
}
div.themeSelectorIntro img.arrowDown {
    margin: 10px;
}

div.themesSelector {
    position: absolute;
    top: 50px;
    right: 18%;
    width: 18%;
    height: 1000px;
    border: 0px dashed #bada55;
    box-sizing: border-box;
}
div.selectorElem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all 0.3s;
    cursor: pointer;
}
div.selectorElem:hover,
div.selectorElem.active {
    background-image: none;
}
span.selectorNum {
    display: block;
    width: 72px;
    height: 72px;
    line-height: 56px;
    text-align: center;
    color: #e6d7be;
    font-size: 30px;
    border: 2px solid #e6d7be;
    border-radius: 50%;
    transition: all 0.3s;
}
span.selectorNum > sup {
	font-weight: bold;
}
div.selectorElem:hover span.selectorNum,
div.selectorElem.active span.selectorNum {
    color: #fff;
    border-color: #fff;
}

div.contentInfobox {
    position: absolute;
    top: 50px;
    right: 0;
    width: 18%;
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
}
div.contentInfobox .inner {
    position: relative;
    width: auto;
    height: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box;
    border: 2px solid #dccaab;
}
div.contentInfobox hr {
    height: 4px;
    color: #e6d7be;
    border-top: 2px solid #dccaab;   
    border-right: none;
    border-bottom: 2px solid #dccaab; 
    border-left: none;
    margin: 5px 0 15px;
}
div.contentInfobox p.list span {
   	display: block;   
}
div.downloadInfoBox {
    position: absolute;
    top: 550px;
    right: 0;
    width: 18%;
    height: 200px;
    box-sizing: border-box;
}
/*
div.downloadInfoBox p {
    margin: 0;
}
a.downloadPaper {
    text-decoration: none !important;
    transition: all 0.3s;
}
a.downloadPaper i.icon {
    opacity: 0.5;
    transition: all 0.3s;
}
a.downloadPaper:hover {
    color: #fff;
}
a.downloadPaper:hover i.icon {
    opacity: 1;
}
*/
div.contactInfoBox {
    position: absolute;
    top: 550px;
    right: 0;
    width: 18%;
    height: 500px;
    padding: 20px;
    box-sizing: border-box;
}
div.contactInfoBox .inner {
    width: 100%;
    background-color: inherit;
}

div.contactInfoBox hr {
    height: 1px;
    border: none;
    border-top: 2px solid #fabf44;
    margin: 20px 0 30px;
}

#popupShadow {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 99999;
}
#popupContainer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 640px;
    height: 400px;
    margin-left: -320px;
    margin-top: -200px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 75px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 0px 75px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 75px rgba(0,0,0,0.75);
    z-index: 100000;
}
#popupContainer .close {
    content: "Schließen";
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    padding: 0 20px 0 0;
    background: url(/img/kommunikation/icon-close.png) no-repeat right top;
    cursor: pointer;
    z-index: 100001
}
.popupContent {
    position: relative;
    width: inherit;
    height: inherit;
    padding: 50px;
    box-sizing: border-box;
}
.popupContent h3 {
    text-align: center;
}
.popupPlaceholder {
    display: none;
}

.circle {
    display: block;
    position: relative;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    border: 2px solid #000;
    border-radius: 50%;
}
.circleInfo {
    position: absolute;
    width: 60px;
    height: 60px;
    margin-left: 5px;
    line-height: 50px;
    font-size: 3em;
    cursor: pointer;
    transition: all 0.3s;
}
.circleInfo:after {
    content: 'i';
}
.circleInfo:hover {
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
}

.circleGreen {
    color: #84ba53;
    border-color: #84ba53;
}
.circleOrange {
	color: #fff;
    border-color: #fff;
    background-color: #f3ae1c;
}
.circleDarkOrange {
	color: #fff;
    border-color: #fff;
    background-color: #f88d3f;
}

hr.whiteDouble {
    height: 4px;
    border-top: 2px solid #fff;   
    border-right: none;
    border-bottom: 2px solid #fff; 
    border-left: none;
    margin: 0px 0 50px;
}
hr.lineX {
    margin: 0;
    margin-bottom: 40px;
 	height: 0px;
    border: none;
    border-top: 2px solid #dccaab;
    background-color: inherit;   
}
hr.lineX:after {
    display: block;
    position: relative;
    content: "";
    width: 14px;
    height: 13px;
    left: 50%;
    top: -7px;
    margin-left: -7px;
    background-color: inherit;
    background-image: url(/img/kommunikation/line-x.php?stroke=dccaab);
}
div.contactInfoBox hr:after {
    background-image: url(/img/kommunikation/line-x.php?stroke=fabf44);
}

img.info {
    display: block;
}


.txt-20 {
    font-size: 1.25em;
}
.txt-40 {
    font-size: 2em;
}

.txtDarkGrey {
    color: #373a40 !important;
}
.txtDarkBeige {
    color: #e6d7be;
}

.txtCenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

a {
    border: none;
}


/* ### Animation-Stuff ### */

.bounceIn {
	width: 5px;
    -webkit-animation: nc-bounce-in 3s 2s 1 running;
    -moz-animation: nc-bounce-in 3s 2s 1 running;
    animation: nc-bounce-in 3s 2s 1 running; 
}
@-webkit-keyframes nc-bounce-in {
    0% {   	width: 5px; }
    80% { 	width: 75px; }
    85% {	width: 0px; }
    90% {	width: 7px; }
    95% {	width: 2px; }
    100% {	width: 5px; }
}
@-moz-keyframes nc-bounce-in {
    0% {   	width: 5px; }
    80% { 	width: 75px; }
    85% {	width: 0px; }
    90% {	width: 7px; }
    95% {	width: 2px; }
    100% {	width: 5px; }
}
@keyframes nc-bounce-in {
    0% {   	width: 5px; }
    80% { 	width: 75px; }
    85% {	width: 0px; }
    90% {	width: 7px; }
    95% {	width: 2px; }
    100% {	width: 5px; }
}

.pulsate {
    -webkit-animation: nc-pulsate 7s 3s infinite;
    -moz-animation: nc-pulsate 7s 3s infinite;
    animation: nc-pulsate 7s 3s infinite; 
}
@-webkit-keyframes nc-pulsate {
    0% {   	-webkit-transform: scale(1.0); }
    2% { 	-webkit-transform: scale(1.1); }
    4% {	-webkit-transform: scale(1.0); }
    6% { 	-webkit-transform: scale(1.1); }
    8% {	-webkit-transform: scale(1.0); }
    20% {	-webkit-transform: scale(1.0); }
    22% { 	-webkit-transform: scale(1.1); }
    24% {	-webkit-transform: scale(1.0); }
    26% { 	-webkit-transform: scale(1.1); }
    28% {	-webkit-transform: scale(1.0); }
}
@-moz-keyframes nc-pulsate {
    0% {   	-moz-transform: scale(1.0); }
    2% { 	-moz-transform: scale(1.1); }
    4% {	-moz-transform: scale(1.0); }
    6% { 	-moz-transform: scale(1.1); }
    8% {	-moz-transform: scale(1.0); }
    20% {	-moz-transform: scale(1.0); }
    22% { 	-moz-transform: scale(1.1); }
    24% {	-moz-transform: scale(1.0); }
    26% { 	-moz-transform: scale(1.1); }
    28% {	-moz-transform: scale(1.0); }
}
@keyframes nc-pulsate {
    0% {   	transform: scale(1.0); }
    2% { 	transform: scale(1.1); }
    4% {	transform: scale(1.0); }
    6% { 	transform: scale(1.1); }
    8% {	transform: scale(1.0); }
    20% {	transform: scale(1.0); }
    22% { 	transform: scale(1.1); }
    24% {	transform: scale(1.0); }
    26% { 	transform: scale(1.1); }
    28% {	transform: scale(1.0); }
}

.smoothy {
	transition: all 0.5s;
}


/* ### CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) ### */  

@media screen and (-webkit-min-device-pixel-ratio:0) {  

}


/* ### CSS Statements that only apply on mozilla browsers (Firefox, etc.) ### */  

@-moz-document url-prefix() {

	span.selectorNum {
        line-height: 72px;
    }
   
}

/* ### 2018 Adjustments ### */
div.mainStage {
	padding-bottom: 250px;
}

div.themesStage {
	margin-right: 18%;
}

div.themeSelectorIntro,
div.themesSelector {
	right: 0;
}

div.contentInfobox  {
	top: 1050px;
	left: 0;
	right: auto;
	width: 41%;
	height: 250px;
	text-align: right;
}
div.contentInfobox .inner,
div.contactInfoBox .inner {
	width: 100%;
	height: auto;
	padding: 0;
	border: 0px dashed deeppink;
}
div.contactInfoBox {
	top: 1050px;
	right: 0;
	width: 41%;
	height: 250px;
	text-align: left;
}
div.downloadInfoBox {
	top: 1050px;
	right: 41%;
	width: 18%;
	height: 250px;
	border: 0px dashed deeppink;
}
div.downloadInfoBox .inner {
	margin: 10px auto;
	width: 210px;
	height: 210px;
	border: 10px solid #ad633f;
	border-radius: 50%;
	background-size: cover;
}

div.textBox {
	padding: 20px;
	background-color: rgba(0,0,0,0.35);
	border: 0px dashed #bada55 !important;
}

/* ### Resoultion based adjustments ### */

@media screen and (max-width: 1590px), (max-height: 1030px)  { 

/*	div.mainStage {
		padding-bottom: 250px;
	}

	div.themesStage {
		margin-right: 18%;
	}

	div.themeSelectorIntro,
	div.themesSelector {
		right: 0;
	}

	div.contentInfobox  {
		top: 1050px;
		left: 0;
		right: auto;
		width: 57%;
		height: 250px;
	}
	div.contentInfobox .inner {
		padding-top: 10px;
	}
	div.contentInfobox hr {
		margin: 0px 0 10px;
	}
	div.contentInfobox p.list span {
		display: inline-block;   
	}
	div.contactInfoBox {
		top: 1050px;
		right: 18%;
		width: 25%;
		height: 250px;
	}
	div.downloadInfoBox {
		top: 1050px;
		right: 0;
		width: 18%;
		height: 250px;
	}
 */   
    .txt-20 {
        font-size: 1.1em;
    }
    .txt-40 {
        font-size: 2em;
    }
    
    
}

@media screen and (max-width: 1200px), (max-height: 1030px) {
	
	div.mainStage {
        padding-bottom: 200px;
    }
    
	div.themesStage {
        height: 750px;
        margin-right: 150px;
    }
	
    div.themeSelectorIntro,
    div.themesSelector {
        width: 150px;
		border: none;
    }
    div.selectorElem {
        height: 150px;
    }
    
    div.contentInfobox,
    div.contactInfoBox,
    div.downloadInfoBox {
        top: 800px;
        height: 200px;
    }
 
    div.themeSelectorIntro p.text2 {
        margin-top:65px;
    }
    
    div.themeSelectorIntro img.arrowDown {
        margin: 0px;
    }
	
	div.downloadInfoBox .inner {
		margin-top: -15px;
	}
    
    .txt-20 {
        font-size: 0.9em;
    }
    .txt-40 {
        font-size: 2em;
    }

}

@media screen and (max-width: 1000px) {
	
	div.themeSelectorIntroX,
    div.themesSelectorX {
		display: none;
	}
	div.themeSelectorIntro {
		top: 50px;
		left: 0;
		right: 450px;
		height: 90px;
		width: auto;
		border-top: 1px solid #fff;
		background-image: url(/img/kommunikation/bg-auswahl-quer.png);
		-moz-box-shadow: inset 0px 0px 15px rgba(0,0,0,0.35);
		-webkit-box-shadow: inset 0px 0px 15px rgba(0,0,0,0.35);
		box-shadow: inset 0px 0px 15px rgba(0,0,0,0.35);
	}
	div.themeSelectorIntro .circleGreen,
	div.themeSelectorIntro .arrowDown{
		display: none;
	}
	div.themeSelectorIntro p.text1,
	div.themeSelectorIntro p.text2 {
		display: inline-block;
		vertical-align: middle;
		width: 48%;
		margin-top: 10px;
	}
	
	div.themesSelector {
		display: flex;
		flex-direction: row;
		width: 450px;
		height: 90px;
		border-top: 1px solid #fff;
	}
	div.selectorElem {
		width: 90px;
		height: 89px;
	}
	span.selectorNum {
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 40px;
	}
	
	div.themesStage {
		margin-top: 90px;
        margin-right: 0;
    }
	
	div.contentInfobox,
    div.contactInfoBox,
    div.downloadInfoBox {
		top: 890px;
		width: 35%;
	}
	div.downloadInfoBox {
		width: 30%;
		right: 35%;
	}
	div.downloadInfoBox .inner {
		margin-top: -6%;
	}
}
