
.alert-success {
    font-size: 14px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
}

.card-title{
    font-weight: bold;
}

.card-text{
    font-size: 24px;
}

.alert-info {
    font-size: 15px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    background-color: lightgoldenrodyellow;
}

.bigheadline{
    font-size: 36px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.mediumheadline{
    font-size: 30px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}

.smallheadline{
    font-size: 26px;
    margin-top: 1rem;
    margin-bottom: 1rem;

}


.headline{
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
}

/*h1{*/
/*    font-size: 40px;*/
/*    !*font-weight: bold;*!*/
/*    margin-bottom: 12px;*/
/*}*/

/*h2{*/
/*    font-size: 32px;*/
/*    !*font-weight: bold;*!*/
/*    margin-bottom: 12px;*/
/*}*/


/*h3{*/
/*    font-size: 28px;*/
/*    font-weight: bold;*/
/*    margin-bottom: 12px;*/
/*}*/

/*h4{*/
/*    font-size: 24px;*/
/*    font-weight: bold;*/
/*    margin-bottom: 12px;*/
/*}*/

p{
    font-size: 18px;
}

.question_text{
    font-weight: bold;
    color: darkred;
    margin-top: 16px;
}

.blue_text{
    color: rgb(11,97,255);
}

.darkred_text{
    color: darkred;
    font-weight: bold;
}

.table_title{
    text-align: left;
    font-size: 22px;
    font-weight: bold;
}

.button_hyperlink{
    background: none;
    border: none;
    text-decoration: underline;
    color: dodgerblue;
}


li{
    font-size: 18px;
    margin-top: 0.75rem;
}

.v-data-table{
    border: none;
    border-color: white;
}

.v-data-table th{
    background-color: cornflowerblue;
    color: white !important;
}

.v-data-table tr:nth-child(even){
    background-color: #f2f2f2;
}


/* table */
.tg{
    border-collapse:collapse;
    border-spacing:0;
    width: 100%;
    font-size: 22px;
}

.tg th{
    /*background: cornflowerblue;*/
    /*background: #343a40 !important;*/
    background: white;
    border-color: lightgray;
    border-left: none !important;
    border-right: none !important;
    border-style: solid;
    border-width: 1px;
    font-family:Arial, sans-serif;
    font-size: 16px;
    color: black;
    font-weight:bold;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}

.tg tr:nth-child(even){
    background-color: #f2f2f2;
}


.tg td{
    border-color:lightgray;
    border-style:solid;
    border-left: none;
    border-right: none;
    border-width:1px;
    width:14em;
    /*height:10px;*/
    font-family:Arial, sans-serif;
    font-size:16px;
    overflow:hidden;
    padding:10px 5px;
    word-break:normal;
}

.tg .tg-0pky{
    border-color:inherit;
    text-align:left;
    vertical-align:top}

.tg .tg-0lax{
    text-align:left;
    vertical-align:top
}

/* quotes*/
.component{
  /*font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;*/
  width: 750px;
  margin:0 auto;
  padding: 3rem;
}

.component blockquote.quote {
    position: relative;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%;  /* create space for the quotes */
    color: #484748;
    margin: 1rem auto 2rem;
}
.component blockquote.EN {
    background:
    linear-gradient(to right, #039be5 4px, transparent 4px) 0 100%,
    linear-gradient(to left, #039be5 4px, transparent 4px) 100% 0,
    linear-gradient(to bottom, #039be5 4px, transparent 4px) 100% 0,
    linear-gradient(to top, #039be5 4px, transparent 4px) 0 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.component blockquote.DE {
    background:
    linear-gradient(to right, #039be5 4px, transparent 4px) 0% 0%,
    linear-gradient(to bottom, #039be5 4px, transparent 4px) 0% 0%,
    linear-gradient(to left, #039be5 4px, transparent 4px) 100% 100%,
    linear-gradient(to top, #039be5 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}


/* -- create the quotation marks -- */
.component blockquote.quote:before,
.component blockquote.quote:after{
    font-family: FontAwesome;
    position: absolute;
    color: #039be5;
    font-size: 34px;
}

.component blockquote.EN:before{
    content: "\f10d";
    top: -12px;
    margin-right: -20px;
    right: 100%;
}
.component blockquote.EN:after{
    content: "\f10e";
    margin-left: -20px;
    left: 100%;
    top: auto;
    bottom: -20px;
}
.component blockquote.DE:before{
    content: "\f10e";
    margin-right: -20px;
    bottom: -20px;
    right: 100%;
}
.component blockquote.DE:after{
    content: "\f10d";
    margin-left: -20px;
    left: 100%;
    top: -20px;
    bottom: auto;
}

.zitat1 {
  position: relative;
  /*font-family: 'Verdana', serif;*/
  font-size: 2.4em;
  line-height: 1.5em;
}
.zitat1 cite {
  /*font-family: 'Verdana', sans-serif;*/
  font-size: 0.6em;
  font-weight: 700;
  color: #bdbec0;
  float: right;
}
.zitat1 cite:before {
  content: '\2015'' ';
}
.zitat1:after {
  content: '\201d';
  position: absolute;
  top: 0.28em;
  right: 0px;
  font-size: 6em;
  font-style: italic;
  color: #bdbec0;
  z-index: -1;
}
.sidekick {
  position: relative;
  padding-left: 1em;
  border-left: 0.2em solid #039be5;
  font-size: 18px;
  font-style: italic;
  line-height: 1.5em;
}
.sidekick:before, .sidekick:after {
  /*font-family: Calibri;*/
    color: #039be5;
    font-size: 34px;
}

/*.sidekick:before {content: '\201e'}*/
/*.sidekick:after {content: '\201c';}*/

.sidekick cite {font-size: 50%; text-align:center; top:50%}
.sidekick cite:before {content: ' \2015 '}

.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    height: 300px;
}