@import url('https://fonts.googleapis.com/css?family=Rubik:300');
@import url('https://fonts.googleapis.com/css?family=Nunito:300');

:root {
  --main-color: darkgrey;
}

html, body {
	margin: 0px;
	padding: 0px;
	font-size: 1.0em;
	font-family: 'Rubik', sans-serif;
	height: 100%;
	width: 100%;
	z-index: 999;
	scroll-behavior: smooth;
}

h1 {
	font-size: 2.3em;
	text-decoration: none;
	font-weight: normal;
	
}

h2 {
	font-size: 2.0em;
	text-decoration: none;
	font-weight: normal;
	
}

h3 {
	font-size: 1.8em;
	text-decoration: none;
	font-weight: normal;
	
}

h4 {
	font-size: 1.6em;
	text-decoration: none;
	font-weight: normal;
	
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0px;
}
hr {
	border: 0;
	height: 1px;
	margin: 0px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0)  , #2980B9 , #28b9b1 , #2980B9, rgba(0, 0, 0, 0));
}

.table-table {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
}

	.navLink{
		letter-spacing: 0.07em;
		font-weight: bold;
		color: #999999;
		
	}
	
	.blueLink {
		font-weight: normal;
		color: #3AC2F2;
	}
 
.header {
	width: 100%;
	height: 10%;
}
 
.header img{
	height: 50px;
}

.headerTopLine {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	float: left;
}

.login {
	margin: 0px auto;
	width: 35%;
	min-width: 380px;
	min-height: 20%;
	max-width: 500px;
}

	.login .wrp {
		margin-top: 20%;
		text-align: center;
	}

	.login .header {
		width: 100%;
		height: 25px;
		padding: 0px;
	}

	.login .loginfields {
		width: 80%;
		text-align: center;
	}

	.login input {
		text-align: center;
	}

.submitButton {
	padding: 5px;
	border: 0;
	color: white;
	padding: 6px 26px 6px 26px;
}


.footer{
	width: 100%;
	text-align: center;
	padding: 15px;
	background-color: white;
}

.content {
	#padding-left: 20px;
	#padding-right: 20px;
}

.kundenkonto {
	width: 100%;
	text-align: center;
}

.nav {
	float: right;
	width: auto;
	background-color: transparent;
	text-align: right;
}
	
	.nav ul {
		padding: 0 auto;
	}
	
	.nav li {
		display: inline;
		padding: 0px 0px 0px 0px;
		margin-right: 18px;
		font-size: 1.1em;
		border-bottom: 3px solid transparent;
		transition: 0.2s ease;
		padding-bottom: 7px;
		background-color: transparent;
	}
	
	.nav li:hover {
		border-bottom: 3px solid #0063a6;
		cursor: pointer;
	}
	
	.header .company{
		padding: 6px;
		background-image: url('/img/bg/background_company.png');
		color: white;
		width: auto;
		text-align: center;
		float: right;
		margin-left: 20px;
		margin-top: -5px;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
		font-size: 1.0em !important; 
		border: 0px;
	}
	
	.header .company:hover{
		opacity: 0.8;
		filter: alpha(opacity=80);
		cursor: pointer;
		font-size: 1.0em !important;
	}

	.button{
		padding: 6px;
		background-image: url('/img/bg/background_company.png');
		color: white;
		text-align: center;
		-webkit-transition: opacity 0.3s ease-in-out;
		-moz-transition: opacity 0.3s ease-in-out;
		-ms-transition: opacity 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out;
		font-size: 1.0em !important; 
		border: 0px;
	}
	
	.button:hover{
		opacity: 0.8;
		filter: alpha(opacity=80);
		cursor: pointer;
		font-size: 1.0em !important;
	}
	
	.header .selected{
		color: #0063a6;
		font-weight: bold;
	}	
	
#mainNav {
	color: #999999;
	background-color: white;
	box-shadow: none !important;
}	
#mainNav ul a{
	color: #3c3c3c;
}	
#mainNav img{
	margin-left: 25px;
}
#dropdown1 {
	position: fixed !important;
	left: auto !important;
	top: 10% !important;
	right: 0px !important;
}
#navMainContainer {
	position: absolute;
	top: 0px;
	right: 0px;
}

.mobileNav {
	
}

	.mobileNav .fas{
		font-size: 1.5em;
		text-align: right;
		float: right;
		
	}
	
#menu {

}

#menu ul li {
	float: left;
	padding: 5px 10px;
	list-style: none;
	animation-name: effect_in;
	margin-right: 10px;
}

#menu ul li:hover {
	color: white;
	background-color: #2980B9;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

#menu li ul {
    position: absolute;
    display: none;
    width: inherit;
	margin-left: 0px;
	margin-top: 7px;
	float: none;
	right: 12px;
	z-index: 9999;
}

#menu li:hover ul {
    display: block;
	float: none;
	z-index: 999999;
}

#menu li ul li {
    display: block;
	background-color: #E7E7E7;
	color: black;
	text-align: left;
	float: none;
	border-bottom: 0px;
	font-size: 0.9em;
	z-index: 999999;

  }

#menu li ul li:hover {
	color: black;
	background-color: #dbdbdb;
	border-radius: 1px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	float: none;
	z-index: 999999;
  }
  
.ThemesMain {
	margin-top: 1%;
	text-align: center;
	width: 100%;
}

.ThemesMain .contentButton{
	padding: 6px;
	border-radius: 3px;
	background-color: #0162a6;
	color: white;
}

.ThemesMain img{
	width: 60%;
}
	
.ThemesMain .ThemesUl{
	text-align: left;
	width: 80%;
	margin: 0px auto;
}
		
.circle li{
	list-style-type: circle !important;
	padding: 2px;
}
	
	
	
.billingContainer {
	width: 100%;
	text-align: center;
}	

.billingElement {
	text-align: center;
}
	
.billingIcon {
	margin-top: 20px;
	font-size: 6em;
}
	
.contentLine {

	width: 100%;
	border: 0px solid;
	text-align: left;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 1%;
	padding-bottom: 2%;
	background-color: #f2f0f3;
}	
.contentLine h2{
	color: #0162a6;
	text-transform: uppercase;
}

.contentLineButton {
	padding: 6px;
	border-radius: 3px;
	background-color: #0162a6;
	color: white;
}

.contentLineContent {
	margin-top: 50px;
	font-size: 1.2em;
	width: 100%;
	text-align: center;
}

.contentlineMainTable {
	margin-top: 2%;
	width: 100%;
	text-align: center;
}
.contentlineMainTable .table-cell{
	width: 33.33%;
}
	
.impressum {
	width: 90%;
	margin: 0px auto;
}	
.DetailMain {
	width: 100%;
	padding: 20px;
	background-color: #0063a6;
}	
.DetailMain img {
	float: right;
}
.DetailUl {
	margin-top: 1%;
	color: white;
	font-weight: bold;
}
.DetailUl li{
	padding: 15px;
	font-size: 18px;
}

.DetailTitle{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}
.StartContact {
	margin-top: 60px;
}

.GalerieImage {
	-webkit-box-shadow: 2px 2px 7px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 7px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 7px -1px rgba(0,0,0,0.75);
	cursor: zoom-in;
	margin-right: 2%;
	margin-top: 2%;
}

















/* dritte css erstellen - nur für eingeloggte leute */


.station {
	width: 100%;
	text-align: left;
	padding: 15px;
}


	.station .title{
		font-size: 1.6em;
		margin-bottom: 15px;
	}

	.station .element{
		font-size: 1.4em;
		margin-left: 20px;
	}

	.station .content{
		font-size: 0.7em;
		margin-left: 50px;
		margin-bottom: 5px;
	}

	.station .current{
		margin-left: 20px;
		padding: 8px 0px 8px 0px;
	}
	
	.station .current > .fas{
		color: #71e204;
	}
	
	.station .checked > .far{
		color: #71e204;
	}

	
	
	.InfoBoxSuccess {
		width: 70%;
		background-color: #85e194;
		color: white;
		font-weight: bold;
		padding: 10px;
		margin: 0px auto;
		text-align: center;
		border-radius: 2px;
	}

	
	.InfoBoxError {
		width: 70%;
		background-color: #f76140;
		color: white;
		font-weight: bold;
		padding: 10px;
		margin: 0px auto;
		text-align: center;
		border-radius: 2px;
	}

.InfoPage {
	width: 100%;
	height: 80% !important;
	min-height: 100% !important;
	border: 0px solid black;
	margin-top: -20px;
	background: url(/img/user/bg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	z-index: 99;
}
.InfoPageButton {
	padding: 9px;
	border: 0px;
	margin-top: 20px;
}
.InfoPageOfferRequest {
	width: 80%;
	margin: 0px auto;
	color: white;
	padding: 8px;
	font-weight: bold;
}
.InfoPageContainer {
	margin: 0px auto;
	width: 80%;
	min-width: 200px;
	max-width: 500px;
	padding-top: 30%;
	text-align: center;
}
.InfoPageInfoBox {
	position: absolute;
	background-color: white;
	opacity: 0.9;
	filter: alpha(opacity=90);
	left: 0px;
	top: 30%;
	width: 350px;
	height: 60%;
	padding: 10px;
	z-index: 1;
}
.InfoPageInfoBox h2{
	border-bottom: 3px solid #3BC9CE;
	display: inline;
	padding-bottom: 7px;
}
.InfoPageFirst {
	margin-top: 40px;
	margin-left: 15px;
}
.InfoPageSecond {
	margin-top: -0px;
	margin-left: 15px;
	margin-bottom: 30px;
}
.orderSuccessFavCheck {
	font-size: 2em;
}

.ReportReklamation {
	color: white;
	padding: 6px;
	max-width: 200px;
	float: left;
	margin-right: 3%;
	margin-bottom: 3%;
	cursor: pointer;
}

.ReportOffer {
	color: white;
	padding: 6px;
	max-width: 400px;
	margin: 0px auto;
	cursor: pointer;
}

.ProfileButton {
	color: white;
	padding: 8px;
	max-width: 250px;
	margin: 0px auto;
}




	

/* zweite css erstellen! */

.shadow-drop-2-center {
	-webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.bg-pan-left {
	-webkit-animation: bg-pan-left 30s both;
	        animation: bg-pan-left 30s both;
	background-image: linear-gradient(270deg,#0A4B88,#3ec7cc,#00F7FF,#2dcca7);
	background-size: 600% 100%;
}

.jello-horizontal {
	-webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2018-3-4 14:8:43
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shadow-drop-2-center
 * ----------------------------------------
 */
@-webkit-keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}
@keyframes shadow-drop-2-center {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: translateZ(50px);
            transform: translateZ(50px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2018-3-4 14:12:39
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation bg-pan-left
 * ----------------------------------------
 */
@-webkit-keyframes bg-pan-left {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes bg-pan-left {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/* ----------------------------------------------
 * Generated by Animista on 2018-3-4 15:50:27
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
