/*

 Theme Name: generatepresschild

 Template: generatepress

 

*/
.cn-button.bootstrap {
    color: #fff;
    background: #c6c6c6!important;
}
input[type="submit"]
{
    color: #fff;
    background: #c6c6c61!important;
}
input[type="submit"]:hover
{
    color: #fff;
    background: #c6c6c6!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #c6c6c6c;
}
.ohne p {
    margin-bottom: 0em;
}
.right{
   text-align: right;adding-right:20px;
}
  .block{
   text-align: justify; hyphens: auto!important;-webkit-hyphens: auto!important;
-webkit-hyphenate-limit-chars: auto 3!important;
-webkit-hyphenate-limit-lines: 4!important;
-ms-hyphens: auto!important;
-ms-hyphenate-limit-chars: auto 3!important;
-ms-hyphenate-limit-lines: 4!important;

}
.big img {
 
  width: 100%;
}
.wrap {
    width: 905px!important;
    margin: 100px auto 0;
    text-align: center;
}
.tinyfont {
   font-size: 12px;
	color:#B82D13;
}
.wps-form {
    width: 100%;
    margin: 0 auto;
}

.wps-form-row {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.wps-form-row .wpcf7-form-control {
    width: 100%;
}

.wps-form-column {
    flex: 1;
    padding: 0.5rem 0;
    width: 100%;
}
.wpcf7-quiz{
    
    width: 20%!important;
}

.tag-cloud-link {
    
 font-size:17px!important;
	padding:10px;
}



/* Notebook / Desktop */
@media only screen and ( min-width: 48em ) { 
    .wps-form-row {
        flex-direction: row;
    }

    .wps-form-column {
        padding: 0.5rem 1rem;
    }
	
}
@media only screen and (max-width: 768px) {
.block{
   text-align: left; hyphens: auto!important;-webkit-hyphens: auto!important;
-webkit-hyphenate-limit-chars: auto 3!important;
-webkit-hyphenate-limit-lines: 4!important;
-ms-hyphens: auto!important;
-ms-hyphenate-limit-chars: auto 3!important;
-ms-hyphenate-limit-lines: 4!important;

}
}

