/* 
    Document   : style
    Created on : 28-jun-2013, 14:13:26
    Author     : Guido
    Description:
        Purpose of the stylesheet follows.
*/
@import 'https://fonts.googleapis.com/css?family=Merriweather:300|Oswald:300';
html {
  /* 1 */
  font: 300 14px / 30px 'Merriweather';
  /* 2 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 3 */
  background: #ffffff!important;
  color: #3c3c3c;
}

body {
    background-color: #fff;
    color: #606060;
}

h1 {
  text-transform: uppercase; 
  font-size: 24px;
  font-family: 'Oswald';
  float: left;
  text-align: left;
  color: #3c3c3c;
}

b {
	font-weight: bold; 
}

.middlebox {
    padding: 20px;
    width: 300px;
    height: 400px;
    background-color: #f5f5f5;
    margin-left: 50%;
    left: -170px;
    margin-top: 50px;
    position: absolute;
    color: #3c3c3c;
    -moz-box-shadow:    0px 5px 10px 5px #ccc;
  	-webkit-box-shadow: 0px 5px 10px 5px #ccc;
  	box-shadow:         0px 5px 10px 5px #ccc;
}
.instruction {
	font-family: 'Merriweather';
	color: #3c3c3c;
	margin-top: 10px;
}
.inputclassbig {
    width: 100%;
    border: none;
    padding: 5px 0px 5px 0px;
}
.uk-login-button {
	text-align:center;
	margin-top: 30px;
	width: 100%;
}
.uk-button-primary {
    padding: 10px;
	background-color: #ffffff;
  	color: #ec3b00;
    border: 1px #ec3b00 solid;
	border-radius: 5px;
    font-family: 'Oswald';
	text-transform:uppercase;
    font-size: 20px;
    cursor: pointer;
	text-decoration:none;
	text-align: center;
}
.uk-button-primary::before {
  background-color: #ec3b00;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #ec3b00;
  color: #ffffff;
  border-color: #b92e00;
}
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
.uk-button-primary:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.whitebutton:hover {
    -moz-box-shadow:    inset 0 2px 5px #636363;
    -webkit-box-shadow: inset 0 2px 5px #636363;
    box-shadow:         inset 0 2px 5px #636363;
    padding-top: 12px;
    padding-bottom: 8px;
}

.loginerror {
    color: #fff;
    background-color: #ec3b00;
    padding: 5px;
    display: none;
}

.float {
    float: left;
    width: 280px;
    text-decoration: none;
    margin-top: 50px;
    text-align: center;
}

.cc_container .cc_btn {
background-color: #FF4000 !important; /* Farbe des Buttons */
color: #FAFAFA !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #FFFFFF !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #1C1C1C !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #FF4000 !important; /* Textlink-Farbe "Datenschutz" */
}