/*Layouts css goes here*/

@import url(https://fonts.googleapis.com/css?family=Amatic+SC|Cabin+Sketch:700|Comfortaa|Kalam:300,400|Patrick+Hand|Roboto|Sedgwick+Ave&subset=latin-ext);

.et_pb_widget a {
    color: #edb059;
    text-decoration: none;
}
.et_pb_widget a:hover {
    color: red;
    text-decoration: none;
}

.login-password label, .login-username label {
    min-width: 200px;
}

.single-these .et_post_meta_wrapper{
  display:none;
}

article.feedback h1, .these h1{
	font-family: 'Cabin Sketch', cursive; 	
	font-size: 3rem;
	margin:0;
  	line-height:2rem;
    color:#c0c0c0;
}


article.these div.these p, 
article.feedback div.these p
{
  	font-family: 'Roboto';
	font-size: 1.2rem;
	line-height:2rem;
  
}
.single-these-content.these {

    border: 1px solid #ddd;
    padding: 5px;
    background-color: #ddd;
  	font-size: 1.5rem;

}
.single-these-content.these {

    border: 1px solid #ddd;
    padding: 5px;
    background-color: #ddd;
  	font-family: 'Roboto';
	font-size: 1.2rem;
	line-height:2rem;
  	box-shadow: 2px 4px 9px 1px rgba(0, 0, 0, .1);

}


.add-feedback-btn p {
    position: relative;
    background: transparent url(/wp-content/uploads/2019/03/plus-circle-solid.svg) no-repeat top left;
    padding: 6px 12px 7px 48px !important;
    padding-bottom: 5px;
    border: 1px solid orange;
    display: inline;
    background-color: white;
    border-radius: 20px;
}
.add-feedback-btn {
    padding-left: 25px;
  	font-size: 20px;
  	margin-top: -60px;
    
}
.add-feedback-btn a{
  color:orange;
}
.add-feedback-btn p:hover{
  background-color: orange;
}

.add-feedback-btn a:hover{
  color:white;
}

.row.view-feedback-article{
  margin:15px;
  padding:15px;
  border-bottom:4px double #ddd;
}

.row.view-feedback-article .screenshot {

    border: 1px solid #ddd;
    display: block;
    padding: 4px;

}

.feedback-medium {

    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: 2px 4px 9px 1px rgba(0, 0, 0, .1);
    margin: 15px;
    padding: 15px;
  	background-color: #eee;
  	
}

.feedback-medium p{
  	font-family: 'Patrick Hand', cursive;
	font-size: 1.5rem;
	line-height:2rem;
}
.feedback-medium label {

    display: block;
    margin: 5px;
    padding: 0px 15px;
    border-bottom: 1px dashed #eee;
    text-align: right;

}
.benutzerdaten{
 	background-color: #eee;
  	border: 1px solid orange;
  	padding: 10px;
  	border-radius: 5px;
}

.contest-form{
 	background-color: #f1f1f1;
  	border: 1px solid #fff;
  	padding: 10px;
  	border-radius: 5px;
}
label[for=wpcf-verwertungsrechte]{
  	font-weight: bold;
  	
}
input.verwertungsrechte {

    width: 30px;
    float: left;
    height: 20px;
	margin-left: -31px !important;
  	position:unset;
  	

}

input.profile-image{
 	min-height:50px; 
}

.red{
  	color: red;
}