﻿body {
	font-family: 'Dosis', sans-serif;
	font-size: 200%;
	background-color: #0088CB;
	color: #ffffff;
	overflow-y: scroll;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #363636;
	text-decoration: none;
}

a.cLink {
    text-decoration: underline;
}

a.cLink:Hover {
    text-decoration: none;
}

.marginTop {
    margin-top: 30px;
}

.marginBottom {
    margin-bottom: 38px;
}

.iconSize {
    font-size: 100%;
    margin-left: 5px;
}

/* linke spalte */
.logoTop img {
    top: 20px;
    left: 20px;
    width: 100%;
	max-width: 300px;
}

.logoFooter {
	position: fixed;
	bottom: 20px;
    left: 40px;
}

.logoFooter img {
    max-width: 200px;
    max-height: 70px;
}

/* Werbung Slider */
#slider {
	list-style: none;
	padding: 0;
}

.slider-container { 
	width: 180px;
	height: 110px; 
}

#slider img { 
	width: 180px; 
	margin: 0; 
	display: inline-block; 
    background-color: #0088CB;
}

#slider li {
	width: 180px;
    height: 100px;
    background-color: #0088CB;
}

/* Formular */
div.detailForm {
    margin-top: 1%;
    width: 100%;
    max-width: 1000px;
}

.feedback-input,
.otherInputField,
.errorField {
    font-family: 'Dosis', sans-serif;
	color:#3c3c3c;
    font-weight:500;
	font-size: 100%;
	border-radius: 0;
	background-color: rgba(255,255,255,0.3);
	padding: 13px 13px 13px 54px;
	width: 100%;
    max-width: 1000px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0);
    margin-top: 1%;
    margin-bottom: 1%;
}

.textMedium {
    font-family: 'Dosis', sans-serif;
	color: #3c3c3c;
    font-weight: 600;
	font-size: 120%;
}

.textMediumR {
    font-family: 'Dosis', sans-serif;
    color: #d9534f;
    font-weight: 600;
    font-size: 120%;
}

.textArea {
    height: 140px;
}

.textArea2 {
    height: 240px;
}

.errorField {
    color: #D31C1C;
}

.error {
    color: #D31C1C;
}

.otherInputField span {
    margin-right: 80px;
}

.otherInputField label {
    font-size: 80%;
}

.dd {
    max-width: 400px;
}

.dd1 {
    margin-top: 8px;
    height: 50px;
}

.dd2 {
	width: 120px;
}

.fsBtn {
	width: 100%;
	max-width: 1000px;
	line-height: 2em;
	text-align: center;
    color: #ffffff;
	background-color: rgba(32,32,32,1);
    font-weight: 700;
    font-size: 100%;
    border: 0;
    text-transform: uppercase;
    display: block;
}

.fsBtn:Hover {
    background-color: #ffffff;
	color: #202020;
}

.feedback-input.small {
	width: 49.7%;
}

.feedback-rb {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    margin-top: 1%;
    margin-bottom: 1%;
    padding: 0;
    border: 3px solid rgba(0,0,0,0);
}

.feedback-rb td {
    font-family: 'Dosis', sans-serif;
	color: #3c3c3c;
    font-weight: 500;
	font-size: 100%;
	border-radius: 0;
	background-color: rgba(255,255,255,0.3);
	padding: 13px 13px 13px 54px;
	width: 50%;
}

.spaceBottom {
    margin-bottom: 45px;
}

.btnUppercase {
    text-transform: uppercase;
}

/* rechte Spalte */
.navRight {
    position: absolute;
    right: 40px;
    top: 40px;
}

.navRight img {
    max-height: 100px;
    margin-left: 20px;
}

/* Icons ---------------------------------- 
#FirstName,
#LastName {
	background-image: url(/img/icons/32-Single-User.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#Street{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#zip_city{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#jg{
	background-image: url(/img/icons/32-Message.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#klasse{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#passwort1{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#passwort2{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
*/

/* Back Button (Kreis) */
.btnBack {
    margin-top: 15%;
    width: 100%;
	max-width: 1000px;
}

.kreis {
	background-color: #ffffff;
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 100px;
	margin: 0 auto;
}

.kreis:hover {
	background-color: #363636;
}

.kreis p {
	color: #363636;
	font-size: 70px;
	line-height: 70px;
	font-weight: bold;
}

.kreis p:hover {
	color: #ffffff;
}

	

/* Footer */
.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: #ffffff;
	z-index: 2;
}

.footer div {
    text-align: center;
}

.footer a {
	font-size: 65%;
	line-height: 1.8em;
	margin-left: 50px;
}

.footer a:first-child {
	margin-left: 0px;
}

@media screen and (max-width: 991px) {
	.logoFooter {
		display: none;
	}

    .btnBack {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
		
	.evList {
		margin: 50px auto;
	}

	.logoTop img {
		width: 100%;
		min-width: 100px;
		max-width: 300px;
	}
}

@media screen and (max-width: 650px) {
	
    .fsBtn {
        font-size: 90%;
    }

    .feedback-input.small {
    	width: 100%;
    }
    
    .navRight img {
        max-height: 90px;
    }

    .logoTop img {
		width: 100%;
		min-width: 100px;
		max-width: 260px;
	}
}

@media screen and (max-width: 575px) {
		
	.logoTop img {
		width: 100%;
		min-width: 100px;
		max-width: 200px;
	}

    .fsBtn {
        font-size: 80%;
    }

    .btnBack {
        margin-bottom: 8px;
      
    }

    .navRight img {
        max-height: 75px;
        margin-left: 15px;
    }

    .navRight {
        right: 30px;
    }
}

@media screen and (max-width: 450px) {
		
	.logoTop img {
		min-width: 100px;
		max-width: 150px;
	}

    .fsBtn {
        font-size: 65%;
    }

    .navRight img {
        max-height: 60px;
        margin-left: 10px;
    }

    .navRight {
        right: 20px;
    }
}

@media screen and (max-width: 350px) {
		
	.logoTop img {
		min-width: 80px;
		max-width: 130px;
	}

    .fsBtn {
        font-size: 50%;
    }

    .navRight img {
        max-height: 50px;
    }
}