.tools {
	display: none;
}

.meta {
	display: none;
}

.main {
	display: none;
}

#esv-footer {
	display: none;
}

.logo {
	width: 400px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 200px) !important;
}

/*
 * login - 2018
 */


html {
	font-size: 16px;
	/*background: rgb(242, 245, 245);*/
}



#esv-header {
	min-height: 50px;
	height: 150px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%;
	padding: 0;
}

#esv-header .center {
	position: relative;
	height: 130px;
}

.ibsys_card>.center {
	box-shadow: 0px 1px 6px rgba(0, 0, 0, .4) !important;
}

.logo {
	width: 400px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: calc(50% - 200px);
}

.logo img {
	height: 100px;
	width: auto;
}

#esv-header .backlink {
	position: absolute;
	right: 0;
	bottom: 12px;
	cursor: pointer;
	text-transform: uppercase;
}

#esv-header .backlink:before {
	content: "";
	display: inline-block;
	border-color: rgb(71, 82, 86);
	border-style: solid;
	border-width: 1px;
	border-top: none;
	border-right: none;
	margin: 0 3px 2px 8px;
	width: 10px;
	height: 10px;
	-webkit-transform: rotate(45deg) skew(15deg, 15deg);
	-moz-transform: rotate(45deg) skew(15deg, 15deg);
	-o-transform: rotate(45deg) skew(15deg, 15deg);
	transform: rotate(45deg) skew(15deg, 15deg);
}

#esv-header a.backlink {
	text-decoration: none;
	color: rgb(71, 82, 86);
}



/*lines*/


.meta_container {
	float: left;
	width: 100%;
	position: relative;
	padding: 35px 0 100px;
}

.ibsys_card>.center {
	background: white;
	-moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#ccc')";
	/* For IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#ccc');
	/* For IE 5.5 - 7 */
}




/*///////////////////////////////////
content elements
*/


.tile {
	padding: 25px;
	position: relative;
}

.tile.bg_yellow {
	/*this happens if someone uses image in tile-tag*/
	padding: 0px;
}

.tilelink {}

.tileimg {
	margin: 0 auto;
	display: block;
}


h2.top_header {
	font-size: 1.75rem;
	line-height: 1.875rem;
	background: transparent;
	display: flex;
	align-items: center;
	padding: 0 15px 25px 0;
}

h2.top_header .icon_big {
	float: left;
	width: 60px;
	height: auto;
	margin: 3px 15px 0 0;
}

.login_info {
	position: absolute;
	right: 10px;
	top: 10px;
}

.login_info img {
	width: 22px;
	margin: 0;
}

.handy_sig_login>.tile:first-child {
	border-right: 1px solid rgba(71, 82, 86, 0.2);
}

.eid_button {
	background: #008e5c;
	color: white;
	padding: 10px;
	cursor: pointer;
	float: right;
	text-decoration: none;
	line-height: 18px;
}

.eid_logo {
	width: 100%;
	margin: auto;
	max-width: 150px;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {}

@media (max-width : 1599px) {

	_:-ms-fullscreen,
	:root .eid_logo {
		padding-top: 25px;
	}
}

.eid_text {
	margin: 0 auto;
}

@media (max-width : 1599px) {
	.eid_text {
		font-size: 1.2rem;
	}
}

.eid_button:hover,
.eid_button:active,
.eid_button:focus {
	background: #008e5c;
	color: white;
}

.eid_link {
	display: block;
	padding: 25px 0 0 37px;
	text-decoration: none;
	font-weight: 700;
	line-height: 1rem;
	color: black;
	font-size: 13px;
}

.eid_link img {
	height: 30px;
	width: auto;
	margin: 0 5px -5px -34px;
}

.eid_info_link {
	display: block;
	padding: 0;
	margin-bottom: 12px;
	text-decoration: none;
}

a#cc_link {
	display: block;
	padding: 25px 0 0 37px;
	text-decoration: none;
	font-weight: 700;
	line-height: 1rem;
	color: black;
	font-size: 13px;
}

a#hint_link {
	display: block;
	padding: 25px 0 0 2%;
	text-decoration: underline;
	font-weight: 700;
	line-height: 1rem;
	color: black;
	font-size: 13px;
}

#cc_link img {
	height: 20px;
	width: auto;
	margin: 0 5px -5px -37px;
}

.columns3_layout.login_modes {
	justify-content: flex-start;
	border-top: 1px solid rgba(71, 82, 86, 0.2);
}

.login_modes .tile {
	line-height: 1rem;
	border-right: 1px solid rgba(71, 82, 86, 0.2);
	padding-left: 65px;
}

.login_modes .tile:nth-child(3) {
	border-right: none;
}

.login_modes .tile img:not(.icon_small) {
	height: 40px;
	width: auto;
	float: left;
	margin: -5px 0 0 -40px;
}

.login_modes .tile img.usp_image {
	height: 38px;
	margin: 0 0 0 -30px;
	max-width: calc(100% + 15px);
}

.login_modes .tile a {
	color: black;
	text-decoration: none;
	display: block;
}

a#cc_link:hover,
.login_info:hover img,
.login_modes .tile a:hover img,
.login_modes .tile a:hover {
	opacity: .7;
}



/*user_pass_login*/

#user_pass_login {
	display: none;
	border-top: 1px solid rgba(71, 82, 86, 0.2);
}

#user_pass_login .columns2_layout .tile:first-child,
#user_pass_login h2.top_header {
	padding-bottom: 0;
}

.close_dropdown {
	position: absolute;
	right: 10px;
	top: 10px;
	text-decoration: none;
}

#user_pass_login label {
	font-weight: 300;
}

#user_pass_login button {
	text-transform: uppercase;
}

/*pfad*/
.pfad {
	border-top: 1px solid rgba(71, 82, 86, 0.2);
}

/*content from elsewhere*/


.handy_sig_login>.tile:nth-child(3) {
	padding: 0;
}

.handy_sig_login iframe,
.handy_sig_login .contentline,
.handy_sig_login .center {
	width: 100%;
	margin: 0;
	position: relative;
}

.handy_sig_login .contentline,
.handy_sig_login .center {
	display: flex;
}

.handy_sig_login .meta_container {
	padding: 0;
}

.handy_sig_login .meta_container {
	background: rgb(242, 245, 245);
}

@media (max-width: 960px) {

	.handy_sig_login .contentline .columns3_layout>li,
	.handy_sig_login .contentline .columns3_layout>div {
		width: 100%;
	}

}


/* Responsive::begin */

.rrow {
	display: flex;
}

@media (max-width : 576px) {
	.rrow>.col-12 {
		display: block;
		width: 100%;
	}

	.rrow>.col-11 {
		display: block;
		width: 83.33%;
	}

	.rrow>.col-10 {
		display: block;
		width: 75%;
	}

	.rrow>.col-9 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-8 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-7 {
		display: block;
		width: 58.33%;
	}

	.rrow>.col-6 {
		display: block;
		width: 50%;
	}

	.rrow>.col-5 {
		display: block;
		width: 41.65%;
	}

	.rrow>.col-4 {
		display: block;
		width: 33.33%;
	}

	.rrow>.col-3 {
		display: block;
		width: 25%;
	}

	.rrow>.col-2 {
		display: block;
		width: 16.67%;
	}

	.rrow>.col-1 {
		display: block;
		width: 8.33%;
	}

	.rrow>.col-hide {
		display: none;
	}
}

@media (min-width : 576px) {
	.rrow>.col-sm-12 {
		display: block;
		width: 100%;
	}

	.rrow>.col-sm-11 {
		display: block;
		width: 83.33%;
	}

	.rrow>.col-sm-10 {
		display: block;
		width: 75%;
	}

	.rrow>.col-sm-9 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-sm-8 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-sm-7 {
		display: block;
		width: 58.33%;
	}

	.rrow>.col-sm-6 {
		display: block;
		width: 50%;
	}

	.rrow>.col-sm-5 {
		display: block;
		width: 41.65%;
	}

	.rrow>.col-sm-4 {
		display: block;
		width: 33.33%;
	}

	.rrow>.col-sm-3 {
		display: block;
		width: 25%;
	}

	.rrow>.col-sm-2 {
		display: block;
		width: 16.67%;
	}

	.rrow>.col-sm-1 {
		display: block;
		width: 8.33%;
	}

	.rrow>.col-sm-hide {
		display: none;
	}
}

@media (min-width : 768px) {
	.rrow>.col-md-12 {
		display: block;
		width: 100%;
	}

	.rrow>.col-md-11 {
		display: block;
		width: 83.33%;
	}

	.rrow>.col-md-10 {
		display: block;
		width: 75%;
	}

	.rrow>.col-md-9 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-md-8 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-md-7 {
		display: block;
		width: 58.33%;
	}

	.rrow>.col-md-6 {
		display: block;
		width: 50%;
	}

	.rrow>.col-md-5 {
		display: block;
		width: 41.65%;
	}

	.rrow>.col-md-4 {
		display: block;
		width: 33.33%;
	}

	.rrow>.col-md-3 {
		display: block;
		width: 25%;
	}

	.rrow>.col-md-2 {
		display: block;
		width: 16.67%;
	}

	.rrow>.col-md-1 {
		display: block;
		width: 8.33%;
	}

	.rrow>.col-md-hide {
		display: none;
	}
}

@media (min-width : 992px) {
	.rrow>.col-lg-12 {
		display: block;
		width: 100%;
	}

	.rrow>.col-lg-11 {
		display: block;
		width: 83.33%;
	}

	.rrow>.col-lg-10 {
		display: block;
		width: 75%;
	}

	.rrow>.col-lg-9 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-lg-8 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-lg-7 {
		display: block;
		width: 58.33%;
	}

	.rrow>.col-lg-6 {
		display: block;
		width: 50%;
	}

	.rrow>.col-lg-5 {
		display: block;
		width: 41.65%;
	}

	.rrow>.col-lg-4 {
		display: block;
		width: 33.33%;
	}

	.rrow>.col-lg-3 {
		display: block;
		width: 25%;
	}

	.rrow>.col-lg-2 {
		display: block;
		width: 16.67%;
	}

	.rrow>.col-lg-1 {
		display: block;
		width: 8.33%;
	}

	.rrow>.col-lg-hide {
		display: none;
	}
}

@media (min-width : 1200px) {
	.rrow>.col-xl-12 {
		display: block;
		width: 100%;
	}

	.rrow>.col-xl-11 {
		display: block;
		width: 83.33%;
	}

	.rrow>.col-xl-10 {
		display: block;
		width: 75%;
	}

	.rrow>.col-xl-9 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-xl-8 {
		display: block;
		width: 66.67%;
	}

	.rrow>.col-xl-7 {
		display: block;
		width: 58.33%;
	}

	.rrow>.col-xl-6 {
		display: block;
		width: 50%;
	}

	.rrow>.col-xl-5 {
		display: block;
		width: 41.65%;
	}

	.rrow>.col-xl-4 {
		display: block;
		width: 33.33%;
	}

	.rrow>.col-xl-3 {
		display: block;
		width: 25%;
	}

	.rrow>.col-xl-2 {
		display: block;
		width: 16.67%;
	}

	.rrow>.col-xl-1 {
		display: block;
		width: 8.33%;
	}

	.rrow>.col-xl-hide {
		display: none;
	}
}

/* Responsive::end */

/*////////////////
column_layouts*/
.column1_layout,
.columns2_layout,
.columns3_layout,
.columns4_layout {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}

.column1_layout_margin {
	margin: 0 2% 0 2%;
	width: auto;
}

.columns4_layout .tile.columns4,
.columns3_layout .tile.columns3,
.columns2_layout .tile.columns2 {
	width: 100%;
}

.columns4_layout>.columns4,
.columns3_layout>.columns3,
.columns2_layout>.columns2 {
	width: 100%;
}

.columns4_layout>.columns2 {
	width: 50%;
}


.columns3_layout .tile.columns2 {
	width: 66.66%;
}

.columns4_layout .tile.columns2 {
	width: 47%;
}

.column1_layout>div,
.column1_layout>li {
	width: 100%;
}

.columns2_layout>div,
.columns2_layout>li {
	width: 49%;
}

.columns2_layout>div.free_column,
.columns2_layout>li.free_column {
	width: 48%;
}

.columns3_layout>div,
.columns3_layout>li {
	width: 33.33%;
}

.columns3_layout>div.free_column,
.columns3_layout>li.free_column {
	width: 31%;
}

.columns4_layout>div,
.columns4_layout>li {
	width: 23.5%;
}


@media (max-width: 960px) {

	.columns4_layout>div,
	.columns4_layout>div.free_column,
	.columns4_layout>li,
	.columns4_layout>li.free_column {
		width: 50%;
	}

	.columns4_layout .tile.columns2,
	.columns4_layout>.columns2 {
		width: 100%;
	}

}

@media (max-width: 800px) {

	.columns3_layout>li,
	.columns2_layout .article .imagebox,
	.columns2_layout .textbox {
		width: 100%;
	}
}

@media (max-width: 600px) {

	.columns3_layout .tile.columns2,
	.columns2_layout>div,
	.columns3_layout>div,
	.columns2_layout>div.free_column,
	.columns3_layout>div.free_column,
	.columns4_layout>div.free_column,
	.columns2_layout>li,
	.columns2_layout>li.free_column,
	.columns3_layout>li.free_column,
	.columns4_layout>li.free_column {
		width: 100%;
	}

	.column1_layout .article .imagebox,
	.column1_layout .textbox {
		width: 100%;
	}

}



/*////////////////
respond*/


@media (max-width: 960px) {

	#esv-header {
		height: 51px;
	}

	#esv-header .center {
		height: 50px;
	}

	#esv-header .logo img {
		height: 64px;
	}

	#esv-header .logo {
		top: 7px;
		left: calc(50% - 32px);
	}

	#esv-header .backlink {
		top: 30px;
		right: 10px;
	}

	h2.top_header {
		flex-wrap: wrap;
		padding-right: 0;
	}

	h2.top_header .icon_big {
		width: 38px;
	}

	.login_modes .tile img.usp_image {
		height: auto;
		max-height: 38px;
	}

	.labelclear_960px .column_correct5 {
		margin-left: 0;
		width: 100%;
	}

	.login_modes .tile:first-child {
		order: 3;
	}

	.columns3_layout.login_modes .tile {
		border: none;
		border-bottom: 1px solid rgba(71, 82, 86, 0.2);
		width: 100%;
	}

	div#errorlist {
		margin-top: 30px;
	}
}

/*////////////////
meinesv_specials*/



img.wall {
	width: 100%;
	height: auto;
	float: left;
}

img.pillow {
	width: 57%;
	height: auto;
	position: absolute;
	top: -500%;
	right: -50px;
}

img.pillow.fly {
	transition: top .4s ease-in;
	top: 5%;
}



@media (max-width: 960px) {


	img.pillow {
		width: 80%;
		height: auto;
		position: absolute;
		top: -500%;
		right: 10%;
	}

	img.pillow.fly {
		transition: top .4s ease-in;
		top: 56%;
	}

}

#esv-header .center .backlink {
	display: block;
}