/*
Theme Name:     costa cie 
Theme URI:      http://s337202524.online.de/costacieWP/
Description:    costa compagnie www 2016
Author:         Jascha Viehstädt / Felix Meyer-Christian
Author URI:     http: //www.jaschaviehstaedt.com
Template:       _tk
Version:        1.0
*/

/* Import Webfonts*/


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/CrYjSnGjrRCn0pd9VQsnFOvvDin1pK8aKteLpeZ5c0A.woff) format('woff');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/mnpfi9pxYH-Go5UiibESIrO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
}

/* global Fonts */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto';
    font-weight: 900;
}
p, div {
    font-family: 'Roboto';
    font-weight: 400;
}

div.pressFont > p {
	font-family: serif !important; 
 }

h1 {font-size: 1.8em;} 
h2 {font-size: 1.5em;}
h3 {font-size: 1.3em; margin: 0px 0 10px 0;}
h4 {font-size: 1.1em; font-weight: 100;}

.headlineSpacer {
}

a {color: #FF00A8; background-color: none; }
a:link {color: #FF00A8; background-color: none;}
a:visited {color: #FF00A8; background-color: none; }
a:active {color: #FF00A8; background-color: none; }
a:hover {color: #ac0073; text-decoration: none; background-color: none; }

.homeNews a {color: rgba(255,255,255,1); background-color: none; }
.homeNews a:link {color: rgba(255,255,255,1); background-color: none;}
.homeNews a:visited {color: rgba(255,255,255,1); background-color: none; }
.homeNews a:active {color: rgba(255,255,255,1); background-color: none; }
.homeNews a:hover {color: #FF00A8; text-decoration: none; background-color: none; }



/* Small Devices, Tablets 
 * https://scotch.io/quick-tips/default-sizes-for-twitter-bootstraps-media-queries
 */
@media only screen and (max-width : 768px) {
	h1 {font-size: 1.3em;}
	h2 {font-size: 1em;}
	h3 {font-size: 0.8em; margin: 0px;}
	h4 {font-size: 0.7em; font-weight: 100;}
	
	.seperator {
		border-top:1px solid #cecece;
		margin-top: 40px;
		padding-top: 20px;
	}
	
	.whiteSpace {
		margin-top: 40px;
		padding-top: 20px;
	}

}

/* Android fixed position fix */

.androidWrap {

}


/* Menu Color Change Cross-Browser Support */
@-webkit-keyframes pulse {
  0% {background-color: #00ffea;}
  25% {background-color: #00ff8a;}
  50% {background-color: #ff00b4;}
  75% {background-color: #ff002a;}
  100% {background-color: #f0ff00;}
}

@-moz-keyframes pulse { 
  0% {background-color: #00ffea;}
  25% {background-color: #00ff8a;}
  50% {background-color: #ff00b4;}
  75% {background-color: #ff002a;}
  100% {background-color: #f0ff00;}
}
@-o-keyframes pulse {
  0% {background-color: #00ffea;}
  25% {background-color: #00ff8a;}
  50% {background-color: #ff00b4;}
  75% {background-color: #ff002a;}
  100% {background-color: #f0ff00;}
}
@keyframes pulse {
  0% {background-color: #00ffea;}
  25% {background-color: #00ff8a;}
  50% {background-color: #ff00b4;}
  75% {background-color: #ff002a;}
  100% {background-color: #f0ff00;}
}


/* Text Color Change */

@-webkit-keyframes textpulse {
  0% {color: #00ffea;}
  25% {color: #00ff8a;}
  50% {color: #ff00b4;}
  75% {color: #ff002a;}
  100% {color: #f0ff00;}
}

@-moz-keyframes textpulse { 
  0% {color: #00ffea;}
  25% {color: #00ff8a;}
  50% {color: #ff00b4;}
  75% {color: #ff002a;}
  100% {color: #f0ff00;}
}
@-o-keyframes textpulse {
   0% {color: #00ffea;}
  25% {color: #00ff8a;}
  50% {color: #ff00b4;}
  75% {color: #ff002a;}
  100% {color: #f0ff00;}
}
@keyframes textpulse {
  0% {color: #00ffea;}
  25% {color: #00ff8a;}
  50% {color: #ff00b4;}
  75% {color: #ff002a;}
  100% {color: #f0ff00;}
}

/* costa colors */

.costaColor1 {
	background-color: #00ffea;
}

.costaColor2 {
	background-color: #00ff8a;
}

.costaColor3 {
	background-color: #ff00b4;
}

.costaColor4 {
	background-color: #ff002a;
}

.costaColor5 {
	background-color: #f0ff00;
}



/* Spin Icons */

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@-o-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}


/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	overflow-x: hidden;
	min-height:100%;
	color: #000000;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}


/* custom background */

html{
 height:100%;
 min-height:100%;
 }

body.custom-background {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment:fixed;
}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

#content .entry-content a img,
#content .entry-content img {
	border: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Long Form*/
.aesop-component {
	margin: auto;
}

.aesop-timeline-stop {
	text-align: center;
}

.aesop-parallax-sc-floater {
	margin: 50px 0 0 0;
	font-size: 4vw;
	font-weight: bold;
	color: #fff;
}

/* Start LOGO */

.mask__shape {
  fill: white; }

.shape--fill {
  fill: #fff; }

.text--transparent {
  fill: transparent; }

.box-with-text {
  position: absolute;
  z-index: 998;
  /*top: 70%;*/
  width: 100%;
  padding-top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.text-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden; }

.video {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }

/*body {
  background: #000;
  color: #fff; }*/

.svg-defs {
  width: 0;
  height: 0; }

.svg-inverted-mask {
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0; 
}

.wrapLogo {
  font-weight: bold;
  /*font-style: italic;*/
  height: 100%;
  /*font-family: sans-serif;*/
  font-size: 3em;
  /*text-transform: uppercase;*/
  text-align: left;
  overflow: hidden;
  padding-bottom:300px;
  -webkit-transform: translate3d(0,0,0);
}

.row2 {
	font-size: 0.2em;
	font-weight: 100;
}
/* NEWS */

.homeNews {
	z-index: 100;
	position: fixed;
	display: inline-block;
	left: 30px;
	padding: 3px;
	opacity: 0,5;
	background: rgba(0,0,0,0.2);
	/*background:#00ffea;
    -webkit-animation: pulse 30s infinite alternate; 
    -moz-animation: pulse 30s infinite alternate;    
    -o-animation: pulse 30s infinite alternate;
    animation: pulse 30s infinite alternate;*/   

}

.homeNewsRow1 {
	top: 25px;
}

.homeNewsRow2 {
	top: 60px;
}


/* TEXT LOGO */

.wrapTextLogo{
	padding-bottom: 20%;
	padding-left:30px;
}

.textRow1 {
	font-size: 4.5em;
	font-weight: bold;
	color:#00ffea;
    -webkit-animation: textpulse 30s infinite alternate; 
    -moz-animation: textpulse 30s infinite alternate;    
    -o-animation: textpulse 30s infinite alternate;
    animation: textpulse 30s infinite alternate;   
}

.textRow2 {
	font-size: -3em; 
	padding-left: 15px;
}

.arrow {
	display: none;
	text-align: center;
	color: rgba(0,0,0,0.1);
}


/* Content */

/*#content {
	-moz-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);

	transform: rotate(-1deg);
}*/

#content {
}

.container {
	width: auto;
	padding: 0px 15px 0 15px;
}

.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}

.contentWrap {
	padding: 50px 20px 50px 20px;
}

.contentNoPaddingTop {
	padding-top: 0px;
}

.contentNoPaddingBottom {
	padding-bottom: 0px;
}

.qtranxs-available-languages-message {
	padding: 50px 20px 50px 20px;
	font-size: 1.5em;
	font-weight: bold;
}


.contentWhite {
	background-color: #ffffff;
}

.startsite {
	position: absolute;
	top:60%;
	width: 100%;
}

.fixedMenu {
	position: fixed;
}

.post-password-form {
	margin: 100px 50px auto 50px;
}

/*.aesop-component-align-center span {
	margin-left: 500px;
}*/

/* Form */

/*.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;        // Make inputs at least the height of their button counterpart
  .box-sizing(border-box); // Makes inputs behave like true block-level elements
}*/

form {
	background-color: black;
	padding: 20px;
}

input,
textarea {
	color: #000000;
	border: none;
	// border-radius: 4px;
	padding: 10px;
	background-color: white;
	margin-top: 10px;
	// border: 1px solid black;
}

label {
	margin-top: 15px;
}

textarea {
		width: 100% !important;
		max-width: 400px;
}

input[type="text"],
input[type="email"] {
		height: 40px;
		width: 100% !important;
		max-width: 400px;
}

input[type="submit"]{
		height: 40px;
		padding: 10px;
}


.wpcf7-not-valid {
	/*border: 2px solid #ff005a;*/
	box-shadow: 0px 0px 5px 1px rgba(255,0,86,0.7);
}

span.wpcf7-not-valid-tip {
	display: none;
}

div.wpcf7-validation-errors {
	border: none;
	color: rgba(255,0,86,1);
}

div.wpcf7-mail-sent-ok {
	border: none;
}

.wpcf7-checkbox .wpcf7-list-item {
	display: table;
}



/* Newsletter Form */
.alo_easymail_form_table {
	width: 100%;
}

lable {
	font-weight: normal;
}

.fa-refresh {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

#alo_easymail_widget_feedback {
	/*border-radius: 4px;*/
	padding: 10px 0 0 0;
	/*background-color: #00ffe6;*/
	margin-top: 10px;
}

/*#alo_easymail_page {
	background-color: rgba(255,255,255,0.50);
	padding: 10px;
	border-radius:4px;	
	height: 100%;
}*/

.page-id-1327 {
	background-position: top center !important;
}


/* Gallery */
#gallery-1 img {
	border: none;
}



/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.site-navigation {
   position:fixed;
   z-index: 999;
   left:0px;
   bottom:0px;
   height:50px;
   width:100%;
   background:#00ffea;
    -webkit-animation: pulse 30s infinite alternate; 
    -moz-animation: pulse 30s infinite alternate;    
    -o-animation: pulse 30s infinite alternate;
    animation: pulse 30s infinite alternate;   
   color: #000;
}

.navbar {
	height: 40px;
	background: none;
	border: none;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}

.navbar-nav .dropdown-menu {
	background-color: rgba(255,255,255,1);
	box-shadow: none;
	height: 40px;
	top:auto;
	bottom: 100%;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
	/*bottom: 150px;*/
}

.open > .dropdown-menu {
	display:inline-table;
}

#main-menu .dropdown-menu {
	border: none;
	border-radius: 0px;
	}

.navbar-default .navbar-nav .open a:focus {background-color: transparent; color: #000}

.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.navbar-default .navbar-nav a {color: #000; background-color: none; }
.navbar-default .navbar-nav a:link {color: #000; background-color: none;}
.navbar-default .navbar-nav a:visited {color: #000; background-color: none; }
.navbar-default .navbar-nav a:active {color: #000; background-color: none; }
.navbar-default .navbar-nav a:hover {text-decoration: overline; color: #000; background-color: none; }

.navbar-nav .dropdown-menu a {color: #000; background-color: transparent; }
.navbar-nav .dropdown-menu a:link {color: #000; background-color: transparent;}
.navbar-nav .dropdown-menu a:visited {color: #000; background-color: transparent; }
.navbar-nav .dropdown-menu a:active {color: #000; background-color: transparent; }
.navbar-nav .dropdown-menu a:hover {text-decoration: overline; color: #000; background-color: transparent; }

.dropdown-menu li a:hover, .dropdown-menu li a:focus {background-color: none; background-image: none;}

.navbar-default .navbar-nav .current-menu-item a {text-decoration: overline;background-color: transparent;}
.navbar-default .navbar-nav .current-menu-item a:hover {color: #000; background-color: transparent;}

.navbar-default .navbar-nav .current_page_ancestor {text-decoration: overline; background-color: transparent;}
.navbar-default .navbar-nav .current_page_ancestor a:hover {color: #000; background-color: transparent;}

#mainmenu .current_page_ancestor a {text-decoration: overline; background-color: transparent; }
#mainmenu .current_page_ancestor a:hover {color: #000; background-color: transparent;}

.navbar-nav .dropdown-menu .no-link a:hover {
 	text-decoration: none; 
 	color: #000; 
 	background-color: transparent; 
 	cursor: default;
}
.navbar-nav .dropdown-menu .no-link a {
 	font-weight: bold;
}

.navbar-nav .dropdown-menu .no-link {
	padding-top: 10px;
	font-weight: bold;
}

/*.navbar-collapse.collapse.in{
	position: absolute;
	width: 100%;
	top: 0px;
	background-color: #00ffea;
}*/

.navbar-collapse.collapse.in{
	position: absolute;
	top: auto;
	bottom: 100%;
	width:100%;
	background-color: #00ffea;
}

.navbar-collapse.collapse.in[aria-expanded="true"]{
	position: absolute;
	margin-top: -100%;
	top: inherit;
	bottom: 50px;
	width:100%;
	height: 400px;
	background-color: #00ffea;
}


.navbar-collapse.collapsing {
	position: absolute;
	top: auto;
	bottom: 100%;
	width:100%;
	background-color: #00ffea;
}

.navbar-toggle {
	border: none;
	color: #000;
}

.info {
	color: #ea005b;
}

.fa-envelope::before {
	display: inline;
}

/*.navbar-nav .dropdown-menu:before {
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}*/

.navbar-collapse.in .dropdown-menu li  a {
	white-space: normal;
}

/*
.navbar-nav .dropdown-menu .info a {color: #000; background-color: none; }
.navbar-nav .dropdown-menu .info a:link {color: #000; background-color: none;}
.navbar-nav .dropdown-menu .info a:visited {color: #000; background-color: none; }
.navbar-nav .dropdown-menu .info a:active {color: #000; background-color: none; }
.navbar-nav .dropdown-menu .info a:hover {text-decoration: none; color: #000; background-color: none; }*/


/* Language Switch */
.qtranxs-lang-menu {
	margin-left: 50px;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*
 == Quick CSS styling tips ==

 You can start off in a rough direction with some minimal styles.
 See below for some tips. ;)


 == Want to have the whole site wrapped? ==

 Just fill the .container class with some background color to have a the whole site "wrapped".
 This works so easy because every main part is wrapped only once into a container class by bootstrap.
 Try out by decommenting the next line and go from there.

 .container { background: #f9f9f9; border-right: 1px solid #eee; border-left: 1px solid #eee; }


 == Want to wrap just the content and sidebar in Bootstrap style? ==

 That one is a great example to show that some things are much cleaner and easier to do via just adding some HTML classes.
 In this case, we will add just one CSS class "panel", look for example at the beginning in content.php!


 == Infinite Scrolling by Jetpack ==
 You can enable this cool feature by simply decommenting the lines below and make sure you use the same classes on the right place in your html..

/* Globally hidden elements when Infinite Scroll is supported and in use.
 * Older / Newer Posts Navigation (the pagination, must always be hidden), Theme Footer only when set to scrolling.. */

/*
.infinite-scroll .page-links,
.infinite-scroll.neverending .site-footer {
	display: none;
}
*/

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */

/*
.infinity-end.neverending .site-footer {
	display: block;
}
*/

/* Hey, if you don't need my comments anymore, just delete me! :)  */
