/*!
Theme Name: reiseteam
Theme URI: https://www.2concepts.de
Author: 2CONCEPTS
Author URI: https://www.2concepts.de
Description: Reiseteam Webseite von 2CONCEPTS
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	font-family: 'Varela Round', sans-serif!important;
}
body {
	min-width: 380px;
}

header#masthead {
    width: 100%;
    float: left;
    background: #fff;
	z-index: 20;
}
.container {
	width: 1400px;
	margin: 0 calc(50% - 700px);
	float: left;
}

@media all and (max-width:1440px){
	body .container {
		width: calc(100% - 40px);
		margin: 0 20px;
	}
}
#site-navigation {
	float: left;
}
#logo {
	float: right;
}
#logo a,
#logo img {
	float: right;
}
#logo img {
    max-height: 100px;
    margin: 20px 0;
}
#primary-menu {
    list-style: none;
    float: left;
    margin-top: 60px;
}
#primary-menu li {
    display: inline-block;
    margin: 0 10px;
}
#primary-menu li ul {
	display: none;
}
#primary-menu li  a {
	color: #167741;
	font-size: 20px;
	text-decoration: none;
}
#primary-menu li.current_page_item a,
#primary-menu li.current-page-ancestor a {
	color: #115D33;
	text-decoration: underline;
}
#colophon {
    background: #115D33;
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px 0;
}
#colophon a {
	color: #fff;
}
#colophon .site-owner {
	float: left;
}
#colophon .designed-by {
	float: right;
}
#secondary {
	background: #167741;
	width: 100%;
	float: left;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
#secondary section {
	width: 25%;
	float: left;
	padding: 20px 0;
}
#secondary section img {
	width: 80%;
}
#secondary section h2,
#secondary section p {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
#secondary section a {
	margin-bottom: 5px;
	color: #fff;
	width: 100%;
	float: left;
}
#newsletter {
	background: #fff;
	width: 100%;
	float: left;
	padding: 80px 0;
	color: #227AC2;
}
#newsletter form {
	width: 800px;
	float: left;
	margin: 0 calc(50% - 400px);
	text-align: center;
	font-family: 'Open Sans', sans-serif;
}
#newsletter form h2 {
	margin-bottom: 20px;
	font-size: 35px;
	font-family: 'Varela Round', sans-serif;
}
#newsletter form p {
    width: 100%;
    float: left;
    line-height: 28px;
}
#newsletter .form {
	width: 100%;
	float: left;
	margin-top: 30px;
} 
#newsletter .form input {
    border: 4px solid #227AC2;
    float: left;
    width: calc(50% - 100px);
    margin-right: 30px;
    font-size: 15px;
    padding: 10px 15px;
}
#newsletter .form input[type=submit] {
    background: #227AC2;
    color: #fff;
    cursor: pointer;
    width: 140px;
	margin-right: 0;
}
.home h1.entry-title {
	display: none;
}
.entry-content {
	width: 100%;
	float: left;
}
.elementor .elementor-slides-wrapper .elementor-background-overlay {
	background: rgb(34, 122, 194)!important;
	background: -webkit-linear-gradient(bottom, rgba(34, 122, 194, 1.0), rgba(255, 255, 255, 0.0))!important;
	background: -moz-linear-gradient(bottom, rgb(34, 122, 194), rgba(255, 255, 255, 0.0))!important;
	background: linear-gradient(to top, rgb(34, 122, 194), rgba(255, 255, 255, 0.0))!important;
}
.intro {
	z-index: 1;
}
.offersoftheweek h2 {
	position: relative;
}
.offersoftheweek h2::after {
    content: "";
    width: 120px;
    height: 3px;
    position: absolute;
    background: #167741;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.angebotderwoche .elementor-post {
	width: 100%;
	float: left;
}
.angebotderwoche .elementor-post:nth-child(1) .elementor-post__thumbnail__link {
	float: right!important;
}





@media all and (min-width:700px){
	.angebotderwoche .elementor-post:nth-child(2) .elementor-post__thumbnail__link {
		float: left
	}
	.angebotderwoche .elementor-post:nth-child(2) .elementor-post__text {
		float: left;
		width: calc(50% - 20px);
	}
}







.angebotderwoche .elementor-post:nth-child(1) .elementor-post__thumbnail { 
	border-radius: 120px 100px 80px 280px!important;
}
.angebotderwoche .elementor-post:nth-child(2) .elementor-post__thumbnail {
	border-radius: 120px 280px 120px 80px!important;
}
.angebotderwoche .elementor-post:nth-child(1) .elementor-post__text {
	margin-left: 0!important;
	margin-right: 20px;
}
.angebotderwoche .elementor-post:nth-child(2) .elementor-post__text {
	margin-right: 0!important;
	margin-left: 20px;
}
#intro-page {
    width: 100%;
    float: left;
    position: relative;
}
#intro-page .post-thumbnail {
    height: 400px;
    overflow: hidden;
    width: 100%;
    float: left;
	position: relative;
}
#intro-page .post-thumbnail img {
    width: 100%;
    height: auto;
    position: absolute;
    top: -50%;
}
#intro-page .elementor-element.post-thumbnail {
	width: calc(100% + 20px);
	margin-bottom: -10px;
}
#intro-page .elementor-element.post-thumbnail::after {
	content: "";
	background: rgb(34, 122, 194)!important;
	background: -webkit-linear-gradient(bottom, rgba(34, 122, 194, 1.0), rgba(255, 255, 255, 0.0))!important;
	background: -moz-linear-gradient(bottom, rgb(34, 122, 194), rgba(255, 255, 255, 0.0))!important;
	background: linear-gradient(to top, rgb(34, 122, 194), rgba(255, 255, 255, 0.0))!important;
	width: 100%;
    height: 100%;
	position: absolute;
}
#intro-page h1.entry-title,
#intro-page .elementor-element.entry-title h1 {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 60px;
    top: 50%;
    transform: translateY(-50%);
	text-shadow: 0 3px 20px rgb(0 0 0 / 70%);
	font-family: "Varela Round", Sans-serif;
}
#intro-page .elementor-element.entry-title {
	position: absolute;
	height: 100%;
	margin-left: -10px;
    margin-top: -10px;
}
#intro-page .intro-overflow {
	background: rgb(34, 122, 194)!important;
	background: -webkit-linear-gradient(bottom, rgba(34, 122, 194, 1.0), rgba(255, 255, 255, 0.0))!important;
	background: -moz-linear-gradient(bottom, rgb(34, 122, 194), rgba(255, 255, 255, 0.0))!important;
	background: linear-gradient(to top, rgb(34, 122, 194), rgba(255, 255, 255, 0.0))!important;
	width: 100%;
    height: 100%;
    position: absolute;
}
#intro-page::after {
    content: "";
    width: 100%;
    height: 150px;
    float: left;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-image: url(/wp-content/themes/reiseteam/assets/images/wave-up.png);
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotate(0deg);
}
.linkservice a {
	color: #167741;
}
#primary,
article.page {
	width: 100%;
	float: left;
}
.whitebox {
	width: 100%;
	float: left;
	background: #fff;
	box-shadow: 0 3px 40px rgba(0,0,0,0.2);
}
.shadowbox .elementor-widget-wrap {
	box-shadow: 0 3px 40px rgba(0,0,0,0.2);
	background: #fff;
	z-index: 999;
}
.shadowbox .elementor-widget-wrap .elementor-widget-wrap {
	box-shadow: 0 0 0 rgba(0,0,0,0)!important;
}
.elementor-location-footer {
	width: 100%;
	float: left;
}
.elementor-element.post-thumbnail {
    margin: -10px;
    width: calc(100% + 20px);
    position: relative;
}

@media all and (max-width:1100px){
	.home .elementor-post,
	.page-id-18 .elementor-post,
	.page-id-647 .elementor-post {
		display: block!important;
	}
	.home .elementor-post .elementor-post__text,
	.page-id-18 .elementor-post .elementor-post__text,
	.page-id-647 .elementor-post .elementor-post__text {
		padding: 20px 20px 50px 20px;
	}
	
}
@media all and (max-width:850px){
	body #intro-page .post-thumbnail img {
		top: -10%;
	}
}
@media all and (max-width:700px){
	body .angebotderwoche .elementor-post:nth-child(1) .elementor-post__thumbnail,
	body .angebotderwoche .elementor-post:nth-child(2) .elementor-post__thumbnail{
		border-radius: 180px 80px 180px 80px!important;
	}
	.home .elementor-heading-title.elementor-size-xl {
		line-height: 60px;
	}
	.elementor-location-footer .elementor-col-50,
	.elementor-location-footer .elementor-col-50 p{
		text-align: center!important;
	}
	.wp-block-image,
	.wp-block-image .alignright,
	.wp-block-image .aligncenter,
	.wp-block-image .alignleft,
	.wp-block-image img {
		width: 100%;
		float: left;
		margin: 0;
	}
	
}
@media all and (max-width:640px){
	.withbluebutton a {
		width: 100%!important;
		float: left!important;
	}
}
@media all and (max-width:600px){
	body #intro-page .post-thumbnail img {
		top: 0;
		width: auto;
		height: 450px;
	}
	body #intro-page h1.entry-title, #intro-page .elementor-element.entry-title h1 {
		font-size: 45px;
	}
}
@media all and (max-width:500px){
	.page-id-42 .elementor-widget-text-editor {
		font-size: 16px!important;
	}
}
@media all and (max-width:480px){
	.home .offersoftheweek h2::after {
		top: 65px;
	}
	html body #intro-page h1.entry-title, #intro-page .elementor-element.entry-title h1 {
		font-size: 30px;
	}
}
@media all and (max-width:340px){
	body.home .offersoftheweek h2::after {
		top: 95px;
	}
}
