/* Last Chaos */

@import 'https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans';
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);

/* ---- General Styling ---- */

p {
    margin: 0px 0px 15px;
	color: #b9b8b8;
}



input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: #fff;
    box-shadow: 0 0 0px 100px white inset;
}

#password-lost-form .reg-header.text-center{
	text-align: left;
}

.header {
	border-bottom: none;
}

.header .logo  {
    display: none;
}
.header.small .logo {
    /*
    display: block;
    position: absolute;
    top: 200px;
    width: 300px;
    text-align: center;
    left: 50%;
    margin-left: -150px;
    */
    display: inline-block;
    position: absolute;
    width: 130px;
    height: 90px;
    text-align: center;
    left: 0;
    top: 25px;
    margin-left: 0;
}
.header.small .logo img {
    width: 100%;
}

.breadcrumbs {
    border-bottom: 1px solid #444;
}
.breadcrumb a {
    color: #fff;
}

.main-container{
	-ms-transition: transform 200ms ease 0s;
	-webkit-transition: transform 200ms ease 0s;	
	transition: transform 200ms ease 0s;	
}

.topbar-toggle,
.navigation-toggle{
	display: none;
}

.mobile-accountHeader{
	display: none;
}
	
.wrapper {
    overflow-x: hidden;
    margin: 0px auto;
    max-width: 2000px;
    box-shadow: -8px 0px 10px rgba(0, 0, 0, 0.1), 8px 0px 10px rgba(0, 0, 0, 0.1);
}

.main-feature-account{
	width: 100%;
	max-width: 2000px;
	min-height: 200px;
	position: relative;
	margin: 0px auto;
}

.lpr-header{
	display: none;
}


h4{
	font: 400 20px/22px "Crimson Text",Arial,sans-serif;
    color: #eae9e9;
}
hr {
    margin: 30px 0;
    border-top: 1px solid #444;
}

.alert-warning{
	color: #99002c; /*#72c02c*/
	background:transparent;
	border: none;
	padding: 0;
}

.alert>p+p {
    margin-top: 0px;
    margin-left: 18px;
}

.alert-dismissable .close{
	display: none;	
}

.alert-warning h4{
    font: 700 22px/22px "Crimson Text",Arial,sans-serif;
}

#block1.login hr {
    margin: 30px 0 15px;
}



/*
.main-feature-small:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	width: 100%;
	background: transparent url('../images/background-header-small-top.png') no-repeat scroll center top;
	z-index: 25;	
}
.main-feature-small:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 5px;
	width: 100%;
	background: transparent url('../images/top-banner-trenner.png') no-repeat scroll center top;
	z-index: 25;	
}
*/

.main-feature-big{
	width: 100%;
	max-width: 2000px;
	min-height: 525px;
	position: relative;
	margin: 0px auto;
	overflow: hidden;
	background: #fff url('../images/background-header-big.jpg') center top no-repeat;
}

.header.small:before,
.header.big:before{
	background: transparent url('../imgs/spritesheet.png') no-repeat center -192px;
    height: 5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 5;
    bottom: -2px;
}

.main-feature-big .logobig {
	vertical-align: middle;
	display: block;
	width: 385px;
	height: 184px;
    margin: 95px -190px 0px;
    left: 50%;
    z-index: 20;
    position: absolute;
}

.main-feature-big .logobig img {
    /*display: none;*/
    width: 100%;
}

/* ---- Register - Server Select Styling ---- */

#server_language{
	list-style: none;
    margin-left: 10px;
}

#server_language li{
    width: 38px;
    height: 25px;
    margin-left: -25px;
    margin-right: 70px;
}

#server_language input{
	width: 18px;
    height: 18px;
    margin-left: -23px;
}

.reg_server{
    background: transparent url('../images/flags/language-flags.png') no-repeat;
    float: left;
    width: 38px;
    height: 25px;
    margin-right: 50px;
}

.s_en{
    background-position: -38px 0px;	
}

.s_us{
    background-position: -114px 0px;
}

.mb-20{
	margin-bottom: 20px;
}

.error li,
.elternecke-wickie-club li{
	margin-bottom: 20px;
    font-size: 15px;
}

.bb-shadow{
    box-shadow: 1px 2px 10px rgba(0,0,0,0.5);
}

h2.title-wickie-s{
    color: #555;
    margin-top: 15px;
    text-shadow: none;
    font: 700 20px/27px "IBM Plex Sans Thai","Noto Sans", Arial, sans-serif;
}

.tag-box {
    background: none;
}
.tag-box-v1 {
    border: none;
}

.tag-box h2{
	font: 900 40px/41px "IBM Plex Sans Thai","Crimson Text",Arial,sans-serif;
}

.tag-box li{
	font-size: 16px;
	margin-bottom: 12px;
}

.tag-box p{
	margin: 0px 0px 10px;
}

/*
.shadow-effect-2:before{
    transform: rotate(-3deg);
    box-shadow: 0px 15px 10px rgba(0,0,0,0.8);	
}

.shadow-effect-2:after {
    transform: rotate(3deg);
    box-shadow: 0px 15px 10px rgba(0,0,0,0.8);
}
*/

.shadow-effect-2:before, .shadow-effect-2:after {
    content: none;
}

.tag-box-v1{
	padding: 0px 40px 20px;
	border-top: none;
}

.content{
	position: relative;
}

.border-box{
  background-color: #fff7e3;
  border-style: solid;
  border-width: 11px 11px 11px 11px;
  -moz-border-image: url("../images/wooden-border.png") 11 11 11 11 repeat stretch;
  -webkit-border-image: url("../images/wooden-border.png") 11 11 11 11 repeat stretch;
  border-image: url("../images/wooden-border.png") 11 11 11 11 repeat stretch;
}

.breadcrumbs {
    /*margin-bottom: 150px;*/
    overflow: visible;
    position: relative;
}
.breadcrumbs .container {
    text-align: center;
}

#block1.home {
    padding-top: 0;
}

.breadcrumbs{
	display: none;
}
.breadcrumbs h1 {
    font: 100 43px/45px "Crimson Text",Arial,sans-serif;
    color: #eaeaea;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 20px;
    top: 100px;
    /*margin-left: 20px !important;*/
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    z-index: 1;
}
.breadcrumbs h1:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 160px;
    height: 65px;
    background: url('../imgs/spritesheet.png') no-repeat -120px -15px;
    top: 25px;
    left: -30px;
}

h2, .headline h2{
	font-family: "IBM Plex Sans Thai","Crimson Text",Arial,sans-serif;
	color: #eae9e9;
	/*color: #c0921e;*/
}

section .headline h2 {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-bottom: 40px;
    padding-left: 15px;
    margin-left: 20px !important;
}
section .headline h2:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 160px;
    height: 65px;
    background: url('../imgs/spritesheet.png') no-repeat -120px -15px;
    top: 20px;
    left: -30px;
}


.breadcrumb li.active, .breadcrumb li a:hover {
    color: #c0921e;
    text-decoration: none;
}

.blog-thumb-v3 h3{
	font-family: "Noto Sans",Arial,sans-serif;
	font-size: 16px;
	line-height: 17px;
}

.input-group{
	width: 100%;
}

h2.title-v2{
	color: #c0921e;
}

.blog-grid h3{
	line-height: 1;
}

.thumbnails .blog-grid h3 a {
	font: 700 18px/18px "Noto Sans",Arial,sans-serif;
    color: #eae9e9;
	text-shadow: none;
	margin-top: 5px;
}

.news-overview-list {
	margin-top: -5px;	
}


p{
	font-size: 16px;
}

.account-details p{
	font-family: 'Noto Sans',Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
	color: #b9b8b8;
}
.account-details p strong{
	color: #eae9e9;
}

.play-button-small{
    position: absolute;
    width: 100%;
    z-index: 20;
    bottom: 0;
}

.play-button-big{
    position: absolute;
    width: 100%;
    z-index: 20;
    bottom: 0;
} 

.play-button-small a{
	display: block;
    width: 440px;
    height: 210px;
    margin: 0 auto;
    position: relative;
}

.play-button-big a, .play-button-small a{
	display: block;
	width: 432px;
	height: 210px;
	margin: 0 auto;
	position: relative;
	vertical-align: middle;
	color: #ffffff;
    font: 600 23px/26px "Crimson Text",Arial,sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 85px;
}

.play-button-big a.de:after {
    font: 100 28px/33px "Crimson Text",Arial,sans-serif;
}

.play-button-big a.fr {
    font: 600 29px/54px "Crimson Text",Arial,sans-serif;
}


.play-button-small a {
	background: url('../imgs/spritesheet.png') no-repeat -1720px -215px;
	/*background: url('../images/play-button-small-de.png') no-repeat center top;*/
}
.play-button-big a {
	background: url('../imgs/spritesheet.png') no-repeat -1720px -215px;
	/*background: url('../images/play-button-big-de.png') no-repeat center top;*/
}
.play-button-small a:hover,
.play-button-big a:hover{
	color: #fff;
    background: url('../imgs/spritesheet.png') no-repeat -1720px -451px;
}

.fb-login-button img{
	margin: 20px 0px 0px;
}


a {
    color: #c0921e;
    text-decoration: none;
}

a:hover, a:active {
    color: #c7721e;
    text-decoration: none;
}

.checkbox label, .radio label {
	color: #999;
}

.checkbox a, .radio a{
	color: #ccc;
}

.latest-list small {
    color: #ccc;
    display: block;
}

.latest-list li {
    padding: 8px 0px;
    border-top: 1px solid #ccc;
}

.latest-list li:first-child {
    padding-top: 0px;
    border-top: medium none;
}

.latest-list li a {
    color: #555;
}

.link-list a {
    color: #EEE;
    font-size: 11px;
    padding: 6px 0px;
    display: inline-block;
    text-transform: uppercase;
}

.link-list li i {
    color: #BBB;
    float: right;
    margin-top: 10px;
}

.link-list li:first-child {
    border-top: medium none !important;
}

.headline {
    display: block;
    margin: 10px 0px 25px;
    border-bottom: none;
}

.headline h2, .headline h3, .headline h4 {
	margin: 0px 0px -2px;
	/*padding-bottom: 5px;*/
	display: inline-block;
    border-bottom: none;
}

.header .topbar ul.loginbar > li > a, 
.header .topbar ul.loginbar > li > a:hover {
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
}

.header .topbar ul.loginbar li i.fa {
    color: #fff;
}

.header .topbar ul.languages li i.fa {
    color: #BBB;
    display: none;
}

.header .topbar ul.languages li.active i.fa{
	display: block;
}

#sidebar-nav-1 .fa{
	width: 20px;
}

#sidebar-nav-1 a:hover{
	color: #c0921e;
}

.sidebar-nav-v1 > li.active, .sidebar-nav-v1 > li.active:hover {
    background: #182A43 none repeat scroll 0% 0%;
}

.headline-v2 {
    display: block;
    background: #FFF none repeat scroll 0% 0%;
    margin: 0px 0px 20px;
    padding: 0px;
    border-left: none;
}

.blog-latest-posts h3 {
    font-size: 14px;
    margin: 0px 0px 3px;
    line-height: 20px;
}

.blog-latest-posts a,
.blog-latest-posts a:hover{
	color: #c0921e;
	text-decoration: none;
}

.thumbnail h3 a, .thumbnail-style h3 a {
    color: #585F69;
    font-size: 18px;
    font-weight: 700;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #c0921e;
	text-decoration: none;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}

.blog-grid a.r-more {
	color: #FFF;
	padding: 1px 6px;
	background: #c0921e none repeat scroll 0% 0%;
	display: inline-block;
	font-style: normal;
}

.migration li{
	font: 900 40px/41px 'Crimson Text',Arial,sans-serif;
	color: #c0921e;
}

.migration li h2{
	font-size: 22px;
	line-height: 23px;
	margin-top: 30px;
}

.migration li p{
	font-family: 'Noto Sans',Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 1.42857;
	color: #555;
	font-weight: 400;
}

.modal-sm{
	width: 350px;
}

.modal-content {
    position: relative;
    border-radius: 0 0 0 0;
    outline: 0px none;
    background: transparent;
    border: none;
    box-shadow: none;
    height: 120px;
}

.modal-body h4{
	display: none;
}

.modal-body #modal-login-body a,
.modal-body #modal-cashshop-body a,
.modal-body #modal-register-body a{
    box-sizing: border-box;
    height: 100px;
    margin: -5px auto;
    display: block;
    width: 280px;
    background: transparent url('../images/modal-play-button.png') no-repeat scroll center top;
    border: 0px none;
	padding-top: 22px;

	font: 700 44px/44px 'Crimson Text', sans-serif;
    color: #FFF;
    text-align: center;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.8), 0px 0px 4px rgba(0,0,0,0.7), 0px 0px 3px rgba(0,0,0,0.6);
	text-decoration: none;
}

.modal-body #modal-login-body a:hover{
	text-decoration: none;
	background-position: center bottom;
}

.content-boxes-v2-o small{
	font: 700 13px/16px "Noto Sans", sans-serif;
	color: #333;
}



/* remove the block-divider from the last section element in the content area: */
.main-container > section:last-of-type:after {
    display: none;
}

.content-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}

#block1.login .content,
#block1.password-reset .content,
#block1.register .content{
	min-height: 595px;
}

#block1,
#block2,
#block3,
#block4,
#block5{
	max-width: 2000px;
	margin: 0px auto;
	position: relative;
}

#block3.game{
	min-height: 800px;
}

#block1.home h1{
	font: 900 38px/35px 'Crimson Text',Arial,sans-serif;
	color: #c0921e;
}
#block1.home .caption > h3 > a {
    display: block;
    height: 27px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #eae9e9;
}


#block1.home .col-md-6,
#block1.home .col-md-3,
#block5.home .col-md-6,
#block5.home .col-md-3,
#block4.game .col-md-6,
#block4.game .col-md-3,
#block3.medien .col-md-6,
#block3.medien .col-md-3{
	text-align: left;	
}

#block1.home {
    background: #011d1e url('../imgs/background-section-home.jpg') no-repeat scroll center top / cover;
/*    min-height: 1250px;*/
}

#block2.home{
    background: #000  url('../images/background-section-about.jpg') no-repeat center top / cover;
	min-height: 750px;
}

#block3.home{
    background: #000;
/*   background: #fff url('../images/sec-background-tower.jpg') no-repeat center bottom / cover; */
}

#block4.home .jumbotron p{
	font-size: 16px;
}

#block5.home{
    background: #000;
/*	background: #fff url('../images/background-section-2.jpg') no-repeat center bottom / cover; */
}

.dark-knight{
    background: transparent url('../images/dark-knight.png') no-repeat center top / cover;
    position: absolute;
    top: 20px;
    right: -255px;
    width: 670px;
    height: 820px;	
}

.succubus{
    background: transparent url('../images/succubus.png') no-repeat center top / cover;
    position: absolute;
    top: 70px;
    right: -65px;
    width: 670px;
    height: 820px;	
}

#block2 p{
	margin-left: 40px;
}

#block2 .about-list{
	margin-left: 40px;
}

#block2 .about-list li{
	color: #b9b8b8;
	font-size: 16px;
}

.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    color: inherit;
    margin-left: 28px;
    position: relative;
	display: none;
}

.panel-orange {
    border-color: #c0921e;
}

.panel-orange > .panel-heading {
    background: #c0921e none repeat scroll 0% 0%;
}

#block1.features h3{
	font-weight: 700;
	margin-top: 30px;
}


.title-v4 {
    font-size: 22px;
    margin: 0px 0px 20px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    border-bottom: 2px solid #333;
}

.thumbnail-img,
.thumbnail-style .thumbnail-img{
	background-color: rgba(29, 29, 29, 0.9);
	border-width: 2px;
	border-style: solid;
    border-color: #8C532A #693E17 #693E1F #925C35;
	padding: 0;
}

section.home .thumbnail-kenburn:before,
section.home .thumbnail-kenburn:after,
section.home .thumbnails .thumbnail-img:before,
section.home .thumbnails .thumbnail-img:after,

section.news-detail .col-sm-6.sm-margin-bottom-20:before,
section.news-detail .col-sm-6.sm-margin-bottom-20:after,
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:before,
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:after
{
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 28px;
    background: url('../images/spritesheet.png') no-repeat;
    z-index: 1;
}
section.home .thumbnail-kenburn:before,
section.news-detail .col-sm-6.sm-margin-bottom-20:before {
    background-position: -18px -12px;
}
section.home .thumbnail-kenburn:before {
    top: 1px;
    left: 15px;
}
section.news-detail .col-sm-6.sm-margin-bottom-20:before {
    top: -6px;
    left: 8px;
}

section.home .thumbnail-kenburn:after,
section.news-detail .col-sm-6.sm-margin-bottom-20:after {
    background-position: -64px -12px;
}
section.home .thumbnail-kenburn:after {
    top: 1px;
    right: 14px;
}
section.news-detail .col-sm-6.sm-margin-bottom-20:after {
    top: -6px;
    right: 7px;
}

section.home .thumbnails .thumbnail-img:before,
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:before {
    background-position: -18px -55px;
}
section.home .thumbnails .thumbnail-img:before {
    left: -10px;
    bottom: -8px;
}
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:before {
    left: -10px;
    bottom: -8px;
}

section.home .thumbnails .thumbnail-img:after,
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:after {
    background-position: -64px -55px;
    right: -10px;
}
section.home .thumbnails .thumbnail-img:after {
    bottom: -8px;
}
section.news-detail .col-sm-6.sm-margin-bottom-20 .thumbnail-img:after {
    bottom: -8px;
}

section.news-detail span, section.news-detail div, section.news-detail strong, section.news-detail li{
	color: #b9b8b8!important;
    text-align: left !important;
    background-color: transparent !important;
}

section.news-detail strong span{
	color: #f0f0f0!important;
}

/*#cookieNotifier{
    background: none 0px 0px repeat scroll rgba(20, 16, 16, 0.8) !important;
	color: #fff !important;
}

#cookieNotifier #closeCookieInfo{
	text-align: center !important;
	background: rgba(255, 255, 255,1) none repeat scroll 0% 0% !important;
}*/

.thumbnail-style a.btn-more {
    display: none;
    /*
    right: -10px;
    bottom: 10px;
    color: #FFF;
    padding: 1px 6px;
    position: absolute;
    background: #c0921e none repeat scroll 0% 0%;
    display: inline-block;
    */
}

.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #fff;
}




/* ---- Content / Download Page ---- */

#block1.download {
  
	min-height: 750px;

}

#block1.download p{
	margin-left: 40px;	
}

#block1.download p.smaller{
    width: 80%;
}

#block1.download h2.subHeadline{
    margin: 30px 0px 10px 40px;
}

#block1.download table{
	margin: 30px 0px 0px 40px;	
}

#block1.download th{
    color: #fff;
    font-weight: 700;
}

#block1.download td{
	padding-right: 15px;
}

#block1.download .download-button{
	background: url('../imgs/download_button.png') center top no-repeat;
    width: 370px;
    height: 110px;

    font: 700 26px/110px "Crimson Text",Calibri,Arial,sans-serif;
    color: #F5F5F5;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #000, 0px 0px 4px #000, 0px 0px 3px #000;
    animation: 1050ms ease 0s normal none infinite glide;
    border: 0px none;
    display: block;
    cursor: pointer;
    text-align: center;
}

#block1.download .download-button:hover{
	background-position: center bottom;
}

