@font-face {
	font-family: mainFont;
	src: url(../fonts/IcelandWinterstorm_PERSONAL_USE_ONLY.otf);
}

::-webkit-scrollbar {
	width: 11px;
  }
  ::-webkit-scrollbar-track {
	background: rgb(18, 22, 10); 
  }
  ::-webkit-scrollbar-thumb {
	background: rgb(58, 73, 32); 
  }
  ::-webkit-scrollbar-thumb:hover {
	background: darkolivegreen; 
}

.fontChange {
	font-family: mainFont;
}

.fontRevert {
	font-family: 'Courier New', Courier, monospace;
}

::-moz-selection { /* Code for Firefox */
	color: darkolivegreen;
	background: #333331;
  }
  
  ::selection {
	color: darkolivegreen;
	background: #333331;
}

body {
	background-image:url(../images/bg.png), linear-gradient(to bottom, #0d0d0d, #0d0d0d, #0c0d0e, #0b0d0e, #0a0d0d, #090e0d, #090f0d, #09100d, #09120d, #09140b, #0b150a, #0e1607);
	background-position:center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font:1em Trebuchet MS;
	word-spacing:2px;
	color:#8f8f8f;
	margin:0;
}

* {
	margin:0;
	padding:0;
}

a {
	color:#999;
	border-bottom:1px solid rgb(46, 58, 27);
	text-decoration:none;
	padding:2px 4px 2px 4px;
}
a:hover {
	border-bottom:1px solid darkolivegreen;
	background:#10101000;
}

h2 {
	font:24px Arial, sans-serif;
	color:darkolivegreen;
	letter-spacing:-1px;
	font-weight:normal;
	margin:15px 0 15px 0;
}
h2.first {
	margin:0 0 15px 0;
}
h1.wer{
    font-size: 250%;
    text-shadow: 2px 2px white;
}
h2 a {
	color:darkolivegreen;
	text-decoration:none;
	border:none;
	padding:0;
}
h2 a:hover {
	border:none;
	background:none;
}
h3 {
	font-size:1.2em;
	color:#ccc;
	font-weight:normal;
	margin:15px 0 15px 0;
}
p {
	line-height:24px;
	margin:25px 0 25px 0;
}

#sidebar {
	font-family: mainFont;
	width:263px;
	background:url(../images/sidebar1.png) top left no-repeat;
	float: left;
	position:fixed;
	padding:20px 10px 50px 20px;
}
#sidebar p {
	font-size:2em;
	display:block;
	text-align: center;
}
#sidebar a {
	color:#ccc;
	border:none;
}
#sidebar a:hover {
	text-decoration:none;
	background-color: #ffffff00;
	color:#2e2b1f;
	border:none;
}
#sidebar h1 {
	color:#ccc;
	font-size:1.7em;

}
#sidebar h1 a {
	color:#6d6d6d;
	font-size: 200%;
	display:block;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: 3px 3px rgb(0, 0, 0);
	text-decoration:none;
}

#sidebar h1 a:hover {
	text-decoration:none;
}

ol#nav {
	list-style-type:disc;
	margin:25px 15px 25px 30px;
	font-size:1.9em;
}

ol li {
	margin:15px 0 15px 0 !important;
	margin:-10px 0;
}

#nav a {
	display:block;
	margin:0;
	letter-spacing: 1px;
	color:darkolivegreen;
	border:none;
}

#nav a b {
	float:right;
	display:none;
	color:#333;
}

#nav a:hover {
	background:none;
	border:none;
	text-decoration:none;
}

#nav a:hover b {
	display:inline;
}

#content {
	margin:0 10% 0 300px;
	
	padding:20px;
}

#content ul {
	margin:15px 15px 15px 15px;
	list-style:none;
}

#content ul li {
	margin:10px 0;
	padding:0 0 0 15px;
	background:url(../images/bp.gif) left no-repeat;
}

#content img {
	padding:1px;
	background:#000;
	border:3px solid #333;
}

hr.new1{
	border: 2px solid darkolivegreen;
	border-radius: 5px;
}

p.border {
    margin-top: 25px;
    margin-bottom: 25px;
    border-style: solid;
    border-width: 6px;
    border-radius: 10px;
    padding:55px 0px 40px 0px;
    max-width: 700px;
    margin:auto;
}



        .row > .column {
            padding: 3px 20px 3px 20px;
        }
        
        .row:after {
            content: "";
            display: table;
            clear: both;
        }
        
        /* Create four equal columns that floats next to eachother */
        .column {
            float:left;
            width: 30%;
        }
        
        /* The Modal (background) */
        .modal {
            display: none;
            position: fixed;
            z-index: 1;
            padding-top: 100px;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0, 0, 0, 0.692);
        }
        
        /* Modal Content */
        .modal-content {
            position: relative;
            background-color: #00000000;
            margin: auto;
            padding: 0;
            width: 90%;
            max-width: 1200px;
        }
        
        /* The Close Button */
        .close {
            color: white;
            position: absolute;
            top: 10px;
            right: 25px;
            font-size: 35px;
            font-weight: bold;
        }
        
        .close:hover,
        .close:focus {
            color: #888888;
            text-decoration: none;
            cursor: pointer;
        }
        
        /* Hide the slides by default */
        .mySlides {
            display: none;
        }

        .cursor {
            cursor: pointer;
          }
        
        /* Next & previous buttons */
        .prev,
        .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            width: auto;
            padding: 16px;
            margin-top: -50px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            transition: 0.6s ease;
            border-radius: 0 3px 3px 0;
            user-select: none;
            -webkit-user-select: none;
        }
        
        /* Position the "next button" to the right */
        .next {
            right: 0;
            border-radius: 3px 0 0 3px;
        }
        
        /* On hover, add a black background color with a little bit see-through */
        .prev:hover,
        .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
        }
        
        /* Number text (1/3 etc) */
        .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
        }
        
        /* Caption text */
        .caption-container {
            text-align: center;
            background-color: rgba(0, 0, 0, 0.342);
            padding: 2px 16px;
            color: white;
        }
        
        img.demo {
            opacity: 0.6;
        }
        
        .active,
        .demo:hover {
            opacity: 1;
        }
        
        img.hover-shadow {
            transition: 0.3s;
        }
        
        .hover-shadow:hover {
            box-shadow: 0 4px 8px 0 darkolivegreen, 0 6px 20px 0 black;
        }










uebertitel {
    color:darkolivegreen;
	font-family: mainFont;
	font-size: 300%;
	letter-spacing: 5px;
	text-shadow: 2px 2px rgb(18, 22, 10);
    padding: 100px;
	display:block;
	text-align: center;
}

titel {
	color:darkolivegreen;
	font-family: mainFont;
	font-size: 150%;
	letter-spacing: 2px;
	text-shadow: 2px 2px black;
	display:block;
	text-align: center;
}

untertitel {
	color: olive;
	font-family: mainFont;
	font-size: 130%;
	text-shadow: 2px 2px black;
	letter-spacing: 2px;
	text-decoration:underline;
	font-weight: lighter;

}

#footer {
	padding:30px;
	text-align:center;
	border-top:3px solid #333;
	margin:50px 0 0 0;
	background:#000;
}