/* Custom animations */
@media (min-width: 992px) {
    .link-blog-list .animated-image {
        transform: translate3d(0, 0, 0) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 0;
        transition: transform 0.5s ease, opacity 0.5s ease;
        transform-origin: center center;
        display: block;
    }

    .link-blog-list:hover .animated-image {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        opacity: 1;
    }
}


/* Navigation fixes */
@media screen and (max-width: 991px) {
	.nl-nav-menu-navbar-1 {
		overflow: auto;
	}
}


/*	Defaults */
#main-content-area {
	min-height: 600px;
	margin: 40px 0 120px 0;
}


/* Spacings */
.margin-top-0 {
    margin-top: 0 !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.section.bottom-15-top-0 {
    padding-top: 0;
    padding-bottom: 15px;
}

.section.bottom-30-top-0 {
    padding-top: 0;
    padding-bottom: 30px;
}

.section.bottom-60-top-0 {
    padding-top: 0;
    padding-bottom: 60px;
}


/* Alerts */
.alert {
    background-color: var(--color--elevation);
    border-radius: 6px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
    position: relative;
}


/* Custom forms */
div#captcha_container {
    position: relative;
}

div#captcha_image {
    position: absolute;
    right: 10px;
    top: 10px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    overflow: hidden;
}

@media (max-width: 768px) {
    div#captcha_image {
        position: relative;
        right: 0;
        top: 0;
        overflow: hidden;
        background-color: #f2f2f2;
        margin-bottom: 10px;
        padding: 12px;
        border-radius: 8px;
    }
}

#success {
    display: none;
    padding: 5px 15px;
}

.w-checkbox-input {
    margin: 4px 8px 0 0;
}

input.error {
    border: 1px solid #b77602;
}

.help-block {
    color: #b77602;
    font-size: 0.875rem;
}

.help-block .fa {
    margin-right: 8px;
}

.hidden {
    display: none;
}


/* Download Center */
#downloadCenterContainer h2 {
    font-size: 1.875rem !important;
}

.download-header.open a:after {
    content: '\e316';
    color: #fff;
}

.table-responsive {
    width: 100%;
    overflow: auto;
}

.download-header a {
    display: block;
    background-color: #F1F1F1;
    padding: 0.5rem 1rem;
    color: #BB8F40;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}

.download-header a:focus,
.download-header a:hover,
.download-header.open a {
    background-color: #BB8F40;
    color: #ffffff;
}

.download-header a:after {
    float: right;
    content: '\e313';
    display: inline-block;
    font: normal normal normal 14px/1 Material Icons;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #BB8F40;
}

.download-header a:hover:after {
    color: #fff !important;
}


#download-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

#download-table .jpg:before {
    content: '\f1c5';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#download-table .pdf:before {
    content: '\f1c1';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#download-table tr td i.fa {
    font-size: 16px;
}

#download-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
	background-color: #fff;
	text-transform: uppercase;
}

#download-table tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

#download-table td,
#download-table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

#download-table td a {
    text-decoration: none;
}

#download-table td.center,
#download-table th.center {
    text-align: center;
}

#download-table td.right,
#download-table th.right {
    text-align: right;
}


#download-table thead {
    background-color: #f2f2f2;
}

#download-table thead th {
    padding: 0.5rem 1rem;
    text-align: left;
}


/* Suchergebnisse */
.suchergebnis>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.suchergebnisse .nav-tabs>li {
    margin-bottom: 2rem;
    display: inline-block;
}
.suchergebnisse .nav-tabs li>a span {
	-moz-transform: skewX(-13deg);
	-webkit-transform: skewX(-13deg);
	-o-transform: skewX(-13deg);
	-ms-transform: skewX(-13deg);
	transform: skewX(-13deg);
}

.suchergebnisse .nav-tabs li:hover {
	background-color: #f2f2f2 !important;
}
.suchergebnisse .nav-tabs li>a.active,
.suchergebnisse .nav-tabs li:hover a {
	background-color: #f2f2f2 !important;
	border-bottom: 2px solid #b77602;
	color: #b77602;
}

.suchergebnisse .nav-tabs>li>a {
	margin: 0;
	padding: 1rem;
	text-decoration: none;
}

.suchergebnisse .tab-content>.active {
	opacity: 1 !important;
	padding: 1.5rem 0;
}

.suchergebnisse .tab-content a {
	color: rgba(0, 0, 0, 1) !important;
}

.suchergebnisse .tab-pane {
	display: none;
}

.suchergebnisse {
    min-height: 400px;
    margin-top: 40px;
	padding: 0 15px;
}

.suchergebnisse .alert {
	margin-top: 0;
}

#se-inhalte ol,
#se-downloads ol {
	padding: 30px 15px;
	margin: 0;
	border-top: 1px solid #000;
}

#se-inhalte ol li,
#se-downloads ol li {
	padding: 0.5rem 0;
}




/* CUSTOM TEASER */
.custom-teaser-icon-wrapper {
	overflow: hidden;
	width: 17vw;
	height: 17vw;
	text-align: center;
}

.custom-teaser-icon {
	filter: opacity(1) drop-shadow(0 1000px 0 var(--color--bronze1));
	transform: translateY(-1000px); 
	width: 15vw;
}

.custom-teaser-icon-title {
	color: var(--color--bronze1);
	font-weight: 800;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 1.125rem;
}

@media screen and (max-width: 479px) {
	.custom-teaser-icon-wrapper {
		width: calc((100vw - 80px)  / 2);
		height: calc((100vw - 80px)  / 2);
	}
	.custom-teaser-icon {
		width: 30vw;
	}
	.custom-teaser-icon-title {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 480px) and (max-width:991px) {
	.custom-teaser-icon-title {
		font-size: 0.875rem;
		bottom: 5px;
	}
}




/*	LOGINFORM	*/
#failedlogin {
	display: none; 
	background-color: #000; 
	color: #fff;
}


/*	MAINCONTENT-AREA	*/
.move-to-main-content-area {
	opacity:0;
}

#main-content-area .move-to-main-content-area {
	opacity:1;
}


/*	SITEMAP	*/
#sitemap {
	list-style-type: none; 
	width: 100%;
	padding: 0;
}
#sitemap li {
	padding: 15px;
}
#sitemap li a {
	text-decoration: none;
}
.sm_lvl_one {
	background-color: var(--color--bronze1);
	border-bottom: 1px solid #e2e2e2;
}
.sm_lvl_one a {
	color: #fff;
}
.sm_lvl_two {
	background-color: #e2e2e2; 
	margin-left: 50px;
	border-bottom: 1px solid #fff;
}
.sm_lvl_three {
	background-color: #f2f2f2;
	margin-left: 100px;
	border-bottom: 1px solid #fff;
}
.sm_lvl_four {
	background-color: #f2f2f2;
	margin-left: 150px;
	border-bottom: 1px solid #fff;
}
.sm_lvl_five {
	background-color: #f2f2f2;
	margin-left: 200px;
	border-bottom: 1px solid #fff;
}




/*	RUNDSCHREIBEN	*/
#rs-parsed-content-main table[style*="background"] {
	background: #FAEEDD !important;
	border-radius: 5px;
	border-collapse: separate; 
	overflow: hidden; 
}

#rs-parsed-content-main table[style*="background"] td {
	padding: 15px;
}

.left-blog-list {
	padding: 0 30px;
}
@media screen and (max-width: 991px) {
	.left-blog-list {
		padding: 0;
	}
}


.section.hero-ihrnutzen {
	background-position: 50% 100%;
}



.section.hero-home-a {
	height: 450px;
	overflow: hidden;
}

.section.hero-home-a .master-hero-home-a {
	height: 450px;
	opacity:0;
}

@media screen and (min-width: 991px) {
	.section.hero-home-a .master-hero-home-a .logo {
		max-width: 600px;
	}

	.section.hero-home-a .master-hero-home-a .text-block-35 {
		font-size: 32.5px;
	}

	.section.hero-home-a .master-hero-home-a .icon-arrow-scrolll {
		max-width: 83px;
	}
}

.section.hero-home-a .video-video-section {
	height: 510px;
}


#main-content-area.main-content-area-startpage {
	margin-top: -50px;
}

@media screen and (max-width: 480px) {
	#main-content-area.main-content-area-startpage {
		margin-top: 0;
	}
}


@media screen and (min-width: 1440px) {
	.section.hero-ihrnutzen {
		background-color: #fff;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 100%;
		width: 80%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1920px) {
	.section.hero-ihrnutzen {
		background-size: cover;
	}
}



 .teaserlist-wrapper {
	padding-left: 0 !important;
	padding-right: 0 !important;
 }
 
 .text-highlighted{
	background-color: var(--color--elevation);
	border-radius: 20px;
	width: 100%;
	padding: 20px;
	position: relative;
	margin-top:50px;
}

.expandable-bottom {
	background-color: var(--color--elevation);
	width: 100% !important;	
}

.faq-paragraph {
	width: 100% !important;
	background-color: var(--color--elevation);
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1.250rem !important;
}