html {
    font-family:'Noticia Text', sans-serif;
    font-size: 16px;
    line-height: 25px;
	font-weight:400;
    color: #000;
    background-color: #FFF;
    height: 100%;
    overflow-y: scroll;
}

body {
    min-height: 100%;
}

.container {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

.date {
	padding-bottom:10px;
	display:inline-block;
	color:#000000;
}

.highlight {
	color:#c00a27;
}

.backtooverview {
	/*padding-top:20px;*/
}

.icon-container {
	margin-top:15px;
}

.success,
.error {
	width: 100%;
	background-color: #F3EAE5;
    border: 1px solid #DDDAD6;
    display: block;
    padding: 15px;
    margin: 18px 0;

    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.error {
	color: red;
}


h2.has-icon {
	line-height:40px;
}
.icon-container {
	display:inline-block;
	padding-right:15px;
	
	vertical-align:middle;
}
.icon-container img {
	width:40px;
	height:40px;
}

.paddingBottom {
	padding-bottom: 10px;
}

.content table tr td {
	padding-bottom:5px;
}
.content table tr td:first-child {
	padding-right:15px;
}
.content table.tablebeitrag td,
.content table.tablebeitrag th {
	border-bottom:1px solid #ccc;
	padding:5px 15px 5px 0;
}
.content table.tablebeitrag th,
.content table.tablebeitrag tr.last td{
	border-bottom:1px solid #333;
}


.content ul {
	padding-left:13px;
}

a > img {
	opacity:1;
	transition:opacity 0.5s ease 0s;
}

.content a > img {
	max-width: 100%;
	height: auto;
	display: block;
}


a:hover > img {
	opacity:0.5;
}
.emo .sx-slider a:hover > img {
	opacity:0.8;
}
/*------------------------------------*\
    Heading
\*------------------------------------*/
h1,
h2.h1 {
	font-family:"aller",sans-serif;
    font-size: 28px;
	font-weight:700;
    margin: 0 0 20px;
	line-height: 38px;
}

h2 {
	font-family:"aller",sans-serif;
    font-size: 24px;
	font-weight:700;
    margin: 0 0 0.5em;
	line-height: 33px;
}

h3 {
	font-family:"aller",sans-serif;
    font-size: 20px;
	font-weight:700;
    margin: 0 0 0.3em;
	line-height: 27px;
}

h4, h5, h6 {
	font-family:'Noticia Text', sans-serif;
    font-size: 18px;
	font-weight:700;
    margin: 0 0 0.3em;
	line-height:25px;
}

/*
@media only screen and (max-width:1024px) {
	h1 {
		font-size: 22px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 15px;
	}
}
*/

/*------------------------------------*\
    Text
\*------------------------------------*/
p {
    margin: 0 0 1em;
}

a {
    text-decoration: none;
    color: #c00a27;
    transition: color 0.15s ease;
}

a:hover {
    color: #8b071c;
}

ul li {
	line-height:1.8;
}

/*------------------------------------*\
    Formular
\*------------------------------------*/
input:not([type="radio"]):not([type="checkbox"]),
textarea {
    /*background: #F2F2F2;*/
    border: 1px solid #b2b2b2;
    border-radius: 0;
    box-sizing: border-box;
    padding: 5px;
    /*transition: background 0.2s ease;*/
}

input:not([type="radio"]):not([type="checkbox"]):focus,
textarea:focus {
    /*background-color: #E6E6E6;*/
	border: 1px solid #7f7f7f;
}

textarea {
    min-height: 120px;
}

.informationsform .type-checkbox {
	width:auto;
}
.informationsform .checkbox-horizontal label {
	display:block;
}

/*
.button {
    background-color: #c00a27;
}

.button:hover {
    background-color: #000;
}
*/

.button {
	font-family:"aller",sans-serif;
	font-size:16px;
    color: #FFF;
    background-color: #c00a27;
    padding: 12px 25px;
    line-height: 22px;
    transition: background-color 0.25s ease;
}

.button:hover {
    background-color: #000;
    color: #FFF;
}


.mobile {
	display:none;
}
@media only screen and (max-width:980px) {
	.mobile {
		display:block;
	}
}


dl.form {
	padding-top:50px;
}
dl.form.qat-register-form {
	padding-top:0;
}
dl.form.memberfee-calculator {
	padding-top:10px;
}
dl.form.memberfee-calculator dd.checkbox-horizontal input[type=checkbox] {
	width:auto;
}
dl.form dt,
dl.form dd {
	float:left;
	margin:0;
}
dl.form dt {
	width:21%;
	padding-right:4%;
}
dl.form dd {
	width:75%;
}
dl.form dd input[type=text],
dl.form dd input[type=tel],
dl.form dd input[type=email],
dl.form dd select {
	width:100%;
	box-sizing:border-box;
	height:30px;
	line-height:30px;
}
dl.form dd select {
	border:1px solid #b2b2b2;
}
.we-form .button {
	float:right;
	margin-top:30px;
}


@media only screen and (max-width:767px) {
	dl.form dt,
	dl.form dd {
		width:100%;
		float:none;
		margin:0;
	}
	dl.form dd {
		margin-bottom:10px;
	}
}



#cookie.show {
    display: block;
}

#cookie {
    background-color: rgba(0,0,0,.8);
    color: #fff;
    display: none;
    transition: background-color 0.5s ease 0s;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500000;
    padding: 16px 0;
    text-align: center;
}

.wrapper-cookie {
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

#cookie a {
	color: #fff;
	text-decoration: underline;
}

#cookie a:hover {
	text-decoration: none;
}

#cookie .dics_agreed {
	padding: 0px 9px 4px;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    font-weight: bold;
    text-transform: none;
    margin-left: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#cookie .dics_agreed:hover {
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.margin-bottom-15{
	margin-bottom: 15px !important;	
}

.sx-mt-30 {
	margin-top: 30px;
}

/*explanation*/
.explanation {
	cursor: pointer;
}
.explanation::after {
    content: url('/img/icons/info-icon.svg');
    padding-left: 5px;
}