body {
    background-color: #DAE4DB;
 /*   background-image: url("../img/background.jpg"); */
    background-size: cover;
    background-position: center;
}

/** Impressum & Datenschutz **/
.impressum {
    color: black;
    text-decoration: none;

    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

.impressum:hover {
    color: rgba(77, 142, 78, 0.8);
    text-decoration: underline;
}

#lang_span {
    float: right;
}

/** Lang **/
.lang {
    color: grey;
    text-decoration: none;

    font-family: verdana, arial, sans-serif;
    font-size: 12px;
}

.lang:hover {
    color: rgba(77, 142, 78, 0.8);
    text-decoration: underline;
}

/** Header **/
.header {
    width: 100%;
    max-width: 400px;
    min-width: 320px;

    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 60px;
}

.header img {
    max-width: 300px;
    min-width: 100px;
}

/** Eingabemaske **/
.loginmaske {
    background-color: white;

    max-width: 400px;
    min-width: 320px;
    height: 365px;

    margin: 0 auto;
    padding-top: 0;

    border-radius: 4px;
    box-shadow: 0px 2px 2px 1px grey;

    text-align: center;
    font-family: verdana, arial, sans-serif;
}

.loginmaske h1 {
    width: 100%;
    min-width: 200px;
    height: 20px;

    text-align: center;
    font-size: 28px;

    margin: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.loginmaske ul {
    width: 320px;

    list-style-type: none;

    margin: auto;
    padding: 0px;

    border-width: 0px;
    border-style: solid;
    border-color: rgba(200, 200, 200, 0.3);

}

.loginmaske p {
    float: left;

    margin-bottom: 3px;
    margin-left: 5px;

    font-weight: bold;
    font-size: 13px;

}

.loginmaske input[type=text],
.loginmaske input[type=password] {

    width: 310px;
    height: 36px;

    margin: auto;
    padding: 5px;

    font-size: 13px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: lightgrey;

}

.loginmaske input[type=text]:focus,
.loginmaske input[type=password]:focus {

    box-shadow: 0 0 5px rgba(77, 142, 78, 0.8);
    border: 1px solid rgba(77, 142, 78, 0.8);

    outline-width: 0;
}

.loginmaske input[type=submit], #submit_btn {
    background-color: rgba(123, 123, 123, 1.0);

    width: 310px;
    height: 36px;

    margin: auto;
    margin-top: 20px;
    padding: 5px;

    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(123, 123, 123, 1.0);
    outline-width: 0;

    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: white;

    -webkit-appearance: none;

}

.loginmaske input[type=submit]:active,
.loginmaske input[type=submit]:hover {
    background-color: #DAE4DB;
    color: #7B7B7B;
    cursor: pointer;
}

#fehlerEingabe {
    color: red;

    text-align: center;
    font-size: 15px;
    font-family: verdana, arial, sans-serif;
    font-style: italic;
}

#capslock {
    color: black;

    text-align: center;
    font-size: 15px;
    font-family: verdana, arial, sans-serif;
    font-style: italic;
}

/** Newsbereich **/

.newsBereich {
    min-width: 320px;
    max-width: 400px;

    margin: auto;

    font-family: verdana, arial, sans-serif;

}

.newsBereich_breit {
    min-width: 320px;
    max-width: 1300px;

    margin: auto;

    font-family: verdana, arial, sans-serif;
	background-color: grey;
	box-shadow: 2px 1px 6px 2px grey;	
}

.newsBereich h2 {
    width: 100%;
    min-width: 320px;
    max-width: 400px;
    height: 20px;

    text-align: center;
    font-size: 22px;
    font-style: italic;
    color: rgba(156, 193, 159, 1);

    margin-top: 20px;
    margin-bottom: 20px;

}

.textWide {
	min-width: 320px;
	max-width: 920px;
	margin: auto;
	padding-top: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	/* border-radius: 8px; */
	font-family: verdana, arial, sans-serif;
	/* background-color: #9cc19f; */
	line-height: 1.5;
	border: 3px solid #9cc19f;
}


/** QR-Codes & Badge **/

.badgeBlock {
    width: 150px;
    height: 40px;

    margin: auto;
    margin-top: 5px;
    margin-bottom: 10px;
}

.code {
    width: 150px;
    height: 150px;

    box-shadow: 0px 2px 2px 1px grey;

}

/** Apple **/
#badgeApple {
    margin-left: 7.5px;
    width: 135px;
    height: 40px;
}

#qrBlockLeft {
    padding: 0px;
    float: left;
}

/** Google **/
#badgeGoogle {
    margin-left: 8px;
    width: 134px;
    height: 40px;
}

#qrBlockRight {
    padding: 0px;
    float: right;
}

/*Social Media*/
.social-media {
    position: fixed;
    right: 0px;
    top: 115px;
    z-index: 9999;
}

.social-media .item-overlay ul {
    opacity: 0;
    transition: all 0.5s ease-out 0s;
}

.social-media ul {
    list-style: none;
    margin-top: 5px;
    padding-left: 20px;
}

.social-media .item-overlay li {
    padding: 2px;
}

.social-media .item > img {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.social-media .item:hover ul {
    opacity: 1;
}

.social-media .item:hover > img {
    opacity: 0;
}

/*Reveal Modal*/
.reveal-modal {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    text-align: center;
}

.social-button {
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 9998;
}

.reveal-modal-bg {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    z-index: 9997;
}

.fraction-slider .active-slide {
    z-index: 9000;
}

.newsBereich .AppText {
    width: 100%;
    min-width: 320px;
    max-width: 400px;
    height: 20px;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    /*color: rgba(156, 193, 159, 1);*/
    color: black;
    margin-top: 20px;
    margin-bottom: 20px;
}

.AppText span {
    position: relative;
    top: -12px;
    font-size: 10px;
}

#cookie_wrapper {
    width: 600px;
    margin: auto;
    padding: 20px;
    font-family: Arial;
    font-size: 12px;
}

#cookie_tbl td, #cookie_tbl th {
    padding: 5px;
}

#cookie_tbl td:last-child {
    white-space: nowrap;
}

