@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 dotted #232323;
	text-decoration:none;
	padding:2px 4px 2px 4px;
}
a:hover {
	border-bottom:1px dotted darkolivegreen;
	background:#101010;
}

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: 500px;
    margin:auto;
}

ol.regeln {
    list-style-type: circle;
    font-size: 150%;
    list-style-type: upper-roman;
}

.regeln li::marker {
    color: darkolivegreen;
}

    .column {
        float: left;
        width: 15%;
        padding: 0;
    }
    .row::after {
        content: "";
        clear: both;
        display: table;
    }
    .container {
        position: relative;
        width: 256px;
        clip-path: circle(30%);
    }
    .image {
        display:block;
        width: auto;
        height: auto;
    }
    .overlay {
        position:absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: .5s ease;
        background-color: rgba(85, 107, 47, 0.514);
    }
    .container:hover .overlay {
        opacity: 1;
    }
    .text {
        color: rgb(255, 255, 255);
        font-size: 20px;
        text-shadow: 2px 2px black;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

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;
}