@import url(fonts.css);
@import url(registrierung.css);
@import url(xtxicon.css);

.hide {
	display: none !important;
}

body{
	font-family: Arial,Helvetica,sans-serif;
	/* font-size: 17px; */
	color: #222;
	line-height: 25px;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 500;
	display: block;
	margin: 19px 0 17px 0;
}
	h1{
		font-size: 36px;
		line-height: 48px;
		margin: 19px 0 15px;
		letter-spacing: .93px;
	}
	h2{
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 0.4px;
	}
	h3{
		font-size: 20px;
		line-height: 26px;
		letter-spacing: .74px;
	}
	h4,
	span.headline{
		/* margin: 19px 0 20px;
		font-size: 20.000007px;
		line-height: 26px; */
		font-weight: 700;

	}
	span.headline-small{
		margin-bottom: 0;
	}
	h5,
	span.headline-small{
		/* font-size: 18.000008px; */
		/* line-height: 25px; */
		font-weight: 700;
	}

a{
	color: #222;
	text-decoration: none;
}
	a:hover{
		color: #003786; 
		text-decoration: none;
	}

img{
	display: block;
	max-width: 100%;
}

/* *** BUTTONS *** */
.btn {
	position: relative;
	padding: 11px 74px 11px 17px;
	background: #a6c957;
	color: #fff;
	display: inline-block;
}
.btn-important:after,
.btn-large:after,
.btn-small:after,
.btn:after {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: 37px;
	right: 20px;
}

/*  */




/* *** HEADER *** */
.container.header{
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 90rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
	width: 100%;
}

#divLogotext{
	padding: 1.5rem 0 1rem;
	display: flex;
	flex-wrap: wrap;
}
	#logo{
		position: absolute;
		width: 9rem;
	}
	#keyvisual {
		padding: 20px 0 40px;
		margin: 15px 0 0;		
	}
	#keyvisual > img{
		width: 100%;
		border-top: 2px solid #FFFFFF;
	}

#chlang,
#logout{
	display: none;
}

/* --- HEADER -> Navigation --- */
.navbar-wrapper {
	width: 100%;
}
.navbar-header{
	position: absolute;
	top: 10px;
	right: 15px;
	z-index:99;
}

#navbar-collapse{
	overflow: hidden;
	position: absolute;
	background-color: #fff;
	width: 100%;
}
	#navbar-collapse:not(.in){
		height: 0;
	}
	#navbar-collapse.in{
		height: auto;
	}

#top-menu{
	list-style-type: none;
	margin: 20px 0 0;
	padding: 10px 0;
	background-color: #fff;
	border-bottom: 2px solid #222;
}
	#top-menu li#naviLanguage,
	#top-menu li#logoutButton{
		display: none;
	}
	#top-menu li a{
		font-family: Arial;
		text-transform: uppercase;		
		font-size: 18px;
		text-decoration: none;
		display: block;
		padding: 5px 15px;
	}


/* *** CONTENT *** */
#divContent{
	margin: 0 auto;
	padding: 0px 20px;
	width: 100%;
	max-width: 90rem;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

/* --- CONTENT -> Sidebar --- */
.sidebar-content{
	margin: 60px 0;
	padding-top: 0px;
	border-top: none;
}
	.sidebar-content .sidebar-box{
		margin: 0 auto;
		padding: 1rem 0;
		max-width: 500px;
	}
	.sidebar-content .sidebar-box:not(:last-child){
		margin-bottom: 20px;
	}

	.sidebar-content .sidebar-box .inner-box:not(:last-child){
		margin-bottom: 5px;
	}
	.sidebar-content .sidebar-box .inner-box{
		display: flex;
	}
	.sidebar-content .sidebar-box .inner-box .contact-image {
		padding: 0 10px 0 0;
	}
	.sidebar-content .sidebar-box .inner-box .contact-info{
		padding: 0 10px;
	}
	.sidebar-content .sidebar-box img{
		height: 70px;
		width: 70px;
	}
	.sidebar-content .sidebar-box > .headline {
		margin-bottom: 10px;
		font-family: Arial;
		font-size: 1.125rem;
		padding: 1.25rem 0;
	}
	
	.sidebar-content .sidebar-box .email,
	.sidebar-content .sidebar-box .telefon {
		font-family: Arial;
	}
	.sidebar-content .sidebar-box span{
		display: block;
		line-height: 20px;
	}
	.sidebar-content .sidebar-box a.download {
		cursor: pointer;
		font-family: Arial;
		position: relative;
		display: inline-block;
		padding-bottom: 0;
		outline: none;
		overflow: hidden;
		vertical-align: bottom;
		z-index: 1;
	}
	.sidebar-content .sidebar-box a.download:hover {
		color: #003786;
	}	
	.sidebar-content .sidebar-box a.download:after {
		/* content: ''; */
		background-image: url(/custom/img/microsite/1931/arrow-right-orange.svg);
		transform: rotate(90deg);
		display: inline-flex;
		width: 14px;
		height: 12px;
		background-repeat: no-repeat;
		background-size: contain;
		margin: 0 0 0 6px;
	}	
	/* .sidebar-content .sidebar-box a.download {
		padding-bottom: 2px;
		background: -webkit-gradient(linear,left top,left bottom,color-stop(86%,rgba(0,0,0,0)),color-stop(0,#b8e986)) 0 0/0 100% no-repeat;
		background: -o-linear-gradient(top,rgba(0,0,0,0) 86%,#b8e986 0) 0 0/0 100% no-repeat;
		background: linear-gradient(180deg,rgba(0,0,0,0) 86%,#b8e986 0) 0 0/0 100% no-repeat;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	.sidebar-content .sidebar-box a.download:hover {
		background-size: 100% 100%;
	} */
	.sidebar-content .sidebar-box a.link {
		cursor: pointer;
		font-family: Arial;
		position: relative;
		display: inline-block;
		padding-bottom: 0;
		outline: none;
		overflow: hidden;
		vertical-align: bottom;
		z-index: 1;
		color: #003786;
	}
	.sidebar-content .sidebar-box a.link:hover {
		color: #003786;
	}	
	.sidebar-content .sidebar-box a.link:after {
		content: '';
		background-image: url(/custom/img/microsite/1931/arrow-right-orange.svg);
		display: inline-flex;
		width: 10px;
		height: 12px;
		background-repeat: no-repeat;
		background-size: contain;
		margin: 0 0 0 6px;
	}	
	/* .sidebar-content .sidebar-box a.link:before {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		content: "";
		background: #b8e986;
		-webkit-transform: translateY(-2px) rotateX(180deg);
		transform: translateY(-2px) rotateX(180deg);
		-webkit-transform-origin: bottom;
		-ms-transform-origin: bottom;
		transform-origin: bottom;
		-webkit-transition: -webkit-transform .5s;
		transition: -webkit-transform .5s;
		-o-transition: transform .5s;
		transition: transform .5s;
		transition: transform .5s,-webkit-transform .5s;
		z-index: -1;
	}
	.sidebar-content .sidebar-box a.link:hover:before {
		transform: translateY(0);
	} */

/* *** Sidebar Social Media *** */

.sidebar-box.social-media ul {
	list-style-type: none;
	display: flex;
	padding: 0;
}
.sidebar-box.social-media ul li{
	width: 40px;
	height: 40px;
	background-color: #757575;
	border-radius: 50%;
	margin: 0 0.5rem 0.5rem 0;
	transition: background-color 0.3s;
}
.sidebar-box.social-media ul li:hover{
	background-color: #003786;
	transition: background-color 0.3s;
}
.sidebar-box.social-media ul li a{
    background-size: 45%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
}
.sidebar-box.social-media ul li.facebook a{
    background-size: 30%;
}
.sidebar-box.social-media ul li.youtube a{
    background-size: 50%;
}
.sidebar-box.social-media ul li.pinterest a{
    background-size: 35%;
}
.sidebar-box.social-media ul li.instagram a{
    background-size: 50%;
}
/* *** FOOTER *** */
#divFooter {
	padding: 1.25rem 0;
	background-color: #313131;
	font-size: 0.875rem;
}
#divFooter .footer-content{
	color: #fff;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1170px;
}

.footer-lower .text a {
    margin-right: 18px;
    color: #aaa;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: .5px;
    background: none;
}

#divFooter .social-media{
	font-size: 24px;
	margin-top: 10px;
}
#divFooter .social-media ul{
	list-style: none;
	display: flex;
	justify-content: flex-start;
	padding: 0;
}
#divFooter .social-media ul li{
	margin-right: 27px;
}
#divFooter .social-media ul li a{
	color: #aaa;

}
/* Scroll To Top */

#scrollToTop {
    position: fixed;
    right: 15px;
    bottom: 30px;
    cursor: pointer;
    background-color: #5c5c5c;
    border-color: #5c5c5c;
	border-radius: 3px;
    opacity: 0.7;
    color: #fff;
    font-size: 13px;
    padding: 0 9px;
}

#scrollToTop:hover {
	background-color: #003786;
    border-color: #003786;
}

/* #scrollToTop i {
	position: relative; 
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	font-size: 36px;
	color: #aaa;
}
#scrollToTop i:hover{
	color: #222;
}
#scrollToTop.animated {
    -webkit-animation: bounce 3s 0s forwards;
    animation: bounce 3s 0s forwards;
} */
#scrollToTop span {
	width: 12px;
	padding: 0 9px;
}
.icon--arrow-up-white:before {
	content: '';
	position: absolute;
	bottom: 9px;
	right: 9px;
    background-image: url('/custom/img/microsite/1931/arrow-up-white.svg');
    width: 12px;
    height: 7px;
	background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media only screen and (min-width: 639px){
	h1 {
		margin: 19px 0 15px;
		font-size: 41.999996px;
		line-height: 48px;
		font-weight: 500;
		letter-spacing: 1.09px;
	}	
	h2 {
		margin: 19px 0 17px;
		font-size: 30.999993px;
		line-height: 40px;
		font-weight: 500;
		letter-spacing: .5px;
	}		
	.container.header {
		padding: 0px;
	}
	#divContent{
		padding: 0pxpx;
	}	
}

@media only screen and (min-width: 768px){
	/* h1,
	h2,
	h3, */
	h4,
	h5,
	span.headline{
		margin-bottom: 15px;
		font-size: 100%;
	}


	/* *** HEADER *** */
	/* #chlang,
	#logout{
		color: #FFFFFF;
		display: block;
		position: absolute;
		top: 19px;
	}
		#chlang:before,
		#logout:before{
			font-family: fontAwesome;
			font-size: 28px;
		}
		#chlang a,
		#logout{
			text-decoration: none;
		}

	#logout{
		right: 80px;
	}
		#logout:before{
			content: '\f08b';
		}

	#chlang{
		right: 120px;
		cursor: pointer;
	}
		#chlang:before{
			content: '\f0ac';
		}
		#chlang .chlang-wrapper{
			position: relative;
		}
		#chlang .chlang-wrapper > div{
			font-size: 12px;
			line-height: 20px;
			display: none;
			position: absolute;
			top: 10px;
			left: -25px;
			padding: 5px 0;
			width: 70px;
			background-color: #FFFFFF;
			border-radius: 3px;
		}
		#chlang .chlang-wrapper > div:before{
			content: '';
			position: absolute;
			top: -10px;
			left: 25px;
			border-right: 10px solid transparent;
			border-bottom: 10px solid #FFFFFF;
			border-left: 10px solid transparent;
		}
		#chlang .chlang-wrapper > div a{
			display: block;
			padding: 2px 10px;
		}
		#chlang .chlang-wrapper > div a:hover{
			background-color: #e9e9e9;
		}
		#chlang .chlang-wrapper > div a.active{
			color: #FFFFFF;
			background-color: #222;
		} */

	/* --- HEADER -> Navigation --- */
	#top-menu li#naviLanguage,
	#top-menu li#logoutButton{
		display: none;
	}


	/* *** FOOTER *** */
	#divFooter .footer-content .footer-lower{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 960px){
	#logo{
		width: 9rem;
		/* margin-left: 2.5rem; */
	}
}
@media only screen and (min-width: 1024px){
	/* *** HEADER *** */

	#logout{
		right: 30px;
	}
		#chlang{
			right: 70px;
			cursor: pointer;
		}
		#keyvisual {
			margin: 0;		
		}
	/* --- HEADER -> Navigation --- */
	#divLogotext {
		justify-content: space-between;
	}
	.navbar-wrapper {
		width: 100%;
	}
	.navbar-header{
		display: none;
	}

	#navbar-collapse{
		float: right;
		width: calc(100% - 400px);		
		position: relative;
		top: auto; 
		height: auto !important;
	}

	#top-menu{
		padding: 0 20px;
		border-bottom: 0 none;
		box-shadow: none;
	}
		#top-menu{
			display: flex;
			justify-content: flex-end;
			margin: 0;
		}
		#top-menu li {
			padding: 0 17px;
		}		
		#top-menu li a{
			color: #222;
			padding: 0 0 2px;
			font-size: 24px;
			line-height: 36px;			
		}

		/* #top-menu li a {
			background: -webkit-gradient(linear,left top,left bottom,color-stop(86%,rgba(0,0,0,0)),color-stop(0,#b8e986)) 0 0/0 100% no-repeat;
			background: -o-linear-gradient(top,rgba(0,0,0,0) 86%,#b8e986 0) 0 0/0 100% no-repeat;
			background: linear-gradient(180deg,rgba(0,0,0,0) 86%,#b8e986 0) 0 0/0 100% no-repeat;
			-webkit-transition: all .4s;
			-o-transition: all .4s;
			transition: all .4s;
		} */
		#top-menu li a:hover {
			color: #003786;
		}		


	/* *** CONTENT *** */
	#bodyMicrosite #divContent,
	#divContentWrapper{
		display: flex;
		padding: 1rem 0 0;
		justify-content: space-between;
	}

	#bodyMicrosite.registration #divContent .main-content {
		min-width: 70%;
	}

	/* --- CONTENT -> Sidebar --- */
	.sidebar-content{
		display: flex;
		flex-wrap: wrap;
		margin-top: 0;
		padding-top: 0;
		/* border-top: 1px solid #bdbdbd; */
	}
		.sidebar-content .sidebar-box{
			margin-left: 48px;
			width: 350px;
		}
		.sidebar-content .sidebar-box .inner-box .contact-image,
		.sidebar-content .sidebar-box .inner-box .contact-info{
			padding: 0px;
		}


	/* *** FOOTER *** */
	#divFooter .footer-content{
		padding: 0;
		max-width: 90rem;
		display: flex;
		justify-content: flex-start;
		box-sizing: border-box;
	}
	#divFooter .footer-content .footer-upper{
		width: 30%;
	}
	#divFooter .footer-content .social-media ul {
		margin: 0;
	}
	#divFooter .footer-content .social-media ul li:last-child {
		margin-right: 0;
	}
}