/*
Theme Name: RichardSurface.com
Author: Anton @dazwiafl Kahr
Author URI: http://hirnfasching.com
Version: 0.1
*/

@import url("css/bootstrap.min.css");
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,900);
@import url("css/font.css");

::-moz-selection{
	background: #9f0038;
}

::selection{
	background: #9f0038;
}

html, body{
	height: 100%;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

p{
	line-height: 25px;
}

h3{
	font-size: 20px;
	margin-top: 30px;
}

strong{
	font-weight: 600;
}

body .full-page{
	/*height: 100%;*/
	min-height: 100%;
	padding-top: 40px;
	position: relative;
	padding-bottom: 40px;
}

.backgrounder{
	background: transparent no-repeat center center;
	background-size: cover;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;

	 width: 100%;
	 height: 100%;
	 position: absolute;
	 left: 0;
	 top: 0;
	 pointer-events: none;
	 /* border-bottom: 1px solid #020202; */
}

	.backgrounder.line-only{
		background: #f9f5f2;
	}

.surface-btn{
	/*border: 1px solid #3f3f3f;*/
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px 10px;
	/*background: #fdfdfd;*/
	-webkit-transition: all 1s ease-out;
		transition: all 1s ease-out;

	color: #fff;/*1e1e1e;*/
	border-radius: 3px;
	text-decoration: none;
	display: table;
	outline: 0;
	vertical-align: middle;

	background-image: -moz-linear-gradient(bottom, #1d1d1d 0%, #1d1d1d 50%, #2c312f 50%, #2c312f 100%);
	background-image: -webkit-linear-gradient(bottom, #1d1d1d 0%, #1d1d1d 50%, #2c312f 50%, #2c312f 100%);
	background-image: linear-gradient(bottom, #1d1d1d 0%, #1d1d1d 50%, #2c312f 50%, #2c312f 100%);
}

	.surface-btn:hover{
		/*background: #3f3f3f;*/
		color: #fff;
		text-decoration: none;

		opacity: .8;
		/*background-image: -moz-linear-gradient(bottom, #A99B84 0%, #A99B84 50%, #BAAB95 50%, #BAAB95 100%);
		background-image: -webkit-linear-gradient(bottom, #A99B84 0%, #A99B84 50%, #BAAB95 50%, #BAAB95 100%);
		background-image: linear-gradient(bottom, #A99B84 0%, #A99B84 50%, #BAAB95 50%, #BAAB95 100%);*/
	}

	.surface-btn .as-icon{
		text-transform: none;
		display: table-cell;
		float: left;
		margin-right: 5px;
	}

.as-icon,
.home .gal-img-holder:after,
.home blockquote:before{
	font-family: 'iconvault';
}

.as-icon{
	text-transform: none !important;
}

.h-spacer-40{
	width: 100%;
	height: 40px;
}

.h-spacer-25{
	width: 100%;
	height: 25px;
}

.h-spacer-20{
	width: 100%;
	height: 20px;
}

.no-pad{
	padding-left: 0;
	padding-right: 0;
}

.coverer{
	background: transparent no-repeat center center;
	background-size: cover;
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
}

.min-list{
	padding: 0;
	margin: 0;
	list-style: none;
}

	.min-list li{
		margin: 0;
		padding: 0;
	}

	.min-list.one-line li{
		float: left;
		margin-left: 5px;
	}

		.min-list.one-line li:first-child{
			margin-left: 0;
		}

.modal-content{
	box-shadow: none;
	border-radius: 0;
}

.loader .spinner {
  width: 60px;
  height: 60px;
  background-color: #333;

  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;

  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.loader .text{
	font-weight: 600;
	position: absolute;
	top: 50%;
	margin-top: -70px;
	width: 100%;
	text-align: center;
	color: #333;
}

.hidden-for-loader{
	opacity: 0;
	width: 100%;
	height: 100%;
	margin-left: 30px;
}

.right-mask{
	height: 100%;
	position: fixed;
	z-index: 2;
	width: 15px;
	right: 0;
	pointer-events: none;
	background: #171717;
}

.floater{
	position: fixed;
	top: 10px;
	right: 15px;
	display: block;
	z-index: 2;
}
	.floater a{
		text-decoration: none;
	}

	.floater a span{
		display: inline-block;
		background: #c8c8c8;
		text-transform: uppercase;
		color: #1e1e1e;
		font-size: 11px;
		padding: 2px 4px 1px 4px;
		margin-right: -21px;
		position: relative;
		opacity: 0;
		-webkit-transition: color 500ms ease-out, margin 500ms ease-out, opacity 500ms ease-out, background 500ms ease-out;
		        transition: color 500ms ease-out, margin 500ms ease-out, opacity 500ms ease-out, background 500ms ease-out;
	}

			.floater a:hover span{
				color: #fff;
				background: #9f0038;
				opacity: 1;
				margin-right: -31px;
			}

		.floater a span:after {
			left: 100%;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
			border-color: rgba(200, 200, 200, 0);
			border-left-color: #c8c8c8;
			border-width: 9px;
			margin-top: -9px;
			-webkit-transition: border-left-color 500ms ease-out;
			        transition: border-left-color 500ms ease-out;
		}

			.floater a:hover span:after{
				border-left-color: #9f0038;
			}

		.floater a img{
			max-width: 109px;
		}

.floater a.switcher{
		display: block;
		background: #171717;
		color: #fff;
		text-transform: uppercase;
		line-height: 32px;
		padding-left: 8px;
		padding-right: 20px;
		-webkit-transition: background 1s ease-out;
		transition: background 1s ease-out;
    	position: absolute;
    	right: -15px;
}

.floater a.switcher:hover{
		background: #9f0038;
		text-decoration: none;
}
.floater .lang{
	display:block;
	font-size:.9em;
    text-align:right;
    padding-right:5px;
    margin-bottom:5px;
}

/*.floater a.switcher img{
	width:55px;
	display:inline-block;
	float:right;
}
.floater a.switcher span {
    opacity: 1;
    margin-top: 8px;
    display: inline-block;
    background: black;
    color: white;
    margin-left:-5px;
}
.floater a.switcher span:after{
	border-left-color: black;
}
.floater a.switcher:hover span {
    margin-top: 8px;
    margin-left:-5px;
    background: #9f0038;
}
.floater a.switcher:hover span:after {
    border-left-color: #9f0038;
}*/
@media (max-width:767px){
	.floater a.switcher{    
		right: -15px;
		top: 30px;
    	width: 170px;}
}

.surface_side_menu{
	list-style: none;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -100px;
	width: 0;
	z-index: 1000;
}

	.surface_side_menu li{
		margin-bottom: 1px;
		float: right;
	}

	.surface_side_menu li a{
		display: inline-block;
		white-space: nowrap;
		background: #171717;
		color: #fff;
		text-transform: uppercase;
		line-height: 32px;
		padding-left: 8px;
		padding-right: 20px;
		-webkit-transition: background 1s ease-out;
		        transition: background 1s ease-out;
	}

		.surface_side_menu li a.extern{
			background: #9f0038;
			color: #fff;
		}

	.surface_side_menu li a:hover{
		background: #000;
		text-decoration: none;
	}

	.surface_side_menu li a.active{
		background: #9f0038;
	}

.surface_scroll_footer{
	z-index: 10;
	font-size: 54px;
	color: #1e1e1e;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: -10px;
	text-align: center;
	-webkit-transition: opacity 500ms ease-out;
		transition: opacity 500ms ease-out;
}

.container-fluid.full-page.no100percHeight{
	height: auto;
	min-height: 0%;
}

.black{
	background: #000 !important;
}

.grey{
	background: #1e1e1e !important;
}

.uppercase{
	text-transform: uppercase;
}

#bildnachweiseul{
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 500ms ease-out;
      transition: max-height 500ms ease-out;
}

#bildnachweiseul li{
	line-height: 12px;
	margin-bottom: 5px;
}

#bildnachweiseul.in{
	max-height: 500px;
}

.contact-form{
	margin-top: 14px;
}

	.contact-form .surface-btn{
		border: 0 !important;
	}

	.contact-form .one-row{
		background: #f9f5f2;
		padding: 7px 8px 2px 8px;
		margin-bottom: 5px;
		position: relative;
	}

	.contact-form label{
		text-transform: uppercase;
		display: inline-block;
		margin-top: 1px;
		color: #1e1e1e;
		font-weight: 600;
	}

		.contact-form .one-row .wpcf7-form-control-wrap{
			position: absolute;
			left: 0;
			top: 7px;
			width: 100%;
		}

			.contact-form .one-row .wpcf7-form-control-wrap input{
				width: 100%;
				background: transparent;
				border: 0;
				padding-left: 55px;
				outline: 0;
				padding-right: 5px;
				color: #1e1e1e;
			}

	.contact-form .two-rows{
		background: #f9f5f2;
		padding: 7px 8px 2px 8px;
		margin-bottom: 5px;
	}

		.contact-form .two-rows .wpcf7-form-control-wrap{
			width: 100%;
		}

		.contact-form .two-rows .wpcf7-form-control-wrap textarea{
			width: 100%;
			border: 0;
			outline: 0;
			max-height: 100px;
			color: #1e1e1e;
			background: transparent;
		}

		.contact-form span.wpcf7-not-valid-tip {
			font-size: 8px;
			margin-left: 8px;
			margin-top: -4px;
		}

.marg-right-10{
	margin-right: 10px;
}

.nomargbottom{
	margin-bottom: 0;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top:20px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.opa0, .opa0-1, .opa0-2{
	opacity:0;
}

	h1{
		font-size: 48px;
	}

	h2,
	.likeh2{
		font-size: 24px;
	}

	.footer-row .row-kontakt-cf{
		float: right;
	}

	.footer-row .row-kontakt-impr{
		float: left;
	}

.pt-page-flipOutRight {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipOutRight .5s both ease-in;
	animation: flipOutRight .5s both ease-in;
}

.pt-page-flipInLeft {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: flipInLeft .5s both ease-out;
	animation: flipInLeft .5s both ease-out;
}


@-webkit-keyframes flipOutRight {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}
@keyframes flipOutRight {
	from { }
	to { -webkit-transform: translateZ(-1000px) rotateY(90deg); transform: translateZ(-1000px) rotateY(90deg); opacity: 0.2; }
}

@-webkit-keyframes flipInLeft {
	from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}
@keyframes flipInLeft {
	from { -webkit-transform: translateZ(-1000px) rotateY(-90deg); transform: translateZ(-1000px) rotateY(-90deg); opacity: 0.2; }
}


@media(max-width: 768px){
	html, body{
		/*overflow-x: hidden;*/
	}

	.footer-row .row-kontakt-cf{
		float: none;
	}

	.footer-row .row-kontakt-impr{
		float: none;
	}

	.right-mask{
		display: none;
	}

	.navbar-default{
		text-shadow: none; 
	}

	.navbar-default .navbar-toggle{
		padding: 4px 8px;
	}

	body .full-page{
		padding-top: 60px;
		overflow-x:hidden;
	}

	.chapter_deko_image{
		display: none;
	}

	p{
		line-height: 21px;
	}

	h1{
		font-size: 32px;
	}
	.chapter-first-row{
		padding-top: 0;
	}
}