@import url(https://fonts.googleapis.com/css?family=Titillium+Web:600,400,300);
@font-face {
	font-family: 'Apercu';
	src: url(fonts/apercu_regular.woff) format("woff");
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'Apercu';
	src: url(fonts/apercu_light.woff) format("woff");
	font-weight: 300;
	font-style: normal
}
@font-face {
	font-family: 'Apercu';
	src: url(fonts/apercu_medium.woff) format("woff");
	font-weight: 500;
	font-style: normal
}
@font-face {
	font-family: 'Apercu';
	src: url(fonts/apercu_bold.woff) format("woff");
	font-weight: 600;
	font-style: normal
}

::selection {
    background-color: #595959;
    color: #fff;
}

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	height: 100%;
	/*font-size: 0.8rem;*/
	font-family: Apercu, sans-serif;
	/*background-color: var(--color-body);*/
	font-size: 1.4rem;
	margin: 0;
	color: #3d3d3d;
}

header{
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 17rem;
	box-shadow: 0 4px 10px rgb(0 0 0 / 3%);
	background: #fff;
}

nav {
	display: table-cell;
	padding-top: 9.4rem;
	text-align: right;
	width: 15rem;
	text-transform: capitalize;
	vertical-align: top;
}

.content{
	margin-top: 18rem;
	max-width: 125rem;
}

#docu .content,
#permission-einholung .content {
	display:  table-cell;
	padding-left: 5rem;
	vertical-align: top;
}



main,
#titlesection,
#start footer {
	min-height: 100%;
	min-width: 64rem;
}

#start footer {
	padding-left: 2rem;
}

section {
	padding: 1rem 0;
}

main p{
	margin-bottom: 5rem;
}

h1{
    font-family: "Apercu", sans-serif;
    font-size: 4rem;
    color: #e3042e;
    font-weight: 500;
    line-height: 4.8rem;
    margin-bottom: 1.5rem;
    margin-top: 1.1rem;
    /*white-space: nowrap;
    overflow: hidden;*/
}

h2{
    font-family: "Apercu",sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 3rem;
    margin-bottom: 30px; /*27px;*/
    margin-top: 0.6rem;
    text-transform: capitalize;
}

#docu h2{
	margin-top: 0;
}

h3{
	font-size: 1.8rem;
    color: #e2042e;
}

h3, #impressumlink{
    margin-top: 3.8rem;	
    margin-bottom: 3.2rem;
}

nav #nav_e h3{
	margin-top: 1.4rem;
}

a, 
.redlink {
	text-decoration: none;
	color: #e2042e;
}

a:hover, 
.redlink:hover{
	text-decoration: underline;
	color: #e2042e;
}

nav a{
	color: #7c7c7c;
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
	display: block;
}

nav a:hover{
	color: #000;
	text-decoration: none;
}

nav li{
	list-style-type: none;
}

a.strong {
	font-weight: bold;
	color: #000;
}

p{
	font-size: 1.4rem;
}

img {
	float: right;
	height: 4rem;
}

thead {
	font-weight: bold;
}

td {
	padding-right: 2rem;
}

#nav_s li:first-of-type{
	text-transform: uppercase;
}

.icon-logo-uim {
	position: absolute;
    height: 6.9rem;
    width: 13.9rem;
    top: 5rem;
    display: block;
}  

pre#uimtag,
textarea#uimtag {
	box-sizing: border-box;
	background-color: #eee;
	padding: 1rem;
	overflow: auto;
	width: 100%;
	/*height: 60rem;*/
	resize: none;
	border: none;
	outline: none;
}

#copycode {
    padding-left: 1rem;
    color: #e3042e;
    cursor: pointer;
    font-weight: 400;
}

#copied {
	opacity: 0;
	font-weight: 400;
	padding-left: 1rem;
}

.copied{
	animation: copiedanimation 1s ease-in-out 0s 1 normal forwards;
}

header.hidden-sm.hidden-xs:before {
    content: '';
    display: block;
    background: #e2042e;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 11;
    height: 0.4rem;
}

.centercontent {
	width: 126rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 180px;
}   

.table {
	display: table;
}

#impressumlink a{
	color: rgb(178,178,178);
    font-weight: bold;
}

#impressumlink a:hover{
	text-decoration: none;
}

@keyframes copiedanimation {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

#start main{
	display: flex;
}

#start h2{
	text-transform: initial;
}

#nomarginbottom{
	margin-bottom: 1.4rem;
}

#contleft{
	width: 82rem;
	margin-right: 10rem;
}

#contleft h3,
#contright h2{
	margin-bottom: 1rem;
}

#contright{
	width: 30%;
}

#contright div{
	margin-right: 15rem;
    /*margin-left: 5rem;*/
    width: 28rem;
}

.fixed{
	position: fixed;
}

input{
    line-height: 3.6rem;
    width: 28rem;  
    display: block;
    font-family: Apercu, sans-serif;
    font-weight: 500;
}

input:focus{
    outline: none;
}

.twocols{
	column-count: 2;
	column-gap: 10rem;
}

#eventsdescription{
	margin-top: 3rem;
}

#eventsdescription h3:first-of-type{
	margin-top: 0;
}

.descriptionpoint{
	break-inside: avoid-column;
	page-break-inside: avoid;
	height: 15rem;
}

#aid{
    border: 0;
    /*border-bottom: 0.1rem solid #3d3d3d;*/
    color: rgb(0,0,0);
    background:  rgb(247,246,249);
    margin-bottom: 1rem;
    width: 26.8rem;
    padding-left: 10px;
}

input[type=submit]{
    border: none;
    color: #fff;
    font-size: 1.6rem;  
    cursor: pointer; 
	margin-bottom: 1rem; 
}

#aidsubmit{
	background: linear-gradient(90deg, #008aa6, #009bbb);
}

#opengeneral{
	background: linear-gradient(90deg,#90887f,#90887f);
}

#iderror{
	opacity: 0;
	color: #e3042e;
	margin-bottom: 1.4rem;
}

.opacity{
	opacity: 1 !important;
	transition: opacity 0.3s ease-in-out;
}

#impressumlink{
	margin-top: 2rem;
}

/* Kontakt-Reiter */
.side-content-element{
	width: 40rem;
    position: fixed;
    top: 30rem;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    right: -28rem;
}

.side-content-element.open{
	right: 0;
}

.side-content-element-inner{
	width: 40rem;
	position: relative;
}

.side-content-element .side-content-tab {
    background: radial-gradient(ellipse at 100% 100%,#818181,#636363);
    padding-left: 20px;
}

.side-content-tab {
	width: 10rem;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
    height: 60px;
    font-size: 16px;
    padding: 0 20px 10px 50px;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: solid #fff 1px;
	transition: all 0.5s ease-in-out;
	position: absolute;
	left: -4rem;
	top: 0;
}

.side-content-element:hover .side-content-tab {
    left: -5rem;
}

.side-content-element.open .side-content-tab{
    left: -4rem;
}

.side-content-tab{
    transition: left .2s ease-in-out, top 0.5s ease-in-out;
}

.side-content-element.open .side-content-tab {
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;	
    top: -3.5rem;
    left: -4rem;
}

.side-content-element .side-content-tab i {
    margin-right: 10px;
    font-size: 16px;
}

.side-content-content {
    width: 30rem;
    height: 30rem;
    overflow: hidden;
    position: absolute;
	left: 12rem;
}

.side-content-element .element:nth-of-type(1) {
    border-top: none;
}

.side-content .element {
    color: #fff;
}

.side-content-element .element {
    background: radial-gradient(ellipse at 100% 0,#818181,#636363);
    border-top: solid #fff 1px;
}

.tx-ivi-contactperson img {
    padding: 0;
    margin: 0;
    vertical-align: middle;
    width: 100%;
    height: auto;
    float: none;
}

.tx-ivi-contactperson .title {
    background: none;
    padding: 12px 15px 18px 15px;
    margin-top: 0;
}

.contactperson .contact{
	padding-left: 2rem;
	padding-bottom: 2rem;
}

.tx-ivi-contactperson .title h3{
    color: #fff;
    margin: 0;
}

.contact a{
	color: #fff;
}

::placeholder{
	color: rgb(61,61,61);
}

:ms-placeholder{
	color: rgb(61,61,61);
}

::ms-placeholder{
	color: rgb(61,61,61);
}