/* Fehler bei der Verkleinerung. Der Inhalt wird unverkleinert zurückgegeben.
(372,1): run-time error CSS1019: Unexpected token, found '}'
 */
/*body { 
  /*background: url(images/header.jpg) no-repeat center center fixed;*/
	 /*background: no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.card-default {
opacity: 0.9;
margin-top:250px;
}

.card-registration {
opacity: 0.9;
margin-top:250px;
}

.form-group.last { margin-bottom:0px; }

.news{
	padding-top:100px;
	
}

.service-box
{
color:#23527c;
}*/

.text-muted
{
color:#333;
font-weight: bold;
font-size: 110%;
margin-bottom: 0px;
}

.cl
{
padding-top:30px;
}

.loginCard {
    /*background-color: transparent;*/
    /*-webkit-box-shadow: 0 2px 15px 0 #fff, 0 2px 10px 0 white;
    background-color: rgba(100, 200, 200, 0.4);*/
}

.loginButton
{
    text-transform: uppercase !important;
}

/*.md-form label, .form-control {
    color: black;
}

    .md-form label active, .form-control {
        color: black;
    }

.active {
    color: black;
}*/

/*.white-skin input[type=email]:focus:not([readonly]), .white-skin input[type=text]:focus:not([readonly]), .white-skin input[type=password]:focus:not([readonly]), .white-skin input[type=number]:focus:not([readonly]), .white-skin textarea.md-textarea:focus:not([readonly]) {
    border-color: rgb(51, 181, 229);
    color: rgb(51, 181, 229);
}

    .white-skin input[type=email]:focus:not([readonly]) + label, .white-skin input[type=text]:focus:not([readonly]) + label, .white-skin input[type=password]:focus:not([readonly]) + label, .white-skin input[type=number]:focus:not([readonly]) + label, .white-skin textarea.md-textarea:focus:not([readonly]) + label {
        color: rgb(51, 181, 229);
    }*/

.card-footer {
    border-top: 1px solid rgba(243, 234, 234, 0.64);
}

/*.white-skin input[type=checkbox]:checked + label:before {
    border-right: 2px solid white;
    border-bottom: 2px solid white;
}*/

/*.form-control {
    color: white;
}

.form-check-input[type=checkbox] + label:before, .form-check-input[type=checkbox]:not(.filled-in) + label:after, label.btn input[type=checkbox] + label:before, label.btn input[type=checkbox]:not(.filled-in) + label:after
{
    border-color:white;
}*/

/*.hr {
    border-color: white;
}

a, a.disabled:hover, a:disabled:hover
{
    color:white;
}*/

/*@media screen and (min-width: 1024px){
    body{
        background-image: url(images/Background/retina.jpg);
    }
}

@media screen and (min-width: 980px) and (max-width: 1024px){
    body{
        background-image: url(images/Background/desktop.jpg);
    }
}

@media screen and (min-width: 760px) and (max-width: 980px){
    body{
        background-image: url(images/Background/tablet.jpg);
    }
}

@media screen and (min-width: 350px) and (max-width: 760px){
    body{
        background-image: url(images/Background/mobile-hd.jpg);
    }
}

@media screen and (max-width: 350px){
    body{
        background-image: url(images/Background/mobile-ld.jpg);
    }
}*/
.langnav .hidden {
    display: none;
}
.langnav:hover ul.second {
    display: block;
}

.nav a {
		text-decoration-color: -moz-use-text-color;
		text-decoration-line: none;
		text-decoration-style: solid;
	}

	ul.nav {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		padding-top: 0;
	}

		ul.nav li {
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
		}

	ul.horizontal > li {
		float: left;
	}

@media (min-width: 768px) {
.sidenav {
    position: absolute;
    right: 5px;
    top: 50px;
    z-index: 2;
}
.sidenav:hover {
    width: 335px;
}
.langnav {
    height: 59px;
    margin-bottom: 6px;
    position: relative;
}
.langnav .inner {
    position: absolute;
    right: 0;
}
.langnav .inner:hover {
    width: 400px;
}
.langnav .inner:hover ul {
    display: block;
}
.langnav .inner div.button.square {
    background-color: #c7c3c0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
    float: right;
    height: 59px;
    margin-left: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    width: 59px;
}
.langnav .inner div.button.square:hover {
    background-color: #006eb9;
}
.langnav .inner div.button.square a, .langnav .inner div.button.square input {
    color: #fff;
    display: block;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: uppercase;
}
.langnav .inner div.button.square a {
    font-size: 1.46667rem;
    line-height: 30px;
    text-align: center;
}
.langnav .inner ul {
    display: none;
}
    .langnav .inner ul li {
        background-color: #c7c3c0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-sizing: border-box;
        float: right;
        height: 59px;
        margin-left: 10px;
        margin-bottom: 10px;
        padding: 15px;
        width: 59px;
    }
.langnav .inner ul li:hover {
    background-color: #006eb9;
}
.langnav .inner ul li a, .langnav .inner ul li input {
    color: #fff;
    display: block;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-transform: uppercase;
		padding: 0;
		background-color:transparent;
}
.langnav .inner ul li a {
    font-size: 1.46667rem;
    line-height: 30px;
    text-align: center;
}
}

@media (max-width: 767px) {
    .sidenav {
        right: 150px;
        position: absolute;
        top: 0;
        z-index: 3;
    }

    .langnav {
        left: 107px;
        position: absolute;
        top: 14px;
    }

        .langnav:hover ul {
            display: block;
            margin-top: 5px;
        }

        .langnav div.button.square {
            background-color: #c7c3c0;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            box-sizing: border-box;
            height: 35px;
            width: 39px;
        }

            .langnav div.button.square:hover {
                background-color: #fff;
            }

            .langnav div.button.square a, .langnav div.button.square input {
                color: #fff;
                display: block;
                text-decoration-color: -moz-use-text-color;
                text-decoration-line: none;
                text-decoration-style: solid;
                text-transform: uppercase;
            }

            .langnav div.button.square a {
                /*font-size: 0.93333rem;*/
                line-height: 20px;
                padding-bottom: 3px;
                padding-left: 0;
                padding-right: 0;
                padding-top: 7px;
                text-align: center;
            }

                .langnav div.button.square a:hover {
                    color: #303030;
                }

        .langnav ul {
            display: none;
        }

        .langnav li {
            background-color: #c7c3c0;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            box-sizing: border-box;
            height: 35px;
            margin-bottom: 3px;
            width: 39px;
        }

            .langnav li:hover {
                background-color: #fff;
            }

            .langnav li a, .langnav li input {
                color: #fff;
                display: block;
                text-decoration-color: -moz-use-text-color;
                text-decoration-line: none;
                text-decoration-style: solid;
                text-transform: uppercase;
            }

            .langnav li a {
                /*font-size: 0.93333rem;*/
                line-height: 20px;
                padding-bottom: 3px;
                padding-left: 0;
                padding-right: 0;
                padding-top: 7px;
                text-align: center;
            }

                .langnav li a:hover {
                    color: #303030;
                }

    @-webkit-keyframes autofill {
        to {
            color: #666;
            background: transparent;
        }
    }

    input:-webkit-autofill {
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
}


