/*
rf-liga.de Template
creation Date: 2025-04-09
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

body, html{
	font-family: 'RobotoCondensed-Regular', sans-serif;
	width: 100%;
	margin: 0px;
	font-size: 18px;
	overflow-x: hidden;
}
textarea, input{
	font-family: 'RobotoCondensed-Regular', sans-serif;
}
*{
	margin: 0px;
	padding: 0px;
}
.bold, b, strong{
	font-weight: bold;
	font-family: 'RobotoCondensed-Bold', sans-serif;
}
h1, h3{
	font-family: 'RobotoCondensed-Bold', sans-serif;
}
h4, h5, h6{
	font-family: 'RobotoCondensed-Bold', sans-serif;
}
img{
	border: none;
}
a{
	color: inherit;
	text-decoration: none;
}
.contstyles a:hover{
	text-decoration: underline;
}
a.anchorlink{
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
table{
	width: 100%;
	table-layout: fixed;
}
td{
	vertical-align: top;
	position: relative;
}
h1,
h2.title{
	font-size: 66px;
	line-height: 70px;
	letter-spacing: 2px;
}
h2{
	font-size: 48px;
	line-height: 60px;
}
h3{
	font-size: 32px;
}
h4{
	font-size: 28px;
	line-height: 42px;
}
h5{
	font-size: 24px;
	line-height: 38px;
}
h6{
	font-size: 20px;
	text-transform: uppercase;
}
p,
.contstyles li{
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	position: relative;
}
.contstyles p{
	margin-top: 15px;
	margin-bottom: 15px;
}
.contstyles ul,
.contstyles ol{
	margin-left: 25px;
}
p.nomarg-top{
	margin-top: 0px;
}
p.nomarg{
	margin-top: 0px;
	margin-bottom: 0px;
}
.hidden{
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.center{
	text-align: center;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.uppercase{
	text-transform: uppercase;
}
.lowercase{
	text-transform: lowercase;
}
.underline{
	text-decoration: underline;
}
.underline_links a,
.underline_onHover a:hover{
	text-decoration: underline;
}
.nounderline,
.nounderline *:hover{
	text-decoration: none !important;
}
.inline{
	display: inline;
}
.relative{
	position: relative;
}
.font_l,
.font_l p,
.font_l .contstyles li{
	font-size: 22px;
	line-height: 30px;
}
.fields-container{
	display: none;
}
span.smaller,
p.smaller,
.smaller li{
	font-size: 14px;
}
p.smaller,
.smaller li{
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.nooverflow{
	overflow: hidden;
}



/* GLOBALS */
.main-container{
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	position: relative;
}
.main-container.wide{
	max-width: 1300px;
}
.main-container.narrow{
	max-width: 800px;
}
.main-container.fullHeight{
	height: 100%;
}
.main-container.fullheight{
	display: block;
	height: 100%;
}
.widepad,
.cont-block .main-container.widepad{
	padding-top: 110px;
	padding-bottom: 110px;
}
.widepad_top,
.cont-block .main-container.widepad_top{
	padding-top: 110px;
}
.widepad_bot,
.cont-block .main-container.widepad_bot{
	padding-bottom: 110px;
}
.regpad,
.cont-block .main-container.regpad{
	padding-top: 60px;
	padding-bottom: 60px;
}
.regpad_top,
.cont-block .main-container.regpad_top{
	padding-top: 60px;
}
.regpad_bot,
.cont-block .main-container.regpad_bot{
	padding-bottom: 60px;
}
.lowpad{
	padding-top: 30px;
	padding-bottom: 30px;
}
.lowpad_bot{
	padding-bottom: 30px;
}
.lowpad_top{
	padding-top: 50px;
}
.widemarg{
	margin-top: 110px;
	margin-bottom: 110px;
}
.widemarg_top{
	margin-top: 110px;
}
.widemarg_bot{
	margin-bottom: 110px;
}
.cont-block{
	position: relative;
	display: block;
	width: 100%;
}
.fixedh_1{
	height: 360px;
}
.nooverflow{
	overflow: hidden;
}

.page-header{
	display: none;
}

img.cont_img{
	max-width: 100% !important;
	height: auto !important;
}
img.cont_img_limit{
	max-width: 100% !important;
	width: 500px !important;
	height: auto !important;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
img.absimg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
img.fullsize{
	width: 100%;
	display: block;
}
img.maxSize{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
img.sizeFittings{
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
img.f_l{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
img.f_r{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

/* INDEXES */
.top_button_wrapper{
	z-index: 13;
}
#menu-activator,
#languageswitcher{
	z-index: 12;
}
#top-menu{
	z-index: 11;
}
#topmenu-wrapper{
	z-index: 10;
}
#content-wrapper{
	z-index: 2;
}
.cont-block{
	z-index: 1;
}
.zeroindex{
	z-index: 0;
}



/* transitions */
img.fullsize{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
a{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;	
}
.animated_children, .animated_children *{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;	
}

/* CONTENT */
#content-wrapper{
	overflow: hidden;
}


/* CONTENT SPECIFIC */
.block{
	display: block;
	position: relative;
}
.contentspacer{
	display: block;
	position: relative;
	width: 100%;
	height: 90px;
}
.linespacer{
	display: block;
	height: 1px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
.linespacer.marged{
	margin-top: 40px;
	margin-bottom: 40px;
}
.overlay_mask{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.section_bg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 100%;
	height: auto;
}

#top_spacer{
	display: block;
	position: relative;
	height: 100px;
}

.flexwrap{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.cont_pad{
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
}

.flexbox{
	position: relative;
}
.flexbox._s10{
	width: 10%;
}
.flexbox._s20{
	width: 20%;
}
.flexbox._s25{
	width: 25%;
}
.flexbox._s30{
	width: 30%;
}
.flexbox._s35{
	width: 35%;
}
.flexbox._s40{
	width: 40%;
}
.flexbox._s45{
	width: 45%;
}
.flexbox._s47{
	width: 47%;
}
.flexbox._half{
	width: 49%;
}
.flexbox._s50{
	width: 50%;
}
.flexbox._s60{
	width: 60%;
}
.flexbox._s65{
	width: 65%;
}
.flexbox._s70{
	width: 70%;
}
.flexbox._s75{
	width: 70%;
}
.flexbox._s80{
	width: 80%;
}
.flexbox._s90{
	width: 90%;
}
.flexbox._full{
	width: 100%;
}


.contentbutton{
	position: relative;
	display: inline-block;
	margin-left: 0px;
	z-index: 1;
	border: none;
	border-radius: 0px;
	padding: 0px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 22px;
	font-family: 'Outfit-Bold', sans-serif;
	width: 260px;
	height: 45px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-transform: uppercase;
}
.contentbutton.abs{
	position: absolute;
}
.contentbutton a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.contentbutton span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.contentbutton:hover a{
	text-decoration: none;
}
.contentbutton:hover{
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}

/* SPECIFICS */
.homelink_flexbox{
	width: 49.5%;
	text-align: center;
	box-sizing: border-box;
	padding: 70px 60px 70px 60px;
	margin-bottom: 10px;
}
.homelink_flexbox_link{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.homelink_flexbox_arrow{
	position: absolute;
	width: 30px;
	left: 60px;
	bottom: 30px;
}
.homelink_block{
	position: relative;
	display: block;
	border: 3px solid;
}
.homelink_block span{
	position: relative;
	display: block;
	padding-top: 90px;
	padding-bottom: 90px;
	text-transform: uppercase;
	font-size: 30px;
}
.homelink_flexbox:hover{
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0, 0.4);
}
.homelink_flexbox:hover .homelink_block{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.6);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.6);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.6);
}
.homelink_flexbox:hover .homelink_flexbox_arrow{
	margin-left: 5px;
}


.download_linebox{
	display: block;
	position: relative;
	width: 100%;
	border-bottom: 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
}
.download_linebox:first-of-type{
	border-top: 1px solid;
}
.download_linebox_title{
	display: block;
	width: 80%;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
.download_linebox_icon{
	position: absolute;
	right: 10px;
	top: 50%;
	height: 26px;
	margin-top: -13px;
}
.download_linebox:hover .download_linebox_icon{
	filter: drop-shadow(0px 0px 2px rgb(0 0 0 / 0.4));
}
.download_linebox_linkoverlay{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 5;
}



/* login */
.mod-login__submit.form-group svg,
.plg_system_webauthn_login_button,
.mod-login__options.list-unstyled,
.mod-login__username label,
.mod-login__password label,
.com-users-login__options{
	display: none;
}
.mod-login button,
#com-users-login__form button{
	background-color: white;
	color: black;
	border-radius: 0px;
	border: none;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
}
.mod-login button.btn-primary,
#com-users-login__form button.btn-primary{
	margin-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: bold;
}
.mod-login input[type=text],
.mod-login input[type=password],
#com-users-login__form input[type=text],
#com-users-login__form input[type=password]{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	vertical-align: middle;
	background-image: none;
	border: 1px solid #768181;
	border-radius: 0px;
	margin-bottom: 10px;
  resize: none;
	text-align: left;
	width: 400px;
	max-width: 100%;
	text-indent: 20px;
	line-height: 50px;
	height: 50px;
	box-sizing: border-box;
	background-color: #111416;
	color: white !important;
}
.com-users-login.login{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1180px;
	max-width: 95%;
	margin-top: 120px;
	margin-bottom: 120px;
}


.intercabin_sticky_note{
	position: fixed;
	z-index: 9;
	width: 180px;
	height: 52px;
	right: -64px;
	top: 45%;
	rotate: -90deg;
	padding: 0;
	text-align: center;
	transition: all 200ms ease;
}
.intercabin_sticky_note .shape{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	clip-path: polygon(
		0% 0%,      /* top-left */
		100% 20%,    /* top-right */
		95% 100%,   /* bottom-right */
		8% 100%    /* bottom-left (narrower) */
	);
	z-index: -1;
}
.intercabin_sticky_note:hover .shape{
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,.7));
}
.intercabin_sticky_note a{
	text-decoration: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.intercabin_sticky_note a span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 42px;
	font-size: 16px;
	color: white;
	font-weight: bold;
}