/* FRONTEND CSS
*********************************************/
@import url("font-roboto.css");
@import url("font-materialicons.css");
@import url("font-awesome.min.css");

html {

	}

body {
	background: #F2F4F6;
	font-family: 'Roboto', sans-serif;
	color: #535353;
	font-size: 13pt;
	font-weight: 300;
	letter-spacing: 0.025em;
	line-height: 1.65em;
	height: 100%;
}

/* Aufbau
*********************************************/

div#container {
	position: relative;
   	min-height: 100%;
   	padding: 0 0 180px 0;
}
header.alt a.logo_main {
	display: none!important;
}
header.reveal a.logo_main {
	position: absolute;
	top: -16px;
	right: 1.5em;
}
#oben {
	/*
	background: url(../images/bg.jpg) no-repeat center center; 
  	-webkit-background-size: cover!important;
  	-moz-background-size: cover!important;
  	-o-background-size: cover!important;
  	background-size: cover!important; 
	*/
	width: 100%;
	position: relative;
	height: 100vh;
	min-height: 100%;	
	z-index: 0;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
#mainwrapper {
	margin: 0;
	padding: 0 0 150px 0;
}
.items-leading {
	background: #fff;
}
.leading-0  {
	max-width: 940px;
	padding: 50px 30px 80px 30px;
	margin: 0 auto;
}
.item.span12 {
	max-width: 940px;
	padding: 70px 30px 30px 30px;
	margin: 0 auto;
} 
.row-1 h2 {
	display: none;
}
.center {
	margin: 50px 0 0 0;
	text-align: center;
}
.morecenter {
	margin: 85px 0 0 0;
	text-align: center;
}
a.link {
	color: #c7104d;
}


/* Header
*********************************************/

h1 {
	font-size: 2.2em;
	font-weight: 900;
	color: #c7104d;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}
h2 {
	font-size: 2.2em;
	font-weight: 900;
	color: #c7104d;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
}
h3 {
	font-size: 1.2em!important;
	font-weight: 900;
	color: #444;
	margin: 15px 0 35px 0;
	padding: 0;
	text-align: center;
}
h4.hleft {
	font-size: 1.2em!important;
	font-weight: 900;
	color: #444;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	text-align: left;
	border-left: 3px solid #c7104d;
}
.sep {
    position: relative;
    display: block;
    clear: both;
    margin: 30px auto 50px auto;
    max-width: 100%;
    height: 1px;
    border-top: 1px solid;
    color: #ededed;
}
.sep_dark {
    position: relative;
    display: block;
    clear: both;
    margin: 30px auto 50px auto;
    max-width: 100%;
    height: 1px;
    border-top: 1px solid;
    color: #dedede;
}
.sep:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #c7104d;
    margin-left: -50px;
}
.sep_dark:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100px;
    height: 1px;
    background: #c7104d;
    margin-left: -50px;
}


/* Footer
*********************************************/

footer {
	position: absolute;
    bottom: 0;
	background: #2C2A2B; 
	width: 100%;
}
#footerwrapper {
	position: relative;
	max-width: 1000px;
	padding: 30px 0 50px 0;
	margin: 0 auto 150px auto;
}
#gototop {
	position: absolute;
	top: 13px;
	left: 50%;
	margin: 0 0 0 -14px;
}
#gototop i {
	font-size: 28px;
	transition-property: all;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
#gototop i:hover {
	font-size: 28px;
	transition-property: all;
	transition-duration: .4s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#footerwrapper a {
	color: #949494;
}
#footerwrapper a:hover {
	color: #c7104d;
}
#loginwrapper {
	background: #222021; 
	clear: both;
}
#loginwrapper .moduletable {
	max-width: 970px;
	padding: 30px 15px;
	margin: 0 auto;
}
#copyright {
	position: absolute;
	right: 0;
	color: #757575;
	bottom: -222px;
	padding: 0 10px;
	font-size: 13px;
}
#footerwrapper img {
	height: 12px;
}
.moduletable_nav ul.nav li {
	float: left;
	padding: 0 30px 0 0;
}
.moduletable_nav ul.nav span {
	color: #5f5f5f;
}
.moduletable_nav ul.nav-child {
	margin: 10px 0 0 0;
	padding: 0;
}
.moduletable_nav ul.nav-child li {
	float: none;
}
.moduletable_contact {
	float: right;
	color: #949494;
	font-size: 13px;
	line-height: 20px;
	margin: 4px 20px 0 0;
	padding: 0;
}
.moduletable_contact h3 {
	text-align: left;
	color: #5f5f5f;
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 17px!important;
	font-weight: 300;
}


/* start left/right
*********************************************/

#start_links {
	background: rgba(199, 11, 71, 0.70);
	position: relative;
	float: left;
	width: 25%;
	height: 100vh;
	min-height: 100%;
	padding: 0;
	text-align: center;
}
a.more {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #444;
	padding: 10px 20px 10px 20px;
    border: 1px solid #dedede;
	transition-property: all;
	transition-duration: .7s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
a.more:hover {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #c7104d;
	padding: 10px 20px 10px 20px;
    border: 1px solid #c7104d;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#slogan {
	position: absolute;
	width: 100%;
	top: 28%;
	margin: 0 10% 0 0;
	color: #e7c0d4;
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
	font-weight: 300;
	text-align: left;
	font-size: 21px;
	line-height: 34px;
	letter-spacing: 0.8px;
}
#start_rechts {
	position: relative;
	float: left;
	width: 75%;
	height: 100vh;
	min-height: 100%;
	padding: 0 8%;
	text-align: center;	
}
#start_rechts img {
	max-width: 45%;
	max-height: 45%;
	vertical-align: middle; 
	margin: 0 -45% 0 0%;
}
span#mobilecenter {
    width: 10px;
    height: 100%;
    display: inline-block;
    margin-left: -10px;
    vertical-align: middle;
}
#anker_01 { 
	position: absolute; 
	bottom: 20px;
}
#left {
	width: 125px;
	line-height: 44px;
	margin: 0 auto;
}
#right:after {
	content: "";
    position: absolute;
    left: 40%;
    top: -13px;
    width: 30px;
    height: 1px;
    background: #e7c0d4;
}
#left a {
	font-size: 27px;
	font-weight: 900;
	color: #e7c0d4;
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#left a:hover {
	font-size: 27px;
	font-weight: 900;
	color: #fff;
	text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#right {
	display: none;
}
.sep_letter {
	border-bottom: 1px solid #eec8db;
}

/* Bounce */
@-webkit-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
 40% {-webkit-transform: translateY(-20px);}
 60% {-webkit-transform: translateY(-10px);}
}
 
@-moz-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
 40% {-moz-transform: translateY(-20px);}
 60% {-moz-transform: translateY(-10px);}
}
 
@-o-keyframes bounce {
 0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
 40% {-o-transform: translateY(-20px);}
 60% {-o-transform: translateY(-10px);}
}
@keyframes bounce {
 0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
 40% {transform: translateY(-20px);}
 60% {transform: translateY(-10px);}
}
.icon_start {
	color: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 50%;
	margin-left: -36px;
	bottom: 10%;
    font-size: 70px;
	-moz-animation: bounce 2.2s infinite;
	-webkit-animation: bounce 2.2s infinite;
	animation: bounce 2.2s infinite;
	/*
	-webkit-animation-iteration-count: 10;
	animation-iteration-count: 10; 
	*/
}


/* float
*********************************************/

.jfloat {
	float: left;
	max-width: 50%;
	padding: 1% 2%;
}
/*
.jfloat p {
	font-size: 15px;
}
*/

/* Pagination
*********************************************/
.pagination li {
	float: left;
    border-radius: 3px;
    display: block;
    border: 1px solid #e7e7e7;
    color: #5e5e5e;
    font-size: 10px !important;
    font-weight: 400;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.095);
    margin: 0 0 0 1px !important;
    padding: 0 9px 0 9px;
    background: #fff;
    cursor: pointer;
}
.pagination span {
    color: #c7104d!important;
    font-weight: 900!important;
}
.pagination-next span, 
.pagination-prev span,
.pagination-end span, 
.pagination-start span {
	color: #5e5e5e!important;
    font-size: 10px !important;
    font-weight: 400!important;
}
.pagination ul {
	clear: both;
	margin: 0 0 60px -30px !important;
}

/* Pagination
*********************************************/
.pagination li {
	float: left;
    border-radius: 3px;
    display: block;
    border: 1px solid #e7e7e7;
    color: #5e5e5e;
    font-size: 10px !important;
    font-weight: 400;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.095);
    margin: 0 0 0 1px !important;
    padding: 0 9px 0 9px;
    background: #fff;
}
.pagination span {
    color: #c7104d!important;
    font-weight: 900!important;
}
.pagination-next span, 
.pagination-prev span,
.pagination-end span, 
.pagination-start span {
	color: #5e5e5e!important;
    font-size: 10px !important;
    font-weight: 400!important;
}
.pagination ul {
	clear: both;
	margin: 0 0 60px -30px !important;
}

/* Login User
*********************************************/

h3#loginuser {
	max-width: 420px;
	text-transform: uppercase;
	padding: 30px 0 0 0;
	width: 100%;
	height: 80px;
	background: #323A45;
	color: #F1F2F4;
	margin: 5% auto 0 auto;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow: -3px 0 20px 1px rgba(0, 0, 0, 0.25);
}

form.well {
	max-width: 420px;
	padding: 35px 40px 40px 40px;
	min-height: 20px;
	margin: 0% auto 0 auto;
	background-color: #F1F2F4 !important;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	box-shadow: 3px 15px 20px 1px rgba(0, 0, 0, 0.25);
}
form.well p {
	margin: 0 0 15px 0;
}

form.well input {
	width: 100%;
	padding: 12px;
	margin: 0 auto 8px auto;
	background: #e7e7e7;
	border: 1px solid #E3E8EE;
	color: #757272;
}

input#remember {
	margin:0 0 0 10px;
	width: 10px;
}

form.well label {
	color: #6a6767;
	font-size: 16px!important;
	padding: 0!important;
	margin: 0;
	background: 0 none!important;
}

form.well button {
	background: #c7104d;
	border-bottom: 4px solid #c7104d;
	color: #F1F2F4;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 2px 0;
	font-weight: 400;
}
form.well button:hover {
	background: #fff;
	border-bottom: 4px solid #c7104d;
	color: #444;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 2px 0;
	font-weight: 400;
}

ul.nav-tabs {
	max-width: 500px;
	margin: 0 auto;
}

ul.nav-tabs li {
	font-size: 13px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
}


ul.nav-tabs a:hover {
	color: #d66e4a;
}


/* Login Modal
*********************************************/

h3#login {
	text-transform: uppercase;
	padding: 30px 0 0 0;
	width: 100%;
	height: 80px;
	background: #323A45;
	color: #F1F2F4;
	margin: 0;
	text-align: center;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

form#login-form label {
	padding: 11px 20px;
	margin: 0 4px 8px 0;
	background: #e7e7e7;
}

form#login-form input {
    max-width: 300px;
    padding: 10px 25px;
    margin: 0 auto 8px auto;
    background: #e7e7e7;
    border: 1px solid #E3E8EE;
    color: #757272;
	font-weight: 300;
	font-size: 15px;
}

div#form-login-remember {
	text-align: right;
}

label.control-label {
	font-size: 12px!important;
	padding: 0!important;
	margin: 0;
	background: 0 none!important;
}

div#form-login-submit button {
	background: #c7104d;
	border-bottom: 4px solid #c7104d;
	color: #F1F2F4!important;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 4px 0;
	font-weight: 400;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
div#form-login-submit button:hover {
	background: #fff;
	border-bottom: 4px solid #c7104d;
	color: #444!important;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 8px 0 4px 0;
	font-weight: 400;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

ul.styled {
	margin: 15px 0 0 0!important;
	padding: 0!important;
}

ul.styled li {
	float: left;
	text-align: left;
	font-size: 12px;
	margin: 0!important;
	padding: 0 15px 0 0!important;
}

ul.styled a {
	color: #7c8081!important;
	text-decoration:  none;
}


/* Navigation Administration
*********************************************/

#header.reveal #nav {
	max-width: 1000px; 
	margin: 0 auto;
}

ul.nav a.edit {
	position: absolute;
	top: 10px;
	right: 20px;
}

header.reveal a.edit {
    position: absolute;
    top: -5px;
    right: 110px;
}

ul.nav a.edit img {
	height: 18px;
}


/* Joomla alerts
*********************************************/

.alert {  
    padding: 12px 35px 12px 24px;  
    margin-bottom: 18px;  
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);  
    background-color: #fcf8e3;  
    border: 1px solid #fbeed5;  
    color: #c09853;  
}  
.alert h4 {  
    margin: 0;  
}  
.alert .close {  
    position: relative;  
    top: 0;  
    right: -17px;  
    line-height: 18px;  
    float:right; 
	cursor: pointer;
}  
.alert-success {  
    background-color: #dff0d8;  
    border-color: #d6e9c6;  
    color: #468847;  
}  
.alert-danger,  
.alert-error {  
    background-color: #f2dede;  
    border-color: #eed3d7;  
    color: #b94a48;  
}  
.alert-info {  
    background-color: #d9edf7;  
    border-color: #bce8f1;  
    color: #3a87ad;  
}  
.alert-block {  
    padding-top: 14px;  
    padding-bottom: 14px;  
}  
.alert-block > p,  
.alert-block > ul {  
    margin-bottom: 0;  
}  
.alert-block p + p {  
    margin-top: 5px;  
}

