/*
 Theme Name:     Divi Child
 Description:    Divi Child Theme
 Author:         Int-Tech
 Author URI:     https://www.int-tech.de
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.3) 0%, rgba(80,145,172,0.3) 70%, rgba(119,167,169,0.3) 100%), url(https://www.cunei.de/wp-content/uploads/2022/05/cuneiform-bg2.jpg);
	/* linear-gradient(30deg, rgba(41,100,147,0.3) 0%, rgba(80,145,172,0.3) 70%, rgba(119,167,169,0.3) 100%), */
}

.hl-green {
	color: #74a92d!important;
}

.et_pb_section {
	background-color: transparent;
}

/* #main-header, .nav li ul {
background-color: rgba(255,255,255,0.6);
} */

/*
.wrapper {
	max-width: 1000px;
	height: auto;
    min-height: 40vh;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin: auto;
}



@media screen and (min-width:551px) {
	.wrapper {
		width: 66.6vw;
	}
	#et-main-area {
		min-height: 1280px;
	}
}
.d-row {
display: flex;
width: 100%;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.d-icon {
	width: 80px;
	height: 80px;
}
.d-horiz {
	width: calc(100% - 180px);
}
.d-vertic {
	width: 80px;
}

@media screen and (min-height:1086px) {
	.d-vertic {
	height: 30em;
	}
}
.d-main {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
	background-color: rgba(255,255,255,0.6);
	width: calc(100% - 180px);
    padding: 20px;
    border-radius: 15px;
}


.main-text { max-width: 60%; }

.main-text p {
	margin-left: 1.8em;
}

.switch {
display: flex;
justify-content: center;
}
.cuneify {
	  padding-top: 8px;
    padding-right: 10px;
}
.verify {
		padding-top: 8px;
    padding-left: 10px;
}

#drop-zone {
        border: 1px solid black;
        width: 400px;
        height: 100px;
}

*/

.main-icon {
    min-width: 120px;
    max-width: 320px;
    width: 200px;
    height: 200px;
    min-height: 120px;
    max-height: 320px;
	margin: 0.5em;
}

#code, #mailaddress {
	border: 2px solid #74a92d;
    border-radius: 6px;
    padding: 6px;
    font-size: 1.2em;
}

input[type=checkbox] {
	transform: scale(1.4);
    margin-right: 8px;
}

.zeich {
	width: 100%;
	height: 260px;
	border: 0 none;
	position: absolute;
	z-index: 1000000;
}

.fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
	height: inherit!important;
}

.main-icon .fluid-width-video-wrapper { padding-top: 0!important; }

#message-cuniefy a {
	line-break: anywhere;
}

.et-pb-icon.inline {
    font-size: 1em;
    color: #74A92D!important;
    font-weight: 600;
    vertical-align: middle;
    margin-bottom: 2px;
	padding-left: 3px;
}

.funct {
	margin: 10px;
    font-size: 1.5em;
    background: white;
    color: #74A92D;
    border: 2px solid #74A92D;
    padding: 4px 8px;
    border-radius: 5px;
	cursor: pointer;
}

.funct.grey {
	background: #eeeeee;
    color: #aaaaaa;
    border: 2px solid #aaaaaa;
	cursor: pointer;
}

/* @media screen and (min-width:981px) {
footer {
    position: fixed;
    bottom: 0;
}
} */

.et_shop_image:hover .et_overlay {
    z-index: -3!important;
}

footer {
    width: 100%;
    background-color: rgba(255,255,255,0.6);
}

footer .et_pb_menu .et_pb_menu__menu>nav>ul {
	flex-flow: column;
}

footer .et_pb_menu .et_pb_menu__menu>nav>ul>li {
	margin: 8px;
} 


.toggle-hidden{
            display:none
        }
        .toggle-active{
            display:inherit
        }