/*
Theme Name: JACOR
Theme URI: jacor.de
Description: Theme für jacor.de
Author: jacor.de
Author URI: jacor.de
Template: Divi
Version: v1.1
*/


.jc_mainmenu .et_pb_menu__menu ul li a{
	font-size:18px;
	font-weight:400;
	line-height: 1em;
	color:#000000;
	text-transform: uppercase;
}

.jc_mainmenu .et_pb_menu__menu ul li{
	padding-left:25px;
	padding-right:25px;
}

.jc_headerbutton_wrap {
	text-align:right;
}

.jc_headerbutton {
		color: #000000 !important;
    border:2px solid #000000;
    border-radius: 6px;
    font-size: 18px;
    text-transform: uppercase !important;
    padding:20px 20px 18px 20px;
    padding-left:50px;
    position: relative;
}

.jc_headerbutton:before {
	content:"";
	background-color:#1EC075;
	display:inline-block;
	width:10px;
	height:10px;
	border-radius:10px;
	position: absolute;
	left: 20px;
    top: 26px;
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(30, 192, 117, 0.8);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(30, 192, 117, 0);
  }
}

.standardbutton {
	background-color:#000000;
	padding:20px 30px 18px 30px;
	color:#ffffff;
	border-radius:10px;
	text-transform:uppercase;
	font-size:28px;
	display:inline-block;
	transition: all 0.3s ease;
}

.standardbutton:hover {
	transform: translateY(-2px);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4); 
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
}

.jc_regulartext {
	font-size:32px;
	line-height:1.5em;
	color:#000000;
}

.jc_regulartext a {
	text-decoration: underline;
}

.jc_link_icon {
	padding-left:45px;
	position: relative;
}

.jc_link_icon:before {
	content:"";
	background-image:url("./icons/jc_icon_arrow_right.svg");
	width:35px;
	height:35px;
	background-size:cover;
	display:inline-block;
	position:absolute;
	top:3px;
	left:0px;
}

#page-container {
	padding-top:100px;
}



















