@font-face {
	font-family: 'Font-Light';
	src: url('/font/Lato-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'Font-R';
	src: url('/font/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
}

@font-face {
	font-family: 'Font-Bo';
	src: url('/font/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: bold;
}

@font-face {
	font-family: 'Font-Bl';
	src: url('/font/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
}

body {
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	font-family: 'Font-R', sans-serif;
	font-size: 3.3vw ;
	background-color: #2D5A2B;
	background-size: 110%;
	background-repeat: no-repeat;
	background-image: url(/bgimage/mobile.jpg);
}

h1 {
	font-family: 'Font-Bl', sans-serif;
	font-size: 1.2em;
}

h2 {
	font-family: 'Font-Bo', sans-serif;
	font-size: 1.2em;
}

h3 {
	font-family: 'Font-Bo', sans-serif;
	font-size: 1em;
}

a {
	text-decoration: none;
}

hr {

}


#balken {
	display: none;
}

#navigator {
	display: none;
}

#mobi_navi {
	position: absolute;
	top: 23vw;
	right: 5.9vw;
	line-height: 1.5em;
	background-color: #E0E0E0;
	text-align: right;
	z-index: 1000;
	display: none;
}

#mobi_navi a {
	font-weight: bold;
	text-decoration: none;
}

#mobi_navi a:hover {
	color: white;
}

.navi {
	font-size: 1.5em;
	font-family: 'Font-Bo';
	color: black;
}
#mobi_navi ul > li {
	border-top: 0.15em solid white;
	padding-left:2em;
}

#subnavi {
	font-size: 1.2em;
	font-family: 'Font-Light';
}

.subnavi {
	font-size: 1em;
	padding: 0.5vw;
	color: #3D3D3D;
}

.passiv {
	color: black;
}

.aktiv {
	background-color: #A1DB58;
	color: black;
	display: block;
}

.subaktiv {
	font-family: 'Font-Bo';
	color: black;
}

#mobi_navi li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 1vw 4vw 1vw 1vw;
}

#mobi_navi ul {
	padding: 0;
	margin: 0;
}

#menu {
	position: absolute;
	top: 7vw;
	right: 25vw;
	height: 10.4vw;
	color: white;
	font-size: 1.2em;
	font-weight: bold;
}

#menu li {
	list-style: none;
	display: inline-block;
	margin-left: 3vw;
}

#menu a {
	font-weight: bold;
	font-size: 0.95em;
	color: white;
	text-decoration: none;
}

#menuebalken {
	position: absolute;
	top: 12vw;
	right: 6vw;
	width: 11vw;
}

.fil0 {
	fill: #A1DB58;
	fill-rule:nonzero
}

#logo {
	position: absolute;
	top: 10vw;
	left: 6vw;
	width: 46vw;
	height: 20vw;
	background-color: white;
	border: 0.5vw solid #A1DB58;
}

#logo img {
	text-align: center;
	vertical-align: middle;
	width: 90%;
	margin: 5%;
}

#rahmen, #inhalt {
	position: absolute;
	top: 40vw;
	bottom: 1vh;
	left: 6vw;
}

#rahmen {
	background-color: #E5E5E5;
	opacity: 0.95;
	width: 88vw;
}

#inhalt {
	background-color: transparent;
	padding: 0 2vw 0 3vw;
	bottom: 2vh;
	width: 83vw;
	margin: 1vw 0 0 0;
	overflow: auto;
}

#inhalt a {
	text-decoration: none;
	color: #2D5A2B;
}

.gallerieimg {
	width: 10vw;
	margin-right: 1vw;
	cursor: pointer;
}

.bericht {
	position: relative;
}

.bildstreifen {
	position: relative;
	margin-left: -3vw;
	margin-right: -2vw;
	padding: 1vw 1vw 1vw 3vw;
	background-color: #A1DB58;
}

.kurszeile {
	position: relative;
	font-size: 1em;
	height: 5vw;
	height: 2em;
}

.kurslinker {
	color: black;
	display: block;
	width: 60vw;
	padding: 0.2vw 7vw 0.2vw 0.2vw;
	margin-bottom: 0.9vw;
	text-align: left;
	font-size: 1.2em;
	background-position: 98% 0.25vw;
	background-repeat: no-repeat;
	background-size: 1vw;
	cursor: pointer;
	display: block;
}

.kurslinker_a {
	background-color: #A1DB58;
	color: black;
	background-image: url(/img/blockoben.svg);
	background-size: 2.5vw;
	background-position: 98% 0.8vw;
}

.kurslinker_p {
	background-color: #A1DB58;
	color: black;
	background-image: url(/img/blockunten.svg);
	background-size: 2.5vw;
	background-position: 98% 0.8vw;
}

.kurslinker_p:hover {
	background-color: #2D5A2B;
	color: white;
}

#kurse {
	position: relative;
	width: 100%;
}

#kursbox {
	top: 2.5vw;
	left: 25vw;
	width: 80vw;
	background-color: #EBEBEB;
	padding: 1vw;
	margin-bottom: 2vw;
}

#kurstrapez,#kurstrapez .text {
	display: none;
}

.kursbutton {
	position: absolute;
	color: black;
	width: 16vw;
	padding: 0.2vw;
	text-align: center;
	background-color: transparent;
	font-size: 0.8em;
	cursor: pointer;
}

.kursbutton:hover {
	background-color: #A1DB58;
	color: white;
}

.kb1 {
	right: 17vw;
}

.kb2 {
	right: 0;
}

.jahresplan {
	position: absolute;
	color: black;
	width: 67vw;
	padding: 0.2vw;
	margin-bottom: 3.9vw;
	text-align: left;
	border: 0.1vw solid #A1DB58;
	background-color: transparent;
	font-size: 0.8em;
	cursor: pointer;
	line-height: 1.5em;
}

.jahresplan:hover {
	background-color: #A1DB58;
	color: white;
}


.dokbutton {
	position: relative;
	color: black;
	width: 20vw;
	padding: 0.2vw;
	margin-bottom: 0.9vw;
	margin-left: 0.8vw;
	text-align: center;
	border: 0.1vw solid #A1DB58;
	background-color: #A1DB58;
	font-size: 0.8em;
	cursor: pointer;
}

iframe {
	position: absolute;
	top: 1vw;
	right: 2vw;
	width: 30vw;
	height: 21vw
}


#kurstabelle.desktop_only {
	display: none;
}

#kurstabelle_m {
	width: 78vw;
	font-size: 1.2em;
	color: black;
}

#kurstabelle_m .item {
	font-size: 3vw;
	color: black;

	text-decoration: underline;
	-webkit-text-underline-position: under;
	-ms-text-underline-position: under;
   text-underline-position: under;
}

#kurstabelle_m a {
	display: block;
	font-size: 1.1em;
	color: black;
	padding: 2vw 0 2vw 2vw;
	margin-bottom: 2vw;
}

.boxtitel {
	color: black;
	background-color: #2CC66A;
	margin: -2vw -8vw 0 -2vw;
	padding: 4vw;
	font-size: 0.8em;

	background-image: url(/img/doppelspitz_oben.svg);
	background-size: 3.5vw;
	background-position: 95% 4vw;
	background-repeat: no-repeat;
}

.farbblock_struktur {
	display: inline-block;
	background-color: #2CC66A;
	height: 2vw;
	width: 2.5vw;
	padding-bottom: 1vw;
	margin-right: 2vw;
}

.farbblock_info {
	display: none;
}

.weiterpfeil {
	font-size: 1.5em;
	white-space: nowrap;
	text-decoration: none;
}

.td_box {
	border: 0.7vw solid ;
	width: 70vw;
	padding: 2vw 8vw 0 1vw;
	margin-bottom: 5vw;
	background-color: #F5F5F5;
	font-size: 0.9em;
	font-weight: bold;

	-webkit-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.3);

	background-size: 3.5vw;
	background-position: 95% 4vw;
	background-repeat: no-repeat;
}



#infoseite {
	padding-top: 0.5vw;
	margin-top: 15vw;
	margin-left: 0;
	width: 100%;
	color: black;
	font-size: 0.9em;
}

#infoseite p {
	font-size: 0.9em;
	line-height: 1.8em;
}

#infoseite td {
	vertical-align: top;
}

#infoseite h1 {
	width: 45vw;
}

#anmelden_oben table {
	position: absolute;
	top: 0;
	right: 0;
	width: 55vw;
	padding: 1vw;
}


#anmelden_oben h1 {
	font-size: 1.1em;
}

#anmelden_oben hr {
	border-top: 0px solid black;
	border-bottom: 0px solid transparent;
	background-color: transparent;
}

#anmelden_oben_box {
	position: absolute;
	top: 0;
	right: 0;
	left:0;
	padding: 1vw;
	font-size: 1.1em;
}

#anmelden_oben .farbe {
	border-color: #B93629;
	color: #B93629;
	background-color: #DEDDDB;
	width: 20vw;
}

#backbox {
	display: none;
	position: relative;
	top: 2vw;
	margin-left: 0;
	font-size: 0.5em;
	color: black;
	text-decoration: underline;
}

#backbox hr {
	display: none;
}

#anmelden_unten {
	position: relative;
	top: 0;
	left: -3vw;
	width: 79vw;
	height: auto;
	padding: 1vw 1vw 1vw 5vw;
	font-size: 1.2em;
}

#anmelden_unten .button {
	padding: 0.5vw 1vw 0.5vw 1vw;
	background-color: transparent;
	border: 0.1vw solid black;
	width: 25vw;
	text-align: center;
	font-size: 1em;
}

#anmelden_unten .farbe {
	border-color: #B93629;
	color: #B93629;
}

#anmelden_unten .link {
	cursor: pointer;
}

#anmelden_unten h1 {
	font-size: 0.6em;
}

#anmelden_unten th {
	font-size: 0.6em;
}

#anmelden_unten .anmelden_zeile {
	text-align: center;
}

#anmelden_unten table {
	width: 100%;
	border-spacing:1vw;
}

.anmelden_datum {
	font-size: 0.8em;
	white-space: nowrap;
}

.anmelden_text {
	font-size: 0.8em;
	font-weight: bold;
	width: 30vw;
	padding-left: 1vw;
	padding-right: 1vw;
	text-decoration: none;
}

ul {
	font-size: 0.8em;
}


.supportblock {
	display: block;
	position: relative;
	width: 82vw;
	border: 0px solid red;
}

.bronze {
	width: 17vw;
	height: 12vw;
	background-color: white;
	box-shadow: 0.5vw 0.5vw 0.5vw grey;
	margin-bottom: 2vw;
	margin-right: 2vw;
	cursor: pointer;
	border: 1px solid silver;
	display: inline-block;
}

.flex {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bronze img {
	position: absolute;
	width: 12vw;
	max-height: 10vw;
		vertical-align: middle;
		text-align: center;
	}


::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #565656;
	background: #A1DB58;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #565656;
}

.Symbol-GB {
	font-family: Symbol-GB;
	font-size: 0.7em;
}




/* 2021 */

h5 {
	font-family: 'Font-Bo', sans-serif;
    font-size: 1.2em;
	margin-left:1em;
}

.tab {
    width: 78vw;
    font-size: 1.2em;
    color: black;
}

.tab li {
	padding: 1vw 0;
}

.box_zeile {
	height: 2vw;
	display: block;
	border: 1px solid red;
}

.t2_box {
	border: 0.7vw solid;
	width: 70vw;
    padding: 2vw 8vw 0 1vw;
    margin-bottom: 5vw;
    background-color: #F5F5F5;
    font-size: 0.9em;
    font-weight: bold;

	-webkit-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.3);
}

.t2_box:hover {
	background-color: white;
	opacity: 1;
}

.t2_head {
    display: block;
    font-size: 1.1em;
    color: black;
    padding: 2vw 0 2vw 2vw;
    margin-bottom: 2vw;
}


.km_box {
	border: 0.27vw solid #2CC66A;
	width: 100%;
	padding: 1vw;
	margin-top: 1vw;
	margin-left: 1vw;

	-webkit-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 10px 10px 10px 5px rgba(0,0,0,0.3);
}

.km_box:hover {
	background-color: white;
	opacity: 1;
}

.km_head {
	font-size: 0.9em;
	font-weight: bold;
}

.km_label {
	font-size: 0.9em;
	font-weight: normal;
}

.km_zeilen {
	margin-top: -1.5vw;
	margin-left: 12vw;
	font-size: 0.8em;
	font-weight: bold;
}



.d_zeile {
	width: 100%;
}

.d_zeile:hover {
	background-color: #ADADAD;
}

a:hover {
	color: white;
}

a {
	color: white;
}

