/* NICHT ANFASSEN */
/*! normalize.min.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

i {
    font-style: italic;
}

/* NICHT ANFASSEN */

html {
    height: 101%;
}

strong, b {
    font-weight: 600;
}

/*
	+-----------------------------------------+
	| 				  Klassen			  	  |
	+-----------------------------------------+
*/

/* ****************** LAYOUT ****************** */
body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    margin: 0px;
    color: #4C4C4C;
    background:url(../img/hintergrund.gif) repeat top left;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
} 

.wrapper {
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    height: auto;
    min-height: 900px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 15px -5px #000000; 
    box-shadow: 2px 2px 15px -5px #000000;
}

a, a:active, a:visited, a:focus {
   color: #2E61B2;
   text-decoration:none;
}

a:hover {
   color: #666;
   text-decoration:none;
   transition: all .3s ease;
}

.spacer {
    height: 10px;
}

.bild {
    width: 100%;
    height: auto;
}

.content {
    margin: 0 auto;
    padding: 0;
    max-width: 100%;
    height: auto; 
    min-height: 500px;
    padding: 20px 30px 20px 20px;
    overflow: hidden;
}  

.left {
    float: left;
    width: 22%;
    margin: 0;
    padding: 0;
} 

.right {
    float: right;
    width: 73%;
    margin: 0;
    padding: 0;
} 

.left2 {
    float: left;
    width: 67%;
    margin: 0;
    padding: 0;
} 

.right2 {
    float: right;
    width: 30%;
    margin: 0;
    padding: 0;
}

#navbar {
  max-width: 220px;
  margin: 0 auto;
  padding: 0;
  height: auto;
  z-index: 100;
} 

h1 {
	font-size: 20px;
    line-height: 24px;
	font-family: Arial;
	color:#2E61B2;
    font-weight: bold;
    margin: 10px 0 15px 0;
}

h3 {
	font-size: 16px;
	font-family: arial;
	color:#000000;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

.right ul, ol {
    margin: 0 0 10px 15px;
    padding-left: 0;
    list-style-type:none;
    text-align: left;
}

.right ul li ul, ul li ol, ol li ol, ol li ul {
    margin: 0 0 0 18px;
}

.right ul li {
    padding: 0 0 0 5px;
    position: relative;
}
    
.right ul li::before {
    content: "\25CF";
    position: absolute;
    top: -1px;
    left: -13px;
    font-size: 10px;
}

#checkbox1,
.toggle {
  display: none;
}

.v-effect-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.v-effect-link li {
    display: inline;
    min-width: 0;
    margin: 0;
}

.v-effect-link a {
    text-decoration: none;
    display: block;
    font-family:Arial;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    color: #2E61B2;
    border-bottom: 1px dashed #2E61B2;
    padding: 15px 0 2px 10px;
}

.v-effect-link a:hover  {
    color: #FD3736;
}

.aktuell {
    margin: 0 auto;
    max-width: 100%;
    background-color: #E4EEF8;
    padding: 20px;
}
    
