/*
 Theme Name: Hello Elementor Child
 Theme URI: https://elementor.com/
 Description: A lightweight child theme for Hello Elementor to keep custom CSS/JS/PHP safe across updates.
 Author: Lars
 Author URI: https://example.com/
 Template: hello-elementor
 Version: 1.1.0
 Tested up to: 6.8
 Requires at least: 6.0
 Requires PHP: 7.4
 License: GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
*/

/* Place your custom CSS below */


/* Fonts */

/* roboto-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto/roboto-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/roboto/roboto-100italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/roboto/roboto-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/roboto/roboto-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto/roboto-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto/roboto-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto/roboto-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto/roboto-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/roboto/roboto-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto/roboto-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/roboto/roboto-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* nothing-you-could-do-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nycd/nothing-you-could-do-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Colors */

.col-pri {
    color: #617986;
}

.col-sec {
    color: #161616;
}

.col-txt {
    color: #F6F6F6;
}

.col-acc {
    color: #113B69;
}

.op-10 {
	opacity: .1;
}
.op-20 {
	opacity: .2;
}
.op-30 {
	opacity: .3;
}
.op-40 {
	opacity: .4;
}
.op-50 {
	opacity: .5;
}
.op-60 {
	opacity: .6;
}
.op-70 {
	opacity: .7;
}
.op-80 {
	opacity: .8;
}
.op-90 {
	opacity: .9;
}

.disp {
	display: block;
}

/* E N D E  Colors */

/* Globals */

.site-main {
	margin-top: -67px;
}

.wrapper {
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.tiny-txt {
	font-size: 13px;
	margin-bottom: -6px;
}

.bigger-txt {
	font-size: 25px;
}

.page-header {
	position: relative;
	height: 135px;
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 70px;
	background-color: #617986;
	z-index: 1;
}

.page-header::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('https://www.ra-kivroglou.de/wp-content/uploads/2025/08/ck.svg');
	background-size: 99px;
    background-position: center 39px;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: -1;
}

h1.entry-title {
	text-align: center;
}

.page-header {
		padding-top: 67px;
	}
}

.txt-spacer-small {
	margin-bottom: 5px !important;
}

.txt-spacer-middle {
	margin-bottom: 10px !important;
}

.txt-spacer-large {
	margin-bottom: 15px !important;
}

.txt-spacer-xl {
	margin-bottom: 30px !important;
}


/* Specials */

.ck-list-com {
    padding: 0;
    list-style-type: none;
}

.ck-list-com li {
    padding: 5px 28px 5px 28px;
    margin-bottom: 5px;
}

.ck-list-one li {
    background-image: url('https://www.ra-kivroglou.de/wp-content/uploads/2025/08/check.svg');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0 11px;
}

.ck-list-two li {
    background-image: url('https://www.ra-kivroglou.de/wp-content/uploads/2025/08/arrow.svg');
    background-repeat: no-repeat;
    background-size:18px;
    background-position: 0 11px;
}

.ck-titel-three {
	padding-left: 23px;
	border-left: 1px solid rgba(246, 246, 246, 1);
}

.ck-list-address {
	list-style-type: none;
	padding: 0;
	font-size: 13px;
}

.list-address-head {
	font-size: 16px;
	font-weight: 500;
}

.address-placer {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.router {
	background-image: url('https://www.ra-kivroglou.de/wp-content/uploads/2025/08/placer.svg');
	background-repeat: no-repeat;
	background-size: 13px;
	background-position: -1px 0;
}

.elementor-element-79cb412 p {
  color: #f6f6f6;
  text-decoration: none !important;
}

.privacy-policy div {
	hyphens: auto;
}


@media screen and (max-width: 555px){
	
	.page-header {
		padding-top: 73px;
	} 
	h1.entry-title {
		font-size: 30px;
	}
}

@media screen and (max-width: 480px){
	
	.page-id-203 .page-header {
		padding-top: 77px;
	}
	
	.page-id-203 h1.entry-title {
		font-size: 20px;
	}
}


/* Footer */

.f-head {
    position: relative;
    z-index: 1;
}

.f-head::before {
    content: "";
    position: absolute;
    background: url('https://www.ra-kivroglou.de/wp-content/uploads/2025/08/ck.svg');
	background-size: 65px;
    background-position: center -10px;   
    background-repeat: no-repeat; 
    opacity: 0.1;
    z-index: -1;
}

.menu-icon-item-one > a {
    font-size: 0; /* Text unsichtbar */
}

@media screen and (max-width: 625px){

	
	.elementor-element-83260b0 .elementor-nav-menu li {
		width: 100%;
	}
	
	.elementor-element-83260b0 .elementor-nav-menu li a {
		text-align: center;
	}
}

/* Cookierichtlinien */

.elementor-element-56a08cbe {
	color: #f6f6f6 !important;
	font-family: 'Roboto', sans-serif !important;
}

.elementor-element-56a08cbe a {
	color: #f6f6f6 !important;
}

.#cmplz-document {
	max-width: 100% !important;
}
	


