/*  Dialog */

.gdprwrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100vh;
	overflow: auto;
	background-color: rgba(0,0,0,.4);
	visibility: visible;
	opacity: 1;
}

.gdprcookie {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: inherit;
    max-width: 710px;
	padding: 6rem 6rem;
    background: #fff;
	margin: 100px auto 100px auto;
}

.gdprcookie h2 {
    font-size: 40px !important;
    color: #128523;
	margin: 0px 0px 20px 0px !important;
	text-align: left !important;
}

.gdprcookie p strong {
	font-weight:bold;
}

.gdprwrapper .cookietext {
	padding-left: 20px;
	margin-top: 6px;
}

.gdprcookie a {
    color: inherit;
}

/* Buttons */

.gdprcookie-buttons {
    text-align: left;
}

.gdprcookie-buttons button {
    color: #ffffff;
    font-family: 'OfficinaSansITCW01-Book 734509',Tahoma, Geneva, sans-serif;
    font-size: 1em;
    padding: .4rem;
	border: 2px solid #128523;
    border-radius: .15rem;
    background: #128523;
    cursor: pointer;
	min-width: 48%;
}

.gdprcookie-buttons button:nth-child(2) {
	float:right;
}

.gdprcookie-buttons button.accept {
    color: #128523;
	background-color:#FFF;
	transition: all 0.3s ease-out;
}

.gdprcookie-buttons button.accept:hover {
    color: #ffffff;
	background-color:#128523;
	transition: all 0.3s ease-out;
}
.gdprcookie-buttons button:disabled {
    color: rgba(255,255,255,.5);
}


/* Types */

.gdprcookie-types {
    margin: 20px 0px;
}

.gdprcookie-types ul {
    overflow: hidden;
    padding: 0;
    margin: 0 0 1rem;
}

.gdprcookie-types li {
    display: block;
    list-style: none;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}
.gdprcookie-types input[type=checkbox] {
    margin-right: .25rem;
}

.gdprcookie-types li:first-child {
	display:none;
}

.gdprcookie-types li:first-child {
	margin-bottom:30px;
}

label {
	padding-left:3px;
	font-family: "DIN Next W01 Bold";
	font-size:17px !important;
}


@media (max-width:767px) {

	.gdprcookie-buttons button {
		min-width: 100%;
		margin-bottom:20px;
		float:none !important;
	}
	
	.gdprwrapper .cookietext {
		padding-left: 0px;
	}
	
	.gdprwrapper input {
		margin-left: 0px;
	}
	
	.gdprcookie {
		padding: 3rem;
	}

		.gdprcookie {
		margin: 10px 10px 100px 10px;
		}
}