@font-face {
	font-family: 'entsani';
	src: local('entsani'), url('../fonts/entsani.woff') format('woff'), url('../fonts/entsani.ttf') format('truetype');
}

@font-face {
	font-family: 'OpenSansRegular';
	src: url('../fonts/OpenSansRegular.eot');
	src: local('OpenSansRegular'), url('../fonts/OpenSansRegular.woff') format('woff'), url('../fonts/OpenSansRegular.ttf') format('truetype');
}

:root {
    order: 1;
}

html, body {
    height: 100%;
    margin: 0;
    font-family: Arial;
}

input[type=text], input[type=email], input[type=tel] {
    height: 28px;
    text-indent: 5px;
    width: 100%;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}


textarea {
    height: 120px;
    padding: 3px;
    resize: vertical;
    width: 100%;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

select {
    height: 28px;
    width: 100%;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

a {
    color: #000080;
    text-decoration: none;
}

body {
    background: transparent;
    background-color: #fff;
    color: #000;
}

#mainContainer {
    margin: 0 auto;
    max-width: 1366px;
    overflow: hidden;
    width: 100%;
}

.desktopElement {
    display: none;
}

.mobileElement {
    display: inline-block;
}

#headline {
    background-color: #fff;
    /*box-shadow: 0 3px 3px 0 #000;*/
    color: #C0E238;/*#5300FF;*/
    height: 26px;
    max-width: 1366px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#headline #titel {
    display: inline-block;
    font-family: entsani !important;
    font-size: 1pc;
    float: left;
    padding-top: 4px;
    text-align: center;
    text-shadow:  0 0 10px #000;
    width: 100%;
}

#mobileNav {
    background-color: #C0E238;
    /*box-shadow: 0 3px 3px 0 #4E4E4E;*/
    height: 40px;
    padding: 2%;
    top: 26px;
    overflow: hidden;
    position: fixed;
    width: 96%;
    z-index: 1000;
}

#mobileNav img, #mobileNav div {
    float: left;
}

#mobileNav img {
    height: 30px;
    padding-top: 5px;
    cursor: pointer;
}

#mobileNav #buttonBar {
    display: flex;
    flexflow: row nowrap;
    justify-content: space-around;
    margin-left: 10px;
    margin-right: 10px;
}

#btn_mobileMenue {
    margin-left: 10px;
}

.buttonLine {
    text-align: right;
    width: 100%;
}

.buttonLine button {
    margin: 10px;
    margin-top: 0;
}

button {
    background-color: transparent;
    border: 1px solid #C0C0C0;
    padding: 5px;
    cursor: pointer;
}

button.hoverRed {
    background-color: transparent;
}

button.hoverRed:hover {
    background-color: transparent;
    border: 1px solid #FF0000;
    color: #FF0000;
}

button.hoverGreen:hover {
    border-color: #008000;
    color: #008000;
}

button.hoverBlue:hover {
    border-color: #0000FF;
    color: #0000FF;
}

button.green {
    border-color: #008000;
    color: #008000;
}

button.red {
    border-color: #FF0000;
    color: #FF0000;
}

a.button {
    background-color: transparent;
    border: 1px solid #C0C0C0;
    padding: 6px;
    cursor: pointer;
    color: #000;
    font-size: 14px;
}

a.button.hoverGreen:hover {
    border-color: #008000;
    color: #008000;
}

a.button.hoverRed:hover {
    background-color: transparent;
    border: 1px solid #FF0000;
    color: #FF0000;
}

a.button.hoverBlue:hover {
    border-color: #0000FF;
    color: #0000FF;
}

.SelectBox_and_Input {
    margin-bottom: 10px;
}

.SelectBox_and_Input input {
    border: none;
    margin: 0;
    margin-top: 2px;
    text-indent: 5px;
}

.SelectBox_and_Input select {
    margin-bottom: 0px;
    float: left;
}

.showRight, .showLeft {
    cursor: pointer;
}

.baseContainer {
    min-height: 100%;
    z-index: 99;
    max-width: 100%;
}

.slider {
    height: 100%;
    position: fixed;
    top: 26px;
    z-index: 900;
}

.slider#left {
    background-color: #C0E238;
    float: left;
    left: -100%;
}

.slider#right {
    background-color: #C0E238;
    float: right;
    left: 100%;
}

.content {
    margin: 2%;
    width: 96%;
}

nav ul {
    color: #E6FF00;
    list-style-type: none;
    margin: 0;
    margin-left: 23px;
    padding: 0;
    position: relative;
    top: 15px;
}

nav ul li {
    font-size: 23px;
    margin: 12px;
    margin-left: 0;
}

nav ul li a {
    color: #808080;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li a.aktiv{
    color: #008000;/*#ACFF00;*/
    text-decoration: underline;
}


article {
    background-color: transparent;
    /*box-shadow: -3px 0px 3px 0px #000,
                3px 0px 3px 0px #000;*/
    float: left;
    padding: 2%;
    padding-top: 75px;
    padding-bottom: 0;
    position: absolute;
    text-align: justify;
    top: 0;
    width: 96%;
    z-index: 990;
    overflow: hidden;
}

#tstConainer {
    width: 100%;
    min-height: 300px;
    display: inline-block;
}

.btn_main {
    border: 1px solid #808080;
    border-radius: 10px;
    cursor: pointer;
    flex: 0 0 98%;
    margin: 0;
    margin-bottom: 20px;
    max-height: 180px;
    overflow: hidden;
    padding: 1%;
}

.btn_main h3 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    text-align: center;
}

.containerFrage {
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 2%;
    width: 96%;
    max-width: 600px;
}

#field_Frage {
    font-size: 18px;
    font-weight: bold;
}

#field_subFrage {
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    padding-top: 10px;
}

#field_Hinweis {
    font-size: 12px;
}

.myAnswer {
    border: none;
    border-bottom: 1px solid #000;
}