/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Website erstellt von Finn Lube (PBMvisuals)
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* OUTLINE */

input, textarea, button, select, a {
	 outline: none !important;
}

/* BUTTON */

.regular_button, .back_to_top {
    transition: transform 200ms ease;
}
.regular_button:hover {
    transform: translateX(10px);
}
.regular_button:after {
    content:'';
    width: 30.2px;
    height: 30.2px;
    background: #EADC00;
    position: absolute;
    transform: scaleY(1.5) rotate(45deg);
    transform-origin: top right;
    top: 32.2px;
    margin:0;
    right: -21.25px;
    border-right: #EADC00 solid 3px;
    border-top: #EADC00 solid 3px;
}

/* BACK TO TOP */

.back_to_top #Ebene_1 {
    transform: scale(1.5) rotate(270deg);
}
.back_to_top:hover {
  transform: translateY(-5px);
}

/* CHANGE ANGLE OF FADE */

@media only screen and (max-width: 1140px) {
    .change-angle:before {
        background-image: linear-gradient(0deg, #000000 0%, #00000000 25%) !important;
    }
}

/* SUB HEADLINES */

.sub-headline-white {
    color: #fff;
    font-size: 30px;
    padding-top: 22px
}
.sub-headline-black {
    color: #000;
    font-size: 30px;
    padding-top: 22px
}

@media only screen and (max-width: 1600px) {
    .sub-headline-white {
        font-size: 27px;
    }
    .sub-headline-black {
        font-size: 27px;
    }
}
@media only screen and (max-width: 767px) {
    .sub-headline-white {
        font-size: 22.5px;
    }
    .sub-headline-black {
        font-size: 22.5px;
    }
}

/* HALF BOXED CONTAINERS*/

.boxed {
    width: calc(100% - ((100vw - 1500px) / 2));
}

@media only screen and (max-width: 1600px) {
    .boxed {
        width: calc(100% - ((100vw - 1140px) / 2));
    }
}

@media only screen and (max-width: 1140px) {
    .boxed {
        width: 100%;
    }
}