:root {
    --main-dunkel: #c68282;
    --textarea-bg: #f9efef;
    --bold: #4dadb3;
    --link: #373052;
    --h2: #b2524c;
    --navi-schrift: #f6efea;
    --table-bg: #d8a4a4;
    --table-hover: #e2d2d2;
    --background: #f1f1ea;
    --textcolor: #333333;
    --akzentfarbe: #C6C6C6;
}
@charset "UTF-8";
/* Stylesheet (Vorlage) by http://alicante-design.aniyu.net */
@font-face {
    font-family: "Jellyka Saint-Andrew's  Queen";
    src: url('../Fonts/Saint-Andrews Queen.ttf') format("truetype");
	font-family: "Ravenna";
    src: url('../Fonts/Ravenna2.ttf') format("truetype");
}


/* Reset */
 
*{
  box-sizing: border-box;
margin: 0;
padding: 0;
}


img.imgstyle {
	margin:10px;
}
 
a.partner:link, a.partner:visited, a.partner:active {
	text-decoration: none;
	border-bottom: none;
}
a.partner:hover {
	text-decoration: none;
	border-bottom: none;
	cursor: crosshair;
}

textarea {
    font-family: Arial;
    font-size: 12px;
}

textarea, select, input, input[type=text], input[type=password] {
    background: var(--textarea-bg);
    border-style: solid;
    border-width: 1px;
    border-color: var(--main-dunkel);
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
 
input[type=submit], button{
    background: var(--main-dunkel);
    border-style: solid;
    border-width: 1px;
    border-color: var(--main-dunkel);
    margin-top:5px;
    padding:5px;
    margin-bottom:5px;
    color:#fff;
} 

button:hover {
    cursor: crosshair;
}  
 
/* Typographie Styles */
 
body {
    background: #C6C6C6; 
    background: url('../images/layout/pattern2.png') repeat; /* fallback */
    background: url('../images/layout/pattern3.png') repeat, linear-gradient(#111, #aaa 80%) fixed; /* W3C */


	color: var(--textcolor);
	font-size: 12px;
	font-family: Arial;
	text-align: justify;
}
 
#content ul {
    margin-top: 0px;
}
 
#content li {
    list-style-type: none;
    padding-top: 0px;
    margin-left: 25px;
}
 
#content li::before  {
    content: "※ ";    
    color: var(--main-dunkel);
    font-size: 12px;
    margin-left: -16px;
}
 
 
 
/* Wrapper */
 
#wrapper {
width:100%;
max-width:850px;
margin:0px auto;
position:relative;
padding:5px;
background: var(--background);
box-sizing: border-box;
}
 
/* Ausrichtungen */
 
.left{
float:left;
}
 
.right {
float:right;
}
 
.clear {
clear:both;
}
 
/* Header, Feature, Content, Sidebar, Footer */
 
#header, #feature, #content, #sidebar, #footer {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding:10px;
margin-bottom:10px;
}
 
/* Layout Divs */
 
#header {
background:transparent;
margin-top:0px;
}
 
#header2 {
background-image: url('../images/layout/red/header.png');
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 300px;
}
 
#feature {
background: var(--akzentfarbe);
position:relative;
}
 
#content {
background:transparent;
float:left;
width:69%;
}
 
#sidebar {
background:transparent;
float:right;
width:31%;
}
 
#footer {
background: var(--akzentfarbe);
border-top:1px dotted #ffffff;
border-bottom:1px dotted #ffffff;
}
 
/* Head and Navigation*/
#tablenavi {
margin:5px;
background: url('../images/layout/red/navi.png') transparent no-repeat;
Height: 25px;
Width: 345px;
}
 
#header #logo {
width:auto;
float:left;
margin-right:50px;
}
 
#header, #sidebar nav ul li {
float:left;
width:auto;
list-style:none;
margin:5px;
}
 
#header, #sidebar nav ul li a.navigation:link, #header, #sidebar nav ul li a.navigation:active, #header, #sidebar nav ul li a.navigation:visited {
color: var(--textcolor);
font-size:12px;
font-family:Tahoma;
background: var(--akzentfarbe);
text-align:center;
text-shadow:0 0 0.3em #ffffff;
display:block;
padding:3px;
margin:0px;
width:100%;
border-bottom: none;
}
 
#header, #sidebar nav ul li a.navigation:hover {
color: var(--textcolor);
background:transparent;
text-decoration:none;
border-bottom: none;
transition: all 0.6s ease-in-out;
letter-spacing: 1px;
}
 
 
/* Link Styles */
 
a:link, a:visited, a:active { /* Normal Link, Visited Link, Active Link */
    color: var(--h2);
    text-shadow:0 0 0.3em #ffffff;
    text-decoration:none;
    border-bottom: 1px dotted;
}
 
a:hover { /* Link Hover */
    color: var(--bold);
    text-decoration: none;
    border-bottom: none;
}
 
.navbar {
    overflow: hidden;
}
 
 
 
/* Headline Styles */
 
h1 {
color:#ffffff;
font-size:18px;
font-family:Georgia;
line-height:30px;
background: url('../images/layout/red/h1.png') transparent no-repeat;
Height: 30px;
padding-left:22px;
margin-bottom: 5px;
 
}
 
h2 {
    color: var(--h2);
    font-size: 14px;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 5px;
    margin-top: 15px;
}
 
/* Headline for Navigation */
 
h3 {
    color: var(--navi-schrift);
    font-size: 14px;
    padding-left: 22px;
    font-family: Ravenna;
}
 
h4 {
    color: var(--navi-schrift);
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Ravenna;
    background: var(--akzentfarbe);
    text-decoration: none;
    margin-bottom: 10px;
}
 
/* Text Styles */
 
p {
    color: var(--textcolor);
}
 
b, bold {
    color: var(--bold);
}
 
i, italic {
    color: var(--main-dunkel);
}

/*
u, underline {
    color: var(--textcolor);
    text-decoration: underline;
    text-decoration-color: var(--main-dunkel);
} */
/*
u, underline {
    color: var(--textcolor);
    border-bottom: dotted 2px var(--main-dunkel);
    text-decoration: none;
}
*/
u, underline  {
    text-decoration: none;
    color: var(--textcolor);
  background-image: linear-gradient(to right, var(--main-dunkel) 50%, transparent 50%);
  background-position: 0 1.04em;
  background-repeat: repeat-x;
  background-size: 6px 3px;
}
 
s, stroke {
    color: var(--textcolor);
}
 
k, kleineschrift {
    font-size: 10px;
    font-variant: small-caps;
    color: var(--main-dunkel);
}
 
/* Other Stuff */
 
blockquote {
	background: var(--akzentfarbe);
	width: 65%;
	padding: 10px;
	color: #bb635f;
	margin:5px 0px 5px 10px;
	}
 
 
/* ---------- ---------- CSS for Mobile Devices ---------- ---------- */
 
@media screen and (max-width:40em){
 
/* Img */
 
img {
max-width:100%;
height:auto;
}
 
#content, #sidebar {
width:100%;
float:none;
}
 
#header a.nav-toggle {
font-size:40px;
text-decoration:none;
}
 
/* Navigation   */
 
#header, #sidebar nav ul li {
margin:0px auto;
width:100%;
list-style:none;
}
 
 
#header, #sidebar nav ul li a.navigation:link, #header, #sidebar nav ul li a.navigation:active, #header, #sidebar nav ul li a.navigation:visited {
color: var(--textcolor);
font-size:16px;
font-family:Tahoma;
background: var(--akzentfarbe);
text-align:center;
display:block;
padding:4px;
margin:3px;
width:100%;
}
 
#header, #sidebar nav ul li a.navigation:hover {
color: var(--textcolor);
background:transparent;
text-decoration:none;
transition: all 0.6s ease-in-out;
}
 
#tablenavigation {
width:100%;
padding:2px;
}
 
} /* << DONT DELETE THIS */
 
 
 
.bildunterschrift {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
}
 
.bildunterschrift img {
margin: 0;
padding: 0;
border: 0 none;
}
 
.bildunterschrift p.bildunterschrift-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

/*---------- Tabellen/Klassen/Formulare ----------*/

/* VARIANTE 1 */

table.tablestyle1 {
        margin-top:10px;
		font-family: verdana, arial, sans-serif;
        font-size: 11px;
        color: var(--textcolor);
        border-width: 1px;
        border-color: #3A3A3A;
        border-collapse: collapse;
		width:100%;
    }
 
table.tablestyle1 th {
        color: #ffffff;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: var(--akzentfarbe);
        background-color: var(--table-bg);
    }
 
table.tablestyle1 tr:hover td {
        background-color: var(--table-hover);
		/* background-color:#dcbbbb; */
    }
 
table.tablestyle1 td {
		border-width: 1px 0px 1px 0px;
        padding: 8px;
        border-style: solid;
        border-color: var(--akzentfarbe);
		background-color:transparent;
    }
	
/* VARIANTE 2 */
 
.table2{
	margin:5px;
	padding:0px;
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	outline: 1px solid var(--main-dunkel);
	background:#fff;
	min-width:60%;
}
 
.table2 td{
	padding:3px;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:#f4f4f4;
}
 
.table2 th{
	padding:3px;
	color:#fff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	background: var(--main-dunkel);
}
 


/*----------------------- Alert -----------------------*/

 /* The alert message box */
.alert {
    padding: 20px;
    background-color: var(--main-dunkel); /* #f44336; Red */
    color: #fff;
    margin-bottom: 15px;
}

/* The close button */
.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
    color: black;
} 


.alert2 {
    padding: 20px;
    background-color: #ffffff; 
    color: black;
    margin-bottom: 15px;
	border:1px solid black;
}

/* The close button */
.closebtn2 {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn2:hover {
    color: grey;
} 


/* -------------------------------Akkordion */
 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: var(--akzentfarbe);
  color: var(--textcolor);
  cursor: pointer;
  padding: 8px 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #eee;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
} 

.panel p {
	padding-top: 13px;
	padding-bottom: 13px;
}

.panel ul, .panel li {
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}

.accordion:after {
  content: '+'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: none; /* Unicode character for "minus" sign (-) */
}

/*----------------------- Nebel -----------------------*/

#nebel1 {
    position: fixed;
	width: 100%;
    height: 50%;
	z-index: -3;
    bottom: 0px;
    background: url('../images/layout/nebel.png') no-repeat scroll 0% 0% transparent;
    background-size: 60%;
    background-position: bottom;
    /*background: url('../images/aasonstiges/avatar150x100.png') repeat-x scroll 0% 0%;*/
}

#skyline {
    position: fixed;
	width: 100%;
    height: 100%;
	z-index: -3;
    bottom: -50px;
    background: url('../images/layout/skyline2.png') repeat-x scroll 0% 0% transparent;
    background-size: 1660px;
    background-position: bottom;
    /*background: url('../images/aasonstiges/avatar150x100.png') repeat-x scroll 0% 0%;*/
}

#polarlicht {
    position: fixed;
	width: 100%;
    height: 100%;
	z-index: -3;
    bottom: -50px;
    /*background: url('../images/layout/polarlicht2.png') repeat-x scroll 0% 0% transparent;*/
    background-image: url('../images/layout/red/polarlicht.png');
    background-repeat: repeat-x;
    background-color: transparent;
    
    background-size: 277px 400px;
    background-position: bottom;
    /*background: url('../images/aasonstiges/avatar150x100.png') repeat-x scroll 0% 0%;*/
}


.trennlinie {
    width:100%;
    height:2em;
    filter: invert(19%) sepia(9%) saturate(10%) hue-rotate(333deg) brightness(92%) contrast(92%);
}

/* ---------- TOOLTIP ---------- */

.csstooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.csstooltip span {
  visibility: hidden;
  width: 120px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
  font-variant: none;
  font-size: 10px;
}

.csstooltip span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(0,0,0,0.7) transparent transparent transparent;
  
}

.csstooltip:hover span {
  visibility: visible;
}

.icon {
    width: 20px;
    height: 20px;
}

.sidescroll {
    overflow-x: auto;
    scrollbar-color: #636363 #3d3d3d;
    scrollbar-width: thin;
}


.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
}

@media only screen and (max-width: 800px) {
    [class*="col-"] {
        width: 100%;
      }   
}