/*
Theme Name: Vultures-Eye-2020
Theme URI: https://vultures-eye.at
Author: Vera Geier Mediendesign
Author URI: https://vultures-eye.at
Version: 1.0.0
Description: Basierend auf Bootstrap Starter Theme Version: 3.3.3
License: Vultures Eye
License URI: LICENSE
Text Domain: vultures-eye-2020
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# General
# Navigation
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# GENERAL
--------------------------------------------------------------*/

@import url(inc/assets/css/bootstrapstarter.css);

*, h1, h2, h3, h4, h5, h6 {
	color:white;
}



.btn{
	border-radius:0;
	font-weight: bold;
}

.btn-thaiblue{
	background-color: #366dae;
	color: white;
}

a.btn-light{
	color:#151515 !important;
}


.cover-container{
	height: 100vh ;
	overflow: hidden ;
	    position: relative ;
  /*  top: -155px;  Höhe von Navi mit JS ausrechnen !!!!!! */
	z-index: 5 ;
	padding: 0 ;
}

.cover-container .align-items-center{
	    position: relative ;
    max-width: 1200px ;
    height: 100vh ;
    margin-left: auto ;
    margin-right: auto ;
}

.cover-bg-image{
	position: absolute ;
    right: 0 ;
    bottom: -5px ;
    width:100%;
  
}

.cover-bg-image img{
	width:100%;
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


#page #masthead{
	background: none;
    box-shadow:none;
	position: relative;
    z-index: 10;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #151515;
 
}

/*--------------------------------------------------------------
# Header-Image-Banner
--------------------------------------------------------------*/
#page-sub-header h1, #page-sub-header h3 {
	text-shadow: 2px 2px 7px rgba(0,0,0,0.5);
}


/*--------------------------------------------------------------
# SECTIONS
--------------------------------------------------------------*/

section{
	    padding: 6rem 0 6rem;
}
/* ###########   COLOR SECTIONS ############## */

/* Section .LIGHTER*/

.light{
	background-color: rgba(255,255,255,0.5);
	   
/*	margin-top:-115px;  Höhe von Navi - mit JS !!!!!!!*/
}

.light *{
	color: #151515 ;
	
}

.dark-grey{
	background-color: #151515 !important;
	color:white;
}

.dark-grey *{
	
	color:white !important;
}

.white{
	background-color: white;
	color:#151515;
}
.white *{
	color:#151515;
}

/*
.white .h-add{
	background-color: #f6ee9d !important;
}
*/

/* ########## Section .CARDS (Features) #############*/

.cards{
}

.card{
	padding:0 !important;
	border-radius: 0 !important;
	border:0 !important;
}

.card img{
	border-radius:0 !important;
}

/* ########## Section .se-image-bg () #############*/

.se-image-bg{
	/*background-image: url(https://vulturestest.vultures-eye.at/wp-content/uploads/2020/04/Thailand_bg-image.jpg);*/
	background-repeat: no-repeat;
	height: auto;
	padding: 0;
}

.se-image-bg-label{
	background-color: rgba(0,0,0,0.6);
    padding: 2em;
	height: 100%;
	float: right;
    width: 50%;
	position: relative;
	z-index: 5;
}


/*--------------------------------------------------------------
# Single.php
--------------------------------------------------------------*/

h2.entry-title{
	border:0px;
}

#single .post-thumbnail img{
	transform: rotate(5deg);
    vertical-align: middle;
    display: inline;
    margin: 20% 0 0 5%;
    width: 80%;
    border: 0.5em solid white;
}

#single .entry-content{
	
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar section{
	padding: 10% 0 0 0;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer{
	font-size:85%;
}

footer .container{
	border-top: 1px solid;
}

#footer-widget section{
	padding: 3rem 0 3rem;
}





													/*--------------------------------------------------------------
													# ##### MEDIA QUERIES     #######
													--------------------------------------------------------------*/

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) { 
	.cover-container .col-md-8{
		margin-top: -200px !important;
	}
	
		.cover-container .align-items-center{
		    margin-top: 150px;
	}
	
	.se-image-bg-label{
		width:100%;
	}
	
	
	
}

/*  Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 
	
.cover-container .col-md-8{
		margin-top: -200px !important;
	}
		.cover-container .align-items-center{
		    margin-top: 150px;
	}

	
	.se-image-bg-label{
		width:100%;
	}
	
	#footer-widget section{
	padding: 0rem 0 0rem;
}
	
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
	

	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }




.clear{
	height: 0;
	content: ".";
	clear: both;
	float: none;
	visibility: hidden;
}