﻿@font-face {
    font-family: 'Brandish-Regular';
    src:  url('assets/fonts/Brandish-Regular.ttf.woff') format('woff'),
        url('assets/fonts/Brandish-Regular.ttf.svg#Brandish-Regular') format('svg'),
        url('assets/fonts/Brandish-Regular.ttf.eot'),
        url('assets/fonts/Brandish-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
.examplefontl {
	font-family: 'Brandish-Regular';
	color: black;
}

html,body {
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size:16px;
	line-height:23px;
	margin:0px;
	padding: 0;
	width:100%;
	height:100%;
	min-height:100%;
}

body.glit-userisadmin{
    margin-left: 0 !important;
    padding-left: 80px!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.Normal, .NormalDisabled, .NormalDeleted {
	font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size:16px;
	line-height:23px;
}
body { 
	height:100%;
	min-height:100%;
	position:absolute;
}
#Form {
    height:100%;
}
h1,h2,h3 {
    font-family: 'Brandish-Regular';
}
img {
    max-width:100%;
    height:auto;
}
#lightcase-case .DNNContainer img,
.DnnModule-DNN_HTML img {
    height:auto!important;
}

ul ul, ul ol, ol ol, ol ul { margin-left:0; }
.footer {padding:30px 0 0 0;}
.copyrightrow > * {display:inline-block; float:left; padding-right:20px;}
.copyrightrow a {text-decoration:none;}
#desktopnavirow {position:fixed;width:100%;z-index:100;}
.glit-iseditmode #desktopnavirow {position:relative;}
#mobilenavirow {position:fixed;width:100%;z-index:100;}
.glit-iseditmode #mobilenavirow {position:relative;}
#desktopnavirow [class*="col-"],
#mobilenavirow [class*="col-"] {padding-bottom:0;}
#contentwrapper {
    min-height:300px;
    position:relative;
    padding-top:50px;
    padding-bottom:200px;
}
#contentwrapper::before {
    content: "";
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%; 
    height: 68px; 
    z-index: -2;
}
#contentwrapper_bg {
    content: "";
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background-image: url('assets/images/flagge.png');
    background-repeat:no-repeat;
    background-size:60% auto;
    background-position: center bottom 30px; 
    opacity: .9; 
    z-index: -1;
}
#socialrow {
    text-align:center;
    padding:30px 0;
}
#socialrow .icons {
    display:inline-block;
    margin:0 auto;
}
#socialrow i {
    width:80px;
    height:80px;
    text-align:center;
    line-height:80px;
    font-size:50px;
    margin:15px;
    float:left;
    display:inline-block;
}

#socialrow a {text-decoration:none;}

#socialrow span.glit.external {display:none;}
#socialrow .icon {
    display:inline-block;
    margin:15px;
    height:80px;
    float:left;
    box-sizing:border-box;
}
#socialrow .icon {padding:10px 0;}

#dnn_ZeileEinsGrau,
#dnn_ZeileZwei,
#dnn_ZeileZweiGrau,
#dnn_ZeileDrei,
#dnn_ZeileDreiGrau,
#dnn_ZeileVier,
#dnn_ZeileVierGrau {
    padding-top:30px;
}


.transition {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.rounded {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.center {
    text-align:center;
}

/* YouTube Responsive CSS  */
.iframewrapper { /* Wrapper around iFrame */
    position: relative;
    padding-bottom: 70%; 
    padding-top: 0px;
    /* 16:9 Aspect Ratio */
    /*
    padding-bottom: 56.25%;    
    padding-top: 25px;
    */
}
.iframewrapper iframe {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}



#scroll_top {
    bottom: 5px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 5px;
    padding:0 5px;
    z-index: 200;
    display: none;
}

.glitmoduleanchor{
position:absolute;
margin-top:-100px;
}

#logoposition {position:relative;box-sizing:border-box;}
#logo {
    position:absolute;
    top:-24px;
    padding-right:15px;
    max-width:100%;
    box-sizing:border-box;
}
#logomobile {width:120px;margin-top:2px;position:absolute;}

.mobiletable {
    overflow-x: auto;
}
.mobiletable table { min-width:600px;}

#dnn_HighlightZeile {
    padding:30px 0;
}
#HighlightZeile_wrapper p {
    padding:0;
    margin:0;
}
#dnn_HighlightZeile [class*='col-']{
    padding-bottom:0;
}
.nopaddingbottom,
 .nopaddingbottom[class*="col-"]{
    padding-bottom:0;
}
.DNNEmptyPane {display:none;}
.copyrowwrapper { 
    padding-top:5px;
    padding-bottom:5px;
}
.copyrowwrapper a{ text-decoration:none;}
.copyrow > div,
.copyrow > a,
.copyrow > span {
    display:inline-block;
    float:left;
    padding-right:20px;
}
.copyrow .icon { display:none; }

.noborder .DnnModule{padding-bottom:0}
.paddingleftright {padding-left:15px;padding-right:15px;}


/* Home Blöcke */
.sectionblockwrapper {
    min-height:75vh;
    margin-bottom:-30px;
}
.sectionblock {
    padding:30px;
    margin-top:50px;
    margin-bottom:50px;
}

/* Auto */
.autowrapper {
    width:100%;
    /*height:100px;*/
    overflow:hidden;
    position:relative;
}
#auto {
    position:absolute;
    left:0px;
    width:300px;
    /*
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    */
}


/* Jahreszahlen */
.jahreszahl div[class*="col-"] > a{
    display:block;
    padding-bottom:15px;
    text-decoration:none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.jahreszahl div[class*="col-"] > a:before {
    text-align:center;
    display:block;
    height:90px;
    content:'';
    background-image:url(assets/images/logo-auto-jahreszahl-weiss.png);
    background-repeat:no-repeat;
    background-size:contain;
    margin:0 5%;
    background-position:center center;
}
.jahreszahl a > span {
    display:block;
    width:90%;
    margin:0px auto;
    text-decoration:none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size:22px;
    line-height:40px;
    font-weight:bold;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
[href*="sbb"] + .external {display:none;}

@supports (-webkit-appearance:none) { /* Nur Google Chrome > 28, Opera > 14 */
    section.glitBase_Standard.parallax {
        will-change:transform;
    }
}

