.rs-LargeTextCompressed {
    max-width: calc(100vw - 24px);
}

/* Header */
.rs-header {
    margin-left: 0px;
}
/******************************************************* Smartphone *******************************************************/
@media screen and (max-width:535px) {

    .rs-header {
        margin: 12px auto 6px auto;
        display: table;
    }

    .rs-HideOnMobile {
        display: none !important;
    }

    .footer li {
        margin: 0 0.5em 0 0.5em;
    }
}

/******************************************************* Tablet *******************************************************/
@media screen and (min-width: 536px) and (max-width: 1279px) {

    .rs-HideOnTablet {
        display: none !important;
    }

	.rs-ShowOnTablet {
		display: block;
	}

    .footer li {
        margin: 0 0.5em 0 0.5em;
    }
}

/******************************************************* Laptop *******************************************************/
@media screen and (min-width: 1280px) and (max-width: 1800px) {

	.rs-HideOnLaptop {
		display: none !important;
	}
	
	.rs-header {
        margin: 24px auto 6px auto;
        display: table;
    }

    .footer li {
        margin: 0 1.5em 0 1.5em;
    }
}


/* Metanavigationen */
.rs-nav-meta ul {
    float: left;
    margin-left: 0px;
}

.footer {
    right: 0;
    left: 0;
    vertical-align: bottom;
    padding: 1rem 0;
    background-color: #000060;
    width: 100%;
    margin-top: 50px;
}

    .footer ul {
        display: block;
        list-style-type: none;
        text-align: center;
        margin: 0;
    }

    .footer li {
        display: inline-block;
    }

	.footer a {
		color: white;
		font-size: 20px;
		text-decoration: none;
		text-transform: uppercase;
		margin: 0 40px;
	}

.cl-hidethis {
    display: none;
}

.cl-showthis {
    display: inherit;
}

.ym-error {
    background: #950503;
    border-radius: 5px;
    color: white !important;
    padding: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

* select {
    background-color: #d8d8d8;
    color: #000060;
}

.rs-LargeTextOverflow {
    max-width: 80vw;
    overflow: auto;
}
