body
{ 
	font-family: arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 26px;
	line-height: 1.8em;
}

@media (min-width: 1240px) {

	body
	{ 
		font-size: 18px;
	}

}

a {
    text-decoration: none; 
    color: #333333; 
}


a:visited, a:active, a:focus {

	outline: none;
}

.hover
{
	-moz-transition: 300ms ease;
	-webkit-transition: 300ms ease;
	-o-transition: 300ms ease;
	transition: 300ms ease;
}

.hover:hover
{
	-moz-transition: 300ms ease;
	-webkit-transition: 300ms ease;
	-o-transition: 300ms ease;
	transition: 300ms ease;
	filter:alpha(opacity=100); -moz-opacity: 1.00; opacity: 1.00;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
}

.past-event {
    opacity: 0.6;
}

#header
{
	height: 80px;
	width: 100%;
	padding: 5px 0 32px 0;
	text-align: left;
}

@media (min-width: 1240px) {

	#header {
		width: 96%;
		padding: 5px 2% 32px 2%;
	}

}

#logo
{
	margin-top: 10px;
	margin-left: 15.1%;
}

#logo img
{
	width: 108px;
	height: auto;
}

#headerkopf
{
	position: absolute;
	top: 0px;
	left: 70%;
}

#headerkopf img
{
	width: auto;
	height: 117px;
}

#main
{
	position: relative; 
	width: 92%;
    padding: 2%;
	margin: 2%;
	border: 1px solid #C7C7C7;
}

@media (min-width: 1240px) {

	#main {
		width: 66%;
		padding: 2% 2% 2% 2%;
		margin: 40px 15% 0px 15%;
	}

}




#mainvideo {
    position: relative;
    width: 96%;
    padding: 2%;
    margin: 0 auto;
}

@media (min-width: 1240px) { 
    .video-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
		width: 100%;
		padding: 0;
		margin: 40px 0 0px 0;
    }

    .video-item {
        width: calc(33.33% - 20px); 
    }
	
	#mainvideo {
		width: 70%;
		padding: 0;
		margin: 0 auto;
	}
}

.video-item {
    border: 1px solid #C7C7C7;
    padding: 0;
    margin-bottom: 30px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    background: url(../media/interklicks-back/tw30.png)  repeat; 
}

.video-item:hover {
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.2);
    background-color: #BABABA;
    border: 1px solid #EDEDED;
}

.video-thumbnail {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    background-position: center;
    background-size: 100% auto;
    padding-top: 57%;
}

.video-details {
    padding: 20px; /* Fügen Sie hier den gewünschten Abstand hinzu */
}

.video-item h3 {
    font-size: 33px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video-item p {
    font-size: 26px;
    line-height: 1.5;
}

@media (min-width: 1240px) {

	.video-item p {
		font-size: 14px;
		line-height: 1.5;
	}
	.video-item h3 {
		font-size: 18px;
	}

}


.logopartner {
	height: 60px;
	width: auto;
	border: 1px solid #C7C7C7;
	padding: 7px;
	background-color: #ffffff;
	filter:alpha(opacity=70); -moz-opacity: 0.70; opacity: 0.70;
}

#footer
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;  
	width: 100%;
	padding: 30px 0 10px 0;
	margin: -80px 0 50px 0;
	color: #000000;
	font-size: 12px;
	line-height: 1.5em;
}

#footerbox
{
	float: left;
	position: relative; 
	padding: 5px;
}

#footerbox img
{
	width: 75%;
	height: auto;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); 
	-moz-opacity: 0.7; 
	opacity: 0.7;
}

@media (min-width: 1240px) {

	#footer {
		width: 90%;
		padding: 15px 5% 15px 5%;
	}

}

#footer a
{ 
	color: #000000;
}


.styled-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007BFF; /* Hintergrundfarbe des Buttons */
    color: #FFF; /* Textfarbe des Buttons */
    text-decoration: none;
    border: none;
    border-radius: 5px; /* Abgerundete Ecken */
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease; 
}

.styled-button:hover {
    background-color: #0056b3; 
}



.form-container {
	background-color: #ffffff; 
    width: 96%;
    margin: 0 auto;
    padding: 2%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

form {
	font-family: arial, helvetica, sans-serif;
    color: #333333; /* Dunkleres Grau */
    font-size: 17px; /
}

.form-field {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

.form-field label {
    flex-basis: 30%;
    text-align: left;
}

.form-field input[type="text"],
select,
textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    resize: vertical;
	width: 100%;
}


.char-count-container {
    text-align: right;
    color: #888;
}

.checkbox-container {
	text-align: right;
}


textarea {
    resize: vertical;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

