@charset "UTF-8";
/*
Theme Name: Rockitplay
Description:
Version: 1.0
Author: BD Media Bernhard Doeller
Author URI: http://www.bd-media.at/
Tags: rockitplay
*/

@font-face {
  font-family: "Lato";
  src: url("font/Lato-Regular.ttf") format("truetype"),
        url("font/Lato-Bold.ttf") format("truetype"),
        url("font/Lato-Thin.ttf") format("truetype"),
        url("font/Lato-ThinItalic.ttf") format("truetype"),
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;	
}
body {
	font-family: 'Lato', sans-serif;
	font-weight:normal;
	box-sizing: border-box;
	background-color: #efefef;
}



h2 {
	font-size: 55px;
	line-height: 60px;
	font-weight: normal;
	margin: 0 0 40px 0;
}

h3 a {
    color: #000;
}

h3 {
	font-size: 30px;
	line-height: 40px!important;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}


p {
	/*font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 20px;
	*/
}

p a {
    
color: #fff;  
    text-decoration: underline;
}

h1 a {
	
	position: absolute;
	width: 420px;
	height: 40px;
	background-image: url("img/logo_rockitplay_3.svg");
	text-indent: -9999px;
	background-repeat: no-repeat;
	top: 32px;
}

strong, b, p strong {
	font-weight: bold!important;
}

.clrflt {
	clear: both;
}

.wrapper {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}


#header_top {
    background-color: #ec671b;
	width: 100%;
	height: 40px;
	position: fixed;
	z-index:3;
	top:0;
	text-align: center;
	padding-top: 4px;

}

#header_top p {
    font-size: 20px;
    color: #fff;
	margin-bottom: 0px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#header_top p a {
	text-decoration: none;
	color:#fff!important;
}


#header {
	position: fixed;
	width: 100%;
	z-index: 99;
	height: 90px;
	background-color: #fff;
	top: 0px!important;
    box-shadow: 0 0 20px rgba(0,0,0,.4);
}

#content {
	position: relative;
	margin: 0px 0 0 0;
}

.elementor-button {
    text-decoration: none!important;
}



#mainmenu li {
	float: left;
	display: block;
}

#mainmenu li a {
	color: #000;
	text-decoration: none;
	float: right;
	display: block;
	font-size: 18px;
	margin: 0 20px 0 0;
	font-weight: 200;
}

#mainmenu_nav .button {
position: absolute;
	right: 0;
	top:26px;
	padding: 10px 20px;
	font-size: 16px;
	margin: 0;
}

.button {	
	text-decoration: none;
	display: inline-block;
	border-radius: 50px;
	padding: 6px 12px;
	color: #fff;
	background-color: #ec671b;
}

label {
    color: #fff;
}

.wpcf7-submit{	
	text-decoration: none;
	display: inline-block;
	border-radius: 50px;
	font-size: 18px;
padding: 20px 40px;
	color: #fff;
	background-color: #ec671b;
    border: 0;
}



.primary-color {
	color: #fff;
	background-color: #ec671b;
}


#footer {
	background-color: #000;
	padding: 20px 0;
}

#footer * {
	color: #606060;
}

#footer p {
	margin: 0;
}

.copyright {
	color: #606060;
	font-size: 12px;
}

.footermenu {
	list-style: none;
	text-align: center;
	display: inline-block;
	margin: 0 0 20px 0;
}


.footermenu li {
	float: left;
	list-style: none;
}

.footermenu li a {
	float: left;
	margin: 0 5px;
	font-size: 12px;
	text-decoration: none;
}

.entry {
	width: 33.33%;
	float: left;
	position: relative;
	margin: 0 1% 0 0;
}



.box {
	background-color: #fff;
	padding: 40px;
}


.box img {
	margin: 20px 0 40px 0;
	border-radius: 200px!important;
	width: 200px;
	height: 200px;
}

.lasche img {
	display: inline!important;
}



#header_wrapper {
 
    height: 90px;
    position: relative;
    margin: 0 0 0px 0;
}

.admin-bar #header {
    top:34px;
}

input[type="text"], input[type="tel"], input[type="email"] {
	width: 100%;
    background-color: #fff;
    border-radius: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #000;
    padding: 10px 20px;
    border: 0;
    margin: 10px 0 0 0;
}


.col50 {
    
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    float: left;
}
.elementor-button-text {
    font-weight: bold;
}